@charset "UTF-8";
/* = Common Layout
-------------------------------------------------------------- */
p,
h1,
h2,
h3 {
  margin: 0;
}

.content-width {
  position: relative;
  margin: 0 auto;
  width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .content-width {
    width: 100%;
    padding: 0 15px;
  }
}
.headline01 {
  margin-bottom: 39px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.05em;
}

.headline01 span {
  color: #0b318f;
}

@media screen and (max-width: 767px) {
  .headline01 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
/* = common module
-------------------------------------------------------------- */
.common-page-title-wrap {
  margin-bottom: 50px;
  background: #f5f5f5 no-repeat left top;
}

.common-page-title-wrap .partsbanner {
  max-width: 400px;
  width: 95%;
  margin: 0 auto;
}

.common-page-title-inner {
  padding: 50px 0;
}

.common-page-title {
  color: #003bac;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.common-page-title-en {
  color: #003bac;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .common-page-title-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* = Entry List
-------------------------------------------------------------- */
.content-container {
  margin-bottom: 50px;
}

.entry-list {
  margin-bottom: 50px;
}

.entry-list-item {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}

.entry-list-item:last-child {
  margin-bottom: 0;
}

.entry-list-item .thumb-box {
  float: left;
  position: relative;
  width: 33%;
  margin-right: 2%;
  text-align: center;
}

.entry-list-item .thumb-box a {
  display: block;
}

.entry-list-item .thumb-box a .date {
  position: absolute;
  z-index: 1;
  top: -6px;
  left: -26px;
  width: 80px;
  height: 40px;
  padding-top: 22px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  pointer-events: none;
  transform: rotate(-45deg);
}

.entry-list-item .thumb-box a .date::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #044082 transparent;
}

.entry-list-item .thumb-box a .date .char {
  position: relative;
  z-index: 1;
}

.entry-list-item .text-box {
  margin-left: 35%;
}

.entry-list-item .text-box .entry-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.entry-list-item .text-box .entry-excerpt {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .entry-list-item .thumb-box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .entry-list-item .thumb-box a .date {
    top: -9px;
    left: -39px;
    width: 120px;
    height: 60px;
    padding-top: 38px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .entry-list-item .thumb-box a .date::before {
    border-width: 0 60px 60px 60px;
  }

  .entry-list-item .text-box {
    margin-left: 0;
  }
}
/* = Sidebar 
-------------------------------------------------------------- */
.side-box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}

.side-box:last-child {
  margin-bottom: 0;
}

.side-box .title {
  padding: 8px 15px;
  background: #044082 no-repeat left top;
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid #efa40c;
}

.side-box ul li {
  margin-bottom: 2px;
  padding: 12px 15px;
  background: #f0f0f0 no-repeat left top;
  line-height: 1.5;
}

.side-box ul li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.side-box ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #044082;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.side-box ul li .children {
  padding-top: 12px;
}

.side-box ul li .children li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .side-post .title {
    font-size: 1.2rem !important;
  }
}
/************************
* サジェストのフォントサイズ
************************/
.ui-menu .ui-menu-item {
  font-size: 17px;
}

.culmnbanner_1 {
  background: url("/nuxt-assets/img/wp/page/line/culmntopbackground.png") no-repeat;
  width: 729px;
  height: 156px;
  background-size: contain;
  /* border: 1px solid; */
  left: -13px;
  position: relative;
}

img.timebanner_up {
  display: inline-block;
  position: relative;
  left: -46px;
  width: 112px;
  top: 21px;
  margin: 0;
}

p.clumnbanner_text {
  display: inline-block;
  position: relative;
  font-size: 37px;
  color: #ffffff;
  font-weight: 700;
  top: -18px;
  left: -17px;
  margin: 0;
  /* border: 1px solid; */
}

img.checkbanner_down {
  display: inline-block;
  position: relative;
  width: 26px;
  top: -19px;
  left: 30px;
}

.culmnbanner_2 {
  width: 689px;
  /* border: 1px solid; */
  display: flex;
  margin-top: 36px;
  height: 86px;
  margin-bottom: 112px;
}

.culmnbanner_2left {
  /* border: 1px solid; */
  width: 49%;
  height: 86px;
  line-height: 0;
  text-align: left;
  margin-left: 11px;
  /* box-sizing: border-box; */
}

p.culmnbanner_2lefttext1 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0 1px;
}

.culmnbanner_2left img {
  width: 44px;
  position: relative;
  left: -7px;
  top: 9px;
  color: #000000;
  font-size: 76.5px;
  font-weight: 700;
}

span.teltextsize {
  color: #000000;
  font-size: 32.5px;
  padding: 7px 0 2px 0;
  font-weight: 700;
  line-height: 2.1;
  vertical-align: -7px;
}

p.culmnbanner_2lefttext2 {
  position: relative;
  top: -29px;
  color: #999999;
  font-size: 13px;
  letter-spacing: 3px;
  top: -59px;
}

.culmnbanner_2right {
  width: 58%;
  top: 2px;
  left: 10px;
  position: relative;
}

.culmnbanner_2left div {
  position: relative;
  top: -29px;
}

@media screen and (max-width: 767px) {
  .culmnbanner_1 {
    background: url("/nuxt-assets/img/wp/page/line/culmntopbackground.png") no-repeat;
    background-size: contain;
    left: 1%;
    position: relative;
    width: 100%;
    height: 80px;
  }

  img.timebanner_up {
    display: inline-block;
    position: relative;
    left: -28px;
    width: 112px;
    top: 8px;
    margin: 0;
    width: 60px;
  }

  p.clumnbanner_text {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    left: -10px;
    margin: 0 !important;
    top: -14px;
  }

  img.checkbanner_down {
    display: inline-block;
    position: relative;
    width: 12px;
    top: -16px;
    left: 10px;
  }

  .culmnbanner_2 {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    height: auto;
    width: 100%;
  }

  .culmnbanner_2left {
    width: 60%;
    line-height: 0;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }

  p.culmnbanner_2lefttext1 {
    font-size: 10px;
    color: #333333;
    margin: 0 !important;
  }

  .culmnbanner_2left div {
    position: relative;
    top: 0;
  }

  .culmnbanner_2left img {
    width: 30px;
    position: relative;
    top: 9px;
    color: #000000;
    font-size: 76.5px;
    font-weight: 700;
  }

  span.teltextsize {
    color: #000000;
    font-size: 16px;
    padding: 7px 0 2px 0;
    font-weight: 700;
    line-height: 2.6;
    vertical-align: -5px;
  }

  p.culmnbanner_2lefttext2 {
    position: relative;
    color: #999999;
    font-size: 10px;
    letter-spacing: 0;
    top: 0;
    margin: 0 !important;
  }

  .culmnbanner_2right {
    width: 53%;
    top: 0px;
    left: -8px;
    position: relative;
  }
}
/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
/* = Bugfix For Android
-------------------------------------------------------------- */
* {
  max-height: 999999px;
}

/* = Init
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
input,
textarea {
  font-size: 1.5rem;
  line-height: 1.75;
}

body {
  color: #222;
  background: #fff;
  margin: 0;
  font-family: "CurrentNotoSansJP", "Mulish", Hiragino Sans, "ヒラギノ角ゴ StdN W7", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  body,
input,
textarea {
    font-size: 1.7rem;
  }
}
img,
iframe {
  max-width: 100%;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#app {
  overflow: hidden;
}

/* = reset element style
-------------------------------------------------------------- */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
  color: inherit;
}

a:focus {
  outline: none;
}

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

