@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #area {
    zoom: 0.8;
  }
}

section {
  position: relative;
  z-index: 2;
}
section .container {
  padding-top: 10vw;
  padding-bottom: 8vw;
}
@media print, screen and (min-width: 767.9px) {
  section .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

/*=============================================================
 フォーム確認・送信・エラー画面
=============================================================*/
#formStyle {
  background-color: #F5F5F5;
}
@media print, screen and (min-width: 767.9px) {
  #formStyle {
    font-size: 18px;
  }
}
#formStyle p.lead {
  font-weight: 700;
  margin-top: 30px;
}
@media print, screen and (min-width: 767.9px) {
  #formStyle p.lead {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#formStyle table {
  width: 100%;
  text-align: left;
}
#formStyle table th {
  font-weight: 400;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  #formStyle table th {
    padding-top: 1em;
  }
}
@media print, screen and (min-width: 767.9px) {
  #formStyle table th {
    padding: 1em 2em 1em 0;
    white-space: nowrap;
    width: 30%;
  }
}
#formStyle table th span {
  color: #FF0000;
}
@media print, screen and (min-width: 767.9px) {
  #formStyle table td {
    padding: 1em 0;
  }
}
#formStyle table td label {
  margin: 0.25em 0;
}
@media print, screen and (min-width: 767.9px) {
  #formStyle table td.radio_col2 {
    display: flex;
    flex-flow: row wrap;
  }
}
#formStyle table td.radio_col2 .mwform-radio-field {
  display: block;
  margin: 0;
}
@media print, screen and (min-width: 767.9px) {
  #formStyle table td.radio_col2 .mwform-radio-field {
    width: 40%;
  }
}
#formStyle table td.radio_col1 label {
  display: block;
}
@media screen and (max-width: 767.9px) {
  #formStyle table th, #formStyle table td {
    display: block;
  }
}
#formStyle .privacy p {
  margin-top: 1em;
}
#formStyle .btn_arrow01 {
  margin-top: 2em;
}

/*=============================================================
 車両についてのお問い合わせフォーム
=============================================================*/
#lease_contactSec01 {
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 {
    font-size: 18px;
    padding-bottom: 100px;
  }
}
#lease_contactSec01 .navi {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 .navi {
    margin-top: 60px;
  }
}
#lease_contactSec01 .navi li a {
  display: block;
  border: 2px solid #002C47;
  background-color: #fff;
  color: #002C47;
  font-weight: 700;
  padding: 0.5em;
  position: relative;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 .navi li a {
    font-size: 24px;
  }
}
#lease_contactSec01 .navi li:hover a {
  background-color: #002C47;
  color: #fff;
  opacity: 0.9;
}
#lease_contactSec01 .navi li.active a {
  background-color: #002C47;
  color: #fff;
}
#lease_contactSec01 .navi li.active a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #002C47;
  border-bottom: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
}
#lease_contactSec01 p.attation {
  text-align: left;
  font-weight: 700;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 p.attation {
    font-size: 18px;
  }
}
#lease_contactSec01 p.attation span {
  color: #FF0000;
}
#lease_contactSec01 table {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px 0;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 table {
    margin: 20px 0 60px 0;
    font-size: 18px;
  }
}
#lease_contactSec01 table th {
  font-weight: 500;
  vertical-align: top;
  padding: 2em 0 0.5em 0;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 table th {
    padding: 1em 0;
  }
}
#lease_contactSec01 table th span {
  color: #FF0000;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 table td {
    padding: 1em 0;
  }
}
#lease_contactSec01 table td .mwform-radio-field {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  #lease_contactSec01 table td label {
    display: block;
    margin: 0.5em 0;
  }
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 table td label {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  #lease_contactSec01 table th, #lease_contactSec01 table td {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  #lease_contactSec01 table tr:first-child th {
    padding: 0 0 0.5em 0;
  }
}
#lease_contactSec01 .privacy {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 .privacy {
    margin-bottom: 3em;
  }
}
#lease_contactSec01 .privacy p {
  margin-top: 1em;
}
#lease_contactSec01 .agreement {
  margin: 0 0 30px 0;
}
@media print, screen and (min-width: 767.9px) {
  #lease_contactSec01 .agreement {
    margin: 30px 0;
  }
}

