@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans", sans-serif;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 1180px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  color: #333333;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.choose {
  padding: 13.33333vw 0;
}
@media screen and (min-width: 768px) {
  .choose {
    padding: 7.5rem 0 6.5625rem;
  }
}

.choose__title {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.476;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .choose__title {
    font-size: 2.625rem;
  }
}
.choose__title .color-new {
  color: #FF9A23;
}
.choose__title .color-used {
  color: #0A4067;
}

.choose__table {
  width: 89.33333vw;
  max-width: 100%;
  margin: 8vw auto 0;
  font-size: 2.133333vw;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 3px #FFFFFF;
}
@media screen and (min-width: 768px) {
  .choose__table {
    width: 62.5rem;
    margin: 3.75rem auto 0;
    font-size: 1.5rem;
  }
}
.choose__table .caution {
  font-size: 1.6vw;
  vertical-align: super;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .choose__table .caution {
    font-size: 0.75rem;
    vertical-align: text-top;
  }
}

.choose__table th {
  font-size: 5.33333vw;
  padding: 1.73333vw 0;
  color: #FFFFFF;
  background: #489F98;
  border: solid 0.4vw #FFFFFF;
  border-bottom: solid 0.4vw #FFFFFF;
}
@media screen and (min-width: 768px) {
  .choose__table th {
    font-size: 1.5rem;
    padding: 1.5625rem 0;
    border: solid 3px #FFFFFF;
    border-bottom: solid 3px #FFFFFF;
  }
}

.choose__table .th1 {
  background: #FF9A23;
}

.choose__table .th2 {
  background: #0A4067;
}

.choose__table .td1 {
background: rgba(255, 154, 35, .15);
line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .choose__table .td1 {
    line-height: initial;
    }
}
.choose__table .td2 {
background: rgba(10, 64, 103, .15);
line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .choose__table .td2 {
    line-height: initial;
    }
}

.choose-td-sp{
  display: block;
}
@media screen and (min-width: 768px) {
  .choose-td-sp{
  display: none;
  }
}
.choose-td-caution-sp1 {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .choose-td-caution-sp1 {
    line-height: initial;
  }
}
.choose-td-caution-sp1,
.choose-td-caution-sp2, 
.choose-td-caution-sp3 {
  position: relative;
}
.choose-td-caution-sp1::after,
.choose-td-caution-sp2::after, 
.choose-td-caution-sp3::after {
  position: absolute;
  font-size: 2.93333vw;
  font-weight: 500;
}
.choose-td-caution-sp1::after {
  content: "※1";
  right: 0%;
  top: -82%;
}
.choose-td-caution-sp2::after {
  content: "※2";
  right: -4%;
  top: -165%;
}
.choose-td-caution-sp3::after {
  content: "※3";
  right: 2%;
  top: -115%;
}
@media screen and (min-width: 768px) {
  .choose-td-caution-sp1::after,
  .choose-td-caution-sp2::after,
  .choose-td-caution-sp3::after{
   display: none;
  }
}

.choose__note--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .choose__note--pc {
    display: block;
  }
}
.choose__table td {
  padding: 3.06666vw 1.6vw 3.33333vw;
  border-left: solid 0.4vw #FFFFFF;
  background: rgba(72, 159, 152, .15);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .choose__table td {
    padding: 1.5625rem;
    border-left: solid 3px #FFFFFF;
    white-space: initial;
  }
}

.choose__table tr {
  border-top: dashed 0.4vw #FFFFFF;
}
@media screen and (min-width: 768px) {
  .choose__table tr {
    border-top: dashed 3px #FFFFFF;
  }
}

.choose__note {
  font-size: 1.866666vw;
  font-weight: 500;
  margin-top: 0.66666vw;
}
@media screen and (min-width: 768px) {
  .choose__note {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.choose__note02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .choose__note02 {
    font-size: 1rem;
  font-weight: 500;
  display: block;
  }
}

.choose__note--sp {
  font-size: 3.2vw;
  margin-top: 2.6666666vw;
}
@media screen and (min-width: 768px) {
  .choose__note--sp {
    display: none;
  }
}

.bold {
  font-weight: bold;
  font-size: 4.93333vw;
}
@media screen and (min-width: 768px) {
  .bold {
    font-size: 1.5rem;
  }
}

.sp-bg {
  font-size: 4.26666vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sp-bg {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.sp-medium {
  font-size: 3.2vw;
  font-weight: 600;
}

.circle img {
  width: 8vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .circle img {
    width: 3.75rem;
  }
}

.triangle img {
  width: 8vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .triangle img {
    width: 3.75rem;
  }
}

.double-circle img {
  width: 8vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .double-circle img {
    width: 3.75rem;
  }
}

.sp-bottom img {
  margin-bottom: 2.13333vw;
}
@media screen and (min-width: 768px) {
  .sp-bottom img {
    margin: auto;
  }
}

.contact-btn {
  padding-top: 8vw;
  padding-bottom: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .contact-btn {
    padding-top: 4.375rem;
    padding-bottom: 8rem;
  }
}

.contact-btn__wrap {

 
}
@media screen and (min-width: 768px) {
  .contact-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: start;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.contact-btn__tel {
  width: 68.133333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact-btn__tel {
    width: 35rem;
    margin: initial;
  }
}
.contact-btn__tel a {
  font-size: 3.733333vw;
  font-weight: bold;
  text-align: center;
  display: block;
  border: 1px solid #666666;
  border-radius: 13.33333vw;
  padding: 1.3vw 0 1.6vw;
  display: grid;
  align-items: center;
  row-gap: 0.5vw;
}
@media screen and (min-width: 768px) {
  .contact-btn__tel a {
    font-size: 2rem;
    padding: 1.375rem 0;
    height: 8.75rem;
    border-radius: 100px;
display: block;
  }
}
.contact-btn__tel img {
  width: 36.266666vw;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-btn__tel img {
    width: 22rem;
  }
}

.contact-btn__hours {
  font-size: 2.4vw;
 font-weight: 500;
  text-align: center;
  text-indent: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .contact-btn__hours {
    font-size: 1.25rem;
    margin-top: 0.8125rem;
    font-weight: bold;
    text-indent: 0.9375rem;
  }
}

.contact-btn__navi {
  font-size: 2.4vw;
  text-indent: -6.4vw;
 font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-btn__navi {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    text-indent: -3.75rem;
    margin-top: 0.3125rem;
  }
}

.contact-btn__mail {
  width: 68.133333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact-btn__mail {
    width: 35rem;
    margin: initial;
    margin-left: 1.25rem;
  }
}
.contact-btn__mail .mail-btn {
  text-align: center;
  height: 16.1333333vw; 
  font-size: 3.73333vw;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #666666;
  border-radius: 21.33333vw;
  position: relative;
  line-height: 1.4;
  margin-top: 3.46666vw;
}
@media screen and (min-width: 768px) {
  .contact-btn__mail .mail-btn {
    font-size: 2rem;
    height: 8.75rem;
    padding: 3.375rem 0 3.375rem 2.1875rem;
    border-radius: 100px;
    margin-top: initial;
  }
}
.contact-btn__mail .mail-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/mail.png) no-repeat center center/cover;
  width: 9.7333333vw;
  height: 6.666666vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-btn__mail .mail-btn::before {
    width: 4.375rem;
    height: 2.9375rem;
    left: 7%;
  }
}
.contact-btn__mail .mail-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow-black.png) no-repeat center center/cover;
  width: 4.533333vw;
  height: 6.66666vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-btn__mail .mail-btn::after {
    width: 1.3125rem;
    height: 1.875rem;
  }
}