a:active,
a:hover {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.img-box {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.35s opacity;
}

a.tel,
.tel a {
  opacity: 1;
}

a.disabled {
  pointer-events: none;
}

a.text-link {
  color: #3f4c6b;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a.tel,
.tel a {
    pointer-events: none;
  }
}
/* = Table
-------------------------------------------------------------- */
table {
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #dcdddd;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #dcdddd;
  margin: 20px 0;
  width: 100%;
}

td,
th {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  border-left: none;
}

/* = Input
-------------------------------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
}

input:hover,
input:focus,
textarea {
  outline: none;
}

input[type=radio]:hover,
input[type=submit]:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* = Common Class
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  min-height: 1px;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  z-index: 0 !important;
}

[aria-label][role~=tooltip]::after {
  max-width: 90vw;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: pre-line !important;
  text-align: left;
  border-radius: 12px;
}

.tooltip-info-icon {
  background-color: #0b318f;
  font-size: 10px;
  font-weight: normal;
  color: #fff !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
}

.tooltip-info-icon__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* = Container
-------------------------------------------------------------- */
.c-container {
  padding: 0 16px;
  max-width: 358px;
  margin: 0 auto;
}

.c-container--extra {
  padding: 0 16px;
  max-width: 358px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lpform-display-custom {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .c-container {
    padding: 0 160px;
    max-width: 1120px;
    margin: 0 auto;
  }

  .c-container--extra {
    padding: 0 280px;
    max-width: 880px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .c-container {
    padding: 0 6vw;
    max-width: 1120px;
  }

  .c-container--extra {
    padding: 0 8.5vw;
    max-width: 880px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c-container {
    padding: 0 3.5vw;
    max-width: 912px;
  }

  .c-container--extra {
    padding: 0 6vw;
    max-width: 912px;
  }
}
.c-space {
  margin: 40px;
}

@media screen and (min-width: 768px) {
  .c-space {
    margin: 80px;
  }
}
#iframe_itp_tag,
iframe[id*=itp],
iframe[class*=itp],
iframe[src*="rentracks.me/cvc.php"],
iframe[src*=rentracks] {
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
}

/* Optional: Remove any parent spacing */
#iframe_itp_tag {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Mulish-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Mulish-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Mulish-Black.ttf") format("truetype");
}
/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CurrentNotoSansJP";
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/CurrentNotoSansJP-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Mulish-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Mulish-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/Mulish-Black.ttf") format("truetype");
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-form-v2 {
  padding: 24px 0 40px;
  background-color: #f3f4f6;
}

.c-form-v2__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.c-form-v2__title {
  background-color: #3c5d4a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v2__title__badge {
  display: block;
  border-radius: 4px;
  background-color: #efb933;
  color: #222;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 1;
  margin-left: -40px;
  margin-right: 16px;
  letter-spacing: 0.1rem;
}

.c-form-v2__title__text {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  color: #fff;
  letter-spacing: 0.1rem;
}

.c-form-v2__tel {
  padding: 20px 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #3c5d4a;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v2__tel__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 0;
}

.c-form-v2__tel__text span {
  color: #3c5d4a;
  position: relative;
}

.c-form-v2__tel__text span::before {
  content: "・";
  position: absolute;
  top: -18px;
  left: 0;
}

.c-form-v2__tel__freecall {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v2__tel__freecall__icon {
  width: 68px;
  height: auto;
  fill: #3c5d4a;
  display: block;
  margin-right: 8px;
}

.c-form-v2__tel__freecall__number {
  font-size: 48px;
  font-family: "Arvo";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.c-form-v2__tel__reception {
  font-size: 16px;
  letter-spacing: 0.5rem;
}

.c-form-v2__cta-senior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

.c-form-v2__cta-senior__text {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
}

.c-form-v2__cta-senior__text .color {
  color: #ee3f19;
}

.c-form-v2__cta-senior__text .big {
  font-size: 32px;
}

.c-form-v2__cta-senior__text::before, .c-form-v2__cta-senior__text::after {
  content: "";
  width: 1.5px;
  height: 28px;
  background-color: #222;
  position: absolute;
  top: 50%;
}

.c-form-v2__cta-senior__text::before {
  left: -20px;
  transform: translateY(-50%) rotate(-35deg);
}

.c-form-v2__cta-senior__text::after {
  right: -20px;
  transform: translateY(-50%) rotate(35deg);
}

.c-form-v2__cta-senior__button {
  width: 100%;
  height: 52px;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #ee3f19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #a6290c;
}

.c-form-v2__cta-senior__senior-button {
  width: 50%;
  height: 90px;
  font-size: 24px;
  text-align: center;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #0eb137;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #475d47;
}

.c-form-v2__cta-senior__reception {
  font-size: 20px;
}

.c-form-v2__cta-senior__ctabtn {
  height: auto;
  width: 400px;
}

.c-form-v2__cta-senior__message {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto;
}

.c-form-v2__form {
  margin-top: 24px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #3c5d4a;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v2__form__offset {
  position: absolute;
  top: -100px;
}

.c-form-v2__form__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #3c5d4a;
  letter-spacing: 0.1rem;
}

.c-form-v2__form__title span {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  color: #3c5d4a;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-right: 8px;
}

.c-form-v2__form__notice {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
}

.c-form-v2__form__notice span {
  color: #f77c19;
}

.c-form-v2__form__body {
  padding: 0 40px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}

.c-form-v2__form__body .c-form-v2__form__remarks {
  grid-column: 1/3;
}

.c-form-v2__form__group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 12px;
}

.c-form-v2__form__group.height-fix {
  min-height: 53px;
}

.c-form-v2__form__group__input {
  width: 60%;
  min-width: 200px;
}

.c-form-v2__form__label {
  flex-shrink: 0;
  align-items: center;
}

.c-form-v2__form__label__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-form-v2__form__label__required, .c-form-v2__form__label__optional, .c-form-v2__form__label__ok {
  display: inline-block;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  margin-right: 8px;
  font-weight: 700;
}

.c-form-v2__form__label__ok {
  border: 1px solid #105ED3;
  background-color: #105ED3;
  color: #fff;
  padding: 4px 9px;
}

.c-form-v2__form__label__required {
  border: 1px solid #f77c19;
  color: #f77c19;
}

.c-form-v2__form__label__optional {
  display: none;
}

.c-form-v2__form .c-form-v2__form__carinfo__maker-model {
  height: auto !important;
}

.c-form-v2__form__item,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  height: 32px;
  color: #222;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s;
  box-sizing: border-box;
  background-color: #fff;
}

.c-form-v2__form__item.placeholder,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.placeholder {
  color: #c0c4ce;
}

.c-form-v2__form__item:hover, .c-form-v2__form__item.focus,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model:hover,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.focus {
  border: 2px solid #3c5d4a;
}

.c-form-v2__form__item.valid,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.valid {
  border-color: #999;
}

.c-form-v2__form__item.invalid,
.c-form-v2__form .c-form-v2__form__carinfo__maker-model.invalid {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}

.c-form-v2__form__checkbox {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 16px;
}

.c-form-v2__form__checkbox input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.c-form-v2__form__checkbox input + .c-form-v2__form__checkbox__dummy {
  border: solid 2px #ccc;
  background: #ffffff;
}

.c-form-v2__form__checkbox input:checked + .c-form-v2__form__checkbox__dummy {
  border-color: #222;
}

.c-form-v2__form__checkbox input:checked + .c-form-v2__form__checkbox__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.c-form-v2__form__checkbox a {
  color: #3c5d4a;
  text-decoration: underline;
}

.c-form-v2__form__checkbox__dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #888888;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 8px;
}

.c-form-v2__form input,
.c-form-v2__form textarea {
  padding: 0 16px;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.c-form-v2__form input::-moz-placeholder, .c-form-v2__form textarea::-moz-placeholder {
  color: #ccc;
}

.c-form-v2__form input::placeholder,
.c-form-v2__form textarea::placeholder {
  color: #ccc;
}

.c-form-v2__form textarea {
  padding: 8px 16px;
  height: auto;
}

.c-form-v2__form select {
  padding: 0 16px;
  cursor: pointer;
}

.c-form-v2__form__note {
  color: #666;
  font-size: 12px;
}

.c-form-v2__form__hint {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .c-form-v2__form__hint {
    font-size: 14px;
  }
}
.c-form-v2__form__error {
  color: red;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-form-v2__form__alert {
  width: 320px;
  height: auto;
  margin: 0 auto 20px;
  border: 2px solid #f77c19;
  border-radius: 2px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #f77c19;
  box-sizing: border-box;
}

.c-form-v2__form__alert strong {
  font-size: 20px;
}

.c-form-v2__form__residence__text {
  font-size: 14px;
  margin-bottom: 12px;
}

.c-form-v2__form__residence__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v2__form__residence__flex .badge {
  display: none;
}

.c-form-v2__form__residence__flex label {
  font-size: 14px;
}

.c-form-v2__form__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v2__form__terms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px auto 16px;
}

.c-form-v2__form__terms + .c-form-v2__form__error {
  margin: -8px auto 8px;
}

.c-form-v2__form__terms__checkbox {
  padding: 12px 24px;
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0.05rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.c-form-v2__form__terms__checkbox.invalid {
  border-color: red;
}

.c-form-v2__form__terms__checkbox:hover {
  background-color: #f4f4f6;
}

.c-form-v2__form__terms__checkbox input {
  margin: 0;
  width: 0;
  display: none;
}

.c-form-v2__form__terms__checkbox input + span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 12px;
}

.c-form-v2__form__terms__checkbox input:checked + span {
  background-color: #3c5d4a;
  border-color: #3c5d4a;
}

.c-form-v2__form__terms__checkbox input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.c-form-v2__form__terms__privacy {
  color: #3c5d4a;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  margin-right: 4px;
  display: inline-block;
}

.c-form-v2__form__terms__message {
  font-size: 14px;
}

.c-form-v2__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.c-form-v2__form__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  border-radius: 2px;
  text-align: center;
  padding: 0 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 6px 12px 0 rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
}

.c-form-v2__form__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-form-v2__form__button.processing {
  cursor: not-allowed;
  background-color: #b34d05;
}

.c-form-v2__form__button__free {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff6c00;
  border-radius: 1px;
  padding: 0 8px;
}

.c-form-v2__form__button__text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.c-form-v2__form__button__processing {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

.c-form-v2__form__button__processing circle {
  opacity: 0.25;
}

.c-form-v2__form__button__processing path {
  opacity: 0.75;
}

.c-form-v2__form__divider {
  margin: 12px auto;
  width: 100%;
  height: 1px;
}

.c-form-v2__form__carinfo__maker-model {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.c-form-v2__form__carinfo__maker-model__wrapper {
  max-width: 264px;
  width: 100%;
}

.c-form-v2__form__carinfo__maker-model__text {
  height: 100%;
  padding: 2px 16px;
}

.c-form-v2__form__carinfo__maker-model__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 18px;
}

.c-form-v2__form__userinfo__accordion {
  margin: 20px auto;
}

.c-form-v2__form__userinfo__accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: inline-block;
}

.c-form-v2__form__userinfo__accordion summary span {
  text-decoration: underline;
  font-size: 14px;
}

.c-form-v2__form__userinfo__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v2__form__userinfo__accordion summary:focus {
  outline: none;
}

.c-form-v2__form__userinfo__accordion[open] {
  margin-bottom: 0;
}

.c-form-v2__form__userinfo__accordion[open] summary {
  display: none;
}

.c-form-v2__form__remarks__accordion {
  margin: 20px auto;
}

.c-form-v2__form__remarks__accordion summary {
  position: relative;
  text-align: center;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.2s;
}

.c-form-v2__form__remarks__accordion summary:hover {
  border: 1px solid #3c5d4a;
  background-color: rgba(60, 93, 74, 0.015);
}

.c-form-v2__form__remarks__accordion summary svg {
  width: 8px;
  height: auto;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.c-form-v2__form__remarks__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v2__form__remarks__accordion summary:focus {
  outline: none;
}

.c-form-v2__form__remarks__accordion[open] {
  margin-bottom: 0;
}

.c-form-v2__form__remarks__accordion[open] summary {
  display: none;
}

.c-form-v2__qa {
  margin-top: 40px;
  padding: 32px 40px;
  border: 1px solid #3c5d4a;
  border-radius: 4px;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
  background-color: #fff;
}

.c-form-v2__qa__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3c5d4a;
}

.c-form-v2__qa__title span {
  color: #3c5d4a;
}

.c-form-v2__qa__item {
  background-color: rgba(11, 49, 143, 0.05);
  padding: 20px;
}

.c-form-v2__qa__item:not(:first-child) {
  margin-top: 20px;
}

.c-form-v2__qa__item__question {
  font-size: 20px;
  font-weight: bold;
}

.c-form-v2__qa__item__answer {
  font-size: 16px;
  margin-top: 12px;
  line-height: 2;
}

.c-form-v2__qa__item__answer span {
  background: linear-gradient(transparent 60%, rgba(239, 185, 51, 0.8) 60%);
}

@media screen and (max-width: 768px) {
  .c-form-v2 {
    padding: 20px 0;
  }

  .c-form-v2__title__badge {
    font-size: 18px;
    margin-left: 0;
    padding: 6px 12px;
    border-radius: 2px;
  }

  .c-form-v2__title__text {
    font-size: 22px;
    padding: 16px 0;
  }

  .c-form-v2__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v2__cta__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v2__cta__text .color {
    color: #ee3f19;
  }

  .c-form-v2__cta__text .big {
    font-size: 24px;
  }

  .c-form-v2__cta__text::before, .c-form-v2__cta__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v2__cta__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v2__cta__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v2__cta__button {
    width: 100%;
    height: 52px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v2__cta__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v2__cta__reception {
    font-size: 14px;
  }

  .c-form-v2__cta__message {
    font-size: 15px;
    line-height: 1.5;
    margin: 12px auto;
  }

  .c-form-v2__cta-senior {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v2__cta-senior__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v2__cta-senior__text .color {
    color: #ee3f19;
  }

  .c-form-v2__cta-senior__text .big {
    font-size: 24px;
  }

  .c-form-v2__cta-senior__text::before, .c-form-v2__cta-senior__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v2__cta-senior__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v2__cta-senior__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v2__cta-senior__button {
    width: 100%;
    height: 58px;
    border-radius: 48px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v2__cta-senior__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v2__cta-senior__ctabtn {
    height: auto;
    width: 300px;
  }

  .c-form-v2__cta-senior__reception {
    font-size: 14px;
  }

  .c-form-v2__cta-senior__message {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 12px auto;
  }

  .c-form-v2__form {
    margin-top: 12px;
  }

  .c-form-v2__form__offset {
    top: 0;
  }

  .c-form-v2__form__group {
    flex-wrap: nowrap;
  }

  .c-form-v2__form__group.height-fix {
    min-height: 0;
  }

  .c-form-v2__form__group__input {
    width: 65%;
  }

  .c-form-v2__form__title {
    display: none;
  }

  .c-form-v2__form__notice {
    padding: 0 0 20px;
    font-size: 14px;
  }

  .c-form-v2__form__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .c-form-v2__form__label {
    flex-shrink: inherit !important;
  }

  .c-form-v2__form__label__title {
    font-size: 14px !important;
  }

  .c-form-v2__form__label__required, .c-form-v2__form__label__optional, .c-form-v2__form__label__ok {
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 6px;
  }

  .c-form-v2__form__label__ok {
    padding: 3px 7px;
  }

  .c-form-v2__form__item {
    font-size: 14px;
  }

  .c-form-v2__form__item-select {
    font-size: 14px;
  }

  .c-form-v2__form__note {
    font-size: 12px;
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .c-form-v2__form__error {
    font-size: 12px;
  }

  .c-form-v2__form__divider {
    margin: 6px auto;
  }

  .c-form-v2__form__terms__checkbox {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .c-form-v2__form__terms__checkbox input + span {
    width: 16px;
    height: 16px;
  }

  .c-form-v2__form__terms__message {
    font-size: 12px;
  }

  .c-form-v2__form__button {
    width: 100% !important;
    height: 60px;
    margin: 0 auto;
  }

  .c-form-v2__form__button__free {
    font-size: 14px;
  }

  .c-form-v2__form__button__text {
    font-size: 18px;
  }

  .c-form-v2__form__button__processing {
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .c-form-v2__form__carinfo__maker-model__wrapper {
    margin-top: 2px;
    max-width: 220px;
  }

  .c-form-v2__form__userinfo__accordion {
    margin: 12px auto;
    text-align: center;
  }

  .c-form-v2__form__remarks__accordion {
    margin: 12px auto;
  }

  .c-form-v2__form__remarks__accordion[open] {
    margin-top: 0;
  }

  .c-form-v2__form__remarks .c-form-v2__form__group {
    flex-wrap: wrap;
  }

  .c-form-v2__qa {
    margin-top: 20px;
    padding: 20px;
  }

  .c-form-v2__qa__title {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .c-form-v2__qa__item {
    padding: 12px;
  }

  .c-form-v2__qa__item:not(:first-child) {
    margin-top: 12px;
  }

  .c-form-v2__qa__item__question {
    font-size: 16px;
  }

  .c-form-v2__qa__item__answer {
    font-size: 14px;
    margin-top: 8px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-form-v3 {
  padding: 24px 0 40px;
  background-color: #f3f4f6;
}

.c-form-v3__inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.c-form-v3__title {
  background-color: #3c5d4a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v3__title__badge {
  display: block;
  border-radius: 4px;
  background-color: #efb933;
  color: #222;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 1;
  margin-left: -40px;
  margin-right: 16px;
  letter-spacing: 0.1rem;
}

.c-form-v3__title__text {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  color: #fff;
  letter-spacing: 0.1rem;
}

.c-form-v3__tel {
  padding: 20px 60px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #3c5d4a;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v3__tel__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 0;
}

.c-form-v3__tel__text span {
  color: #3c5d4a;
  position: relative;
}

.c-form-v3__tel__text span::before {
  content: "・";
  position: absolute;
  top: -18px;
  left: 0;
}

.c-form-v3__tel__freecall {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-form-v3__tel__freecall__icon {
  width: 68px;
  height: auto;
  fill: #3c5d4a;
  display: block;
  margin-right: 8px;
}

.c-form-v3__tel__freecall__number {
  font-size: 48px;
  font-family: "Arvo";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}

.c-form-v3__tel__reception {
  font-size: 16px;
  letter-spacing: 0.5rem;
}

.c-form-v3__cta-senior {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
}

.c-form-v3__cta-senior__text {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
}

.c-form-v3__cta-senior__text .color {
  color: #ee3f19;
}

.c-form-v3__cta-senior__text .big {
  font-size: 32px;
}

.c-form-v3__cta-senior__text::before, .c-form-v3__cta-senior__text::after {
  content: "";
  width: 1.5px;
  height: 28px;
  background-color: #222;
  position: absolute;
  top: 50%;
}

.c-form-v3__cta-senior__text::before {
  left: -20px;
  transform: translateY(-50%) rotate(-35deg);
}

.c-form-v3__cta-senior__text::after {
  right: -20px;
  transform: translateY(-50%) rotate(35deg);
}

.c-form-v3__cta-senior__button {
  width: 100%;
  height: 52px;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #ee3f19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #a6290c;
}

.c-form-v3__cta-senior__senior-button {
  width: 50%;
  height: 90px;
  font-size: 24px;
  text-align: center;
  border-radius: 48px;
  color: #fff !important;
  font-weight: bold;
  background-color: #0eb137;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 12px;
  box-shadow: 0 3px 0 #475d47;
}

.c-form-v3__cta-senior__reception {
  font-size: 20px;
}

.c-form-v3__cta-senior__ctabtn {
  height: auto;
  width: 400px;
}

.c-form-v3__cta-senior__message {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 12px auto;
}

.c-form-v3__form {
  margin-top: 24px;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #3c5d4a;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
}

.c-form-v3__form__offset {
  position: absolute;
  top: -100px;
}

.c-form-v3__form__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #3c5d4a;
  letter-spacing: 0.1rem;
}

.c-form-v3__form__title span {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  color: #3c5d4a;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1rem;
  display: inline-block;
  margin-right: 8px;
}

.c-form-v3__form__notice {
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
}

.c-form-v3__form__notice span {
  color: #f77c19;
}

.c-form-v3__form__body {
  padding: 0 80px 32px;
  gap: 0 40px;
}

.c-form-v3__form__body .c-form-v3__form__remarks {
  grid-column: 1/3;
}

.c-form-v3__form__group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 12px;
}

.c-form-v3__form__group.height-fix {
  min-height: 53px;
}

.c-form-v3__form__group__input {
  width: 60%;
  min-width: 200px;
}

.c-form-v3__form__label {
  flex-shrink: 0;
}

.c-form-v3__form__label__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-form-v3__form__label__required, .c-form-v3__form__label__optional {
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  margin-right: 8px;
}

.c-form-v3__form__label__required {
  border: 1px solid #f77c19;
  color: #f77c19;
}

.c-form-v3__form__label__optional {
  display: none;
}

.c-form-v3__form .c-form-v3__form__carinfo__maker-model {
  height: auto !important;
}

.c-form-v3__form__item,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model {
  border-radius: 2px;
  border: 1px solid #ccc;
  width: 100%;
  height: 32px;
  color: #222;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s;
  box-sizing: border-box;
  background-color: #fff;
}

.c-form-v3__form__item.placeholder,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.placeholder {
  color: #c0c4ce;
}

.c-form-v3__form__item:hover, .c-form-v3__form__item.focus,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model:hover,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.focus {
  border: 2px solid #3c5d4a;
}

.c-form-v3__form__item.valid,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.valid {
  border-color: #999;
}

.c-form-v3__form__item.invalid,
.c-form-v3__form .c-form-v3__form__carinfo__maker-model.invalid {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.05);
}

.c-form-v3__form__checkbox {
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 16px;
}

.c-form-v3__form__checkbox input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.c-form-v3__form__checkbox input + .c-form-v3__form__checkbox__dummy {
  border: solid 2px #ccc;
  background: #ffffff;
}

.c-form-v3__form__checkbox input:checked + .c-form-v3__form__checkbox__dummy {
  border-color: #222;
}

.c-form-v3__form__checkbox input:checked + .c-form-v3__form__checkbox__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

.c-form-v3__form__checkbox a {
  color: #3c5d4a;
  text-decoration: underline;
}

.c-form-v3__form__checkbox__dummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #888888;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 8px;
}

.c-form-v3__form input,
.c-form-v3__form textarea {
  padding: 0 16px;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.c-form-v3__form input::-moz-placeholder, .c-form-v3__form textarea::-moz-placeholder {
  color: #ccc;
}

.c-form-v3__form input::placeholder,
.c-form-v3__form textarea::placeholder {
  color: #ccc;
}

.c-form-v3__form textarea {
  padding: 8px 16px;
  height: auto;
}

.c-form-v3__form select {
  padding: 0 16px;
  cursor: pointer;
}

.c-form-v3__form__note {
  color: #666;
  font-size: 12px;
}

.c-form-v3__form__error {
  color: red;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-form-v3__form__alert {
  width: 320px;
  height: auto;
  margin: 0 auto 20px;
  border: 2px solid #f77c19;
  border-radius: 2px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #f77c19;
  box-sizing: border-box;
}

.c-form-v3__form__alert strong {
  font-size: 20px;
}

.c-form-v3__form__residence__text {
  font-size: 14px;
  margin-bottom: 12px;
}

.c-form-v3__form__residence__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v3__form__residence__flex .badge {
  display: none;
}

.c-form-v3__form__residence__flex label {
  font-size: 14px;
}

.c-form-v3__form__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.c-form-v3__form__terms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px auto 16px;
}

.c-form-v3__form__terms + .c-form-v3__form__error {
  margin: -8px auto 8px;
}

.c-form-v3__form__terms__checkbox {
  padding: 12px 24px;
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #222;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0.05rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.c-form-v3__form__terms__checkbox.invalid {
  border-color: red;
}

.c-form-v3__form__terms__checkbox:hover {
  background-color: #f4f4f6;
}

.c-form-v3__form__terms__checkbox input {
  margin: 0;
  width: 0;
  display: none;
}

.c-form-v3__form__terms__checkbox input + span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #999;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 12px;
}

.c-form-v3__form__terms__checkbox input:checked + span {
  background-color: #3c5d4a;
  border-color: #3c5d4a;
}

.c-form-v3__form__terms__checkbox input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.c-form-v3__form__terms__privacy {
  color: #3c5d4a;
  text-decoration: underline;
  letter-spacing: 0.05rem;
  margin-right: 2px;
  display: inline-block;
}

.c-form-v3__form__terms__message {
  font-size: 14px;
}

.c-form-v3__form__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.c-form-v3__form__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 72px;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  border-radius: 2px;
  text-align: center;
  padding: 0 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 6px 12px 0 rgba(34, 34, 34, 0.3);
  box-sizing: border-box;
}

.c-form-v3__form__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-form-v3__form__button.processing {
  cursor: not-allowed;
  background-color: #b34d05;
}

.c-form-v3__form__button__free {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff6c00;
  border-radius: 1px;
  padding: 0 8px;
}

.c-form-v3__form__button__text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.c-form-v3__form__button__processing {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

.c-form-v3__form__button__processing circle {
  opacity: 0.25;
}

.c-form-v3__form__button__processing path {
  opacity: 0.75;
}

.c-form-v3__form__divider {
  margin: 12px auto;
  width: 100%;
  height: 1px;
}

.c-form-v3__form__carinfo__maker-model {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.c-form-v3__form__carinfo__maker-model__wrapper {
  min-width: 200px;
  width: 60%;
}

.c-form-v3__form__carinfo__maker-model__text {
  height: 100%;
  padding: 2px 16px;
}

.c-form-v3__form__carinfo__maker-model__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 18px;
}

.c-form-v3__form__userinfo__accordion {
  margin: 20px auto;
}

.c-form-v3__form__userinfo__accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: inline-block;
}

.c-form-v3__form__userinfo__accordion summary span {
  text-decoration: underline;
  font-size: 14px;
}

.c-form-v3__form__userinfo__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v3__form__userinfo__accordion summary:focus {
  outline: none;
}

.c-form-v3__form__userinfo__accordion[open] {
  margin-bottom: 0;
}

.c-form-v3__form__userinfo__accordion[open] summary {
  display: none;
}

.c-form-v3__form__remarks__accordion {
  margin: 20px auto;
}

.c-form-v3__form__remarks__accordion summary {
  position: relative;
  text-align: center;
  list-style: none;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: 0.2s;
}

.c-form-v3__form__remarks__accordion summary:hover {
  border: 1px solid #3c5d4a;
  background-color: rgba(60, 93, 74, 0.015);
}

.c-form-v3__form__remarks__accordion summary svg {
  width: 8px;
  height: auto;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.c-form-v3__form__remarks__accordion summary::-webkit-details-marker {
  display: none;
}

.c-form-v3__form__remarks__accordion summary:focus {
  outline: none;
}

.c-form-v3__form__remarks__accordion[open] {
  margin-bottom: 0;
}

.c-form-v3__form__remarks__accordion[open] summary {
  display: none;
}

.c-form-v3__qa {
  margin-top: 40px;
  padding: 32px 40px;
  border: 1px solid #3c5d4a;
  border-radius: 4px;
  box-shadow: rgba(153, 153, 153, 0.38) 0 0 20px;
  background-color: #fff;
}

.c-form-v3__qa__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3c5d4a;
}

.c-form-v3__qa__title span {
  color: #3c5d4a;
}

.c-form-v3__qa__item {
  background-color: rgba(11, 49, 143, 0.05);
  padding: 20px;
}

.c-form-v3__qa__item:not(:first-child) {
  margin-top: 20px;
}

.c-form-v3__qa__item__question {
  font-size: 20px;
  font-weight: bold;
}

.c-form-v3__qa__item__answer {
  font-size: 16px;
  margin-top: 12px;
  line-height: 2;
}

.c-form-v3__qa__item__answer span {
  background: linear-gradient(transparent 60%, rgba(239, 185, 51, 0.8) 60%);
}

@media screen and (max-width: 768px) {
  .c-form-v3 {
    padding: 20px 0;
  }

  .c-form-v3__title__badge {
    font-size: 18px;
    margin-left: 0;
    padding: 6px 12px;
    border-radius: 2px;
  }

  .c-form-v3__title__text {
    font-size: 22px;
    padding: 16px 0;
  }

  .c-form-v3__cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v3__cta__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v3__cta__text .color {
    color: #ee3f19;
  }

  .c-form-v3__cta__text .big {
    font-size: 24px;
  }

  .c-form-v3__cta__text::before, .c-form-v3__cta__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v3__cta__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v3__cta__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v3__cta__button {
    width: 100%;
    height: 52px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v3__cta__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v3__cta__reception {
    font-size: 14px;
  }

  .c-form-v3__cta__message {
    font-size: 15px;
    line-height: 1.5;
    margin: 12px auto;
  }

  .c-form-v3__cta-senior {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
  }

  .c-form-v3__cta-senior__text {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }

  .c-form-v3__cta-senior__text .color {
    color: #ee3f19;
  }

  .c-form-v3__cta-senior__text .big {
    font-size: 24px;
  }

  .c-form-v3__cta-senior__text::before, .c-form-v3__cta-senior__text::after {
    content: "";
    width: 1.5px;
    height: 28px;
    background-color: #222;
    position: absolute;
    top: 50%;
  }

  .c-form-v3__cta-senior__text::before {
    left: -20px;
    transform: translateY(-50%) rotate(-35deg);
  }

  .c-form-v3__cta-senior__text::after {
    right: -20px;
    transform: translateY(-50%) rotate(35deg);
  }

  .c-form-v3__cta-senior__button {
    width: 100%;
    height: 58px;
    border-radius: 48px;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    background-color: #ee3f19;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #a6290c;
  }

  .c-form-v3__cta-senior__senior-button {
    width: 100%;
    height: 82px;
    border-radius: 48px;
    color: #fff !important;
    font-weight: bold;
    background-color: #0eb137;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 12px;
    box-shadow: 0 3px 0 #475d47;
  }

  .c-form-v3__cta-senior__ctabtn {
    height: auto;
    width: 300px;
  }

  .c-form-v3__cta-senior__reception {
    font-size: 14px;
  }

  .c-form-v3__cta-senior__message {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin: 12px auto;
  }

  .c-form-v3__form {
    margin-top: 12px;
  }

  .c-form-v3__form__offset {
    top: 0;
  }

  .c-form-v3__form__group {
    flex-wrap: nowrap;
  }

  .c-form-v3__form__group.height-fix {
    min-height: 0;
  }

  .c-form-v3__form__group__input {
    width: 65%;
  }

  .c-form-v3__form__title {
    display: none;
  }

  .c-form-v3__form__notice {
    padding: 0 0 20px;
    font-size: 14px;
  }

  .c-form-v3__form__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px !important;
  }

  .c-form-v3__form__label {
    flex-shrink: inherit;
  }

  .c-form-v3__form__label__title {
    font-size: 14px;
  }

  .c-form-v3__form__label__required, .c-form-v3__form__label__optional {
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 6px;
  }

  .c-form-v3__form__item {
    font-size: 14px;
  }

  .c-form-v3__form__note {
    font-size: 12px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    text-align: right;
  }

  .c-form-v3__form__error {
    font-size: 12px;
  }

  .c-form-v3__form__divider {
    margin: 6px auto;
  }

  .c-form-v3__form__terms__checkbox {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .c-form-v3__form__terms__checkbox input + span {
    width: 16px;
    height: 16px;
  }

  .c-form-v3__form__terms__message {
    font-size: 12px;
  }

  .c-form-v3__form__button {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }

  .c-form-v3__form__button__free {
    font-size: 14px;
  }

  .c-form-v3__form__button__text {
    font-size: 18px;
  }

  .c-form-v3__form__button__processing {
    top: 16px;
    width: 20px;
    height: 20px;
  }

  .c-form-v3__form__carinfo__maker-model__wrapper {
    margin-top: 2px;
    max-width: 220px;
  }

  .c-form-v3__form__userinfo__accordion {
    margin: 12px auto;
    text-align: center;
  }

  .c-form-v3__form__remarks__accordion {
    margin: 12px auto;
  }

  .c-form-v3__form__remarks__accordion[open] {
    margin-top: 0;
  }

  .c-form-v3__form__remarks .c-form-v3__form__group {
    flex-wrap: wrap;
  }

  .c-form-v3__qa {
    margin-top: 20px;
    padding: 20px;
  }

  .c-form-v3__qa__title {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .c-form-v3__qa__item {
    padding: 12px;
  }

  .c-form-v3__qa__item:not(:first-child) {
    margin-top: 12px;
  }

  .c-form-v3__qa__item__question {
    font-size: 16px;
  }

  .c-form-v3__qa__item__answer {
    font-size: 14px;
    margin-top: 8px;
  }
}
.c-flow-v2 {
  padding: 40px 0;
  background-color: #fff;
}

.c-flow-v2__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.c-flow-v2__title {
  font-size: 32px;
  color: #333;
  padding: 0 0 8px;
  margin: 0 0 40px;
  text-align: left;
  border-bottom: 6px solid rgba(60, 93, 74, 0.85);
  display: inline-block;
  line-height: 1.2;
}

.c-flow-v2__title::before {
  display: none;
}

.c-flow-v2__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.c-flow-v2__list__item {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #3c5d4a;
  padding: 12px;
  text-align: left;
}

.c-flow-v2__list__item__title {
  display: inline-block;
  color: #3c5d4a;
  font-size: 22px;
  position: relative;
  padding-left: 80px;
}

.c-flow-v2__list__item__title .step {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #3c5d4a;
  padding: 4px 12px;
  font-size: 14px;
  color: #fff;
}

.c-flow-v2__list__item__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.c-flow-v2__list__item__body__image {
  width: 182px;
  height: auto;
}

.c-flow-v2__list__item__text {
  padding: 8px;
  font-size: 15px;
  line-height: 2;
}

.c-flow-v2__list__item__text a {
  color: #3c5d4a;
  text-decoration: underline;
}

.c-flow-v2__list__item__text strong {
  display: inline;
  font-size: 16px;
  background: linear-gradient(transparent 60%, rgba(239, 185, 51, 0.8) 60%);
  font-weight: bold;
}

.c-flow-v2__list__item__note {
  font-size: 13px;
  line-height: 1.5;
  padding: 4px;
}

.c-flow-v2__list__item__freecall {
  background-color: #f8f8f8;
  padding: 8px;
  text-align: center;
}

.c-flow-v2__list__item__freecall__image {
  display: inline-block;
  margin-right: 8px;
}

.c-flow-v2__list__item__freecall__tel {
  font-family: "Arvo", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

.c-flow-v2__list__item__freecall__tel.pc {
  display: inline-block;
}

.c-flow-v2__list__item__freecall__tel.sp {
  display: none;
}

.c-flow-v2__list__item__freecall__text {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-flow-v2 {
    padding: 20px 0;
  }

  .c-flow-v2__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .c-flow-v2__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-flow-v2__list__item {
    border-top: 4px solid #3c5d4a;
  }

  .c-flow-v2__list__item__title {
    font-size: 18px;
  }

  .c-flow-v2__list__item__body {
    flex-direction: column;
    gap: 0;
  }

  .c-flow-v2__list__item__text {
    font-size: 14px;
  }

  .c-flow-v2__list__item__text strong {
    font-size: 14px;
  }

  .c-flow-v2__list__item__freecall {
    flex-direction: column;
  }

  .c-flow-v2__list__item__freecall__image {
    display: inline;
    margin-right: 0;
  }

  .c-flow-v2__list__item__freecall__text {
    font-size: 14px;
    margin-left: 0;
  }
}
.header-wrapper {
  position: relative;
  z-index: 11;
}

.c-header {
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  top: 0;
  max-width: 100vw;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.c-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6vw;
  width: 100%;
  height: auto;
}

.c-header__inner .left,
.c-header__inner .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-header__logo {
  margin-top: 8px;
  width: 140px;
  height: auto;
  margin-right: 20px;
}

.c-header__logo img {
  width: 100%;
  height: 100%;
}

.c-header__cm {
  width: 113px;
  height: auto;
}

.c-header__jpx {
  width: 40px;
  height: auto;
  margin-right: 12px;
}

.c-header__company {
  font-size: 11px;
  line-height: 1.3;
  margin-right: 20px;
}

.c-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-header__contact__freecall {
  margin-top: 8px;
  margin-right: 20px;
}

.c-header__contact__freecall__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header__contact__freecall__box__icon {
  width: 40px;
  height: auto;
}

.c-header__contact__freecall__box__number {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arvo", sans-serif;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #1b439f !important;
}

.c-header__contact__freecall__time {
  display: block;
  letter-spacing: 0.1rem;
  text-align: center;
  font-size: 12px;
  color: #1b439f;
}

.c-header__contact__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.2s;
  width: 320px;
  height: 52px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  color: #fff !important;
}

.c-header__contact__button:hover {
  background-image: linear-gradient(to right, #ef8333, 75%, #ed0707);
}

.c-header__contact__button svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.c-header__contact__button__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.c-header__offsetold {
  padding-top: 72px;
}

.c-header__nav {
  padding: 10px 0;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}

.c-header__nav__item {
  display: inline-block;
  color: #444 !important;
  font-size: 13px;
}

.c-header__nav__item:not(:last-child) {
  margin-right: 60px;
}

.c-header__nav__item:hover {
  color: #111;
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-header__inner {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__inner {
    padding: 6px 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-header {
    top: 0;
    position: relative;
    height: 52px;
  }

  .c-header__logo {
    width: 100px;
    margin-right: 2px;
  }

  .c-header__cm {
    width: 76px;
  }

  .c-header__jpx {
    width: 32px;
    margin-right: 8px;
  }

  .c-header__company {
    font-size: 10px;
    margin-right: 0;
  }

  .c-header__offset {
    padding-top: 0;
  }
}
/**
 * $font-family-jp: 日本語のテキスト用フォント
 * $font-family-en: 英語のテキスト用フォント
 */
.c-footer {
  background-color: #f4f4f7;
}

@media screen and (min-width: 769px) {
  .c-footer {
    padding-bottom: 136px;
  }
}
.c-footer__inner {
  width: 95%;
  margin: 0 auto;
  padding: 60px 0;
}

.c-footer__makerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #2d344b;
}

.c-footer__country {
  width: calc(12% - 8px);
}

.c-footer__country a:hover {
  text-decoration: underline;
}

.c-footer__country:not(:last-child) {
  margin-right: 8px;
}

.c-footer__country__title {
  display: flex;
  align-items: center;
  list-style: none;
  pointer-events: none;
}

.c-footer__country__title::-webkit-details-marker {
  display: none;
}

.c-footer__country__title:focus {
  outline: none;
}

.c-footer__country__title__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.c-footer__country__title__text {
  font-size: 14px;
  font-weight: bold;
}

.c-footer__country__title__toggle {
  display: none;
}

.c-footer__country__title__divide {
  margin: 8px 0;
  width: 80%;
  height: 1px;
  background-color: rgba(143, 147, 163, 0.8);
}

.c-footer__maker {
  display: block;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 400;
}

.c-footer__maker:hover {
  text-decoration: underline;
}

.c-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.c-footer__bottom {
  padding: 40px 0;
  background-color: #0b3395;
}

.c-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.c-footer__links__item {
  position: relative;
  font-size: 16px;
  padding: 0 24px;
  line-height: 2;
  font-weight: 400;
}

.c-footer__links__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.c-footer__links__item:hover {
  text-decoration: underline;
}

.c-footer__company {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 30px auto;
}

.c-footer__company__jpx {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer__company__jpx__logo {
  margin-right: 16px;
}

.c-footer__company__jpx__text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

.c-footer__copyright {
  font-size: 11px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    width: 90%;
    padding: 40px 0 20px;
  }

  .c-footer__makerlist {
    flex-direction: column;
  }

  .c-footer__country {
    width: 100%;
    border-bottom: 1px solid rgba(143, 147, 163, 0.8);
    padding-bottom: 12px;
  }

  .c-footer__country:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .c-footer__country[open] .open {
    display: none;
  }

  .c-footer__country[open] .close {
    display: block;
  }

  .c-footer__country__title {
    position: relative;
    padding: 0 20px;
    pointer-events: inherit;
  }

  .c-footer__country__title__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .c-footer__country__title__text {
    font-size: 14px;
  }

  .c-footer__country__title__divide {
    display: none;
  }

  .c-footer__country__title__toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    transition: 0.2s;
  }

  .c-footer__country__title__toggle.open {
    display: block;
  }

  .c-footer__country__title__toggle.close {
    display: none;
  }

  .c-footer__maker {
    font-size: 14px;
    margin-top: 8px;
  }

  .c-footer__maker__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    margin: 0 auto;
  }

  .c-footer__logo {
    margin-bottom: 20px;
  }

  .c-footer__logo img {
    height: 24px;
  }

  .c-footer__bottom {
    padding: 24px 0 100px;
  }

  .c-footer__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 32px;
  }

  .c-footer__links__item {
    font-size: 14px;
    padding: 0;
  }

  .c-footer__links__item:not(:last-child) {
    border: none;
  }

  .c-footer__company {
    margin: 40px auto 24px;
    width: 90%;
  }

  .c-footer__company__jpx {
    margin-left: 0;
    flex-direction: column;
  }

  .c-footer__company__jpx__logo {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .c-footer__company__jpx__text {
    font-size: 12px;
  }

  .c-footer__copyright {
    font-size: 12px;
  }
}
.c-social-distance {
  padding: 90px 0 60px;
  background-color: #fff;
  color: #222;
  font-family: "CurrentNotoSansJP";
}

.c-social-distance__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.c-social-distance__title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.c-social-distance__title::before {
  content: "";
  width: 90px;
  height: 4px;
  background-color: #3c5d4a;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.c-social-distance__message {
  margin-top: 40px;
  position: relative;
  width: 100%;
  background-color: #0b318f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.c-social-distance__message::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 11.5px 0 11.5px;
  border-color: #0b318f transparent transparent transparent;
}

.c-social-distance__grid {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.c-social-distance__grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-social-distance__grid__item__image {
  background-color: #ebf2fb;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  flex-shrink: 0;
}

.c-social-distance__grid__item__text {
  font-size: 13px;
  font-weight: bold;
  color: #0b318f;
}

.c-social-distance__arrow {
  display: block;
  margin: 0 auto 24px;
}

.c-social-distance__text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.c-social-distance__text span {
  color: #0b318f;
}

@media screen and (max-width: 600px) {
  .c-social-distance {
    padding: 20px;
  }

  .c-social-distance__title {
    font-size: 20px;
  }

  .c-social-distance__title::before {
    all: none;
  }

  .c-social-distance__message {
    margin-top: 20px;
    font-size: 14px;
    padding: 14px 0;
  }

  .c-social-distance__message::after {
    border-width: 12px 8px 0 8px;
    bottom: -10px;
  }

  .c-social-distance__grid {
    margin: 32px 0;
  }

  .c-social-distance__grid__item__image {
    width: 44px;
    height: 44px;
    margin-right: 8px;
  }

  .c-social-distance__arrow {
    margin: 0 auto 12px;
    width: 18px;
    height: auto;
  }

  .c-social-distance__text {
    font-size: 14px;
  }
}
.breadcrumbs {
  margin: 0 auto;
  padding: 8px 6vw;
  background-color: #f8f8f8;
  font-size: 1.4rem;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #000;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.1rem;
    padding: 8px 16px;
  }
}
.c-marketprice {
  background: #fafafa;
  padding: 40px 0;
  position: relative;
}

.c-marketprice #marketprice {
  position: absolute;
  top: -40px;
}

.c-marketprice__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.c-marketprice__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.c-marketprice__title::before {
  all: none;
}

.c-marketprice__title span {
  color: #3c5d4a;
}

.c-marketprice__description {
  font-size: 16px;
  margin: 16px auto;
}

.c-marketprice__table {
  margin-top: 32px;
  background-color: #fff;
}

.c-marketprice__table__head {
  display: grid;
  grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  gap: 1px;
}

.c-marketprice__table__head__column {
  background-color: #3c5d4a;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.c-marketprice__table__body__type {
  border-top: 1px solid #fff;
}

.c-marketprice__table__body__type__title {
  background-color: #eff4ff;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  text-align: left;
  position: relative;
}

.c-marketprice__table__body__type__title svg {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 16px;
  height: 16px;
}

.c-marketprice__table__body__type__link {
  padding: 10px 20px;
  font-size: 14px;
}

.c-marketprice__table__body__type__link__text {
  color: #3c5d4a !important;
  text-decoration: underline !important;
}

.c-marketprice__table__body__type__body {
  display: grid;
  grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  gap: 1px;
  border-top: 2px solid #eee;
  cursor: auto;
}

.c-marketprice__table__body__type__body:nth-child(odd) {
  background-color: #f3f4f6;
}

.c-marketprice__table__body__type__body__column {
  font-size: 14px;
  padding: 10px 20px;
}

.c-marketprice__table__body__type__body__column.grade {
  text-align: left;
  border-right: 2px solid #eee;
}

.c-marketprice__table__body__type__body__column.price {
  font-weight: bold;
  text-align: center;
}

.c-marketprice__table__body details {
  position: relative;
}

.c-marketprice__table__body details[open] {
  border: 2px solid #f5ceb3;
}

.c-marketprice__table__body details[open] .c-marketprice__table__body__type__title {
  background-color: #f5ceb3;
}

.c-marketprice__table__body details[open] summary svg {
  transform: rotate(180deg);
}

.c-marketprice__table__body details > summary {
  list-style: none;
}

.c-marketprice__table__body details > summary::-webkit-details-marker {
  display: none;
}

.c-marketprice__table__body details > summary:focus {
  outline: none;
}

.c-marketprice__table__body details:hover {
  cursor: pointer;
}

.c-marketprice__notice {
  margin: 20px auto;
  font-size: 10px;
  color: #999;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-marketprice {
    padding: 20px 0;
  }

  .c-marketprice #marketprice {
    top: 0;
  }

  .c-marketprice__title {
    font-size: 20px;
  }

  .c-marketprice__description {
    font-size: 13px;
    margin: 12px auto;
  }

  .c-marketprice__table {
    margin-top: 12px;
  }

  .c-marketprice__table__head {
    grid-template-columns: calc(65% - 1px) calc(35% - 1px);
  }

  .c-marketprice__table__head__column {
    font-size: 13px;
  }

  .c-marketprice__table__body__type {
    border-top: 1px solid #fff;
  }

  .c-marketprice__table__body__type__title {
    background-color: #eff4ff;
    font-size: 14px;
    text-align: center;
    padding: 8px 16px;
    text-align: left;
    position: relative;
  }

  .c-marketprice__table__body__type__link {
    padding: 8px 16px;
  }

  .c-marketprice__table__body__type__body__column {
    padding: 8px 16px;
  }

  .c-marketprice__notice {
    text-align: left;
  }
}
#news {
  padding: 40px 0;
}

#news .content {
  width: 948px;
  border: 3.5px #034de2 solid;
  padding: 30px;
  text-align: left;
}

#news h2 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: -74px;
}

#news h2 .inn {
  padding: 8px 100px 8px 64px !important;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  background: #034de2 url("/nuxt-assets/img/wp/page/newb/news_bg.png") no-repeat right -1px center;
  background-size: auto 100%;
}

#news dl {
  margin: 0 7px 25px;
}

