/*
Theme Name: 総合買取サロン｜TIMELESS
Author: Buysell Technologies
Author URI:
Version: 1.16
*/
/* ------------------------------------------------------------------------------------- */
/* Reset */
/* ------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
a {
  color: #293855;
  text-decoration: none;
}
b {
  font-weight: 600;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
input,
textarea,
select {
  font-family:
    "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP明朝B, serif;
}
strong {
  font-weight: 800;
}
main {
  display: block;
}
/* ------------------------------------------------------------------------------------- */
/* Base */
/* ------------------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
body {
  background-attachment: scroll;
  font-family:
    "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP明朝B, serif;
  font-size: 100%;
  color: #293855;
  line-height: 1.7;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
/* SP */
@media only screen and (max-width: 375px) {
  html {
    font-size: 4vw;
  }
}
/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1240px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container_kaitori {
  width: 100%;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.no-scroll {
  overflow: hidden;
}
/* Section
--------------------------------------------- */
.section {
}
.section_title {
  font-size: 2.5rem;
  margin-bottom: 70px;
  position: relative;
}
.section_title:after {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #293855;
  display: block;
  position: absolute;
  bottom: -25px;
}
.section_title.white {
  color: #fff;
}
.section_title.white:after {
  background-color: #fff;
}
/* SP */
@media only screen and (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section_title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
/* Image
--------------------------------------------- */
.img_responsive {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
/* List
--------------------------------------------- */
.list {
  margin-left: 20px;
  list-style-position: outside;
}
ul.list {
  list-style-type: disc;
}
ol.list {
  list-style-type: decimal;
}
/* Button
--------------------------------------------- */
.btn {
  border: 1px solid #293855;
  width: 100%;
  max-width: 300px;
  display: flex;
  text-align: center;
  background: #fff;
  margin-top: 50px;
}
.btn_text {
  width: 100%;
  height: 100%;
  color: #293855;
  z-index: 1;
  font-size: 0.9rem;
  padding: 15px 0;
  transition: 0.2s;
  position: relative;
}
.btn_text:hover {
  color: #fff;
  background-color: #293855;
}
/* SP */
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 300px;
    margin-top: 30px;
  }
  .btn_text {
    padding: 15px 0;
    font-size: 1rem;
  }
}
/* fade
--------------------------------------------- */
.js_fadein.js_scrollin {
  transform: translate(0, 0);
  transition: all 2s;
}
.fadein--up {
  transform: translate(0, 50px);
}
.fadein--right {
  transform: translate(100px, 0);
}
.fadein--left {
  transform: translate(-100px, 0);
}
/* PC */
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/* ------------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------------ */
.main {
  background-color: #fff;
}

/* ------------------------------------------------------------------------------------------
 Service
------------------------------------------------------------------------------------------ */
.service {
}
.service_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.service_list_item {
  width: 28%;
  position: relative;
  background-color: #f2f0ea;
  -moz-box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.35);
}
.service_item_link {
}
.service_item_image {
  overflow: hidden;
}
.service_item_image img {
  transition: all 0.35s ease-in-out;
}
.service_item_link:hover .service_item_image img {
  transform: scale(1.05);
}
.service_item_body {
  padding: 20px;
}
.service_item_title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.service_item_text {
  margin-top: 10px;
  line-height: 2;
  margin-bottom: 60px;
}
.service_item_text .more {
  font-weight: 600;
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: bold;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-color: #293855;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 4px 30px 4px 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
.service_item_text .more:hover {
  opacity: 0.7;
}
/* PC */
@media only screen and (min-width: 769px) {
  .service_list_item:nth-of-type(1) {
    transition-delay: 0.3s;
  }
  .service_list_item:nth-of-type(2) {
    transition-delay: 0.6s;
  }
  .service_list_item:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  .service_list_item:nth-of-type(4) {
    transition-delay: 1.2s;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .service_list_item {
    width: 100%;
    margin-top: 10px;
  }
}
/* FAQ
--------------------------------------------- */
.faq {
  background-color: #293855;
}
.faq_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq_container .faq_header {
  width: 30%;
}
.faq .section_title {
  color: #fff;
}
.faq .section_title:after {
  background-color: #fff;
}
.faq_desc {
  color: #fff;
}
.faq_container .faq_list {
  width: 65%;
}
.faq_list_item {
  margin-top: 20px;
  border: none;
  padding: 0;
}
.faq_list_item:first-child {
  margin-top: 0;
}
.faq_item_title {
  padding: 20px 50px 20px 50px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.faq_item_title:before {
  content: "Q.";
  font-size: 1.2em;
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  left: 22px;
  top: 17px;
}
.faq_item_data {
  display: none;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  margin-top: 1px;
}
.faq_item_data:before {
  content: "A.";
  font-size: 1.2rem;
  position: absolute;
  left: 22px;
  top: 17px;
}
.faq_item_title.js_accordion_trigger:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/lp/link_arrow_navy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
}
.faq_item_title.js_accordion_trigger.is_active:after {
  transform: rotate(-180deg);
}
/* PC */
@media only screen and (min-width: 769px) {
  .faq .section_title {
    text-align: left;
  }
  .faq .section_title:after {
    left: 0;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
  .faq_container .faq_header {
    width: 100%;
  }
  .faq_container .faq_list {
    width: 100%;
    margin-top: 50px;
  }
  .faq_desc {
    text-align: center;
  }
  .faq_list_item {
    margin-top: 10px;
  }
  .faq_item_title {
    padding: 20px 40px 20px 10%;
    position: relative;
  }
  .faq_item_title:before {
    left: 2%;
    top: 16px;
  }
  .faq_item_title.accordion-trigger:after {
    right: 15px;
  }
  .faq_item_data {
    padding: 20px 10px 20px 10%;
  }
  .faq_item_data:before {
    left: 2.5%;
    top: 16px;
  }
}
/* Contact
--------------------------------------------- */
.contact {
  background-image: url(../../assets/img/top/bg_top_mv.png);
}
.contact .section_title {
}
.contact .section_title:after {
}
.contact_desc {
  text-align: center;
}
.contact_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.contact_list-item {
  flex: 1;
  padding: 0 30px;
}
.contact_item_title {
  text-align: center;
}
.contact_item_btn {
  display: block;
  background-color: #293855;
  color: #fff;
  text-align: center;
  padding: 25px 60px 25px 25px;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  background-image: url(../../assets/img/lp/link_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
}
.contact_item_btn:hover {
  opacity: 0.7;
}
/* SP */
@media only screen and (max-width: 768px) {
  .contact_list {
    flex-flow: column;
  }
  .contact_desc {
    text-align: left;
  }
  .contact_list-item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .contact_item_btn {
    margin-top: 10px;
  }
}
