@charset "utf-8";

img {
	max-width: 100%;
}

.wrap {
	background-color: #ffffff;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: auto;
	background-color: #ececec;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px;
	background-color: #fff;
}

header .logo {
    width: 180px;
    margin: 0 0 0 30px;
}

header .links{
	display: flex;
    gap: 10px;
}

header .links a {
	display: block;
	width: 150px;
}

.cta-button {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	margin: 20px auto;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}

.mv {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.mv img{
	width: 100%;
}

.bnr {
	text-align: center;
	padding: 40px;
	max-width: 750px;
    margin: 0 auto;
}

.bnr img{
	width: 50vw;
}

section {
	padding: 60px 0;
}

section .inner {
	max-width: 96%;
	margin: 0 auto;
}

section h2 {
	text-align: center;
	font-size: 30px;
	color: #000;
	margin: 0 0 30px;
	padding-bottom: 10px;
	font-weight: 700;
	position: relative;
}

section h2 span {
	font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 0 20px;
}

section h2 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* Set default width */
	height: 1px; /* Thickness of the line */
	background-color: #000; /* Color of the underline */
}

.intro {
	background: #f6f6f6;
}

.intro h2 span {
	line-height: 1.3em;
	padding: 0;
}

.intro h2 span::after {
	display: none;
}

.features {
	display: flex;
}

.features div {
	width: 50%;
	text-align: center;
	margin: 0 0 20px;
}

.features img {
	max-width: 100%;
	width: 80%;
}

.features p {
	margin-bottom: 10px;
	font-size: 18px;
}

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

.btn_sell img {
	max-width: 750px;
}

.addition{
	text-align: center;
    margin: 40px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.reasons {
	background: url('../img/bg_features.jpg') no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.reasons h2 span {
	color: #fff;
}

.reasons h2 span::after {
	background: #fff;
	width: 80%;
	left: 10%;
}

.reasons .reasons_explain {
	font-size: 16px;
	line-height: 1.4em;
}

.reasons figure {
	margin: 35px 0 50px;
}

.reasons .reasons_txt span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 10px 13px;
	background: #cb1c1e;
}

.cases p{
	width: auto;
    font-size: 24px;
    text-align: center;
	margin: 60px auto 30px;
    display: table;
    line-height: 36px;
}

.cases .case-study div {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
	border: none;
}

.case-box {
	width: 48%;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.case-box figure {
	width: 100%;
	margin-right: 10px;
}

.case-box div {
	width: 70%;
	text-align: left;
}

.case-box div h3 {
	font-size: 13px;
	padding: 5px 0 0;
}

.case-box div p {
	font-size: 10px;
	line-height: 1.4em;
}

.case-box dl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

.case-box dt {
	background: #cb1c1e;
	color: #fff;
	padding: 6px 13px;
	border-radius: 12px;
	font-size: 11px;
}

.case-box dt strong {
	font-size: 16px;
}

.case-box dd {
	position: relative;
	font-size: 10px;
}

/*.case-box dd:after {
	position: absolute;
	left: -22px;
	bottom: 2px;
	content: "";
	display: block;
	width: 17px;
	height: 11px;
	background: url('../img/ico_crown.png') no-repeat 50% 50%;
}*/

.case-box dd span {
	font-size: 15px;
}

.reviews {
	background: #f6f6f6;
}

.reviews .inner{
	max-width: 1020px;
}

.review-box {
	display: flex;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 20px;
	margin-bottom: 10px;
}

.review-box img {
	width: 25%;
	margin-right: 20px;
}

.review-box div {
	width: 70%;
}

.review-box div h3 {
	font-weight: normal;
}

.review-box div h3 span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 24px;
    padding: 5px 10px 10px;
}

.review-box div h3 strong {
	display: inline-block;
	margin: 0 0 0 14px;
	font-size: 24px;
}

.review-box div p {
	font-size: 20px;
	line-height: 1.4em;
}

.review-box div p strong {
	display: block;
	font-size: 24px;
	color: #cb1c1e;
	margin: 25px 0 20px;
	font-weight: 700;
}

.tab-buttons {
	display: flex;
	justify-content: center;
}

.tab-buttons button {
	font-family: "Noto Serif JP", serif;
	width: 50%;
	background: url('../img/ico_tab1.png') no-repeat 25% 50%;
	background-color: #d9d9d9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	border-bottom: 0 none;
}

.tab-buttons button:last-child {
	background: url('../img/ico_tab2.png') no-repeat 25% 50%;
	background-color: #d9d9d9;
	margin: 0 0 0 10px;
}

.tab-buttons button.active {
	background-color: #f6f6f6;
}

.tab-content {
	display: none;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	border-top: 0 none;
	padding: 20px;
}

.tab-content.active {
	display: block;
}

.opportunities {
	background: #f1f1f1;
}

.opportunities .features div {
	width: 55%;
	text-align: center;
	margin: 0 auto 10px;
}

.opportunities h2 span::after {
	width: 50%;
	left: 25%;
}

.opportunities p {
	font-size: 15px;
	line-height: 1.4em;
	margin: 30px 0 0;
	text-align: center;
}

.steps {
	text-align: center;
	background: #f1f1f1;
}

.steps h2 span::after {
	width: 50%;
	left: 25%;
}

.steps .steps_box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.steps .steps_box .step {
	margin: 0 20px 0 0;
}

.steps .steps_box .step:last-child {
	margin: 0;
}

.stores {
	background-color: #233b6c;
	margin: 0 0 50px;
}

.stores h2 span {
	color: #fff;
}

.stores h2 span::after {
	background: #fff;
	width: 70%;
	left: 15%;
}

.stores p{
	width: auto;
    font-size: 24px;
    text-align: center;
	margin: 60px auto 30px;
    display: table;
    line-height: 36px;
	color: #fff;
}

.store-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	max-width: 1020px;
    margin: 0 auto;
}