.contact {
  background: #DAECEA;
  padding: 5.33333vw 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.375rem 0;
  }
}

.contact__wrap {
display: block;
}
@media screen and (min-width: 768px) {
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__tel {
  width: 68vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    width: 34.375rem;
    margin: initial;
  }
}
.contact__tel img {
  width: 49.46666vw;
  max-width: 100%;
  margin: 3.2vw auto 0;
}
@media screen and (min-width: 768px) {
  .contact__tel img {
    width: 34.375rem;
    margin-top: 1.875rem;
  }
}

.contact__tel-top {
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: center;
  background: #FFFFFF;
  padding: 1vw 0;
}
@media screen and (min-width: 768px) {
  .contact__tel-top {
    font-size: 2rem;
    padding: 1rem 0;
  }
}

.contact__mail {
  width: 68.13333vw;
  max-width: 100%;
  margin: 4.533333vw auto 0;
}
@media screen and (min-width: 768px) {
  .contact__mail {
    width: 34.375rem;
    margin: initial;
    margin-left: 3.125rem;
  }
}
.contact__mail .mail-btn {
  text-align: center;
  font-size: 3.733333vw;
  font-weight: bold;
  padding: 1.33333vw 0 1.33333vw;
  background: #FFFFFF;
  border-radius: 80px;
  line-height: 1.4;
  position: relative;
  height: 16.1333333vw; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact__mail .mail-btn {
    font-size: 2rem;
    height: 6.875rem;
    padding: 2.375rem 0 2.375rem 2.625rem;
    border-radius: 80px;
    line-height: 1;
  }
}
.contact__mail .mail-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/mail.png) no-repeat center center/cover;
  width: 9.7333333vw;
  height: 6.666666vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact__mail .mail-btn::before {
    width: 4.0625rem;
    height: 2.625rem;
    left: 7%;
  }
}
.contact__mail .mail-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow-black.png) no-repeat center center/cover;
  width: 4.533333vw;
  height: 6.66666vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact__mail .mail-btn::after {
    width: 1.3125rem;
    height: 1.875rem;
    right: 7%;
  }
}

.cta {
  background: #489F98;
  padding: 7.46666vw 0 6.93333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 4.0625rem 0 2.5rem;
  }
}

.cta__block {
  width: 89.33333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta__block {
    width: 100%;
  }
}

.cta__text {
  font-size: 4.8vw;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 2.25rem;
  }
}

.cta__text .caution {
  font-size: 2.13333vw;
  vertical-align: text-top;
  font-weight: 500;
  padding-left: 1.06666vw;
}
@media screen and (min-width: 768px) {
  .cta__text .caution {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
}

.caution-pc {
  display: none;
}
@media screen and (min-width: 768px) {
.caution-pc{
  display: inline-block;
}
}
.caution-sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .caution-sp {
    display: none;
  }
}

.cta__text::before,
.cta__text::after {
  background: #FFFFFF;
  content: "";
  width: 6.4vw;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .cta__text::before,
  .cta__text::after {
    width: 3.4375rem;
    height: 0.1875rem;
  }
}

.cta__text::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: -10%;
}

.cta__text::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  right: -9%;
}

.cta__search {
display: block;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .cta__search {
    margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            align-items: end;
  }
}

.cta-new-car,
.cta-used-car {
  border-radius: 8vw;
  font-size: 5.6vw;
  font-weight: bold;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border: 0.125rem solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px #25726C;
          box-shadow: 0px 4px 0px #25726C;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.66666vw 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.cta-new-car:hover,
.cta-used-car:hover {
  opacity: 1;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #25726C;
          box-shadow: 0 0 0 #25726C;
}
@media screen and (min-width: 768px) {
  .cta-new-car,
  .cta-used-car {
    /* width: 35rem; */
    font-size: 2.625rem;
    border-radius: 60px;
    border: 0.3125rem solid #FFFFFF;
    -webkit-box-shadow: 0px 8px 0px #25726C;
            box-shadow: 0px 8px 0px #25726C;
    padding: 0.9375rem 0;
    
  }
}
.cta-new-car::before,
.cta-used-car::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8vw;
  height: 8vw;
  display: inline-block;
  background: url(../images/common/search.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .cta-new-car::before,
  .cta-used-car::before {
    width: 5rem;
    height: 5rem;
    left: 20%;
  }
}
.cta-new-car::after,
.cta-used-car::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4vw;
  height: 4vw;
  display: inline-block;
  background: url(../images/common/arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .cta-new-car::after,
  .cta-used-car::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 6%;
  }
}