/*=============================================================
 支払い方法
=============================================================*/
#paymentSec01,
#paymentSec02,
#paymentSec03 {
  text-align: left;
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01,
  #paymentSec02,
  #paymentSec03 {
    font-size: 21px;
  }
}
#paymentSec01 dl,
#paymentSec02 dl,
#paymentSec03 dl {
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 dl,
  #paymentSec02 dl,
  #paymentSec03 dl {
    margin-top: 60px;
  }
}
#paymentSec01 dl dt,
#paymentSec02 dl dt,
#paymentSec03 dl dt {
  font-size: 4vw;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 dl dt,
  #paymentSec02 dl dt,
  #paymentSec03 dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#paymentSec01 h3,
#paymentSec02 h3,
#paymentSec03 h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 5vw;
  margin-top: 20px;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 h3,
  #paymentSec02 h3,
  #paymentSec03 h3 {
    font-size: 23px;
    margin-top: 60px;
  }
}
#paymentSec01 .txt,
#paymentSec02 .txt,
#paymentSec03 .txt {
  padding: 1em;
}
#paymentSec01 .txt p,
#paymentSec02 .txt p,
#paymentSec03 .txt p {
  margin-top: 1em;
}
#paymentSec01 .txt p:first-of-type,
#paymentSec02 .txt p:first-of-type,
#paymentSec03 .txt p:first-of-type {
  margin: 0;
}
#paymentSec01 .txt ul,
#paymentSec02 .txt ul,
#paymentSec03 .txt ul {
  margin-left: 1em;
}
#paymentSec01 .txt ul li,
#paymentSec02 .txt ul li,
#paymentSec03 .txt ul li {
  text-indent: -1em;
}

#paymentSec01 h4 {
  background-color: #002C47;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
  font-size: 4vw;
  margin-top: 20px;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 h4 {
    font-size: 24px;
    margin-top: 100px;
  }
}
#paymentSec01 dl dd img {
  width: 709px;
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 .com_col2 {
    gap: 30px;
    margin-top: 30px;
    font-size: 16px;
  }
}
#paymentSec01 .com_col2 figure figcaption b {
  display: block;
  font-weight: 700;
  font-size: 4.5vw;
  margin: 0.5em 0;
}
@media print, screen and (min-width: 767.9px) {
  #paymentSec01 .com_col2 figure figcaption b {
    font-size: 18px;
  }
}

#paymentSec02 {
  background-color: #F5F5F5;
}
#paymentSec02 dl {
  display: flex;
  margin-top: 1em;
}