.store-item {
	width: 48.5%;
	border: 1px solid #333;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

.store-item > div {
	display: flex;
}

.store-item figure {
	width: 43%;
	margin-right: 10px;
}

.store-item > div > div {
	width: 57%;
}

.store-item h3 {
	font-size: 20px;
	margin: 0 0 10px;
}

.store-item dl dt span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #ff4500;
	padding: 5px 25px 7px;
	border-radius: 10px;
	vertical-align: top;
}

.store-item dl dd {
	font-size: 18px;
	margin: 5px 0 10px;
	line-height: 1.2em;
}


.faq {
	padding: 0;
}

.faq .inner {
    max-width: 960px;
}

.faq h2 {
	color: #000000;
}

.faq h2 strong {
	border-color: #000000;
}

.faq ul li {
	margin: 30px 0 0;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 10px;
	background: #fff;
	padding: 10px 20px 20px;
	border-radius: 20px;
	cursor: pointer;
}

.faq ul li dt {
	position: relative;
	padding: 0 50px;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 700;
}

.faq ul li dt:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	color: #000000;
}

.faq ul li dt:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	content: "＋";
	display: block;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}

.faq ul li dd {
	display: none;
	margin: 20px 0 0;
    padding: 20px 10px;
	border-top: 1px solid #ddd;
	font-size: 20px;
	line-height: 1.8em;
}

.faq ul li.active dd {
	display: block;
}

.faq ul li.active dt:after {
	content: "-";
	background: #727274;
}

.f_text {
	padding: 40px 0;
	font-size: 20px;
}

footer{
	position: relative;
    float: left;
    width: 100%;
    z-index: 12;
	background: #000;
	color: #fff;
    padding: 30px 0;
	margin: 0 0 155px;
}

footer section{
	padding: 0 0 10px;
}

.footer_bottom{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
	padding: 0;
}

footer ul{
	display: inline-flex;
}

footer a{
	color: #fff;
}

.pc{
	display: inline-block;
}

.sp{
	display: none;
}


#fixed-banner {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    text-align: center;
    backdrop-filter: blur(4px);
  }
  
  #fixed-banner img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	display: block;
  }

  @media (max-width: 768px) {
	#fixed-banner img {
	  max-width: 100%;
	}
	footer{
		margin: 0 0 95px;
	}
  }