#news dt {
  min-width: 128px;
  margin: 5px 0 0;
  padding: 0 10px;
  float: left;
  clear: left;
  color: #034de2;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 3px solid #034de2;
}

#news dd {
  margin: 0 0 15px;
  padding: 0 20px 14px 7.7em;
  line-height: 1.8;
  border-bottom: 1px solid #e6e6e6;
}

#news dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

#news dd a {
  font-size: 1.3rem;
}

#news dd a:hover {
  color: #0b318f;
  opacity: 1;
}

#news .link {
  text-align: center;
}

#news .link a {
  display: inline-block;
  color: #034de2;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

#news .link a:hover {
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 30px 0;
  }

  #news .content {
    margin: 0 20px;
    padding: 20px;
    width: auto;
  }

  #news h2 {
    margin-bottom: 20px;
    font-size: 1rem;
    margin-left: -51px;
  }

  #news h2 .inn {
    padding: 8px 45px !important;
    position: relative;
    background: #034de2;
  }

  #news h2 .inn:before {
    width: 28px;
    height: 100%;
    position: absolute;
    right: -27px;
    top: 0;
    background: url("/nuxt-assets/img/wp/page/newb/news_bg.png") no-repeat;
    background-size: 100% 100%;
    content: "";
  }

  #news dl {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  #news dt {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    border-left: 3px solid #034de2;
  }

  #news dd {
    margin: 0 0 9px;
    padding: 10px 0;
    line-height: 1.45;
    border-bottom: 1px solid #e6e6e6;
  }

  #news dd a {
    display: block;
    font-size: 1rem;
  }

  #news dd a:hover {
    color: #333;
  }

  #news .link a {
    font-size: 1rem;
  }

  #news .link a:hover {
    text-decoration: underline;
  }
}
.c-bottom-cta {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.702);
}