/*=============================================================
 初めての方
=============================================================*/
#beginnersSec .lead {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec .lead {
    font-size: 32px;
  }
}
#beginnersSec .lead small {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec .lead small {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#beginnersSec .lead strong {
  color: #359CBC;
}
#beginnersSec .navi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec .navi {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec .navi {
    font-size: 18px;
    border-bottom: 1px solid #000000;
  }
}
@media screen and (max-width: 767.9px) {
  #beginnersSec .navi li {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin-top: -1px;
    margin-left: -1px;
  }
}
#beginnersSec .navi li a {
  display: block;
  padding: 0.5em 1em;
  position: relative;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec .navi li a {
    padding: 1em 2em;
  }
}
#beginnersSec .navi li a:hover, #beginnersSec .navi li a:active {
  color: #359CBC;
}
#beginnersSec .navi li a:hover:after, #beginnersSec .navi li a:active:after {
  content: "";
  display: block;
  background-color: #359CBC;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#beginnersSec01 .lead {
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec01 .lead {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec01 .lead {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

#beginnersSec02 {
  background-color: #F5F5F5;
}
#beginnersSec02 .lead {
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec02 .lead {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec02 .lead {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
#beginnersSec02 img {
  width: 814px;
  max-width: 100%;
  height: auto;
}

#beginnersSec03 {
  background-color: #F5F5F5;
}
#beginnersSec03 .lead {
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec03 .lead {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .lead {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
#beginnersSec03 .com_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .com_col2 {
    width: 960px;
    max-width: 100%;
  }
}
#beginnersSec03 .com_col2 li a {
  color: #002C47;
  font-weight: 400;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .com_col2 li a {
    font-size: 17px;
  }
}
#beginnersSec03 .com_col2 li a img {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .com_col2 li a img {
    margin-bottom: 20px;
  }
}
#beginnersSec03 .com_col2 li a i {
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .com_col2 li a i {
    margin-top: 20px;
  }
}
#beginnersSec03 .com_col2 li a i img {
  width: 30px;
  margin: 0 auto;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .com_col2 li a i img {
    width: auto;
  }
}
#beginnersSec03 .meritBox {
  background-color: #DDE2E4;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767.9px) {
  #beginnersSec03 .meritBox {
    padding: 20px 20px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .meritBox {
    padding: 60px 40px;
    margin-top: 60px;
  }
}
#beginnersSec03 .meritBox:first-of-type {
  margin-top: 0;
}
#beginnersSec03 .meritBox h4 {
  color: #359CBC;
  background-color: #fff;
  display: inline-block;
  width: 700px;
  max-width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 4.5vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .meritBox h4 {
    font-size: 26px;
  }
}
#beginnersSec03 .meritBox .lead {
  color: #002C47;
  margin-bottom: 0;
  display: inline-block;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .meritBox .lead {
    font-size: 18px;
    margin-top: 30px;
  }
}
#beginnersSec03 .meritBox .point {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .meritBox .point {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
#beginnersSec03 .meritBox .point dt {
  color: #359CBC;
}
#beginnersSec03 .meritBox .point dd {
  color: #002C47;
}
#beginnersSec03 .meritBox .point dd ul li {
  margin-top: 0.5em;
}
#beginnersSec03 .meritBox h5 {
  color: #002C47;
  font-weight: 700;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 .meritBox h5 {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
#beginnersSec03 .meritBox .attation {
  text-align: right;
  margin: 0.5em auto 0 auto;
  color: #002C47;
}
#beginnersSec03 .meritBox .attation.w800 {
  max-width: 800px;
}
#beginnersSec03 .meritBox img.w961 {
  width: 961px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 .meritBox img.w802 {
  width: 802px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 .meritBox img.w930 {
  width: 930px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 .meritBox img.w796 {
  width: 796px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 .meritBox img.w843 {
  width: 843px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 .meritBox img.w1008 {
  width: 1008px;
  max-width: 100%;
  height: auto;
}
#beginnersSec03 #financial .tit {
  background: url("../image/beginners/financial_tit.png") no-repeat center center;
  background-size: cover;
  font-weight: 700;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 #financial .tit {
    font-size: 28px;
  }
}
#beginnersSec03 #financial .tit .container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #fff;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 #financial .tit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#beginnersSec03 #vehicle .tit {
  background: url("../image/beginners/vehicle_tit.png") no-repeat center center;
  background-size: cover;
  font-weight: 700;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 #vehicle .tit {
    font-size: 28px;
  }
}
#beginnersSec03 #vehicle .tit .container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #fff;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec03 #vehicle .tit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#beginnersSec04 {
  background-color: #F5F5F5;
}
#beginnersSec04 p {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#beginnersSec04 p img.w680 {
  width: 680px;
  height: auto;
  max-width: 100%;
}
#beginnersSec04 .lead {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec04 .lead {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec04 .lead {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
#beginnersSec04 .lead.left {
  text-align: left;
}
#beginnersSec04 h3 {
  background-color: #002C47;
  color: #fff;
  font-weight: 600;
  padding: 0.5em 0;
}