.cta-new-car {
  background: #FF9A23;
  margin: auto;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .cta-new-car {
    margin: initial;
    margin-top: auto;
  }
}

.cta-used-car {
  background: #0A4067;
}

.cta-used-car::before {
  left: 8%;
}
@media screen and (min-width: 768px) {
  .cta-used-car::before {
    left: 15%;
  }
}

.cta-banner__search .cta-new-car,
.cta-banner__search .cta-used-car {
  font-size: 3.2vw;
  padding: 2.66666vw 0;
}
@media screen and (min-width: 768px) {
  .cta-banner__search .cta-new-car,
  .cta-banner__search .cta-used-car {
    font-size: 2.625rem;
    padding: 0.9375rem 0;
  }
}
.cta-banner__search .cta-used-car__wrap {
  margin-top: initial;  
  margin-left: 1.333333vw;
  }
@media screen and (min-width: 768px) {
  .cta-banner__search .cta-used-car__wrap {
    margin-left: 1.25rem;
  }
}

.cta__note {
  font-size: 3.2vw;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 4vw;
  text-align: left;
  line-height: 1.33333;
}
@media screen and (min-width: 768px) {
  .cta__note {
    text-align: center;
    font-size: 1rem;
    margin-top: 2.5rem;
    line-height: 1.2;
  }
}

.cta-banner {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #489F98;
  padding: 5.33333vw 0;
}
@media screen and (min-width: 768px) {
  .cta-banner {
    padding: 2.5rem 0;
  }
}
.cta-banner .cta__search {
  margin-top: 0;
}

.cta-banner__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .cta-banner__search {
    margin-top: 2.8125rem;
  }
}

.cta-new-car__wrap{
  width: 68.13333vw;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta-new-car__wrap{
    width: 35rem;
    margin: initial;
  }
}

.cta-used-car__wrap{
  position: relative;
  margin: 4vw auto 0;
  width: 68.13333vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-used-car__wrap{
    margin-top: initial;
     width: 35rem;
     margin-left: 1.25rem;
  }
}

.cta__speech-bubble{
  display: inline-block;
  font-size: 3.73333vw;
  color: #0A4067;
  font-weight: 600;
  padding: 2.66666vw 4vw;
  background: #fff;
  border-radius: 8vw;
  position: relative;
  z-index: 1;
  top: 1vw;
  left: -14%;
}
@media screen and (min-width: 768px) {
  .cta__speech-bubble{
    font-size: 1.75rem;
    padding: 0.75rem 1.625rem 0.75rem 2rem;
    top: 0.625rem;
    left: -17%;
  }
}

.cta__speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 2.66666vw 0 0 3.2vw;
  border-color: #ffff transparent transparent;
  translate: -50% 100%;
  transform: skew(1deg);
  transform-origin: top;
}
@media screen and (min-width: 768px) {
  .cta__speech-bubble::after {
    border-width: 1rem 0 0 1.375rem;
  }
}

.faq {
  padding-top: 7.33333vw;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 1.875rem;
  }
}

.faq__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .faq-container {
    margin-top: 1.25rem;
  }
}

.faq__list {
  border-top: 2.5px solid #489F98;
  border-bottom: 2.5px solid #489F98;
}
@media screen and (min-width: 768px) {
  .faq__list {
    border-top: 5px solid #489F98;
    border-bottom: 5px solid #489F98;
  }
}

.faq__ques {
  cursor: pointer;
  padding: 6.53333vw 10vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__ques {
    padding: 1.25rem 3.125rem 1.25rem 5.625rem;
  }
}
.faq__ques::before {
  position: absolute;
  content: "";
  top: 30%;
  left: 10px;
  left: 0.625rem;
  background: url(../images/common/q.png) no-repeat center center/cover;
  width: 4.66666vw;
  height: 8vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .faq__ques::before {
    width: 2.1875rem;
    height: 3.75rem;
    top: 2.8125rem;
    left: 2.1875rem;
  }
}
.faq__ques .faq__text {
  font-size: 3.2vw;
  color: #489F98;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .faq__ques .faq__text {
    font-size: 1.5rem;
    line-height: 3.8;
  }
}

.faq__list-item:not(:last-of-type) {
  border-bottom: 1px dotted #489F98;
}

.icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 47%;
  right: 1%;
  width: 6vw;
  height: 6vw;
  margin-top: -10px;
  margin-top: -0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .icon-wrap {
    right: 2%;
    top: 40%;
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.icon {
  display: block;
  width: 6vw;
  height: 6vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .icon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.icon::before, .icon::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background: #489F98;
  width: 6vw;
  height: 0.66666vw;
  position: absolute;
  top: 2.66666vw;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .icon::before, .icon::after {
    width: 2.8125rem;
    height: 0.3125rem;
    top: 1.25rem;
  }
}
.icon::before {
  width: 0.66666vw;
  height: 6vw;
  top: 0;
  left: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .icon::before {
    width: 0.3125rem;
    height: 2.8125rem;
    left: 1.25rem;
  }
}

.js-open .icon-wrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-open .icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-open .icon::after {
  display: none;
}

.faq__ans {
  display: none;
}

.faq__ans-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 4.33333vw 2.66666vw 3vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__ans-inner {
    padding: 0.9375rem 1.25rem 1.25rem 2.25rem;
  }
}
.faq__ans-inner img {
  width: 4.8vw;
  height: 8vw;
  max-width: 100%;
  display: inline-block;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .faq__ans-inner img {
    width: 2.25rem;
    height: 3.75rem;
    margin-top: 0.125rem;
  }
}
.faq__ans-inner .faq__text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 2.26666vw;
}
@media screen and (min-width: 768px) {
  .faq__ans-inner .faq__text {
    font-size: 1.5rem;
    padding-left: 1.25rem;
    line-height: 1.75;
  }
}
.faq__ans-inner .faq__text span {
  font-size: 2.13333vw;
}
@media screen and (min-width: 768px) {
  .faq__ans-inner .faq__text span {
    font-size: 1rem;
    vertical-align: text-bottom;
  }
}