@media (max-width: 679px) {

	.pc{
		display: none;
	}
	
	.sp{
		display: inline-block;
	}
  
  header .logo {
	width: 30vw;
	margin: 0 0 0.5vw 2vw;
  }

  header .links {
	  width: 60vw;
  }

  header .links a {
	  width: 25vw;
  }

  footer{
	font-size: 11px;
  }
  
  .bnr {
	  padding: 5%;
  }

  .bnr:last-child {
	padding: 10% 5%;
}

  .bnr img{
	width: 100%;
}
  
  section {
	  padding: 10% 0 6%;
  }
  section h2 {
	font-size: 5.5vw;
	margin: 0 0 7%;
	padding-bottom: 1vw;
	font-weight: 700;
  }

  section h2 span {
	padding: 0 5vw 2vw;
  }

  section.intro h2 span {
	padding: 0;
	border: 0 none;
	line-height: 1.4em;
  }

  .features {
	gap: 6vw;
	width: 100%;
  }

  .features div {
	text-align: center;
	margin-bottom: 3vw;
  }

  .features img {
	max-width: 100%;
	width: 100%;
  }

  .features p {
	font-size: 3.3vw;
  }

  .btn_sell {
	text-align: center;
	margin: 5vw 0;
  }

  .btn_sell img {
	max-width: 90%;
	margin: 0;
  }

  .addition{
	text-align: center;
    margin: 20px 0 40px;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 6vw;
}
  
  .reasons .reasons_explain {
	  font-size: 4vw;
  }
  
  .reasons figure {
	  margin: 10% 0;
  }
  
  .reasons .reasons_txt span {
	  font-size: 3.4vw;
	  padding: 2vw;
  }

  .cases p{
	font-size: 4vw;
    line-height: 30px;
  }

  .case-box {
	width: 100%;
	flex-direction: column;
	margin-bottom: 5vw;
  }

  .case-box figure {
	width: 100%;
	margin-right: 0;
  }

  .case-box div {
	width: 100%;
	text-align: left;
	margin: 0;
  }

  .case-box div h3 {
	font-size: 4.5vw;
	padding: 0;
	margin: 5% 0 3%;
  }

  .case-box div p {
	font-size: 4vw;
	line-height: 1.4em;
	margin: 5% 0;
  }

  .case-box dl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
  }

  .case-box dt {
	padding: 3vw 6vw;
	border-radius: 5vw;
	font-size: 4vw;
  }

  .case-box dt strong {
	font-size: 5vw;
  }

  .case-box dd {
	position: relative;
	font-size: 4vw;
	line-height: 1.4em;
  }

  /*.case-box dd:after {
	position: absolute;
	left: -7vw;
	bottom: 1vw;
	content: "";
	display: block;
	width: 5vw;
	height: 4vw;
	background: url('../img/ico_crown.png') no-repeat 50% 50%;
  }*/

  .case-box dd span {
	font-size: 4vw;
  }

  .opportunities .features div {
	width: 100%;
}

  .reviews {
	background: #f6f6f6;
  }

  .review-box {
	flex-direction: column;
	padding: 3%;
	margin-bottom: 5vw;
  }

  .review-box img {
	width: 40vw;
	margin: 0 auto;
  }

  .review-box div {
	width: 100%;
	margin: 5% 0 0;
  }

  .review-box div h3 {
	font-weight: normal;
	font-size: 4vw;
  }

  .review-box div h3 span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 4vw;
	padding: 2vw 4vw;
  }

  .review-box div h3 strong {
	display: inline-block;
	margin: 0 0 0 3vw;
	font-size: 3.5vw;
	font-weight: 700;
  }

  .review-box div p {
	font-size: 3.4vw;
	line-height: 1.4em;
  }

  .review-box div p strong {
	display: block;
	font-size: 4vw;
	color: #cb1c1e;
	margin: 5vw 0 4vw;
	font-weight: 700;
  }

  .tab-buttons button,
  .tab-buttons button:last-child {
	font-size: 4vw;
	background-size: 20%;
	background-position: 10% 50%;
	padding: 5vw 5vw 5vw 10vw;
  }
  
  .tab-content {
	  padding: 5%;
  }
  
  .tab-content p {
	  font-size: 4vw;
  }
  
  .opportunities p {
	  font-size: 3.7vw;
  }
  
  .steps .steps_box {
	  display: block;
  }
  .steps .steps_box .step {
	  margin: 0 auto 5%;
	  width: 60%;
  }
  .steps .steps_box .step:last-child {
	  margin: 0 auto;
  }

  .stores p{
	font-size: 4vw;
    line-height: 30px;
  }
  .store-list {
	  display: block;
  }
  .store-item {
	  width: 100%;
	  margin: 0 0 3%;
	  padding: 3%;
  }
  .store-item h3 {
	  font-size: 4vw;
	  margin: 0 0 3%;
  }
  .store-item figure {
	  margin-right: 2vw;
  }
  .store-item figure img {
	  width: 100%;
  }
  .store-item dl dt span {
	  font-size: 3.2vw;
	  padding: 1vw 5vw;
	  border-radius: 2vw;
  }
  .store-item dl dd {
	  font-size: 3vw;
	  margin: 1vw 0 2vw;
  }
  .faq .inner {
	padding: 0 10px;
  }
  .faq ul li dt {
    position: relative;
    padding: 0 0 0 6vw;
    font-size: 3.5vw;
    line-height: 1.8em;
    font-weight: 700;
  }
  .faq ul li dd {
    font-size: 16px;
	margin: 20px 0 0;
    padding: 20px 10px 0;
  }
}