@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 {
    padding-bottom: 80px;
  }
}
#beginnersSec05 .lead {
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec05 .lead {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .lead {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
#beginnersSec05 .lead strong {
  color: #359CBC;
}
#beginnersSec05 .plan_lease {
  position: relative;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .plan_lease:before {
    content: "";
    display: block;
    width: 2px;
    height: 85%;
    border-left: dashed 2px #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
#beginnersSec05 .plan_lease figure img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec05 .plan_lease figure:nth-child(2) {
    margin-top: 30px;
  }
}
#beginnersSec05 .maintenance h3 {
  background-color: #359CBC;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0.3em;
  display: flex;
  align-items: center;
  font-size: 5vw;
  margin-top: 30px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance h3 {
    font-size: 26px;
    margin-top: 60px;
  }
}
#beginnersSec05 .maintenance h3 img {
  margin-right: 10px;
  width: 30px;
  height: auto;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance h3 img {
    width: 60px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance .com_col2 {
    margin-top: 30px;
  }
}
#beginnersSec05 .maintenance .com_col2 dl {
  text-align: left;
  color: #002C47;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec05 .maintenance .com_col2 dl {
    margin-bottom: 20px;
  }
}
#beginnersSec05 .maintenance .com_col2 dl dt {
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance .com_col2 dl dt {
    font-size: 20px;
  }
}
#beginnersSec05 .maintenance h4 {
  color: #002C47;
  font-weight: 700;
  font-size: 5vw;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance h4 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
#beginnersSec05 .maintenance h4.price {
  color: #359CBC;
  margin-bottom: 0;
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance h4.price {
    font-size: 23px;
  }
}
#beginnersSec05 .maintenance .lead {
  color: #002C47;
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance .lead {
    font-size: 17px;
  }
}
#beginnersSec05 .maintenance table {
  width: 100%;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec05 .maintenance table {
    border-spacing: 0 5px;
    border-collapse: separate;
  }
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance table {
    font-size: 18px;
    width: auto;
    margin: 50px auto 0 auto;
  }
}
#beginnersSec05 .maintenance table caption {
  text-align: left;
  color: #002C47;
}
@media screen and (max-width: 767.9px) {
  #beginnersSec05 .maintenance table tr:first-child th:first-child {
    text-align: left;
    font-size: 3.5vw;
  }
}
#beginnersSec05 .maintenance table th {
  color: #002C47;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance table th {
    font-size: 20px;
    padding-bottom: 0.5em;
    padding-left: 1em;
  }
}
#beginnersSec05 .maintenance table td {
  color: #359CBC;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance table td {
    font-size: 19px;
  }
}
#beginnersSec05 .maintenance table td:first-child {
  color: #002C47;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance table td:first-child {
    font-size: 18px;
    width: 25%;
  }
}
#beginnersSec05 .maintenance table td strong {
  margin: 0 0.5em;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .maintenance table td strong {
    font-size: 36px;
  }
}
#beginnersSec05 .maintenance table td.price {
  background-color: #F7F7F7;
  box-sizing: border-box;
  padding: 1em;
  border-right: 10px solid #fff;
}
#beginnersSec05 .difference {
  background-color: #F4F4F4;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .difference {
    width: 1407px;
    max-width: 95%;
    padding: 50px 11vw;
  }
}
#beginnersSec05 .difference h4 {
  font-weight: 700;
  font-size: 5vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .difference h4 {
    font-size: 25px;
  }
}
#beginnersSec05 .difference dl {
  text-align: left;
  margin-top: 20px;
  font-size: 4vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec05 .difference dl {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
#beginnersSec05 .difference dl dt {
  display: inline-block;
  background-color: #7F7F7F;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
#beginnersSec05 .difference dl dt:nth-of-type(2) {
  background-color: #359CBC;
  margin-top: 1.5em;
}
#beginnersSec05 .difference dl dd {
  line-height: 2;
}
#beginnersSec05 .difference img {
  width: 800px;
  max-width: 100%;
}