.c-bottom-cta .inner {
  padding: 8px 8px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.c-bottom-cta .tel,
.c-bottom-cta .btn {
  width: 49.5%;
  height: 64px;
}

.c-bottom-cta .tel a {
  box-sizing: border-box;
  padding: 14px 8px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 60px;
  background-color: #fff;
}

.c-bottom-cta .tel a .time {
  margin-top: 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.5px;
}

.c-bottom-cta .btn a {
  padding: 18px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background-size: 100% 100%;
  background: linear-gradient(to top, #0b318f, #014bb4), linear-gradient(to bottom, #0b318f, #014bb4);
  border-radius: 60px;
}

/**************************\
  Basic Modal Styles
\**************************/
.c-modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.c-modal__container {
  position: relative;
  background-color: #fff;
  margin-top: 64px;
  padding: 16px;
  max-width: 500px;
  max-height: 70vh;
  width: 95%;
  border-radius: 4px;
  overflow-y: scroll;
  box-sizing: border-box;
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-modal__title {
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.c-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.c-modal__close::before {
  content: "✕";
  font-size: 32px;
  color: #222 !important;
}

.c-modal__close__wrapper {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-modal__content {
  margin: 16px auto;
}

.c-modal__content__block:not(:last-child) {
  margin-bottom: 12px;
}

.c-modal__content__block__title {
  font-weight: bold;
  font-size: 16px;
}

.c-modal__content__block__text {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 16px;
}

.c-modal__content__block a {
  color: blue !important;
  text-decoration: underline !important;
}

.c-modal__content__block ol {
  counter-reset: count 0;
}

.c-modal__content__block ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

.c-modal__content__block ul li::before {
  content: "・";
}

.c-modal__content__block ol li,
.c-modal__content__block ul li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 16px;
}

.c-modal__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.2s;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #ef8333, 25%, #ed0707);
  color: #fff !important;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  box-shadow: rgba(255, 108, 0, 0.4) 0 3px 0;
}

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

.c-privacy-policy__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-privacy-policy__title {
  font-size: 24px;
  margin-bottom: 12px;
}

.c-privacy-policy p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.c-privacy-policy h3 {
  border-bottom: 2px solid #3c5d4a;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 30px;
}

.c-privacy-policy h4 {
  border-left: 2px solid #3c5d4a;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 30px;
}

.c-privacy-policy a {
  color: #3c5d4a !important;
  text-decoration: underline !important;
  letter-spacing: 0.05rem;
  margin-right: 2px;
  display: inline-block;
}

.c-privacy-policy ul,
.c-privacy-policy ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
  margin-bottom: 24px;
}

.c-privacy-policy li {
  list-style: auto;
  line-height: 2.4;
}

.c-privacy-policy ul li {
  list-style: circle;
}

.c-privacy-policy .well2 {
  margin-bottom: 30px;
  padding: 1.1em 2em;
  border: 1px solid #ddd;
  font-size: 16px;
}

.c-privacy-policy .well2 strong {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-privacy-policy__title {
    font-size: 20px;
  }

  .c-privacy-policy p {
    line-height: 2.2;
  }
}
.c-bottom-cta-desktop {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.c-bottom-cta-desktop__close {
  background-color: #ddd;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px;
}

.c-bottom-cta-desktop__close::before {
  content: "✕";
  color: #666;
}

.c-bottom-cta-desktop__close:hover {
  background-color: #ccc;
}

.c-bottom-cta-desktop__close__wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
}

.c-bottom-cta-desktop__content {
  font-family: "Hiragino Sans", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.91);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-sizing: border-box;
  gap: 40px;
  width: 100%;
  height: auto;
  padding: 23px 16px;
  color: #ed0707;
  box-shadow: 0 8px 16px rgba(34, 34, 34, 0.8);
}

.c-bottom-cta-desktop__content__button {
  flex-shrink: 0;
  font-family: "Mulish", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #ef8333, #EE451D, #ed0707);
  border-radius: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  max-width: 450px;
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  color: #fff !important;
  box-shadow: 0 6px 12px rgba(34, 34, 34, 0.2);
}

.c-bottom-cta-desktop__content__button:hover {
  opacity: 0.9;
}

.c-bottom-cta-desktop__content__button__icon {
  position: absolute;
  top: 49%;
  left: 27px;
  transform: translateY(-50%);
  fill: #fff;
  width: 36px;
  height: 36px;
}

.c-bottom-cta-desktop__content__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 450px;
  width: 100%;
  background-color: #ECF3FC;
  border-radius: 8px;
  position: relative;
  padding: 14px 16px 3px 16px;
}

