/* ================================================== */
/* desktop */

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

.intro-bg {
  right: 0;
}
.intro-content {
  position: relative;
  z-index: 1;
}
.area .title {
  right: 0;
}

}

@media screen and (min-width: 768px) {

.header-nav ul li:hover div {
  display: block;
}

}

/* ================================================== */
/* mobile */

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

/* -------------------------------------------------- */
/* global */

html {
  /* font-size: 54.7%; */
}
body {
  font-size: 1.4rem;
}
p {
  line-height: 1.65;
}
#container {
  min-width: initial;
}
.wrapper {
  margin: auto;
  max-width: 100%;
  min-width: initial;
  padding: 0 4vw;
  width: 100%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}

/* -------------------------------------------------- */
/* header */

#header {
  border-top-width: 3px;
  height: 75px;
}
.header {
  padding: 0 4vw;
}
.header-logo {
  align-items: flex-start;
  border-right: 0;
  flex-grow: 1;
  padding: 0;
  width: auto;
}
.header-logo a {
  margin-bottom: 0;
}
.header-logo a img {
  width: 26.666vw;
}
.header-nav {
  background: var(--main-color2);
  display: none;
  height: calc(100vh - 75px);
  height: calc(100svh - 75px);
  left: 0;
  overflow: scroll;
  position: absolute;
  top: 72px;
  width: 100%;
}
.header-nav ul {
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 6vw;
}
.header-nav ul li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0;
  position: relative;
}
.header-nav ul li a {
  color: #fff;
  font-size: 1.6rem;
}
.header-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.header-nav ul li > img.sp {
  margin-left: 5px;
  width: 9.5px;
}
.header-nav ul li div {
  display: none;
  left: 0;
  padding-top: 0;
  position: static;
}
.header-nav ul li div ul {
  background: transparent;
  box-shadow: none;
  padding: 10px 4vw 0;
}
.header-nav ul li div.header-nav-sub1 {
  width: 100%;
}
.header-nav ul li div.header-nav-sub2 {
  width: 100%;
}
.header-nav ul li div.header-nav-sub2 ul li {
  width: 100%;
}
.header-nav ul li div ul li {
  border-bottom: 0;
}
.header-contact {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.header-contact.pc {
  display: none;
}
.header-tel {
  margin-bottom: 0;
  margin-right: 10px;
}
.header-tel a {
  height: 45px;
  display: block;
  width: 45px;
}
.header-button {
  align-items: center;
  background: var(--gradient1);
  background: linear-gradient(180deg, var(--gradient1), var(--gradient2));
  height: 45px;
  justify-content: center;
  width: 45px;
}
.header-button input {
  display: none;
}
.header-button label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.header-button label span {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 3px;
  margin: 2px 0;
  position: relative;
  transition: background .2s, height .2s, transform .2s;
  width: 20px;
}
.header-button input[type="checkbox"]:checked + label span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-button input[type="checkbox"]:checked + label span:nth-of-type(2) {
  opacity: 0;
}
.header-button input[type="checkbox"]:checked + label span:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* -------------------------------------------------- */
/* main */

main {
  padding-top: 72px;
}
section {
  padding: 40px 0;
}
h1.global {
  font-size: 2rem;
}
h2.global,
h3.global {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
}
h2.global span,
h3.global span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.title {
  font-size: 6.4rem;
}
.button a {
  font-size: 1.6rem;
  width: 100%;
}

/* -------------------------------------------------- */
/* headimage */

.headimage {
  height: 21.33vw;
}

/* -------------------------------------------------- */
/* breadcrumb */

.breadcrumb .wrapper {
  position: static;
  padding-bottom: 2vw;
  padding-top: 2vw;
  transform: none;
}
.breadcrumb ul {
  line-height: 1.65;
}

/* -------------------------------------------------- */
/* cta */

.cta {
  min-width: initial;
}
.cta .wrapper {
  padding-bottom: 15px;
  padding-top: 20px;
}
.cta .wrapper::after {
  display: none;
}
.cta-head {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.cta-head img {
  display: none;
}
.cta-body {
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.cta-select {
  margin-bottom: 5px;
  width: 100%;
}
.cta-select select {
  background: var(--bg-color2) url(../images/arrow-down-gray.webp) no-repeat center right 10px / 9.5px 6.5px;
  font-size: 1.4rem;
  margin: 5px 0;
  padding: .75em;
  width: 48%;
}
.cta-contact {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.cta-tel {
  margin-bottom: 0;
  order: 2;
  width: 100%;
}

/* -------------------------------------------------- */
/* intro */

.intro {
  padding-top: 40px;
}
.intro .wrapper {
  position: relative;
}
.intro h2.global {
  font-size: 2rem;
  line-height: 1.65;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.intro p {
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 25px;
  padding-left: 0;
  position: relative;
  width: 58.66vw;
  z-index: 1;
}
.intro-note {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.intro-bg {
  bottom: auto;
  height: auto;
  margin-left: -20px;
  margin-bottom: -5vw;
  position: relative;
  right: 0;
  top: -5vw;
  width: 42.26vw;
  z-index: 0;
}
.intro-bg p {
  bottom: 0;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  right: 6vw;
  width: auto;
}
.intro-content {
  margin-bottom: 10px;
}
.intro-content ul li {
  margin-right: 0;
  padding: 0;
}
.intro-image {
  display: none;
}
.intro-name {
  font-size: 1.6rem;
  text-align: left;
}
.intro-text p {
  margin-bottom: 20px;
  width: auto;
}

/* -------------------------------------------------- */
/* list */

.list {
  padding-top: 0;
}
.list .title {
  color: var(--bg-color2);
  margin-bottom: 10px;
  position: static;
  text-align: left;
  writing-mode: horizontal-tb;
}
.list h2.global {
  margin-bottom: 15px;
}
.list-filter {
  border-bottom: 0;
  margin-bottom: 20px;
}
.list-filter-box {
  background: var(--main-color2);
  display: none;
  left: 0;
  height: 100vh;
  height: 100svh;
  position: fixed;
  padding: 0 4vw;
  top: 75px;
  width: 100%;
  z-index: 950;
}
.list-filter-close {
  margin: 4vw 0 20px;
  text-align: right;
}
.list-filter-close span {
  display: inline-block;
  width: 45px;
}
.list-filter-title {
  color: #fff;
  font-size: 1.6rem;
}
.list-filter-select {
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.list-filter-select select {
  margin-bottom: 10px;
  width: 100%;
}
.list-filter-decide {
  display: flex;
}
.list-filter-decide button {
  background: #fff url(../images/arrow-right-button.webp) no-repeat center right 20px / 6.5px 9.5px;
  border: 1px solid var(--main-color1);
  border-radius: 9999px;
  color: var(--main-color1);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .85em;
  text-align: center;
  transition: background .2s, border-color .2s;
  width: 360px;
}
.list-filter-decide button:hover {
  background-color: var(--hover-color);
  border-color: #c1c1c1;
}
.list-filter-ctrl {
  margin-bottom: 20px;
}
.list-filter-tag {
  flex-wrap: wrap;
}
.list-filter-tag ul {
  flex-wrap: wrap;
}
.list-filter-tag ul li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.list-filter-tag button {
  margin-bottom: 5px;
  margin-left: 0;
  margin-top: 5px;
}
.list-filter-sort {
  display: none;
}
.list-filter-button {
  display: flex;
}
.list-filter-button button {
  background: #fff url(../images/result/list-filter-button.webp) no-repeat center left 7.6vw / 22px 26px;
  border: 1px solid var(--main-color1);
  border-radius: 9999px;
  color: var(--main-color1);
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .85em;
  text-align: center;
  transition: background .2s, border-color .2s;
  width: 100%;
}
.list-filter-button button:hover {
  background-color: var(--hover-color);
  border-color: #c1c1c1;
}
.list-content ul {
  margin-bottom: 10px;
  padding-top: 20px;
}
.list-content ul li {
  border: 0;
  justify-content: space-between;
  padding: 0 0 30px;
  position: relative;
}
.list-left {
  width: 42.66vw;
}
.list-image {
  background: var(--bg-color2);
  height: 32vw;
  margin-bottom: 20px;
  width: 100%;
}
.list-button {
  position: static;
  width: 100%;
}
.list-button a {
  background-position: center right 8px;
  font-size: 1.4rem;
  padding: 1em .75em;
  text-align: left;
}
.list-button a:first-of-type {
  background-color: #fff700;
}
.list-button a:hover {
  background-color: var(--hover-color);
  border-color: #c1c1c1;
}
.list-right {
  flex-direction: column;
  width: 50%;
}
.list-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.5;
  order: 0;
}
.list-table {
  margin-right: 0;
  order: 2;
  padding-bottom: 0;
  width: 100%;
}
.list-table table tr td {
  font-size: 1.3rem;
  padding: .65em 0;
  width: 60%;
}
.list-price {
  font-size: 1.1rem;
  margin-bottom: 10px;
  order: 1;
}
.list-price span {
  color: var(--main-color2);
  display: inline-block;
  margin-right: 10px;
}
.list-price strong {
  font-size: 2rem;
}
.list-pager {
  margin-top: -15px;
  padding-top: 20px;
}

/* -------------------------------------------------- */
/* type */

.type {
  padding-bottom: 10px;
}
.type-item {
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px 20px 20px 20px;
}
.type-item:last-child {
  margin-bottom: 0;
}
.type-image {
  height: 80px;
  width: 50%;
}
.type-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.type-name {
  font-size: 1.8rem;
  margin: 0;
  width: 48%;
}

/* -------------------------------------------------- */
/* category */

.category-model {
  margin-bottom: 0;
}
.category-model ul li {
  margin: 8px 0;
  width: 31%;
}
.category-model ul li a {
  box-shadow: 0 0 5px rgba(0,0,0,.16);
  font-size: 1.2rem;
  padding: 10px 0;
}
.category-model ul li a img {
  margin-bottom: 5px;
}
.category-maker ul li {
  margin: 8px 0;
  width: 31%;
}
.category-maker ul li a {
  border: 1px solid #98a6b5;
  border-radius: 10px;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  padding: 8.5px;
  text-align: center;
}
.category-maker ul li a img {
  margin-bottom: 10px;
}

/* -------------------------------------------------- */
/* area */

.area {
  min-width: initial;
}
.area .title {
  display: none;
}
.area-content p {
  line-height: 1.65;
  margin-bottom: 30px;
}
.area-content ul {
  margin-left: 0;
}
.area-content ul li {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
.area-content ul li a {
  margin-right: 0;
  padding: .25em;
}
.area-map {
  background: url(../images/area-map.webp) no-repeat top left / 105px 119px;
  height: 119px;
  opacity: .24;
  position: absolute;
  right: 4vw;
  top: -30px;
  width: 105px;
}
.area-map ul {
  display: none;
}

/* -------------------------------------------------- */
/* results */

.results {
  padding-bottom: 10px;
  padding-top: 105px;
}
.results .wrapper::before {
  background: url(../images/results-bg_sp.webp) no-repeat 0 0 / 191px 151px;
  height: 151px;
  left: 50%;
  right: auto;
  top: -105px;
  transform: translateX(-50%);
  width: 191px;
}
.results .title {
  color: var(--main-color2);
  left: auto;
  position: relative;
  text-align: center;
  top: auto;
  writing-mode: horizontal-tb;
  z-index: 1;
}
.results h2.local {
  background: none;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: .4em 0;
}
.results-content {
  margin-bottom: 10px;
}
.results-content ul {
  flex-direction: column;
}
.results-content ul li {
  align-items: flex-start;
  background: transparent;
  border-bottom: 1px solid #cdd6dd;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}
.results-content ul li:last-of-type {
  border: 0;
}
.results-image {
  background: #fff;
  height: 32vw;
  order: 2;
  width: 42.66vw;
}
.results-head {
  order: 1;
  width: 100%;
}
.results-name {
  font-size: 1.6rem;
  text-align: left;
}
.results-price {
  align-items: flex-end;
  display: flex;
  font-size: 1.2rem;
  justify-content: flex-start;
  text-align: left;
}
.results-price span {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0 10px 0 0;
  padding: .5em 1em;
  width: auto;
}
.results-price strong {
  font-size: 2rem;
  margin-right: 2px;
}
.results-price em {
  position: relative;
  top: -3px;
}
.results-text {
  order: 3;
  width: calc(100% - 46.66vw);
}
.results-text table {
  margin-bottom: 7px;
}
.results-text table tr th {
  padding: .6em .5em .5em 0;
}
.results-text table tr td {
  font-size: 1.4rem;
}
.results-link a {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: .5em;
  width: 100%;
}

/* -------------------------------------------------- */
/* voice */

.voice {
  background: linear-gradient(225deg, #107DE3, #1395D4 12vw, #fff 12vw);
  padding-top: 0;
}
.voice .title {
  position: static;
}
.voice h2.global {
  margin-bottom: 20px;
}
.voice-content {
  margin-bottom: 15px;
}
.voice dl {
  padding: 25px 0;
}
.voice dl:last-of-type {
  border-bottom: 0;
}
.voice dl dt {
  margin-bottom: 10px;
}
.voice-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.voice-rate {
  font-size: 1.6rem;
  margin-right: 20px;
}
.voice-rate span {
  margin-left: 10px;
}
.voice-pref {
  margin-right: 20px;
}
.voice dd p {
  font-size: 1.4rem;
  line-height: 1.65;
}

/* -------------------------------------------------- */
/* faq */

.faq {
  padding-top: 80px;
}
.faq .title {
  left: 4vw;
  transform: none;
}
.faq p {
  line-height: 1.65;
  margin-bottom: 30px;
  text-align: left;
}
.faq-content {
  border-radius: 0;
  margin-bottom: 30px;
}
.faq dl {
  border-bottom: 0;
}
.faq dl dt,
.faq dl dd {
  line-height: 1.65;
  padding: 12px 8vw 12px 4vw;
}
.faq dl dt {
  background-position: center right 4vw;
}
.faq dd {
  border-bottom: 1px solid #ccc;
}
.faq dl dt span,
.faq dl dd span {
  font-size: 1.3rem;
  height: 28px;
  margin-right: 4vw;
  min-width: 28px;
  width: 28px;
}

/* -------------------------------------------------- */
/* footer */

#footer {
  min-width: initial;
  padding: 40px 0 120px;
}
.footer-logo {
  border: 0;
  order: 2;
  padding: 0;
  width: 100%;
}
.footer-logo a img {
  width: 50vw;
}
.footer-logo p:nth-of-type(2) {
  margin-bottom: 10px;
}
.footer-nav {
  align-items: flex-start;
  flex-wrap: wrap;
  order: 1;
  padding: 0;
}
.footer-nav ul {
  width: 50%;
}
.footer-nav > ul:last-of-type {
  margin: 0;
  width: 50%;
}
.footer-nav ul li {
  line-height: 2;
}
.footer-nav ul ul {
  margin-bottom: 15px;
  width: 100%;
}
.footer-contact {
  display: none;
}
.footer-small {
  display: none;
}
.footer-cta,
.footer-cta.show {
  align-items: stretch;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  justify-content: stretch;
  position: fixed;
  transition: none;
  width: 100vw;
}
.footer-cta-head {
  align-items: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: flex-start;
  padding: 8px 8px 4px;
  position: relative;
  width: 100%;
}
.footer-cta-head::after {
  background: transparent url(../images/footer-cta-bg.webp) no-repeat 0 0 / 93px 82px;
  bottom: 0;
  content: '';
  display: block;
  height: 82px;
  position: absolute;
  right: 10px;
  width: 93px;
}
.footer-cta-head img {
  margin: 0 10px;
  width: 16px;
}
.footer-cta-head p {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer-cta-net,
.footer-cta-line {
  display: block;
  width: 44vw;
}
.footer-cta-net a,
.footer-cta-line a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 12px;
  width: 100%;
}
.footer-cta-net {
  background: #fff700;
}
.footer-cta-net a img {
  margin-right: 10px;
  width: 40px;
}
.footer-cta-net a p {
  color: var(--main-color2);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
}
.footer-cta-line {
  background: var(--line-color);
}
.footer-cta-line a img {
  margin-right: 10px;
  width: 40px;
}
.footer-cta-line a p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
}
.footer-cta-totop {
  width: 12vw;
}
.footer-cta-totop button {
  align-items: center;
  background: var(--text-color2);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.footer-cta-totop button img {
  margin-bottom: 5px;
  width: 21px;
}
.footer-cta-totop button p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.15;
}

}