#beginnersSec06 {
  background-color: #F5F5F5;
}
#beginnersSec06 .flowBox {
  position: relative;
  margin: 30px auto 0 auto;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec06 .flowBox {
    width: 768px;
    max-width: 100%;
    margin: 60px auto 0 auto;
  }
}
#beginnersSec06 .flowBox:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #359CBC;
  position: absolute;
  top: 0;
  left: 10vw;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec06 .flowBox:before {
    left: 75px;
  }
}
#beginnersSec06 .flowBox dl {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
  margin-top: 20px;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec06 .flowBox dl {
    grid-template-columns: auto 1fr;
    gap: 100px;
  }
}
#beginnersSec06 .flowBox dl:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec06 .flowBox dl dt {
    width: 150px;
  }
}
#beginnersSec06 .flowBox dl dd b {
  display: block;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 767.9px) {
  #beginnersSec06 .flowBox dl dd b {
    font-size: 20px;
  }
}
/* ============================================
   導入事例ページ
============================================ */

.case-detail .container {
  max-width: 1112px;
  margin: 0 auto;
}

/* タイトル */
.case-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}

/* KV */
.case-kv img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
/* リード文 */
.case-lead{
  text-align: left;
}

/* ============================================
   会社情報ボックス
============================================ */

.case-company-box {
  background: #F5F5F5;
  padding: 30px;
  margin: 40px 0;
}

.case-company-box .company-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  color: #002C47;
  text-align: left;
  margin-top: 0;
}

.case-company-box .company-url {
  margin-bottom: 15px;
  text-align: left;
}

.case-company-box .company-url a {
  text-decoration: none;
  color: #002C47;
  text-align: left;
}

.case-company-box .company-desc {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.external-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
  fill: currentColor;
}

.case-company-box .case-logo {
  position: static;
  margin: 0;
  text-align: left;
}

.case-logo img {
  max-width: 160px;
  height: auto;
  margin: 6px 0 4px;
}
/* ============================================
   本文
============================================ */

.case-content {
  line-height: 1.9;
  text-align: left;
}
.case-content p {
  margin-bottom: 1.3rem;
}

.case-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.625rem;
  padding-left: 1.25rem;
  border-left: 8px solid #FFEF80;
}

.case-image-single {
  margin: 40px 0;
}

.case-image-single img {
  width: 100%;
  height: auto;
  display: block;
}
.case-content small {
  display: block;
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}

.case-content h3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
/* ============================================
   CTA
============================================ */

.case-cta {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 80px 0 40px;
  flex-wrap: wrap;
}

.case-cta__btn img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

/* ============================================
   SP調整
============================================ */

@media screen and (max-width: 767.9px) {

  .case-title {
    font-size: 20px;
  }

  .case-company-box {
    padding: 20px;
  }

  .case-content h2 {
    font-size: 18px;
    margin: 40px 0 15px;
  }

  .case-cta {
    margin-bottom: 40px;
  }
  .case-cta_btn:last-child {
    margin-bottom: 0;
  }

  .case-cta__btn img {
    max-width: 100%;
  }
}
/* ===================================================
導入事例ギャラリー
=================================================== */

.case-gallery-fixed {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin: 40px 0;
  align-items: start;
}

/* 左 */
.case-gallery-fixed .left {
  display: flex;
  flex-direction: column;
}

.case-gallery-fixed .left img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

/* 右 */
.case-gallery-fixed .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.case-gallery-fixed .right img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* キャプション */

.case-gallery-fixed .caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.case-image-single .caption-center {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.case-image-single .caption-right {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

/* SP */
@media screen and (max-width: 767px) {
  .case-gallery-fixed {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .case-gallery-fixed .right {
    display: block;
  }

  .case-gallery-fixed .left img,
  .case-gallery-fixed .right img {
    height: auto;
  }
}
/* =============================
   導入事例一覧
============================= */

.case-list-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 40px;
}

/* カード全体 */
.case-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all .3s ease;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* サムネイル */
.case-card__thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* 本文エリア */
.case-card__body {
  padding: 20px;
}

/* 会社名 */
.case-card__company {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
}

/* キャッチコピー（主役） */
.case-card__catch {
  font-size: 18px;
  font-weight: 700;
  color: #002C47;
  line-height: 1.5;
  margin: 0;
  
  /* 2行で省略 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* タブレット */
@media (max-width: 1024px) {
  .case-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media (max-width: 767px) {
  .case-list-grid {
    grid-template-columns: 1fr;
  }

  .case-card__thumb img {
    height: 200px;
  }
}