.c-bottom-cta-desktop__content__text__icon {
  width: 32px;
  height: 32px;
}

.c-bottom-cta-desktop__content__text__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-bottom-cta-desktop__content__text__info__message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -2%;
  line-height: 1.5;
  color: #105ED3;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #105ED3;
  background-color: white;
  padding: 2px 16px;
  border-radius: 100px;
}

.c-bottom-cta-desktop__content__text__info__freecall {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1px;
}

.c-bottom-cta-desktop__content__text__info__freecall__number {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 4%;
  line-height: 1;
  color: #0439C5;
}

.c-bottom-cta-desktop__content__text__info__time {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #888888;
}

.p-lp-model {
  padding: 60px 0 120px;
}

.p-lp-model__inner {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
}

.p-lp-model__title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-lp-model__title strong {
  font-size: 33px;
  color: #3c5d4a;
}

.p-lp-model__title::before {
  content: "";
  width: 72px;
  height: 4px;
  background-color: #3c5d4a;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.p-lp-model__menu {
  margin: 40px auto 24px;
  padding: 20px 30px;
  background-color: #fafafa;
  position: sticky;
  top: 0;
  z-index: 10;
}

.p-lp-model__menu__item {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 32px 4px 0;
  margin-right: 40px;
  position: relative;
}