.faq__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.faq__contact::before {
  content: "";
  display: inline-block;
  margin-right: 0.53333vw;
  width: 1.6vw;
  height: 2.26666vw;
  margin-left: 2px;
  margin-left: 0.125rem;
  background: url(../images/common/faq-contact-arrow.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .faq__contact::before {
    width: 0.9375rem;
    height: 1.375rem;
  }
}
.faq__contact::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq__contact:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.other-faq {
  text-align: end;
}
.other-faq a {
  display: inline-block;
  text-align: right;
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: 4.53333vw;
  padding-right: 3.46666vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .other-faq a {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    padding-right: 1.375rem;
  }
}
.other-faq a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 2.13333vw;
  height: 3.06666vw;
  background: url(../images/common/faq-contact-arrow.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .other-faq a::before {
    width: 0.9375rem;
    height: 1.375rem;
  }
}
.other-faq a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.other-faq a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.flow {
  padding-top: 8vw;
  padding-bottom: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 12.5rem;
    padding-bottom: 7.5rem;
  }
}

.flow__title {
  font-size: 5.6vw;
  font-weight: bold;
  color: #489F98;
  line-height: 1.47619;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 2.625rem;
  }
}

.flow-stepWrap {
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .flow-stepWrap {
    margin-top: 3.75rem;
  }
}

