@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes slidein {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #252525;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-left: none;
}

ul,
ol {
  list-style: none inside;
}

a {
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

li::marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.is-sp {
  display: none;
}

@media (width < 1200px) {
  .is-tb {
    display: block;
  }
}
@media (width < 834px) {
  .is-sp {
    display: block;
  }
}
.inblo {
  display: inline-block;
}

.tel a {
  color: #483f42;
}

input[type=button],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

/* 改行をスマホだけで入れたい場合に使用（任意） */
.sp-br {
  display: inline;
}

@media (min-width: 560px) {
  .sp-br {
    display: none;
  }
}
.contact3 .red {
  color: #d43636;
}
.contact3 .blue {
  color: #3c559d;
}
.contact3 .s-mv {
  position: relative;
  overflow: hidden;
  height: 550px;
  background: url(../images/contact3/bg-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (width < 834px) {
  .contact3 .s-mv {
    background-size: cover;
    height: auto;
  }
}
.contact3 .s-mv__in {
  max-width: 1060px;
  padding: 90px 20px 0;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (width < 834px) {
  .contact3 .s-mv__in {
    padding-bottom: 60px;
  }
}
.contact3 .s-mv__title {
  max-width: 1020px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
}
.contact3 .s-mv__text {
  max-width: 963px;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
}
.contact3 .s-mv__intro {
  max-width: 1049px;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
}
.contact3 .s-mv__icon {
  max-width: 1037px;
  margin-top: 30px;
  margin-inline: auto;
  text-align: center;
  opacity: 0;
}
.contact3 .s-mv .circle {
  position: absolute; /* 親の中を自由に動く */
  width: clamp(240px, 40vw, 500px);
  height: clamp(240px, 40vw, 500px);
  background-color: #e6da76;
  border-radius: 50%;
  opacity: 0.2;
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
}
.contact3 .s-intro {
  position: relative;
  z-index: 3;
}
.contact3 .s-intro ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: -120px;
  margin-bottom: 80px;
  opacity: 0;
}
@media (width < 1200px) {
  .contact3 .s-intro ul {
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center;
    margin-top: -60px;
  }
}
.contact3 .s-intro ul li {
  max-width: 311px;
}
@media (width < 834px) {
  .contact3 .s-intro ul li {
    max-width: 33%;
  }
}
.contact3 .s-porpose__in {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.contact3 .s-porpose__btm {
  max-width: 724px;
  margin-top: 25px;
  margin-inline: auto;
}
.contact3 .s-porpose__mid__text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 50px;
  position: relative;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__text {
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
  }
}
@media (width < 834px) {
  .contact3 .s-porpose__mid__text {
    font-size: 16px;
  }
}
.contact3 .s-porpose__mid__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  background: url(../images/contact3/icon-propose07.webp) no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 100%;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__text::before {
    width: 50px;
    top: -40px;
    left: -20px;
  }
}
.contact3 .s-porpose__mid__text img {
  max-width: 550px;
  width: 100%;
}
.contact3 .s-porpose__mid__title {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #3c559d;
  margin-bottom: 20px;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  background: rgba(232, 229, 15, 0.8);
  border-radius: 30px;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__title {
    font-size: 28px;
  }
}
@media (width < 834px) {
  .contact3 .s-porpose__mid__title {
    font-size: 18px;
    text-align: center;
  }
}
.contact3 .s-porpose__mid__title .red {
  color: #d43636;
}
.contact3 .s-porpose__mid__tag {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__tag {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.contact3 .s-porpose__mid__tag li {
  background: #3c559d;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-block: 5px;
  opacity: 0;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__tag li {
    font-size: 18px;
  }
}
@media (width < 834px) {
  .contact3 .s-porpose__mid__tag li {
    font-size: 14px;
  }
}
.contact3 .s-porpose__mid__column {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__column {
    justify-content: center;
  }
}
.contact3 .s-porpose__mid__column__item {
  max-width: 340px;
}
@media (width < 1200px) {
  .contact3 .s-porpose__mid__column__item {
    margin-bottom: 30px;
  }
}
.contact3 .s-porpose__mid__column__item p {
  width: 244px;
  margin: 20px auto 0;
}
.contact3 .s-rsn {
  margin-top: 50px;
}
.contact3 .s-rsn__in {
  background-image: url(../images/contact3/bg-rsn01.webp);
  background-size: 50% 50%;
  background-repeat: repeat;
  padding-bottom: 50px;
}
.contact3 .s-rsn__hd {
  text-align: center;
  margin-bottom: 60px;
  background-color: #ae0002;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px 20px;
}
@media (width < 834px) {
  .contact3 .s-rsn__hd {
    font-size: 24px;
  }
}
.contact3 .s-rsn__hd .is-strong {
  color: #fadb61;
  font-size: 48px;
}
@media (width < 834px) {
  .contact3 .s-rsn__hd .is-strong {
    font-size: 32px;
  }
}
.contact3 .s-rsn__hd .is-txt {
  position: relative;
}
.contact3 .s-rsn__hd .is-txt::after {
  position: absolute;
  content: "";
  background: url(../images/contact3/icon-star.webp) no-repeat center center;
  background-size: contain;
  width: 53px;
  height: 53px;
  bottom: 0;
  left: calc(100% + 4px);
  transform: rotate(30deg);
  z-index: 2;
}
@media (width < 834px) {
  .contact3 .s-rsn__hd .is-txt::after {
    display: none;
  }
}
.contact3 .s-rsn__hd .is-txt::before {
  position: absolute;
  content: "";
  background: url(../images/contact3/icon-star.webp) no-repeat center center;
  background-size: contain;
  width: 53px;
  height: 53px;
  bottom: 0;
  right: calc(100% + 10px);
  z-index: 2;
}
@media (width < 834px) {
  .contact3 .s-rsn__hd .is-txt::before {
    display: none;
  }
}
.contact3 .s-rsn__bd {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact3 .s-rsn__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}
@media (width < 834px) {
  .contact3 .s-rsn__ul {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
.contact3 .s-rsn__li {
  border: 4px solid #d2aa1f;
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}
.contact3 .s-rsn__li h3 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #000;
}
.contact3 .s-rsn__li p {
  font-size: 18px;
  line-height: 1.6;
}
@media (width < 834px) {
  .contact3 .s-rsn__li p {
    font-size: 16px;
  }
}
.contact3 .s-rsn__google {
  margin-top: 60px;
  margin-inline: auto;
  max-width: 1020px;
  padding-inline: 20px;
}
.contact3 .s-lineup__in {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.contact3 .s-lineup__head {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.contact3 .s-lineup__title {
  font-size: 36px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 20px;
}
@media (width < 834px) {
  .contact3 .s-lineup__title {
    font-size: 24px;
  }
}
.contact3 .s-lineup__title .green {
  color: #b18e6e;
}
.contact3 .s-lineup__title .red {
  color: #d43636;
}
.contact3 .s-lineup__title .sml {
  font-size: 30px;
}
@media (width < 834px) {
  .contact3 .s-lineup__title .sml {
    font-size: 20px;
  }
}
.contact3 .s-lineup__maker ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
  gap: 15px 33px;
}
.contact3 .s-lineup__makerItem {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.contact3 .s-lineup__makerItem:has(.is-active) .bg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  border-radius: 0 0 5px 5px;
  left: 0;
  width: 0;
  height: 4px;
  background: #ff3939;
  animation: slidein 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.contact3 .s-lineup__makerItem:has(a:hover) {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}
.contact3 .s-lineup__makerItem img {
  height: 49px;
  width: auto;
  margin-top: 10px;
  padding-bottom: 3px;
}
.contact3 .s-lineup__makerItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact3 .s-lineup__makerItem a:hover {
  opacity: 1;
}
.contact3 .s-lineup__makerItem p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.contact3 .s-lineup__makerItem p .bg {
  position: absolute;
  width: 110px;
  height: 25px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a2a2a;
}
.contact3 .s-lineup__makerItem p .txt {
  position: relative;
  z-index: 2;
}
.contact3 .s-lineup__makerItem:nth-child(1) {
  margin-right: 10px;
}
.contact3 .s-lineup__makerItem:nth-child(2) {
  margin-right: 10px;
}
.contact3 .s-lineup__maker ul {
  position: relative;
}
.contact3 .s-lineup__maker ul::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 102vw;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to right, #d4af37 0%, #f6d365 25%, #c9982c 50%, #7d5309 75%, #7d5309 100%);
}
.contact3 .s-lineup__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px 18px;
}
.contact3 .s-lineup__item {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.contact3 .s-lineup__itemMaker {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 10px 0 10px;
}
.contact3 .s-lineup__itemCar {
  font-weight: bold;
  font-size: 18px;
  padding-inline: 10px;
}
.contact3 .s-lineup__itemClass {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  padding-inline: 10px;
}
.contact3 .s-lineup__itemNote {
  font-size: 13px;
  font-weight: bold;
  color: #3a66ae;
  letter-spacing: 0em;
  padding: 0 10px 5px 10px;
}
.contact3 .s-lineup__item figure {
  padding-inline: 10px;
  padding-top: 10px;
}
.contact3 .s-lineup__item figure img {
  aspect-ratio: 524/295;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact3 .s-lineup__item ul li {
  padding: 10px;
}
.contact3 .s-lineup__item ul li > p {
  font-size: 14px;
  font-weight: bold;
  color: #d43636;
}
.contact3 .s-lineup__item ul li > p .is-red {
  display: inline-block;
  padding-left: 5px;
  font-size: 26px;
}
.contact3 .s-lineup__item ul li .title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  color: #252525;
}
.contact3 .s-lineup__item ul .value {
  background: #fff;
}
.contact3 .s-lineup__btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
.contact3 .s-lineup__btn .slide-btn {
  border-radius: 5px;
  width: calc(50% - 5px);
  text-align: center;
}
.contact3 .s-lineup__btn .slide-btn a {
  display: block;
  font-size: 14px;
  padding-block: 7px;
  font-weight: bold;
}
.contact3 .s-lineup__btn .blue {
  background-color: #1d50a2;
}
.contact3 .s-lineup__btn .red {
  background-color: #c31219;
}
.contact3 .s-lineup__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.contact3 .s-lineup__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  gap: 0;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 244px;
}
.contact3 .s-lineup__item:has(.s-lineup__sale) .s-lineup__itemCar {
  padding-right: 65px;
}
@media (width < 834px) {
  .contact3 .s-lineup__item {
    margin-inline: auto;
  }
}
.contact3 .lineup__sale {
  position: absolute;
  width: 55px;
  right: 5px;
  top: 5px;
}
.contact3 .s-lineup__item.show {
  opacity: 1;
  transform: translateY(0);
}
.contact3 .s-resv {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact3 .s-resv__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 101vw;
  z-index: -1;
}
.contact3 .s-resv__hd {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (width < 834px) {
  .contact3 .s-resv__hd {
    font-size: 24px;
  }
}
.contact3 .s-resv__ul {
  display: flex;
  justify-content: space-between;
}
@media (width < 834px) {
  .contact3 .s-resv__ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact3 .s-resv__ul li:nth-child(1) {
  max-width: 203px;
}
@media (width < 834px) {
  .contact3 .s-resv__ul li:nth-child(1) {
    width: 142px;
    margin-bottom: 30px;
  }
}
.contact3 .s-resv__ul li:nth-child(2) {
  max-width: 182px;
}
@media (width < 834px) {
  .contact3 .s-resv__ul li:nth-child(2) {
    width: 127px;
    margin-bottom: 30px;
  }
}
.contact3 .s-resv__ul li:nth-child(3) {
  max-width: 204px;
}
@media (width < 834px) {
  .contact3 .s-resv__ul li:nth-child(3) {
    width: 142px;
    margin-bottom: 30px;
  }
}
.contact3 .s-resv__ul li:nth-child(4) {
  max-width: 158px;
}
@media (width < 834px) {
  .contact3 .s-resv__ul li:nth-child(4) {
    width: 110px;
    margin-bottom: 30px;
  }
}
.contact3 .s-resv__ul li:nth-child(5) {
  max-width: 158px;
}
@media (width < 834px) {
  .contact3 .s-resv__ul li:nth-child(5) {
    width: 110px;
    margin-bottom: 30px;
  }
}
.contact3 .s-resv__txt {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
}
.contact3 .s-resv__btn {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (width < 834px) {
  .contact3 .s-resv__btn {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: center;
  }
}
.contact3 .s-resv__btn li {
  max-width: 244px;
}
.contact3 .s-voice {
  background-color: #f7f7f7;
}
.contact3 .s-voice__hd {
  background: #ebd145;
  text-align: center;
  padding-block: 2px 6px;
}
.contact3 .s-voice__hd > span {
  display: inline-block;
  position: relative;
}
.contact3 .s-voice__hd > span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -95px;
  width: 91px;
  height: 88px;
  background: url(../images/contact3/icon-voice01.webp) no-repeat bottom left;
  background-size: contain;
}
@media (width < 834px) {
  .contact3 .s-voice__hd > span::after {
    width: 60px;
    height: 58px;
    left: -60px;
  }
}
.contact3 .s-voice__hd > span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -95px;
  width: 74px;
  height: 74px;
  background: url(../images/contact3/icon-voice02.webp) no-repeat bottom right;
  background-size: contain;
}
@media (width < 834px) {
  .contact3 .s-voice__hd > span::before {
    width: 60px;
    height: 58px;
    right: -60px;
  }
}
.contact3 .s-voice__hd p {
  font-size: 24px;
  font-weight: bold;
}
@media (width < 834px) {
  .contact3 .s-voice__hd p {
    font-size: 18px;
  }
}
.contact3 .s-voice__hd h2 {
  font-size: 36px;
  font-weight: bold;
}
@media (width < 834px) {
  .contact3 .s-voice__hd h2 {
    font-size: 24px;
  }
}
.contact3 .s-voice__ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px 18px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
@media (width < 834px) {
  .contact3 .s-voice__ul {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
.contact3 .s-voice__ul li {
  display: flex;
}
.contact3 .s-voice__ul-l {
  padding-right: 15px;
}
.contact3 .s-voice__ul-l img {
  max-width: 119px;
}
.contact3 .s-voice__ul-l figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.contact3 .s-voice__ul-r {
  background-color: #fff;
  padding: 10px;
}
.contact3 .s-voice__u-txt {
  font-size: 14px;
  line-height: 1.8;
}
.contact3 .s-voice__u-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d43636;
  position: relative;
}
@media (width < 834px) {
  .contact3 .s-voice__u-ttl {
    font-size: 16px;
  }
}
.contact3 .s-voice__u-ttl > span {
  position: relative;
  z-index: 2;
}
.contact3 .s-voice__u-ttl::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #f0f2b3;
  z-index: 1;
}
.contact3 .s-flow {
  padding-inline: 20px;
  background-image: url(../images/contact3/bg-flow.webp);
  background-size: cover;
  background-position: center top;
  margin-bottom: 60px;
}
.contact3 .s-flow__hd {
  padding-top: 50px;
  padding-bottom: 60px;
}
.contact3 .s-flow__hd p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (width < 834px) {
  .contact3 .s-flow__hd p {
    font-size: 18px;
  }
}
.contact3 .s-flow__hd h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (width < 834px) {
  .contact3 .s-flow__hd h2 {
    font-size: 24px;
  }
}
.contact3 .s-flow__bd {
  max-width: 1100px;
  margin: 0 auto;
}
.contact3 .s-flow__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 70px;
}
@media (width < 834px) {
  .contact3 .s-flow__ul {
    flex-direction: column;
    align-items: center;
  }
}
.contact3 .s-flow__ul li {
  border: 4px solid #d2aa1f;
  padding: 10px;
  border-radius: 3px;
  width: 320px;
  background-color: #fff;
}
.contact3 .s-flow__ul li h3 {
  display: flex;
  text-align: center;
  align-items: center;
}
.contact3 .s-flow__ul li h3 img {
  max-width: 39px;
}
.contact3 .s-flow__ul li p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px dotted #000;
}
.contact3 .s-flow__ttl {
  width: 100%;
  margin-left: -39px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (width < 834px) {
  .contact3 .s-flow__ttl {
    font-size: 20px;
  }
}
.contact3 .s-flow__ttl .is-sml {
  font-size: 16px;
}
.contact3 .s-flow__btm {
  max-width: 724px;
  margin-inline: auto;
}
.contact3 .s-flow__btm img {
  width: 100%;
  height: auto;
}

.s-btm {
  height: 100vh;
  background: #483f42;
}
@media (width >= 1280px) {
  .s-btm {
    height: 50vh;
  }
}


/************************************************************/
/*                                                          */
/*  CONTACT                                                 */
/*                                                          */
/************************************************************/

.s-ctm__in {
  max-width: 1000px;
  margin: 0 auto;
}
.s-ctm__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 55px;
  color: #fff;
  background: red;
  -webkit-text-stroke: 4px #e40012;
    paint-order: stroke;
  > span {
    position: relative;
    top: -20px;
    > span {
      font-size: 24px;
    }
  }
}

@media (width < 834px) {
  .s-ctm__title {
    font-size: 18px;
    > span {
      top: -10px;
      > span {
        font-size: 16px;
      }
    }
  }
}

.s-ctm__txt {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 900px;
  margin: 0 auto 55px;
  padding: 0 20px;
  a {
    border-bottom: 1px solid #333;
    color: #333;
  }
}

@media (width < 834px) {
  .s-ctm__txt {
    font-size: 16px;
  }
}

.contactHead {
  background: url("../images/about/bg_about.png") no-repeat center center;
  background-size: cover;
}

@media (max-width: 786px) {
    .contactForm th {
        white-space: normal;
    }
}