@charset "UTF-8";

/*-----------------------------
base
-----------------------------*/
@font-face {
  font-family: "Noto Serif";
  font-weight: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifCJKjp-Medium.otf') format('otf'),
    url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2');
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1.6;
  overflow-x: hidden;
}

section {
  position: relative;
}

h1 {
  font-family: "Noto Serif";
  font-size: 4.8rem;
  letter-spacing: 0.5rem;
}

p {
  display: block;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

dd {
  margin: 0;
  padding: 0;
  -moz-margin-start: 0;
  -webkit-margin-start: 0;
}

a {
  text-decoration: none;
  display: block;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

input[type="text"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-sizing: border-box;
  border: 0;
}

/*-----------------------------
layout
-----------------------------*/
.l-main {
  width: 1080px;
  margin: 0 auto;
}

.l-main a img {
  margin: auto;
}

.l-sub {
  width: 1000px;
  margin: 0 auto;
}

.for-pc {
  display: block;
}

.for-pc-inline {
  display: inline;
}

.for-sp {
  display: none;
}

/*-----------------------------
module
-----------------------------*/
[class*="catchcopy"] {
  margin: 5rem auto 6rem;
}

.mat10 {
  margin-top: 10px;
}
.mat20 {
  margin-top: 20px;
}
.mat30 {
  margin-top: 30px;
}
.mat40 {
  margin-top: 40px;
}
.mat50 {
  margin-top: 50px;
}

.tac {
  text-align: center;
}

.tac-web {
  text-align: center;
  margin-top: 30px;
}

.tac-copy {
  margin: 10px 0;
  text-align: center;
  font-size: 2rem;
}

.tac-catchcopy,
.tao-catchcopy {
  font-size: 2rem;
}

.tac-catchcopy {
  text-align: center;
  line-height: 1.8;
}

.tal-catchcopy {
  text-align: left;
}

.btn {
  width: 400px;
  margin: 3rem auto;
  text-align: center;
}

.btn img {
  width: 100%;
  height: auto;
}

.title {
  position: relative;
  margin: 0 auto 4rem;
  color: #fff;
  font-family: "Noto Serif";
  text-align: center;
  background: #413026;
  box-sizing: border-box;
  border-radius: 5px;
}

.title.large {
  margin: 3rem 0 5rem;
  padding: 1rem 0 0.5rem;
  font-size: 4.6rem;
  background: #5a483d;
}

.large::after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 60px;
  height: 40px;
  margin-left: -40px;
  box-sizing: border-box;
  border-top: 35px solid #5a483c;
  border-right: 35px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 25px solid transparent;
  transform: skewX(-50deg);
  content: '';
}

.title.medium {
  font-size: 2.6rem;
  padding: 0.5rem 0;
}

.title.line-white {
  position: relative;
  border: 1px solid #fff;
}

.title.line-brown {
  color: #5a483c;
  background: #fff;
  border: 1px solid #5a483c;
}

.large .point {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 200px;
  height: 50px;
  margin-left: -100px;
  color: #5a483c;
  font-family: "Noto Serif";
  font-size: 2.6rem;
  line-height: 42px;
  background: #fff;
  box-sizing: border-box;
  border: 3px solid #5a483c;
  border-radius: 50px;
}

.title .fcy {
  color: #ffd800;
  font-size: 2.2rem;
}

.breadcrumb {
  height: 50px;
  background-color: #3c2c22;
}

.breadcrumb::after {
  display: table;
  clear: both;
  content: "";
}

.breadcrumb > li {
  float: left;
  width: 160px;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: .7;
}

.breadcrumb > li:last-child {
  width: auto;
  padding: 0 2rem;
}

.breadcrumb > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5a4233;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.breadcrumb > li a::after {
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 50px;
  box-sizing: border-box;
  border-top: 25px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #5a4233;
  content: "";
}

.column::after {
  display: block;
  clear: both;
  content: "";
}

.column > li {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.column > li {
  margin-right: 2rem;
}

.column > li:last-child {
  margin-right: 0;
}

.cta .l-sub dl dd .column > li img {
  width: 100%;
  height: auto;
}

.main-visual {
  position: relative;
  width: 100vw;
  height: 0;
  padding-top: 41.6%;
  background: url('../images/visual/top-visual.jpg') no-repeat;
  background-size: contain;
}

.main-visual > .l-sub {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  transform: translate(-50%);
}

.main-visual h1 span {
  font-size: 5.7rem;
}

.main-visual p {
  font-family: "Noto Serif";
  font-size: 3rem;
  text-align: left;
}

.main-visual-last-text {
  margin-top: 50px;
}

.navigation {
  padding: 3rem 0;
  font-family: "Noto Serif";
}

.free-dial {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-web {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-dial li:first-child {
  margin-right: 5rem;
  color: #fff;
  font-size: 3.2rem;
}

.web_application {
  margin: 45px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.page-nav.column li {
  width: 239px;
  height: 70px;
  margin-right: 1.35rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}

.page-nav.column > li:last-child {
  margin-right: 0;
}

.page-nav.column > li a {
  position: relative;
  display: block;
  padding: 1.2rem 0 1.2rem 8rem;
  font-family: "Noto Serif";
  color: #353a60;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.page-nav.column > li:nth-child(2) a,
.page-nav.column > li:last-child a {
  padding: 2.3rem 0 2.3rem 8rem;
}

.page-nav.column > li a::after {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 50px;
  height: 50px;
  content: "";
}

.page-nav.column > li:first-child a::after {
  background: url('../images/icon/i-subnav01.png') no-repeat;
}

.page-nav.column > li:nth-child(2) a::after {
  top: 18px;
  background: url('../images/icon/i-subnav02.png') no-repeat;
}

.page-nav.column > li:nth-child(3) a::after {
  top: 20px;
  background: url('../images/icon/i-subnav03.png') no-repeat;
}

.page-nav.column > li:nth-child(4) a::after {
  background: url('../images/icon/i-subnav04.png') no-repeat;
}

.page-nav.column > li:last-child a::after {
  top: 20px;
  background: url('../images/icon/i-subnav05.png') no-repeat;
}

.choice {
  padding: 3.6rem 0 3.3rem;
}

.choice .title {
  width: 681px;
  background-color: #fff;
  color: #353a60;
  font-size: 3.5rem;
  font-weight: bold;
}

.choice .column > li {
  width: 312px;
  height: 312px;
  margin-right: 7.2rem;
  background-color: #353a60;
  border-radius: 50%;
}

.choice .column > li:last-child {
  margin-right: 0;
}

.choice dl {
  width: 260px;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif";
  text-align: center;
}

.choice dt {
  width: 225px;
  margin: 25px auto 0;
  font-size: 2rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.choice dt > span {
  display: block;
  font-size: 4.2rem;
}

.choice dd {
  font-size: 2.4rem;
  margin-top: 25px;
}

.choice .column > li:first-child dd {
  margin-top: 15px;
}

.choice-text-xs {
  font-size: 2.4rem;
}
.choice-text-s {
  font-size: 2.8rem;
}
.choice-text-m {
  font-size: 3.2rem;
}
.choice-text-l {
  font-size: 3.8rem;
}

.free-valuation {
  margin: 3rem auto 4rem;
}

.free-valuation li {
  width: 340px;
}

.free-valuation li:first-child {
  margin-right: 2.6rem;
}

.free-valuation li p {
  font-size: 2rem;
  font-family: "Noto Serif";
  text-align: center;
  font-weight: bold;
}

.free-valuation .column {
  width: 66%;
  margin: 0 auto;
}

.target ul {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}

.target ul::after {
  display: table;
  clear: both;
  content: '';
}

.target li {
  float: left;
  width: 240px;
  margin-right: 1.2rem;
}

.target li:last-child {
  margin-right: 0;
}

.target li img {
  width: 100%;
  height: auto;
}

.achievement .title {
  position: relative;
}

.achievement .title:before {
  position: absolute;
  top: 11px;
  left: 32%;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/icon/i-title01.png) no-repeat;
}

.achievement .column > li {
  width: 235px;
  margin: 0 2rem 5rem 0;
}

.achievement .column > li:nth-child(4n) {
  margin-right: 0;
}

.achievement dt img {
  width: 100%;
  height: auto;
}

.achievement dd {
  margin: 2rem 0;
  font-size: 2.2rem;
  font-weight: bold;
}

.achievement .reference {
  padding-top: 2rem;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}

.achievement .reference-title {
  font-size: 2rem;
}

.achievement .reference-price {
  font-size: 3rem;
  color: #be1616;
  font-weight: bold;
}

.achievement .reference-rank {
  margin: 0.5rem 0;
  font-size: 2rem;
}

.achievement .reference-description {
  font-size: 2.3rem;
  font-weight: 400;
}

.reason .l-main {
  margin-top: 105px;
}

.reason-section  {
  margin-bottom: 100px;
}

.reason .title.large {
  margin-top: 5rem;
}

.reason .sub-title {
  margin: 5rem auto;
  color: #5a483d;
  font-family: "Noto Serif";
  font-size: 2.9rem;
  text-align: center;
  font-weight: bold;
}

.reason .sub-title .l-char {
  font-size: 5.6rem;
}

.reason .sub-title .m-char {
  font-size: 3.2rem;
}

.reason p {
  width: 75%;
  font-size: 2rem;
}

.reason p.title {
  width: 100%;
  text-align: center;
}

.reason ul {
  display: flex;
}

.reason .reason-list-column2 {
  flex-wrap: wrap;
}

.reason li {
  width: 100%;
}

.reason .reason-list-column2 li {
  width: 50%;
  margin-top: 10px;
}

.reason .points {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.reason dt {
  margin: 2rem 0;
  color: #353a60;
  font-size: 2rem;
  font-family: "Noto Sans Japanese";
  font-weight: 600;
}

.reason dd {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
}

.reason .btn {
  margin: 4rem auto 14rem;
}

.trip-purchase {
  padding: 3rem 0;
  background: #5a493d;
}

.trip-purchase .title:before {
  position: absolute;
  top: 11px;
  left: 37%;
  width: 31px;
  height: 31px;
  content: "";
  background: url(../images/icon/i-title05.png) no-repeat;
}

.trip-purchase li:last-child {
  margin-left: 5rem;
}

.trip-purchase dl {
  height: 300px;
  padding: 6rem 0;
  color: #fff;
}

.trip-purchase dt {
  margin: 0 0 4rem 0;
  font-size: 2rem;
}

.assurance {
  margin: 4rem 0 10rem;
}

.assurance .sub-catchcopy {
  width: 75%;
  margin: 5rem auto 6rem;
}

.assurance .title {
  position: relative;
}

.assurance .title.line-brown:before {
  position: absolute;
  top: 12px;
  left: 33%;
  width: 33px;
  height: 33px;
  content: "";
  background: url(../images/icon/i-title02.png) no-repeat;
}

.voc {
  padding: 4.5rem 0 0;
  margin-bottom: 50px;
  background: #f0f0f0;
}

.swiper {
  position: relative;
  width: 1080px;
  height: 400px;
  margin: 0 auto 4rem;
}

.swiper-container {
  width: 1000px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10000;
  width: 50px;
  height: 50px;
  margin-top: -80px;
  background: #353961;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 13px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.swiper-button-prev::after {
  left: 17px;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  right: 17px;
  transform: rotate(45deg);
}

.swiper-pagination {
  bottom: 10%;
  left: 50%;
  transform: translate(0, -30%);
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 0.5rem;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #6f6f6f;
}

.swiper-pagination-bullet-active {
  background: #353961;
}

.swiper-slide {
  height: 300px;
  padding: 2.5rem;
  color: #fff;
  background: #867c65;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

@media screen and (max-width:668px) {
  .swiper-slide {
    width: 80% !important;
    border-radius: 10px;
  }
}


.voice .title {
  margin: 0 auto 1.8rem;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 2rem;
  font-family: "Noto Sans Japanease";
  font-weight: 600;
  border-radius: 10px;
}

.voice .voice-comment {
  font-size: 1.4rem;
}

.introduction {
  position: relative;
  width: 900px;
  margin: 5rem auto 3rem;
  padding: 5rem 6rem;
  background: #f6f6f6;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.introduction::after {
  display: table;
  clear: both;
  content: "";
}

.introduction .area-name {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  width: 200px;
  height: 40px;
  margin-left: -100px;
  color: #fff;
  font-family: "Noto Serif";
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  background: #58463b;
  box-sizing: border-box;
  border-radius: 5px;
}

.introduction .area-name::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  box-sizing: border-box;
  border-top: 10px solid #58463b;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}

.introduction ul::after {
  display: table;
  clear: both;
  content: "";
}

.introduction li {
  float: left;
  width: 380px;
  height: 280px;
  box-sizing: border-box;
}

.introduction li:first-child {
  border-right: 1px solid #d5d5d5;
}

.introduction li:last-child {
  margin-left: 1rem;
}

.buyer .tal-catchcopy {
  width: 75%;
}

.introduction .buyer::after {
  display: table;
  clear: both;
  content: "";
}

.introduction .buyer img {
  float: left;
}

.introduction .buyer-name,
.introduction .buyer-products {
  margin: 1rem 0 0 15rem;
}

.introduction .buyer-name p,
.introduction .buyer-products p {
  font-size: 1.6rem;
  text-align: left;
}

.introduction .buyer-name p {
  color: #3a2a20;
  font-size: 2.3rem;
}

.introduction .buyer-name span,
.introduction .buyer-products span {
  display: inline-block;
  width: 70px;
  padding: 0.2rem 0.3rem;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #3a2a20;
  border-radius: 5px;
}

.introduction .buyer-name span {
  margin-right: 2rem;
}

.introduction p.buyer-comment {
  width: 90%;
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  text-align: left;
}

.attention {
  width: 80%;
  margin: 6rem auto 8rem;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background: #867c65;
  box-sizing: border-box;
  border-radius: 6px;
}

.faq {
  padding: 3rem 0;
}

.faq .title {
  position: relative;
}

.faq-list {
  font-family: "Noto Sans Japanese";
}

.faq-list-item {
  margin-top: 20px;
}

.faq-list-title {
  position: relative;
  color: #333333;
  border-bottom: 1px solid #353961;
  padding: 20px 50px 20px 85px;
  font-weight: 500;
}

.faq-list-title::before {
  position: absolute;
  content: "Q";
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 25px;
}

.faq-list-body {
  position: relative;
  background: #f0f0f0;
  padding: 20px 50px 20px 85px;
  font-weight: 700;
  color: #353961;
  min-height: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.faq-list-body::before {
  position: absolute;
  content: "A";
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 25px;
}

.flow {
  margin: 4rem 0;
}

.flow .title {
  position: relative;
}

.flow .tal-catchcopy {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: 1.8;
  font-weight: bold;
}

.flow .title:before {
  position: absolute;
  top: 14px;
  left: 36%;
  width: 43px;
  height: 38px;
  content: "";
  background: url(../images/icon/i-title04.png) no-repeat;
}

.flow .inner p {
  width: 70%;
}

.flow .column {
  margin: 3rem 0;
}

.flow .column li {
  position: relative;
  float: left;
  width: 310px;
  height: 310px;
  margin-right: 3.5rem;
  background: #5b493d;
  box-sizing: border-box;
  border-radius: 5px;
}

.flow .column li:nth-child(2) {
  background: #524136;
}

.flow .column li:last-child {
  margin-right: 0;
  background: #403026;
}

.flow .column li::before {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  content: "";
}

.flow .column li:first-child::before {
  top: 24px;
  width: 61px;
  height: 92px;
  margin-left: -26px;
  background: url('../images/icon/i-flow01.png') no-repeat center;
}

.flow .column li:nth-child(2)::before {
  top: 20px;
  width: 80px;
  height: 93px;
  margin-left: -40px;
  background: url('../images/icon/i-flow02.png') no-repeat center;
}

.flow .column li:last-child::before {
  top: 34px;
  width: 92px;
  height: 64px;
  margin-left: -50px;
  background: url('../images/icon/i-flow03.png') no-repeat center;
}

.flow .column li::after {
  position: absolute;
  top: 110px;
  right: -20px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-top: 20px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
}

.flow .column li:first-child::after {
  border-left: 20px solid #5b493d;
}

.flow .column li:nth-child(2)::after {
  border-left: 20px solid #524136;
}

.flow .column li:last-child::after {
  content: none;
}

.flow dl {
  margin: 13rem auto 0;
  color: #fff;
}

.flow .column li .btn-internet {
  margin: 10px 10px 0;
  text-align: center;
}

.flow .column li .btn-internet img {
  width: 100%;
  height: auto;
}

.flow .column li dl {
  width: 82%;
}

.flow dt {
  margin: 0 0 1rem 0;
  font-family: "Noto Serif";
  font-size: 1.8rem;
}

.flow .btn {
  margin: 6rem auto 10rem;
  ;
}

.cta dl {
  margin: 0 0 5rem 0;
  box-sizing: border-box;
  border: 3px solid #3a2a1f;
  border-radius: 10px;
}

.cta dt {
  padding: 1.5rem;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  background: #3a2a1f;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cta dl {
  height: 270px;
}

.cta dl.style-tel {
  height: 400px;
}

.cta dt {
  width: 100%;
  font-family: "Noto Serif";
}

.cta dl.style-tel ul {
  padding: 0.7rem 0;
}

.cta dl.style-tel li:first-child {
  width: 430px;
  margin: 6rem 3rem 0 16rem;
}

.cta dl.style-tel li:first-child::after {
  position: absolute;
  top: 15px;
  left: -110px;
  width: 95px;
  height: 140px;
  background: url('../images/icon/i-cta01.png') no-repeat;
  content: '';
}

.cta dl.style-tel li:last-child {
  width: 360px;
}

.cta dl.style-tel span:first-child {
  font-size: 2.2rem;
}

.cta dl.style-tel span:last-child {
  font-size: 2.8rem;
}

.cta dl.style-tel p {
  color: #ce0000;
  font-size: 5rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  text-indent: 1.2rem;
}

.cta dl.style-takuhai ul {
  padding: 1rem 4rem;
}

.cta dl.style-takuhai li:first-child {
  margin-right: 12rem;
}

.cta dl.style-takuhai li:last-child {
  width: 400px;
  margin-top: 4rem;
}

.cta dl.style-web li:last-child {
  width: 400px;
}

.cta dl.style-takuhai p {
  padding-left: 4rem;
  color: #65544a;
  font-size: 5.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1;
}

.cta dl.style-takuhai p span:first-child {
  font-size: 3.4rem;
}

.cta dl.style-takuhai p span:last-child {
  font-size: 2.2rem;
}

.cta dl.style-takuhai span {
  color: #65544a;
  font-size: 2.2rem;
}

.cta dl.style-store ul {
  padding: 5rem 4rem;
}

.cta dl.style-store li:first-child {
  width: 474px;
  margin-right: 4rem;
}

.cta dl.style-store p {
  font-size: 1.6rem;
  text-align: left;
}

.target-list .attention {
  width: 50%;
  color: #000;
}

/*-----------------------------
state
-----------------------------*/

/*-----------------------------
theme
-----------------------------*/
.theme-bg_graybrown {
  background-color: #a69c96;
}

.theme-bg_grayyellow {
  background-color: #867c65;
}

.theme-bg_lightyellow {
  background-color: #f3edde;
}

.theme-bg_brown-1 {
  background-color: #5a483c;
}

.theme-bg_brown-2 {
  background-color: #403026;
}

.theme-bg_brown-3 {
  background-color: #413026;
}

.theme-bg_brown-4 {
  background-color: #48372d;
}

.theme-bg_brown-5 {
  background-color: #3e2d23;
}

.theme-bg_gray-1 {
  background-color: #707275;
}

.theme-bg_gray-2 {
  background-color: #e6e6e6;
}

.theme-bg_white-1 {
  background-color: #f0f0f0;
}

.theme-bg_white-2 {
  background-color: #f6f6f6;
}

.dormant {
  color: #fff !important;
  font-size: 1.7rem !important;
  font-weight: 100 !important;
  text-align: center !important;
  line-height: 4rem !important;
  text-indent: 0 !important;
}



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

  .for-pc-inline {
    display: none;
  }

  .for-sp {
    display: block;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  img {
    width: 100%;
    height: auto;
  }

  .btn {
    width: 100%;
    margin: 2rem 0 0;
  }

  .btn img {
    margin: 0 !important;
  }

  .l-main,
  .l-sub {
    width: 90%;
  }

  #index .navigation .l-sub {
    width: 97%;
  }

  .title {
    margin: 5rem 0 3rem;
    padding: 2rem 0;
    border-radius: 10px;
  }

  .title.line-white {
    margin: 0;
  }

  .title.large {
    padding: 2rem 0;
    font-size: 3.6rem;
    line-height: 1.4;
  }

  .title .fcy {
    font-size: 1.8rem;
  }

  .free-dial,
  #index .free-valuation {
    display: block;
    margin-bottom: -40px;
  }

  .free-valuation .column {
    width: 100%;
  }

  .breadcrumb > li {
    width: 120px;
  }

  .breadcrumb > li:last-child {
    padding-left: 2rem;
  }

  .column > li {
    float: none;
    width: 100%;
    margin-bottom: 3rem;
  }

  .cta .l-sub dl dd .column > li {
    width: 100%;
  }

  .main-visual {
    padding-top: 95%;
    background: url('../images/visual/sp-top-visual.jpg') no-repeat;
    background-size: cover;
  }

  .main-visual > .l-sub {
    width: 90%;
    /*
		transform: translate(-50%, 60%);
*/
    margin-top: 35%;
  }

  .main-visual h1 span {
    font-size: 3rem;
  }

  .main-visual p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .tac-copy {
    font-size: 1.6rem;
    margin: 20px 0;
    letter-spacing: -0.07rem;
  }

  .tac-catchcopy {
    margin: 20px 0 25px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }

  .tac-sp {
    text-align: center;
  }
  
  .tac-satei li:last-child {
    padding-bottom: 40px; 
  }


  .navigation {
    padding: 1rem 0 0.5rem;
  }

  .page-nav.column > li {
    height: 60px;
  }

  .page-nav.column > li {
    width: 32%;
    margin-right: 7px;
    margin-bottom: 6px;
    float: left;
  }

  .page-nav.column > li a {
    padding: 1.2rem 0 1.2rem 36px !important;
    font-size: 1.4rem;
  }

  .page-nav.column > li:nth-child(3) a {
    padding: 1rem 0 2rem 33px !important;
  }

  .page-nav.column > li:last-child a {
    padding: 2rem 0 2rem 33px !important;
  }

  .page-nav.column > li a::after {
    top: 19px;
    left: 7px;
  }

  .page-nav.column > li:nth-child(3) a::after {
    top: 17px;
  }

  .page-nav.column > li:nth-child(3) {
    margin-right: 0;
  }

  .page-nav.column > li a::after {
    width: 25px;
    height: 25px;
  }

  .page-nav.column > li:first-child a::after,
  .page-nav.column > li:nth-child(2) a::after,
  .page-nav.column > li:nth-child(3) a::after,
  .page-nav.column > li:nth-child(4) a::after,
  .page-nav.column > li:last-child a::after {
    background-size: cover;
  }

  .choice {
    padding: 0;
  }

  .choice .title {
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 1rem 2rem;
    font-size: 2.6rem;
    border-radius: 0;
  }

  .choice .title::after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    box-sizing: border-box;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
    content: "";
  }

  .choice .column > li,
  .choice .column > li:last-child {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
  }

  .choice dl {
    width: 100%;
    padding: 1rem 0;
    text-align: left;
    border-bottom: 1px solid #dcd9d6;
    display: flex;
    align-items: center;
  }

  .choice dl::after {
    display: table;
    clear: both;
    content: "";
  }

  .choice dt {
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 0;
    padding: 1.4rem 1rem 1rem;
    background-color: #353a60;
    text-align: center;
    line-height: 1.4;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 1.4rem;
  }

  .choice dd {
    padding: 0.5rem 0;
    margin-top: 0 !important;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .choice dt > span {
    font-size: 2.5rem;
    line-height: 1;
  }

  .choice-text-xs {
    font-size: 1.4rem;
  }
  .choice-text-s {
    font-size: 2.4rem;
  }
  .choice-text-m {
    font-size: 2rem;
  }
  .choice-text-l {
    font-size: 2.4rem;
  }

  .choice-text-xs-sp {
    font-size: 1.4rem;
  }

  .target .column > li {
    float: left;
    width: 47%;
    margin-right: 2rem;
  }

  .target .column > li:nth-child(2n) {
    margin-right: 0;
  }

  .achievement .column > li {
    float: left;
    width: 47%;
    margin-bottom: 5rem;
  }

  .achievement .title {
    padding-left: 20px;
    font-size: 2.4rem;
  }

  .achievement .title:before {
    top: 9px;
    left: 10px;
  }

  .achievement .column > li:nth-child(2n) {
    margin-right: 0;
  }

  .achievement dd {
    margin: 0.5rem 0 1rem;
    font-size: 1.4rem;
  }

  .achievement .reference-title {
    font-size: 1.6rem;
  }

  .achievement .reference-price {
    font-size: 2.5rem;
  }

  .achievement .reference-rank {
    font-size: 1.5rem;
  }

  .achievement .reference-description {
    font-size: 1.6rem;
  }

  .achievement .product {
    height: auto !important;
  }

  .reason .sub-title {
    width: 100%;
    margin: 5rem 0 6rem;
    font-size: 2.5rem;
    line-height: 1;
  }

  .reason p {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .reason p.title {
    line-height: 1.4;
    padding: 1rem 0;
  }

  .reason ul {
    flex-wrap: wrap;
    margin: -20px -10px;
  }

  .reason li {
    width: 50%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  
  .reason .reason-list-column2 li {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  .reason .reason-list-column2 .bt-modal-btn img {
    width: 160px;
    height: auto;
  }

  .reason .btn {
    margin: 4rem auto 8rem;
  }

  .reason dt {
    font-size: 1.5rem;
    margin: 1.3rem 0;
  }

  .reason dd {
    font-size: 1.4rem;
  }

  .reason ul:last-child > li:last-child dd:nth-child(3) {
    width: 80%;
    margin: 2rem auto;
  }

  .trip-purchase .title:before {
    top: 14px;
    left: 9%;
  }

  .trip-purchase li:last-child {
    margin-left: 0;
  }

  .trip-purchase dl {
    padding: 2rem 0 0;
    height: auto;
  }

  .trip-purchase dt {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .trip-purchase dd img {
    margin: 1rem 0 3rem;
  }

  .swiper {
    width: 100%;
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-pagination {
    width: 100%;
    transform: translate(-50%);
  }

  .buyer .tal-catchcopy {
    width: 100%;
  }

  .introduction {
    width: 100%;
    padding: 4rem 2rem 0;
  }

  .introduction li {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }

  .introduction li:first-child {
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .introduction li:last-child {
    margin-left: 0;
  }

  .introduction .area-name {
    border-radius: 10px;
  }

  .introduction .buyer img {
    width: 80px;
  }

  .introduction .buyer-name,
  .introduction .buyer-products {
    margin: 1rem 0 0 10rem;
  }

  .introduction p.buyer-comment {
    width: 100%;
    padding-bottom: 30px;
  }

  .attention {
    width: 100%;
    margin: 3rem auto 5rem;
  }

  .attention p {
    font-size: 1.7rem;
    text-align: left;
  }

  .flow .column li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .flow .column li::before {
    width: 50px;
    height: 50px;
    left: 50px;
    margin-left: 0;
  }

  .flow .column li:first-child::before {
    top: 22px;
    width: 60px;
    height: 70px;
    background-size: contain;
  }

  .flow .column li:nth-child(2)::before {
    top: 20px;
    width: 60px;
    height: 70px;
    margin-left: -34px;
    background-size: contain;
  }

  .flow .column li:last-child {
    margin-bottom: 0;
  }

  .flow .column li:last-child::before {
    top: 29px;
    width: 70px;
    height: 60px;
    margin-left: -38px;
    background-size: contain;
  }

  .flow .column li::after {
    right: 50%;
    margin-right: -20px;
    border-top: 20px solid #403026;
    border-right: 20px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 20px solid transparent;
  }

  .flow .column li:first-child::after {
    top: 182px;
    border-top: 20px solid #5b493d;
    border-left: 20px solid transparent;
  }

  .flow .column li:nth-child(2)::after {
    border-top: 20px solid #524136;
    border-left: 20px solid transparent;
  }

  .flow dl {
    margin: 2rem 0 2rem 11rem;
  }

  .flow .column li dl {
    width: auto;
  }

  .flow .column li:last-child dl {
    width: 63%;
  }

  .flow dt {
    font-size: 1.6rem;
  }

  .flow dd {
    font-size: 1.2rem;
  }

  .cta dl {
    height: auto;
  }

  .cta dl.style-tel {
    height: 570px;
  }

  .cta dt {
    font-size: 2.5rem;
  }

  .cta .l-sub dl.style-tel dd .column > li:first-child,
  .cta .l-sub dl.style-tel dd .column > li:last-child,
  .cta dl.style-tel li:first-child,
  .cta dl.style-tel li:last-child {
    width: 90%;
    margin: 1rem auto;
  }

  .cta dl.style-tel li:first-child::after {
    content: none;
  }

  .cta dl.style-takuhai ul {
    width: 90%;
    margin: 2rem auto;
    padding: 0;
  }

  .cta dl.style-takuhai p {
    padding: 0;
    font-size: 3rem;
    text-align: center;
  }

  .cta dl.style-takuhai p span:first-child {
    font-size: 2rem;
  }

  .cta dl.style-takuhai p span:last-child {
    font-size: 1.8rem;
  }

  .cta dl.style-store ul {
    width: 90%;
    margin: 1rem auto;
    padding: 0;
  }

  .cta dl.style-store li:first-child {
    width: 100%;
    margin: 0 0 1rem;
  }

  .assurance .title {
    padding: 1rem 0;
  }

  .assurance .sub-catchcopy {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
  }

  .assurance .title.line-brown {
    font-size: 2.3rem;
    padding-left: 15px;
  }

  .assurance .title.line-brown:before {
    top: 15px;
    left: 7%;
  }

  .faq .l-sub {
    margin-bottom: 30px;
  }

  .faq .title:before {
    top: 14px;
    left: 8%;
  }

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

  .faq-list-title {
    padding: 15px 20px 15px 50px;
  }

  .faq-list-title::before {
    left: 20px;
    top: 7px;
    align-items: flex-start;
  }

  .faq-list-body {
    padding: 15px 20px 15px 50px;
  }

  .faq-list-body::before {
    left: 20px;
    align-items: flex-start;
    top: 7px;
  }

  .flow .tal-catchcopy {
    font-size: 1.6rem;
  }

  .flow .title:before {
    top: 8px;
    left: 8%;
  }

  .foot-nav .column > li {
    margin-bottom: 0;
  }

  .voc {
    padding: 15px 0 0;
  }

  .target-list .attention {
    width: 90%;
  }

  .mark .column > li {
    width: 44%;
  }

  [class*="catchcopy"] {
    margin: 2rem auto 3rem;
  }

  .free-dial li:first-child {
    font-size: 2.1rem;
    margin-bottom: 18px;
  }

  .free-web {
    margin-bottom: -40px;
  }

  .web_application_sp .web_application {
    width: 90%;
    margin: 25px auto;
  }
  
  
  

}



/* SP固定フッター */
.fixed_menu_base {
  display: none;
}

@media screen and (max-width: 667px) {
  .fixed_menu_base {
    background: #5a483c;
    display: block;
    height: auto;
    padding: 10px 0 5px;
    position: fixed;
    bottom: 0;
    width: auto;
    width: 100%;
    text-align: center;
    z-index: 15000;
  }

  .fixed_menu_base .click_bnr {
    width: 100%;
    height: auto;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixed_menu_base .click_bnr img {
    height: 60px;
    margin-right: 5px;
    width: auto !important;
  }

  .fixed_menu_base .topBtn {
    border-radius: 5px;
    background: #0806;
    width: 50px;
    height: 50px;
    display: inline-block;
  }

  .points > img {
    width: 80px;
    height: auto;
  }

  .reason .points > img {
    margin-right: 0;
  }

  .dormant {
    line-height: 3rem !important;
    padding-top: 10px;
  }

  .target ul {
    display: block;
    margin: 4rem 0;
  }
  
  

}
.modified {
  margin: -30px 0 30px;
  text-align: center;
}

.bnr-area {
  text-align: center;
}

.bnr-area a {
  display: inline-block;
  margin-bottom: 3rem;
}

.bnr-area img.for-sp {
  width: 100%;
}

.bnr-area img.for-sp {
  width: 90%;
  margin: 0 auto;
}

.first-btn {
  margin-bottom: 1.5rem;
}

.first-btn .bnr-area a {
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (max-width:768px) and (min-width: 0px) {
.first-btn {
  margin-bottom: 1.5rem;
}

.first-btn .bnr-area a {
  display: inline-block;
  margin-bottom: -2rem;
}

}










.flow-step {
  font-family: "Noto Serif";
  padding: 0 40px;
}

.flow-step-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 40px 30px 50px;
}

.flow-step-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 105px;
  top: 0;
  background: #353a60;
}

.flow-step-item:first-of-type {
  padding: 40px 50px;
  align-items: flex-start;
}
.flow-step-item:first-of-type::before {
  top: 95px;
  height: calc(100% - 95px);
}

.flow-step-item:last-of-type::before {
  bottom: 95px;
  height: calc(100% - 95px);
}

.flow-step-item:nth-of-type(odd) {
  background: #f0f0f0;
}

.flow-step-num {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  background: #353a60;
  color: #fff;
  line-height: 1;
}

.flow-step-num-text {
  font-size: 2rem;
}

.flow-step-item-body {
  text-align: center;
  flex: 1;
}

.flow-step-title {
  font-family: "Noto Sans Japanese";
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #353a60;
  margin-bottom: 5px;
}

.flow-step-text {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  font-weight: 500;
}

.flow-step-item-thumb-img {
  width: 260px;
  height: auto;
}

@media screen and (max-width:768px) and (min-width: 0px) {
  .flow-step {
    padding: 0;
  }
  
  .flow-step-item {
    display: block;
    padding: 50px 20px;
    margin: 0 -20px;
  }
  
  .flow-step-item::before {
    display: none;
  }
  
  .flow-step-item:first-of-type {
    padding: 50px 20px;
  }

  .flow-step-num {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    line-height: 1.2;
  }
  
  .flow-step-num-text {
    font-size: 1.4rem;
  }

  .flow-step-item-thumb {
    width: 260px;
    margin: 25px auto 0;
  }

  .flow-step-item-thumb-img {
    width: 100%;
    height: auto;
  }

}





.cv-area {
  text-align: center;
  margin: 50px 0 100px;
}

.cv-area-section + .cv-area-section {
  margin-top: 30px;
}

.cv-area-title {
  font-family: "Noto Sans Japanese";
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #353a60;
  margin-bottom: 5px;
}

.cv-area-text {
  font-family: "Noto Sans Japanese";
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

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

.bt-modal-btn {
  padding: 0;
}

.bt-modal-wrap {
  position: relative;
  padding: 50px;
  text-align: center;
}

.bt-modal-inner {
  width: 640px;
  margin: auto;
}

.bt-modal-title {
  margin: 1rem 0;
  color: #353a60;
  font-size: 2rem;
  font-family: "Noto Sans Japanese";
  font-weight: 600;
}

.bt-modal-text {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  text-align: left;
}

.bt-modal-close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 4rem;
}

.bt-modal-close-icon:hover {
  opacity: 0.7;
}

.bt-modal-close-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 1.6rem;
  margin: 40px auto 0;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  width: 440px;
}

.bt-modal-close-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #6E6E83;
	border-right: 1px solid #6E6E83;
	transform: rotate(45deg);
}

.bt-modal-close-btn:hover {
  opacity: 0.7;
}

.bt-modal .annotation {
  margin: 0 0 2.5rem;
}

.bt-modal .annotation dt {
  font-weight: bold;
}
.bt-modal .annotation dt,
.bt-modal .annotation dd {
  color: #333;
  font-size: 1.4rem;
}

.bt-modal .annotation dt {
  margin: 0;
}

@media screen and (max-width:768px) and (min-width: 0px) {
  .bt-modal-wrap {
    padding: 70px 20px 100px;
  }

  .bt-modal-inner {
    width: 100%;
  }

  .bt-modal-inner > img {
    width: 80px;
    height: auto;
  }

  .bt-modal-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .bt-modal-close-icon {
    right: 10px;
    top: 10px;
  }

}