.p-lp-model__menu__item::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #3c5d4a;
  border-right: 1px solid #3c5d4a;
  position: absolute;
  top: 12px;
  right: 12px;
  transform: rotate(135deg);
}

.p-lp-model__maker {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 3px solid #fafafa;
  margin-bottom: 30px;
  position: relative;
}

.p-lp-model__maker::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 94px;
  height: 3px;
  background-color: #3c5d4a;
  z-index: 1;
}

.p-lp-model__maker:not(:first-child) {
  margin-top: 30px;
}

.p-lp-model__maker__wrapper {
  background-color: #fff;
  position: sticky;
  top: 104px;
  z-index: 2;
}

.p-lp-model__model {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.p-lp-model__model__name {
  display: inline-block;
  color: #3c5d4a;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

.p-lp-model__model__name svg {
  fill: #3c5d4a;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: sub;
}

.p-lp-model__model__item {
  width: 100%;
  background-color: #fff;
}

.p-lp-model__model__item:hover {
  background-color: #f8f8f8;
}

.p-lp-model__model__item:hover img {
  opacity: 0.9;
}

.p-lp-model__model__item__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-lp-model__model__item__image::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.p-lp-model__model__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-lp-model__model__item__body {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 14px;
  overflow: hidden;
}

.p-lp-model__model__item__body__maker {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 4px;
}

.p-lp-model__model__item__body__model {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #444444;
}

.p-lp-model__model__item__body svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: #3c5d4a;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 600px) {
  .p-lp-model {
    padding: 40px 0;
  }

  .p-lp-model__inner {
    width: 100%;
  }

  .p-lp-model__title {
    font-size: 18px;
  }

  .p-lp-model__title strong {
    font-size: 24px;
  }

  .p-lp-model__title::before {
    width: 30px;
    height: 3px;
    top: -12px;
  }

  .p-lp-model__menu {
    margin: 30px auto 20px;
    padding: 10px 20px;
    white-space: nowrap;
    overflow-x: auto;
  }

  .p-lp-model__menu__item {
    font-size: 13px;
    margin-right: 20px;
  }

  .p-lp-model__menu__item::after {
    top: 10px;
  }

  .p-lp-model__menu__item:last-child {
    margin-right: 0;
  }

  .p-lp-model__maker {
    line-height: 16px;
    font-size: 16px;
    padding: 20px 0;
    margin: 0 20px 20px;
  }

  .p-lp-model__maker::before {
    width: 60px;
  }

  .p-lp-model__maker__wrapper {
    top: 50px;
  }

  .p-lp-model__model {
    display: block;
    margin-bottom: 30px;
    width: 320px !important;
  }

  .p-lp-model__model:first-child {
    padding-left: 20px;
  }

  .p-lp-model__model__name {
    font-size: 13px;
    line-height: 19px;
    margin-left: 20px;
  }

  .p-lp-model__model__name svg {
    width: 18px;
    height: 18px;
  }

  .p-lp-model__model__item__body {
    padding: 12px;
  }

  .p-lp-model__model__item__body__maker {
    font-size: 10px;
    line-height: 12px;
  }

  .p-lp-model__model__item__body__model {
    font-size: 12px;
    line-height: 16px;
  }

  .p-lp-model__model__item__body svg {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
/**************************
  上書き用
**************************/
.breadcrumbs {
  background-color: #edeeea !important;
  font-size: 12px;
  color: #282828 !important;
  padding-left: 20px;
}

.breadcrumbs a span {
  color: #3c5d4a !important;
}

.purchase-result-item {
  border-top-color: #3c5d4a !important;
}

.purchase-result-item__head__maker {
  color: #3c5d4a !important;
}

.purchase-result-item__price--arrow {
  background-color: #3c5d4a !important;
}

.purchase-result-item__price--arrow::after {
  border-left-color: #3c5d4a !important;
}

.purchase-result-item__price__text--qshaoh {
  color: #3c5d4a !important;
}

.purchase-result-item__price__label--qshaoh {
  background-color: #3c5d4a !important;
}

.purchase-result-item__price__label--qshaoh__arrow {
  border-right-color: #3c5d4a !important;
}

.purchase-result-item__body__title {
  margin: 0;
  color: #3c5d4a !important;
}

.purchase-result-item__badge {
  background-color: #d84c02 !important;
}

.purchase-result-item__badge__label {
  color: #ede5c2 !important;
}

.usersvoice-carousel__item {
  border-color: #3c5d4a !important;
}

.usersvoice-carousel__item__info__title {
  color: #3c5d4a !important;
}

.usersvoice-carousel .swiper-pagination-bullet-active {
  background-color: #3c5d4a !important;
}

#line-fab-button {
  bottom: 15%;
}

.c-footer__bottom {
  background-color: #3c5d4a;
}

.p-lp-model__menu, .p-lp-model__maker__wrapper {
  display: none;
}

.c-bottom-cta .btn a {
  background: #d84c02;
}

.c-maker-model-modal-header {
  background-color: #3c5d4a !important;
}

.c-maker-model-modal-action__text,
.c-maker-model-modal-card-body-model__list__title__text {
  color: #3c5d4a !important;
}

.c-maker-model-modal-action__icon,
.c-maker-model-modal-card-body-model__list__title__icon {
  fill: #3c5d4a !important;
}

.c-maker-model-modal-keyboard-switch {
  border-color: #3c5d4a !important;
  color: #3c5d4a !important;
}

.c-maker-model-modal-keyboard-switch.active {
  background-color: #3c5d4a !important;
  color: #fff !important;
}

.c-maker-model-modal-card-body-model__list {
  border-color: #3c5d4a !important;
}

/**************************
  以下、ランド王
**************************/
.p-landcruiser {
  position: relative;
  font-family: "CurrentNotoSansJP", "Arvo", sans-serif;
}

.p-landcruiser__title {
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  margin-bottom: 12px;
}

.p-landcruiser__title span {
  color: #315e49;
}

.p-landcruiser__title__border {
  display: flex;
  justify-content: center;
}

.p-landcruiser__title__border div {
  width: 30px;
  height: 4px;
  content: "";
  margin-bottom: 24px;
}

.p-landcruiser__title__border div:nth-child(1) {
  background-color: #82a339;
}

.p-landcruiser__title__border div:nth-child(2) {
  background-color: #6d765d;
}

.p-landcruiser__title__border div:nth-child(3) {
  background-color: #264335;
}

.p-landcruiser__usersvoice__note {
  max-width: 880px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.p-landcruiser__usersvoice__note__text {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  color: #888888;
}

.p-landcruiser__usersvoice__note__text span {
  font-weight: 600;
}

.p-landcruiser__subtitle {
  font-family: "Arvo";
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #82a339;
  margin-bottom: 16px;
}

.p-landcruiser__firstview {
  background-color: #f0f0ec;
  position: relative;
}

.p-landcruiser__firstview::after {
  content: "";
  width: 100vw;
  height: auto;
  min-height: 720px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-image: url("/nuxt-assets/img/main/lp/landcruiser/firstview_pc.png");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position-x: -60px;
}

.p-landcruiser__firstview__logo {
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 10;
  width: 147px;
}

.p-landcruiser__firstview__inner {
  max-width: 1080px;
  width: 95%;
  height: 725px;
  margin: auto;
  z-index: 1;
}

.p-landcruiser__firstview__title {
  position: absolute;
  top: 25%;
  left: 50%;
  z-index: 2;
  margin: 0;
  line-height: 1.5;
  font-size: 6vmin;
  font-weight: bold;
}

.p-landcruiser__firstview__title span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 12px;
}

.p-landcruiser__firstview__title strong {
  display: inline-block;
  margin-top: 8px;
  background-color: #000;
  color: #ede5c2;
  padding: 0 12px;
}

.p-landcruiser__firstview__20years {
  position: absolute;
  top: 5%;
  right: 15%;
  z-index: 3;
}

.p-landcruiser__firstview__point {
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.p-landcruiser__firstview__point__wrapper {
  padding-top: 45%;
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 228px;
}

.p-landcruiser__firstview__point__item {
  position: relative;
  background-image: url("/nuxt-assets/img/main/lp/landcruiser/fv_point_bg.png");
  background-repeat: no-repeat;
  padding: 60px 80px;
}

.p-landcruiser__firstview__point__item__image {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}

.p-landcruiser__firstview__point__item__dash {
  font-size: 26px;
  color: #ffffff;
}

.p-landcruiser__firstview__point__item__text {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}

.p-landcruiser__message {
  padding: 60px 0;
  background-color: #f0f0ec;
}

.p-landcruiser__message__inner {
  max-width: 1080px;
  width: 95%;
  height: auto;
  margin: auto;
  text-align: center;
}

.p-landcruiser__message__title {
  font-size: 54px;
  font-weight: bold;
  color: #305d47;
  margin-bottom: 30px;
  padding-left: 30px;
}

.p-landcruiser__message__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45pt;
  margin-bottom: 30px;
}

.p-landcruiser__message__text span {
  color: #d84b00;
}

.p-landcruiser__reasons {
  padding: 60px 0;
  background-color: #fff;
}

.p-landcruiser__reasons__inner {
  max-width: 1080px;
  width: 90%;
  height: auto;
  margin: auto;
}

.p-landcruiser__reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.p-landcruiser__reasons__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 40px #5c315e1a;
}

.p-landcruiser__reasons__list__item__no {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-color: #d84c02;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.p-landcruiser__reasons__list__item__image {
  width: 100%;
  height: auto;
  max-height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-landcruiser__reasons__list__item__body {
  background-color: #fff;
  padding: 20px 18px 40px;
}

.p-landcruiser__reasons__list__item__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #305d47;
  margin: 0 0 18px;
}

.p-landcruiser__reasons__list__item__text {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.p-landcruiser__cta {
  width: 100%;
  height: auto;
  background-image: url("/nuxt-assets/img/main/lp/landcruiser/cta_bg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.p-landcruiser__cta__inner {
  width: 90%;
  padding: 108px 0;
  margin: auto;
  text-align: center;
}

.p-landcruiser__cta__text {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.p-landcruiser__cta__text::before, .p-landcruiser__cta__text::after {
  position: absolute;
  top: 50%;
  font-size: 52px;
}

.p-landcruiser__cta__text::before {
  content: "＼";
  left: -64px;
  transform: translateY(-50%) rotate(15deg);
}

.p-landcruiser__cta__text::after {
  content: "／";
  right: -64px;
  transform: translateY(-50%) rotate(-15deg);
}

.p-landcruiser__cta__text span {
  font-size: 40px;
  color: #efb933;
}

.p-landcruiser__cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background-image: url("/nuxt-assets/img/main/lp/landcruiser/cta_button_bg.png");
  background-position: center -10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 506px;
  height: 96px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  position: relative;
}

.p-landcruiser__cta__button span {
  color: #d84c02;
}

.p-landcruiser__cta__button svg {
  position: absolute;
  right: 60px;
  top: 38px;
}

.p-landcruiser__cta__button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.p-landcruiser__cta__icons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-landcruiser__cta__icons__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.p-landcruiser__cta__icons__item__icon {
  display: block;
}

.p-landcruiser__cta__icons__item__text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 19px;
  text-align: left;
  margin: 0 0 0 18px;
}

.p-landcruiser__cta__icons__item:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.p-landcruiser__results {
  padding: 60px 0;
  background-color: #fff;
}

.p-landcruiser__results .swiper {
  margin-top: 40px;
}

.p-landcruiser__results .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
}

.p-landcruiser__results .swiper-pagination-bullet-active {
  background-color: #3c5d4a !important;
}

.p-landcruiser__marketprices {
  padding: 60px 0;
  background-color: #f0f0ec;
}

.p-landcruiser__marketprices__inner {
  max-width: 1080px;
  width: 90%;
  height: auto;
  margin: auto;
}

.p-landcruiser__marketprices__table {
  background-color: #fff;
}

.p-landcruiser__marketprices__table__head {
  display: grid;
  grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  gap: 1px;
}

.p-landcruiser__marketprices__table__head__column {
  background-color: #3c5d4a;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.p-landcruiser__marketprices__table__body__type {
  border-top: 1px solid #eee;
}

.p-landcruiser__marketprices__table__body__type__title {
  background-color: #578871;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  text-align: left;
  position: relative;
}

.p-landcruiser__marketprices__table__body__type__title svg {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.p-landcruiser__marketprices__table__body__type__body {
  display: grid;
  grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  gap: 1px;
}

.p-landcruiser__marketprices__table__body__type__body:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.p-landcruiser__marketprices__table__body__type__body__column {
  font-size: 14px;
  padding: 10px 20px;
}

.p-landcruiser__marketprices__table__body__type__body__column.grade {
  text-align: left;
}

.p-landcruiser__marketprices__table__body__type__body__column.price {
  font-weight: bold;
  text-align: center;
}

.p-landcruiser__marketprices__table__body details {
  position: relative;
}

.p-landcruiser__marketprices__table__body details[open] summary svg {
  transform: rotate(180deg);
}

.p-landcruiser__marketprices__table__body details > summary {
  list-style: none;
}

.p-landcruiser__marketprices__table__body details > summary::-webkit-details-marker {
  display: none;
}

.p-landcruiser__marketprices__table__body details > summary:focus {
  outline: none;
}

.p-landcruiser__marketprices__table__body details:hover {
  cursor: pointer;
}

.p-landcruiser__marketprices__table__notice {
  font-size: 14px;
  margin-top: 12px;
}

.p-landcruiser__type {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.p-landcruiser__type__inner {
  max-width: 1080px;
  width: 90%;
  height: auto;
  margin: auto;
}

.p-landcruiser__type__prefix {
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  display: block;
  text-align: center;
}

.p-landcruiser__appraise {
  padding: 40px 0 60px;
  background-color: #fff;
}

.p-landcruiser__appraise__inner {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
}

.p-landcruiser__appraise__title {
  border-top: 2px solid #3c5d4a;
  border-bottom: 2px solid #3c5d4a;
  color: #3c5d4a;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0;
  line-height: 32px;
  max-width: 916px;
  margin: 0 auto;
  text-align: center;
}

.p-landcruiser__appraise__main {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-landcruiser__appraise__main__image {
  display: block;
  width: 209px;
  height: auto;
}

.p-landcruiser__appraise__main__block {
  margin-left: 40px;
}

.p-landcruiser__appraise__main__description {
  font-size: 16px;
  line-height: 35px;
}

.p-landcruiser__appraise__main__description strong {
  background: linear-gradient(transparent 60%, rgba(60, 93, 74, 0.4) 0);
}

.p-landcruiser__usersvoice {
  padding: 60px 0;
  background-color: #edeeea;
}

.p-landcruiser__pickup {
  padding: 60px 0 0;
  background-color: #fff;
}

.p-landcruiser__pickup__inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__pickup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-landcruiser__pickup__list__item {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.p-landcruiser__pickup__list__item:hover {
  background-color: #f8f8f8;
}

.p-landcruiser__pickup__list__item:hover img {
  opacity: 0.9;
}

.p-landcruiser__pickup__list__item__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-landcruiser__pickup__list__item__body {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  overflow: hidden;
}

.p-landcruiser__pickup__list__item__body__maker {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.p-landcruiser__pickup__list__item__body__model {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #444444;
}

.p-landcruiser__pickup__list__item__body svg {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  fill: #3c5d4a;
  width: 20px;
  height: 20px;
}

.p-landcruiser__pickup__button {
  border: 2px solid #3c5d4a;
  border-radius: 4px;
  color: #3c5d4a !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  max-width: 360px;
  padding: 12px 0;
  width: 95%;
  position: relative;
}

.p-landcruiser__pickup__button__wrapper {
  margin: 40px auto;
  text-align: center;
  width: 100%;
}

.p-landcruiser__pickup__button svg {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  fill: #3c5d4a;
}

.p-landcruiser__pickup__button:hover {
  background-color: #eff2ea;
}

.p-landcruiser__qa {
  padding: 60px 0;
  background-color: #edeeea;
}

.p-landcruiser__qa__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__qa__item:not(:last-child) {
  border-bottom: 1px solid #2f4b3129;
}

.p-landcruiser__qa__item[open] {
  border: none;
}

.p-landcruiser__qa__item[open] summary::after {
  transform: rotate(180deg);
  top: 40%;
}

.p-landcruiser__qa__item > summary {
  padding: 32px 68px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #222;
  list-style: none;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.p-landcruiser__qa__item > summary::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #d84c02;
}

.p-landcruiser__qa__item > summary::after {
  content: url("/nuxt-assets/img/main/lp/landcruiser/icon_arrow_down.svg");
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.p-landcruiser__qa__item > summary::-webkit-details-marker {
  display: none;
}

.p-landcruiser__qa__item > summary:focus {
  outline: none;
}

.p-landcruiser__qa__item p {
  padding: 24px 68px;
  font-size: 16px;
  position: relative;
}

.p-landcruiser__qa__item p::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 35px;
  font-size: 22px;
  font-weight: bold;
  color: #d84c02;
}

.p-landcruiser__form {
  padding: 60px 0;
  background-color: #edeeea;
}

.p-landcruiser__form__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__form__title {
  width: 100%;
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
  color: #3c5d4a;
  padding: 18px 0;
  border-top: 4px solid #3c5d4a;
  border-bottom: 4px solid #3c5d4a;
}

.p-landcruiser__form__title__wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.p-landcruiser__form__title__image {
  position: absolute;
  top: -50px;
  right: 40px;
}

.p-landcruiser__form__block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.p-landcruiser__form__block__left {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #3c5d4a;
  padding: 16px;
  border: 1px solid #3c5d4a;
  margin-right: 24px;
}

.p-landcruiser__form__block__center {
  margin-right: 24px;
}

.p-landcruiser__form__block__center p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.p-landcruiser__form__block__center p span {
  color: #e72019;
}

.p-landcruiser__form__block__center p::before {
  content: url("/nuxt-assets/img/main/lp/landcruiser/icon_check.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.p-landcruiser__form__block__right {
  display: block;
  margin-top: -16px;
}

.p-landcruiser__form__tel {
  background-color: #fdfff7;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0;
}

.p-landcruiser__form__tel__text {
  font-size: 15px;
  font-weight: bold;
  margin-right: 28px;
}

.p-landcruiser__form__tel__number {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.p-landcruiser__form__tel__number__image {
  display: block;
  margin-right: 4px;
}

.p-landcruiser__form__tel__number__number {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1.9px;
}

.p-landcruiser__form__tel__time {
  font-size: 12px;
  letter-spacing: 0.6px;
}

.p-landcruiser__jpuc {
  padding: 60px 0;
  background-color: #fff;
}

.p-landcruiser__jpuc__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__jpuc__title {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 1.9px;
  background-color: #3c5d4a;
  color: #fff;
  text-align: left;
  padding: 24px 120px;
}

.p-landcruiser__jpuc__title__wrapper {
  width: 688px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.p-landcruiser__jpuc__item {
  border: 1px solid #3c5d4a;
  display: flex;
  align-items: center;
  padding: 48px 60px;
}

.p-landcruiser__jpuc__item:first-of-type {
  padding-top: 140px;
  border-bottom: none;
}

.p-landcruiser__jpuc__item__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 60px;
}

.p-landcruiser__jpuc__item__text__title {
  font-size: 24px;
  font-weight: bold;
  color: #3c5d4a;
}

.p-landcruiser__jpuc__item__text__description {
  font-size: 16px;
  line-height: 32px;
}

.p-landcruiser__jpuc__item__wrapper {
  margin-top: -96px;
}

.p-landcruiser__social-distance {
  padding: 60px 0;
  background-color: #fff;
}

.p-landcruiser__social-distance__inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__social-distance .c-social-distance__message {
  margin-top: 40px;
  background-color: #315e49;
}

.p-landcruiser__social-distance .c-social-distance__message::after {
  border-color: #315e49 transparent transparent transparent;
}

.p-landcruiser__social-distance .c-social-distance__grid__item__image {
  background-color: #edeeea;
}

.p-landcruiser__social-distance .c-social-distance__grid__item__text {
  color: #315e49;
}

.p-landcruiser__social-distance .c-social-distance__text span {
  color: #315e49;
}

.p-landcruiser__column {
  padding: 60px 0;
  background-color: #fff;
}

.p-landcruiser__column__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.p-landcruiser__column #news {
  padding: 0;
}

.p-landcruiser__column #news .content {
  width: 100%;
  border-color: #3c5d4a !important;
  padding: 30px 0;
}

.p-landcruiser__column #news .content h2 {
  display: none;
}

.p-landcruiser__column #news .content dt {
  color: #3c5d4a;
  border-color: #3c5d4a !important;
  margin-left: 30px;
}

.p-landcruiser__column #news .content dl {
  margin: 0;
}

.p-landcruiser__column #news .content dl dd a:hover {
  color: #3c5d4a;
}

.p-landcruiser__column #news .content .link a {
  color: #3c5d4a !important;
}

@media screen and (max-width: 600px) {
  .p-landcruiser__title {
    font-size: 24px;
    line-height: 32px;
  }

  .p-landcruiser__subtitle {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .p-landcruiser__usersvoice__note {
    padding: 0 16px;
  }

  .p-landcruiser__firstview::after {
    min-height: 480px;
    background-image: url("/nuxt-assets/img/main/lp/landcruiser/firstview_sp.png");
    background-size: 100%;
    background-position-x: center;
  }

  .p-landcruiser__firstview__logo {
    top: 28px;
    left: 28px;
    width: 100px;
    height: auto;
  }

  .p-landcruiser__firstview__inner {
    height: 480px;
  }

  .p-landcruiser__firstview__title {
    top: 55%;
    transform: translateX(-50%);
    font-size: 10vmin;
    width: 90%;
  }

  .p-landcruiser__firstview__20years {
    top: 25%;
    right: 0;
  }

  .p-landcruiser__firstview__point {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-landcruiser__firstview__point__wrapper {
    padding-top: 115%;
    max-width: 100%;
    min-height: 80px;
  }

  .p-landcruiser__firstview__point__item {
    background-image: url("/nuxt-assets/img/main/lp/landcruiser/fv_point_bg.png");
    padding: 18px 24px;
    width: 30%;
  }

  .p-landcruiser__firstview__point__item__image {
    width: 35px;
    height: 35px;
    top: -10px;
  }

  .p-landcruiser__firstview__point__item__dash {
    font-size: 14px;
  }

  .p-landcruiser__firstview__point__item__text {
    font-size: 11px;
  }

  .p-landcruiser__message {
    padding-bottom: 20px;
  }

  .p-landcruiser__message__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .p-landcruiser__message__text {
    font-size: 13px;
    line-height: 2.5;
    margin-bottom: 16px;
  }

  .p-landcruiser__reasons__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-landcruiser__cta {
    background-image: url("/nuxt-assets/img/main/lp/landcruiser/cta_bg_sp.png");
    background-size: 100% 100%;
  }

  .p-landcruiser__cta__inner {
    padding: 52px 0;
  }

  .p-landcruiser__cta__text {
    line-height: 1.5;
  }

  .p-landcruiser__cta__text::before, .p-landcruiser__cta__text::after {
    font-size: 36px;
  }

  .p-landcruiser__cta__text::before {
    left: -36px;
  }

  .p-landcruiser__cta__text::after {
    right: -36px;
  }

  .p-landcruiser__cta__text span {
    font-size: 32px;
  }

  .p-landcruiser__cta__button {
    width: 100%;
    background-position-y: 6px;
    background-size: 100% 105%;
    font-size: 20px;
  }

  .p-landcruiser__cta__button svg {
    right: 40px;
    top: 40px;
  }

  .p-landcruiser__cta__icons {
    margin-top: 24px;
  }

  .p-landcruiser__cta__icons__item {
    padding: 0 30px;
  }

  .p-landcruiser__cta__icons__item__text {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 16px;
  }

  .p-landcruiser__marketprices .c-marketprice__table thead tr th {
    background-color: #3c5d4a;
    color: #fff;
  }

  .p-landcruiser__marketprices td {
    font-size: 12px;
    border: none;
  }

  .p-landcruiser__marketprices__table__head {
    grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  }

  .p-landcruiser__marketprices__table__head__column {
    font-size: 14px;
  }

  .p-landcruiser__marketprices__table__body__type__body {
    grid-template-columns: calc(70% - 1px) calc(30% - 1px);
  }

  .p-landcruiser__marketprices__table__body__type__body__column {
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
  }

  .p-landcruiser__marketprices__table__body__type__body__column.price {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p-landcruiser__marketprices__table__notice {
    font-size: 12px;
  }

  .p-landcruiser__type__inner {
    width: 100%;
  }

  .p-landcruiser__type__prefix {
    font-size: 12px;
    line-height: 32px;
  }

  .p-landcruiser__appraise {
    padding: 0 0 40px;
  }

  .p-landcruiser__appraise__title {
    border-top: 3px solid #3c5d4a;
    border-bottom: 3px solid #3c5d4a;
    font-size: 18px;
    line-height: 1;
  }

  .p-landcruiser__appraise__main {
    margin-top: 20px;
    flex-direction: column;
  }

  .p-landcruiser__appraise__main__block {
    margin-top: 16px;
    margin-left: 0;
  }

  .p-landcruiser__appraise__main__description {
    font-size: 15px;
  }

  .p-landcruiser__usersvoice {
    padding: 40px 0;
  }

  .p-landcruiser__pickup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .p-landcruiser__pickup__list__item__body {
    padding: 4px 20px 4px 6px;
  }

  .p-landcruiser__pickup__list__item__body__maker {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .p-landcruiser__pickup__list__item__body__model {
    font-size: 12px;
  }

  .p-landcruiser__pickup__list__item__body svg {
    right: 8px;
    width: 12px;
    height: 12px;
  }

  .p-landcruiser__pickup__button__wrapper {
    margin: 20px auto 0;
  }

  .p-landcruiser__qa__item > summary {
    font-size: 13px;
    padding: 20px 40px;
  }

  .p-landcruiser__qa__item > summary::before {
    left: 20px;
    font-size: 13px;
  }

  .p-landcruiser__qa__item > summary::after {
    right: 16px;
  }

  .p-landcruiser__qa__item p {
    padding: 28px 28px 28px 40px;
    font-size: 13px;
    font-weight: bold;
  }

  .p-landcruiser__qa__item p::before {
    top: 28px;
    left: 20px;
    font-size: 13px;
  }

  .p-landcruiser__form__title {
    font-size: 22px !important;
    line-height: 28px;
    padding: 12px 0;
    text-align: left !important;
  }

  .p-landcruiser__form__title__image {
    top: -45px;
    right: -60px;
    left: auto;
    width: 180px;
    height: 180px;
  }

  .p-landcruiser__form__block {
    margin-bottom: 28px;
  }

  .p-landcruiser__form__block__left {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 4px;
    margin-right: 8px;
  }

  .p-landcruiser__form__block__center {
    margin-right: 8px;
  }

  .p-landcruiser__form__block__center p {
    font-size: 12px;
    padding-left: 12px;
    margin-bottom: 2px;
  }

  .p-landcruiser__form__block__right {
    width: 64px;
    height: auto;
    margin-top: -4px;
  }

  .p-landcruiser__form__tel {
    margin-bottom: 12px;
    flex-direction: column;
  }

  .p-landcruiser__form__tel__text {
    font-size: 12px;
    padding-left: 40px;
    margin-right: 0;
  }

  .p-landcruiser__form__tel__number {
    margin-right: 0;
  }

  .p-landcruiser__form__tel__number__image {
    margin-right: 2px;
  }

  .p-landcruiser__form__tel__number__number {
    font-size: 29px;
    letter-spacing: 1.45px;
    line-height: 36px;
  }

  .p-landcruiser__form__tel__time {
    font-size: 11px;
    padding-left: 30px;
  }

  .p-landcruiser__form .contact-form-box {
    padding: 28px 8px;
  }

  .p-landcruiser__form .contact-form-box .former,
.p-landcruiser__form .contact-form-box .latter {
    width: 100%;
  }

  .p-landcruiser__jpuc__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
    padding: 14px 20px;
  }

  .p-landcruiser__jpuc__title__wrapper {
    width: 85%;
  }

  .p-landcruiser__jpuc__item {
    flex-direction: column;
    padding: 24px;
  }

  .p-landcruiser__jpuc__item:first-of-type {
    padding-top: 72px;
  }

  .p-landcruiser__jpuc__item__image {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .p-landcruiser__jpuc__item__text__title {
    text-align: center;
  }

  .p-landcruiser__jpuc__item__text__description {
    font-size: 14px;
  }

  .p-landcruiser__jpuc__item__wrapper {
    margin-top: -50px;
  }

  .p-landcruiser__column #news .content {
    margin: 0;
    padding: 20px 0;
  }

  .p-landcruiser__column #news .content dt {
    margin-left: 12px;
  }

  .p-landcruiser__column #news .content dd {
    padding: 8px 12px;
  }
}