.flow-steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .flow-steps {
    display: grid;
    gap: 2.8125rem;
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow-step:not(:last-child) {
  position: relative;
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 3px;
  width: 0.1875rem;
  display: inline-block;
  height: 24vw;
  background: #489F98;
  top: 58px;
  top: 3.625rem;
  left: 8.5%;
}
@media screen and (min-width: 768px) {
  .flow-step:not(:last-child)::after {
    width: 8.875rem;
    height: 0.1875rem;
    right: -6.375rem;
    left: auto;
    left: initial;
  }
}

.step1,
.step2,
.step3,
.step4,
.step5 {
  width: 15.46666vw;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .step1,
  .step2,
  .step3,
  .step4,
  .step5 {
    width: 7.25rem;
  }
}

.flow-step2 {
  margin-top: 6.93333vw;
}
@media screen and (min-width: 768px) {
  .flow-step2 {
    margin-top: 0;
    margin-top: initial;
  }
}

.flow-step3 {
  margin-top: 6.93333vw;
}
@media screen and (min-width: 768px) {
  .flow-step3 {
    margin-top: 0;
    margin-top: initial;
  }
}

.flow-step4 {
  margin-top: 8.66666vw;
}
@media screen and (min-width: 768px) {
  .flow-step4 {
    margin-top: 0;
    margin-top: initial;
  }
}

.flow-step5 {
  margin-top: 8.53333vw;
}
@media screen and (min-width: 768px) {
  .flow-step5 {
    margin-top: 0;
    margin-top: initial;
  }
}

.flow-step1-icon {
  width: 23.86666vw;
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 3.2vw;
}
@media screen and (min-width: 768px) {
  .flow-step1-icon {
    width: 11.1875rem;
    margin-top: 2.5rem;
    margin-left: 0.625rem;
  }
}

.flow-step2-icon {
  width: 18.13333vw;
  max-width: 100%;
  margin-left: 4.26666vw;
}
@media screen and (min-width: 768px) {
  .flow-step2-icon {
    width: 8.5rem;
    margin-top: 4.25rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step3-icon {
  width: 15.46666vw;
  max-width: 100%;
  margin-left: 5.73333vw;
}
@media screen and (min-width: 768px) {
  .flow-step3-icon {
    width: 7.25rem;
    margin-top: 1.125rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step4-icon {
  width: 17.46666vw;
  max-width: 100%;
  margin-left: 7.2vw;
}
@media screen and (min-width: 768px) {
  .flow-step4-icon {
    width: 8.1875rem;
    margin-top: 2.5rem;
    margin-left: 2.1875rem;
  }
}

.flow-step5-icon {
  width: 25.73333vw;
  max-width: 100%;
  margin-left: 0.66666vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .flow-step5-icon {
    width: 12.0625rem;
    margin-top: 0.875rem;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.flow-step__text {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow-step__text {
    font-size: 1.5rem;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
  }
}
.flow-step__text .caution {
  font-size: 1.6vw;
  vertical-align: text-top;
  font-weight: 500;
  padding-left: 0.53333vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text .caution {
    font-size: 0.75rem;
    padding-left: 0.125rem;
  }
}

.flow-step__text1 {
  margin-left: 2.93333vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text1 {
    margin-top: 0.9375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step__text2 {
  margin-left: 7.33333vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text2 {
    margin-top: 3.4375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step__text3 {
  margin-left: 8vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text3 {
    margin-top: 2rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step__text4 {
  margin-left: 4.4vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text4 {
    margin-top: 3.4375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow-step__text5 {
  margin-top: 3vw;
  margin-left: 2.8vw;
}
@media screen and (min-width: 768px) {
  .flow-step__text5 {
    margin-top: 3.4375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.flow__note {
  font-size: 2.133333vw;
  line-height: 2;
  margin-top: 12vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow__note {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}

.flow__bottom {
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  padding: 4.66666vw 0;
  border: 1px solid #489F98;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .flow__bottom {
    font-size: 1rem;
    padding: 2.1875rem 0;
    margin-top: 2.8125rem;
  }
}

.footer {
  padding: 8vw 0 30.46666vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.75rem 0 14.375rem;
  }
}

.footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav {
  font-size: 2.133333vw;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    font-size: 1rem;
  }
}
.footer__nav::after {
  content: "";
  background: url(../images/common/arrow-black.png) no-repeat center center/cover;
  width: 1.33333vw;
  height: 2vw;
  display: inline-block;
  margin-left: 0.66666vw;
}
@media screen and (min-width: 768px) {
  .footer__nav::after {
    width: 0.625rem;
    height: 0.9375rem;
    margin-left: 0.3125rem;
  }
}
.footer__nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333333;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer__nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer__nav:not(:first-child) {
  margin-left: 7.33333vw;
}
@media screen and (min-width: 768px) {
  .footer__nav:not(:first-child) {
    margin-left: 3.4375rem;
  }
}

.footer__nav:last-child {
  margin-left: 0;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__nav:last-child {
    margin-left: 3.4375rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.copy-right {
  font-size: 1.866666vw;
  font-weight: 500;
  text-align: center;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .copy-right {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.fv {
  background: url(../images/common/fv-bg-sp.jpg) no-repeat center center/cover;
  padding-top: 7.5vw;
  padding-bottom: 6.93333vw;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 2.875rem;
    padding-bottom: 0;
    padding-bottom: initial;
    background: url(../images/common/fv-bg.jpg) no-repeat center center/cover;
  }
}

.fv__text {
  /* width: calc(100% + 1.875rem);
  margin-left: -1.25rem; */
  width: calc(100% + 8vw);
  margin-left: -5.33333vw;
}
@media screen and (min-width: 768px) {
  .fv__text {
    width: 100%;
    max-width: 100%;
    /* margin: auto; */
    margin-left: initial;
  }
}

/* .fv__text img {
width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__text img {
    width: 89.33333vw;
    max-width: 100%;
    margin: auto;
  }
} */

.header {
  width: 100%;
  height: 10.66666vw;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  height: 10.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 5rem;
  }
}

.header__logo img {
  width: 33.06666vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 17rem;
  }
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-new-car,
.search-used-car {
  font-size: 3.2vw;
  font-weight: bold;
  color: #FFFFFF;
  width: 25.33333vw;
  max-width: 100%;
  border-radius: 8vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .search-new-car,
  .search-used-car {
    font-size: 1.5rem;
    width: 14.375rem;
    border-radius: 60px;
  }
}
.search-new-car::before,
.search-used-car::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6vw;
  height: 6vw;
  display: inline-block;
  background: url(../images/common/search.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .search-new-car::before,
  .search-used-car::before {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.search-new-car {
  background: #FF9A23;
  padding: 1.33333vw 4.26666vw 1.33333vw 7vw;
}
@media screen and (min-width: 768px) {
  .search-new-car {
    padding: 0.8125rem 3.5rem 0.8125rem 4.875rem;
  }
}
.search-new-car::before {
  left: 8%;
}
@media screen and (min-width: 768px) {
  .search-new-car::before {
    left: 15%;
  }
}

.search-used-car {
  background: #0A4067;
  margin-left: 1.33333vw;
  padding: 1.73333vw 2.66666vw 1.73333vw 6.66666vw;
}
@media screen and (min-width: 768px) {
  .search-used-car {
    margin-left: 0.625rem;
    padding: 0.8125rem 2.625rem 0.8125rem 4.25rem;
  }
}
.search-used-car::before {
  left: 4%;
}
@media screen and (min-width: 768px) {
  .search-used-car::before {
    left: 12%;
  }
}

.inner {
  width: 100%;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

#popup {
  display: none;
  /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer;
  /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none;
  /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 89.33333vw;
  max-width: 100%;
  padding: 7.73333vw 5.06666vw 7.2vw;
  background: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .popup-window {
    width: 62.5rem;
    padding: 3.625rem 5.5rem 4.375rem;
  }
}

.popup-content {
  margin-top: 7.06666vw;
}
@media screen and (min-width: 768px) {
  .popup-content {
    margin-top: 3.4375rem;
  }
}

.popup-text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .popup-text {
    font-size: 1.5rem;
    line-height: 2.5;
    margin-top: 0;
    margin-top: initial;
  }
}
.popup-text::before {
  content: "";
  display: inline-block;
  background: url(../images/common/check-icon.png) no-repeat center center/cover;
  width: 3.73333vw;
  height: 2.53333vw;
}
@media screen and (min-width: 768px) {
  .popup-text::before {
    width: 1.75rem;
    height: 1.1875rem;
  }
}
.popup-text .caution {
  font-size: 1.6vw;
  vertical-align: text-top;
  font-weight: 500;
  margin-left: 0.93333vw;
}
@media screen and (min-width: 768px) {
  .popup-text .caution {
    font-size: 0.75rem;
    margin-left: 0.4375rem;
  }
}
.popup-text .space {
  margin-left: 4.5vw;
}
@media screen and (min-width: 768px) {
  .popup-text .space {
    margin-left: -0.3125rem;
  }
}

.popup-note {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 2;
  padding-left: 4.66666vw;
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .popup-note {
    font-size: 0.75rem;
    padding-left: 2.1875rem;
    margin-top: 0;
    margin-top: initial;
  }
}
.popup-note .space {
  margin-left: 3vw;
}
@media screen and (min-width: 768px) {
  .popup-note .space {
    margin-left: 0;
    margin-left: initial;
  }
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 2.66666vw;
  right: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .popup-close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.popup-close img {
  width: 4vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .popup-close img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.popup-head {
  text-align: center;
}
.popup-head .btn-merit {
  padding: 3.46666vw 8.8vw 3.46666vw 18.4vw;
}
@media screen and (min-width: 768px) {
  .popup-head .btn-merit {
    padding: 1.625rem 4.125rem 1.6875rem 8.625rem;
  }
}
.popup-head .btn-merit::before {
  left: 17%;
}

.service {
  padding-top: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 7.5rem;
  }
}

.service__title {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 2.1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__title {
    font-size: 2.625rem;
  }
}
.service__title span {
  color: #489F98;
}
.service__title img {
  display: inline-block;
  width: 5.33333vw;
  max-width: 100%;
  margin-left: -1.33333vw;
}
@media screen and (min-width: 768px) {
  .service__title img {
    width: 2.5rem;
    margin-left: -0.6875rem;
  }
}

.service__wrap {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .service__wrap {
    margin-top: 3.75rem;
  }
}

.service__lists {

  
}
@media screen and (min-width: 768px) {
  .service__lists {
    gap: min(4.0625rem, 3vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }
}

.service__list {
text-align: start;
  font-size: 4.2666666vw;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
         margin-bottom: 5.73333vw;
}
@media screen and (min-width: 768px) {
  .service__list {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: initial;
  }
}

.service__list p {
  margin-left: 2.93333vw;
}
@media screen and (min-width: 768px) {
  .service__list p {
    margin-left: initial;
  }
}
.service__list span{
  color: #489F98;
}
@media screen and (min-width: 768px) {
  .service__list span{
    color: initial;
  }
}
.service__list img {
  width: 26.13333vw;
  max-width: 100%;
  /* margin-bottom: 2.66666vw; */
}
@media screen and (min-width: 768px) {
  .service__list img {
    width: 19.375rem;
    margin-bottom: 0.9375rem;
  }
}
.service__list .caution {
  font-size: 1.6vw;
  vertical-align: text-top;
  font-weight: 500;
  padding-left: 0.8vw;
}
@media screen and (min-width: 768px) {
  .service__list .caution {
    font-size: 0.75rem;
    padding-left: 0.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .service__list .pc {
    display: inline-block;
  }
}

.btn-wrap {
  margin-top: 8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    margin-top: 4.0625rem;
  }
}

.btn-merit {
  font-size: 3.2vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  padding: 3.6vw 13.33333vw;
  border: 1px solid #333333;
  background: #FFFFFF;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .btn-merit {
    font-size: 1.5rem;
    padding: 1.6875rem 6.25rem;
  }
}
.btn-merit::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8%;
  background: url(../images/common/beginner.png) no-repeat center center/contain;
  width: 3.733333vw;
  height: 5.33333vw;
  display: inline-block;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn-merit::before {
    width: 1.75rem;
    height: 2.5rem;
  }
}
.btn-merit::after {
  position: absolute;
  top: 1.6vw;
  left: 1.6vw;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333333;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .btn-merit::after {
    top: 12px;
    left: 12px;
  }
}
.btn-merit img {
  width: 5.33333vw;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .btn-merit img {
    width: 2.5rem;
  }
}

.service__items {
  margin-top: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .service__items {
    margin-top: 6.875rem;
  }
}

.service__item + .service__item {
  margin-top: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    margin-top: 6.875rem;
  }
}

.service__item-title,
.service__item-title2,
.service__item-title3,
.service__item-title4,
.service__item-title5 {
  line-height: 1.33333;
  background: #489F98;
  border-radius: 4vw 4vw 4vw 0;
  color: #FFFFFF;
  padding: 5.86666vw 0 5.86666vw 17.46666vw;
  font-size: 4.26666vw;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__item-title,
  .service__item-title2,
  .service__item-title3,
  .service__item-title4,
  .service__item-title5 {
    font-size: 2.625rem;
    padding: 3.125rem 0 2.5rem 9.25rem;
    border-radius: 30px 30px 30px 0;
  }
}
.service__item-title::before,
.service__item-title2::before,
.service__item-title3::before,
.service__item-title4::before,
.service__item-title5::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 6%;
  bottom: -30%;
  background: url(../images/common/1.png) no-repeat center center/contain;
  width: 8.53333vw;
  height: 23.2vw;
}
@media screen and (min-width: 768px) {
  .service__item-title::before,
  .service__item-title2::before,
  .service__item-title3::before,
  .service__item-title4::before,
  .service__item-title5::before {
    width: 4.625rem;
    height: 12.5rem;
    left: 3.5%;
    bottom: -3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service__item-title {
    padding: 5rem 0 4.8125rem 9.375rem;
  }
}

.service__item-title2 {
  padding: 6.26666vw 0 5.33333vw 17.33333vw;
}
.service__item-title2::before {
  background: url(../images/common/2.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .service__item-title2 {
    padding: 3.125rem 0 2.8125rem 9.375rem;
  }
}

.service__item-title3 {
  padding: 5.86666vw 0 5.86666vw 17.46666vw;
}
@media screen and (min-width: 768px) {
  .service__item-title3 {
    padding: 3.125rem 0 2.8125rem 9.375rem;
  }
}
@media screen and (min-width: 1180px) {
  .service__item-title3 {
    padding: 5rem 0 4.0625rem 9.375rem;
  }
}
.service__item-title3::before {
  background: url(../images/common/3.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .service__item-title3::before {
    height: 12.625rem;
  }
}
.service__item-title3 .caution {
  font-size: 2.13333vw;
  font-weight: 500;
  color: #FFFFFF;
  vertical-align: super;
  margin-left: 0.5vw;
}
@media screen and (min-width: 768px) {
  .service__item-title3 .caution {
    font-size: 1rem;
    margin-left: 0.875rem;
  }
}

.service__item-title4 {
  padding: 5.86666vw 0 5.86666vw 17.46666vw;
}
@media screen and (min-width: 768px) {
  .service__item-title4 {
    padding: 5rem 0 4.0625rem 9.375rem;
  }
}
.service__item-title4::before {
  background: url(../images/common/4.png) no-repeat center center/contain;
}

.service__item-title5 {
  padding: 5.86666vw 0 5.86666vw 17.33333vw;
}
.service__item-title5::before {
  background: url(../images/common/5-1.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .service__item-title5 {
    padding: 3.3125rem 0 2.5rem 9.375rem;
  }
}

.service__item01-head img {
  width: 91.33333vw;
  max-width: 100%;
  margin: 6vw auto 0;
}
@media screen and (min-width: 768px) {
  .service__item01-head img {
    width: 45.3125rem;
    margin: 1.875rem auto 0;
  }
}

.service__sub-title {
  font-size: 4.26666vw;
  margin-top: 4.8vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__sub-title {
    font-size: 2rem;
    margin-top: 2.8125rem;
  }
}
.service__sub-title::after {
  content: "";
  position: absolute;
  bottom: -5.33333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8vw;
  height: 0.8vw;
  background: #489F98;
  display: inline-block;
  border-radius: 1.6vw;
}
@media screen and (min-width: 768px) {
  .service__sub-title::after {
    width: 3.75rem;
    height: 0.375rem;
    bottom: -1.75rem;
    border-radius: 10px;
  }
}

.service__sub-title2 {
  margin-top: 8.66666vw;
}
@media screen and (min-width: 768px) {
  .service__sub-title2 {
    margin-top: 3.75rem;
  }
}

.service__car-lineup {
  margin-top: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .service__car-lineup {
    margin-top: 5.4375rem;
  }
}

.service__cars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.33333vw;
}
@media screen and (min-width: 768px) {
  .service__cars {
    gap: 2.8125rem;
  }
}

.service__car {
  border-radius: 1.6vw;
  background: #fff;
  -webkit-box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, .16);
          box-shadow: 0.4vw 0.4vw 0.8vw rgba(0, 0, 0, .16);
  padding: 3.06666vw 1.5vw 1.86666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__car {
    padding: 3.75rem 1.25rem 2.25rem;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  }
}
.service__car p {
  font-size: 2.666666vw;
  text-align: center;
  font-weight: bold;
  margin-top: 0.666666vw;
}
@media screen and (min-width: 768px) {
  .service__car p {
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}
.service__car p span {
  color: #489F98;
  display: block;
  font-weight: bold;
}
.service__car .car-lineup1,
.service__car .car-lineup2,
.service__car .car-lineup3,
.service__car .car-lineup4,
.service__car .car-lineup5,
.service__car .car-lineup6 {
  max-width: 100%;
  display: inline-block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup1,
  .service__car .car-lineup2,
  .service__car .car-lineup3,
  .service__car .car-lineup4,
  .service__car .car-lineup5,
  .service__car .car-lineup6 {
    margin: auto;
  }
}
.service__car .car-lineup1 {
  width: 25.86666vw;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup1 {
    width: 19.875rem;
  }
}
.service__car .car-lineup2 {
  width: 24.8vw;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup2 {
    width: 20.125rem;
  }
}
.service__car .car-lineup3 {
  width: 26.26666vw;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup3 {
    width: 21.25rem;
  }
}
.service__car .car-lineup4,
.service__car .car-lineup5,
.service__car .car-lineup6 {
  width: 21.06666vw;
  margin-bottom: 2.13333vw;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup4,
  .service__car .car-lineup5,
  .service__car .car-lineup6 {
    margin-bottom: 0;
    margin-bottom: initial;
  }
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup4 {
    width: 15.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup5 {
    width: 17.75rem;
  }
}
.service__car .car-lineup6 {
  margin-bottom: 0.93333vw;
}
@media screen and (min-width: 768px) {
  .service__car .car-lineup6 {
    width: 15.8125rem;
    margin-bottom: 0;
    margin-bottom: initial;
  }
}

.service__item02-boxes {
  border: 1.06666vw solid #DAECEA;
  border-radius: 4vw;
  padding: 6.13333vw 0 6.93333vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .service__item02-boxes {
    border: 10px solid #DAECEA;
    padding: 2.8125rem 0;
    margin-top: 3.125rem;
    border-radius: 30px;
  }
}

.service__item02-boxes02 {
  margin-top: 2.66666vw;
}
@media screen and (min-width: 768px) {
  .service__item02-boxes02 {
    margin-top: 2.625rem;
  }
}

.service__item02-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__item02-inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.13333vw;
}
@media screen and (min-width: 768px) {
  .service__item02-inner02 {
    margin-top: 2.375rem;
  }
}

.service__item02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .service__item02-box {
    margin-left: -5.625rem;
  }
}
.service__item02-box .item02-icon1 {
  width: 30vw;
  max-width: 100%;
  margin: 4vw 0 0;
}
@media screen and (min-width: 768px) {
  .service__item02-box .item02-icon1 {
    width: 14.0625rem;
    margin: 1.875rem 0 0;
  }
}
.service__item02-box .item02-icon2 {
  width: 25.06666vw;
  max-width: 100%;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .service__item02-box .item02-icon2 {
    width: 11.75rem;
    margin-top: 1.875rem;
  }
}

.service__item02-box02 .item02-icon3 {
  width: 28.93333vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__item02-box02 .item02-icon3 {
    width: 13.5625rem;
  }
}
.service__item02-box02 .item02-icon4 {
  width: 22.4vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__item02-box02 .item02-icon4 {
    width: 10.5rem;
  }
}

.service__item02-box + .service__item02-box {
  margin-left: 15.46666vw;
}
@media screen and (min-width: 768px) {
  .service__item02-box + .service__item02-box {
    margin-left: 6.25rem;
  }
}

.service__item02-box02 + .service__item02-box02 {
  margin-left: 13.6vw;
}
@media screen and (min-width: 768px) {
  .service__item02-box02 + .service__item02-box02 {
    margin-left: 9.625rem;
  }
}

.service__item02-top {
  font-size: 3.733333vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .service__item02-top {
    font-size: 1.5rem;
  }
}

.service__item02-top01 {
  padding-left: 10%;
}

.service__item02-head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service__item02-head {
    font-size: 1.5rem;
  }
}

.service__item02-body {
  text-align: center;
  font-size: 3.466666vw;
  font-weight: bold;
  margin-top: 5.8666666vw;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE200;
          text-decoration-color: #FFE200;
  text-decoration-thickness: 1.6vw;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .service__item02-body {
    text-decoration: underline;
    -webkit-text-decoration-color: #FFE200;
            text-decoration-color: #FFE200;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
    font-size: 1.5rem;
    padding-left: 3.125rem;
    line-height: 1.75;
    margin-top: 1.875rem;
    font-weight: 500;
  }
}

.service__main-text {
  text-align: center;
}
.service__main-text p {
  color: #489F98;
  font-size: 3.7333333vw;
  font-weight: bold;
  margin-top: 8vw;
  position: relative;
  display: inline-block;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .service__main-text p {
    font-size: 2rem;
    margin-top: 4.375rem;
  }
}
.service__main-text p::before, .service__main-text p::after {
  background: #489F98;
  content: "";
  width: 16vw;
  height: 0.4vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .service__main-text p::before, .service__main-text p::after {
    width: 5.9375rem;
    height: 0.1875rem;
  }
}
.service__main-text p::before {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  left: -25%;
}
.service__main-text p::after {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
  right: -25%;
}
@media screen and (min-width: 768px) {
  .service__main-text p::before {
    left: -15%;
  }
  .service__main-text p::after {
    right: -15%;
  }
}

.service__item02-box-head {
  font-size: 3.4666666vw;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE200;
          text-decoration-color: #FFE200;
  text-decoration-thickness: 1.6vw;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .service__item02-box-head {
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFE200;
            text-decoration-color: #FFE200;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
    font-size: 1.5rem;
  }
}

.service__item03-boxes {
  border: 1.06666vw solid #DAECEA;
  border-radius: 4vw;
  padding: 6.26666vw 0 4.53333vw;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .service__item03-boxes {
    border: 10px solid #DAECEA;
    padding: 2.8125rem 0 2.1875rem;
    margin-top: 3.125rem;
    border-radius: 30px;
  }
}

.service__item03-inner {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .service__item03-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service__item03-body {
  font-size: 3.4666666666vw;
  font-weight: bold;
  line-height: 1.75;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE200;
          text-decoration-color: #FFE200;
  text-decoration-thickness: 1.6vw;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__item03-body {
    font-weight: 500;
    font-size: 1.5rem;
    white-space: nowrap;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFE200;
            text-decoration-color: #FFE200;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
    text-align: left;
  }
}
.service__item03-body .caution {
  font-size: 1.6vw;
  vertical-align: text-top;
  font-weight: 500;
  /* display: inline-block; */
}
@media screen and (min-width: 768px) {
  .service__item03-body .caution {
    font-size: 0.75rem;
  }
}

.service__item03-box img {
  width: 68.26666vw;
  max-width: 100%;
  margin: 4.2vw auto 0;
}
@media screen and (min-width: 768px) {
  .service__item03-box img {
    width: 32rem;
    margin: 0;
    margin: initial;
  }
}

@media screen and (min-width: 768px) {
  .service__item03-box + .service__item03-box {
    margin-left: 4.0625rem;
  }
}

.service__item-note {
  font-size: 2.1333333vw;
  font-weight: 500;
  line-height: 2;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .service__item-note {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.service__item03-text {
  margin-top: 8vw;
  font-size: 4.26666vw;
  font-weight: bold;
  text-align: center;
  color: #489F98;
  line-height: 1.625;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service__item03-text {
    font-size: 2rem;
    margin-top: 4.375rem;
    white-space: normal;
    white-space: initial;
  }
}
.service__item03-text img {
  width: 11.2vw;
  max-width: 100%;
  display: inline-block;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .service__item03-text img {
    width: 6.25rem;
    margin-right: 0.1875rem;
  }
}
.service__item03-text .caution {
  font-size: 1.6vw;
  vertical-align: text-top;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service__item03-text .caution {
    font-size: 0.75rem;
  }
}

.service__item03-img img {
  width: 70.4vw;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .service__item03-img img {
    width: 33rem;
  }
}

.service__main-text4 {
  text-align: center;
}
.service__main-text4 p {
  color: #489F98;
  font-size: 3.733333vw;
  font-weight: bold;
  margin-top: 10vw;
  position: relative;
  display: inline-block;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .service__main-text4 p {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
.service__main-text4 p::before, .service__main-text4 p::after {
  background: #489F98;
  content: "";
  width: 13vw;
  height: 1.5px;
  height: 0.09375rem;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .service__main-text4 p::before, .service__main-text4 p::after {
    top: 35%;
    width: 3.75rem;
    height: 0.1875rem;
  }
}
.service__main-text4 p::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  left: -37%;
}
@media screen and (min-width: 768px) {
  .service__main-text4 p::before {
    left: -9%;
  }
}
.service__main-text4 p::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  right: -37%;
}
@media screen and (min-width: 768px) {
  .service__main-text4 p::after {
    right: -8%;
  }
}

.service__item04-box-head {
  font-size: 3.4666666vw;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE200;
          text-decoration-color: #FFE200;
  text-decoration-thickness: 1.6vw;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .service__item04-box-head {
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFE200;
            text-decoration-color: #FFE200;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
  }
}

.service__item04-boxes {
  border: 1.06666vw solid #DAECEA;
  border-radius: 4vw;
  padding: 6.26666vw 0 9.33333vw;
  margin-top: 3.333333vw;
}
@media screen and (min-width: 768px) {
  .service__item04-boxes {
    border: 10px solid #DAECEA;
    padding: 2.8125rem 0;
    margin-top: 2.5rem;
    border-radius: 30px;
  }
}

.service__item04 img {
  width: 75.2vw;
  max-width: 100%;
  margin: 9.86666vw auto 0;
}
@media screen and (min-width: 768px) {
  .service__item04 img {
    width: 35.25rem;
    margin: 2.5rem auto 0;
  }
}

.service__item05-body {
  font-size: 3.4666666vw;
  font-weight: bold;
  line-height: 1.75;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFE200;
          text-decoration-color: #FFE200;
  text-decoration-thickness: 1.6vw;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .service__item05-body {
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFE200;
            text-decoration-color: #FFE200;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
  }
}

.service__item05-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.73333vw;
}
@media screen and (min-width: 768px) {
  .service__item05-box {
    margin-top: 2.8125rem;
  }
}

.service__item05-img {
  margin-left: 2.266666vw;
}
@media screen and (min-width: 768px) {
  .service__item05-img {
    margin-left: 2.5rem;
  }
}
.service__item05-img img {
  width: 29.86666vw;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__item05-img img {
    width: 14rem;
  }
}
/*# sourceMappingURL=styles.css.map */
