@charset "utf-8";

:root {
--black: #434343;
--white: #fff;
--line-gray: #bbb;
--border-gray:#D9D9D9;
--lgray: #F5F5F5;
--lblue: #EBF7FF;
--dblue: #0C62B9;
--demo-orange: #F6A728;
}

.overflow-x-clip {
overflow-x: clip;
}

/*------------------------------------
fv
--------------------------------------*/
.kv {
background: #abd7fe;
background:image-set(url("../images/kv_bg.webp") type("image/webp"),
url("../images/kv_bg.jpg") type("image/jpg")) center center no-repeat #abd7fe;
background-size:cover;
width: 100%;
height:  clamp(350px, 238px + 14.62vw, 400px);
overflow: hidden;
position: relative;
}

.kv-inner {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 100%;
gap: clamp(35px, 2.27vw + 10px, 60px);
margin: auto;
}

.kv-inner-contents {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: clamp(265px, 142px + 16.09vw, 320px);
gap: 15px;
}

figure.kv-img img {
width: clamp(400px, 63px + 43.86vw, 550px);
}

@media (max-width: 767.9px) {
.kv {
height: auto;
padding: 2rem 0;
}
.kv-inner {
flex-direction: column;
gap: 10px;
}
.kv-inner-contents {
order: 2;
width: min(68vw, 260px);
gap: 0;
}
.kv-inner-contents h2 img {
padding-inline: 10px;
}
figure.kv-img img {
width: min(83vw, 400px)
}
}

.cta-area {
width: min(100%, 320px);
margin:auto;
}

/*------------------------------------
text
--------------------------------------*/
h2.sub-title {
font-size: clamp(2.5rem, 2.164rem + 0.933vw, 3.2rem);
padding: clamp(3rem, 1.9rem + 2.9vw, 4rem) 0 clamp(2rem, .97rem + 2.9vw, 3rem);
}

h3.content-sub-title {
display: flex;
align-items: center;
justify-content:center;
text-align: center;
gap: clamp(8px, 2.24px + 1.6vw, 20px);
font-size: clamp(2rem, 1.8rem + 0.534vw, 2.4rem);
margin: 3rem auto 2.5rem;
}
h3.content-sub-title::before,
h3.content-sub-title::after {
content: "";
width: clamp(40px ,-4.32px + 11.2vw,120px);
height: 1px;
background: #a4a4a4;
}

h3.category-title {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: clamp(2rem, 1.8rem + 0.534vw, 2.4rem);
margin: clamp(3.5rem, 1.9rem + 4.4vw, 5rem) auto clamp(1.5rem, -.05rem + 4.4vw, 3rem);
}
h3.category-title span{
background: var(--dblue);
color: var(--white);
padding: 1rem 2.5rem;
border-radius: 50rem;
line-height: 1;
}


/*------------------------------------
contents
--------------------------------------*/
section.sec-py5 {
padding: clamp(1.8rem, .56rem + 3.5vw, 3rem) 0;
}
section.sec-py7 {
padding: clamp(1.8rem, .9rem + 5.86vw, 5rem) 0;
}
section.sec-pt5_pb10 {
padding: clamp(1.8rem, .56rem + 3.5vw, 3rem) 0 clamp(5rem, 1.9rem + 8.8vw, 8rem) ;
}
/*--- ３つのポイント ---*/
.demo-point-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp( 8px,-26.56px + 9.6vw, 80px);
max-width: 700px;
margin-inline: auto;
}
.demo-point-inner {
display: flex;
flex-direction: column;
align-items: center;
gap:15px;
}
.demo-point-circle {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: min(100%, 180px);
aspect-ratio: 1 / 1;
border-radius: 50%;
background: var(--lblue);
}
.demo-point-circle img {
width: min(65%, 115px);
}
.demo-point-text {
text-align: center;
font-weight: bolder;
color: var(--dblue);
}


/*--- 比較表 ---*/
.compare-table-wrap {
width: min(100%, 992px);
margin-inline: auto;
}
.compare-table {
table-layout: fixed;
}
.compare-table_label {
width: 133px;
}
.compare-table_none {
width: 3px;
}
.compare-table_content {
width: calc((100% - 136px) / 2);
}

@media (max-width: 575.9px) {
.compare-table_label {
width: 84px;
}
.compare-table_content {
width: calc((100% - 87px) / 2);
}
}

.compare-table thead th {
border:0;
}
.compare-table_head {
border-radius: 1.5rem 1.5rem 0 0;
color: var(--white);
font-size: clamp(1.6rem, 1.4rem + 0.53vw,  2rem);
background: var(--dblue);
border:0;
}
.compare-table_head.is-demo {
background: var(--demo-orange);
}

/* tbody */
.compare-table tbody th {
border: 1px solid var(--line-gray);
background: #f5f5f5;
text-align: left;
font-weight:normal;
}
.compare-table tbody td {
border-top: 1px solid var(--line-gray);
}
.compare-table tbody td:nth-of-type(odd) {
border-right: 1px solid var(--line-gray);
}
.compare-table tbody tr:last-of-type td {
border-bottom: 1px solid var(--line-gray);
}
@media (max-width: 575.9px) {
.compare-table tbody th,
.compare-table tbody td {
padding: 0.75rem 0.4rem;
}
}

/* mark */
.mark_cross {
position: relative;
display: inline-block;
width: 14px;
height: 14px;
vertical-align: middle;
}
.mark_cross::before,
.mark_cross::after {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 50%;
width: 14px;
height: 0.12rem;
background-color: var(--black);
}
.mark_cross::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.mark_cross::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.mark_circle {
display: inline-block;
width: 16px;
height: 16px;	
border:2px solid var(--dblue);
border-radius: 50%;
vertical-align: middle;
} 


/*--- ツール紹介 ---*/
.product-wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
gap: clamp(15px, -63.5965px + 10.2339vw, 50px);
background: var(--lgray);
padding: 4rem 2rem;
border-radius: 1.5rem;
margin: clamp( 2.5rem, .95rem + 4.4vw, 4rem) auto;
}
.product-img {
width:min(calc(50% - 30px), 390px);
}
.product-text {
width: calc(50% - 30px);
}

@media (max-width: 767.9px) {
.product-wrap {
padding: 2rem 1.5rem;
}
.product-text{
width: calc(100% - 30px);
}
.product-img {
width: min(calc(100% - 30px), 350px);
}
}

/*check mark*/
ul.list-b-check {
list-style: none;
}
ul.list-b-check li {
position: relative;
padding-left: clamp(28px, 22.24px + 1.6vw, 40px);
padding-bottom:0;
font-size: clamp(1.6rem, 1.5rem + 0.2667vw, 1.8rem);
font-weight: bolder;
margin-bottom: 1rem;
}
ul.list-b-check li:before {
position: absolute;
top: 50%;
left: 0;
display: block;
content: "";
width: clamp(20px, 18.08px + 0.5333vw, 24px);
height: clamp(20px, 18.08px + 0.5333vw, 24px);
background: url(../images/blue-checkmark.svg) center center no-repeat;
background-size: contain;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.qr-wrap {
padding: 1rem 1.5rem .5rem;
border-radius: 1.5rem;
background: var(--white);
text-align: center;
max-width: 440px;
margin:.5rem auto;
}

.qr-list {
list-style: none;
display: flex;
flex-direction: row;
justify-content: center;
gap: clamp(15px, -63.5965px + 10.2339vw, 50px);
margin-bottom:0;
}
@media (max-width: 767.9px) {
.qr-list {
gap: clamp(15px, -15.9582px + 8.5995vw, 50px);
}
}
.qr-list li {
display: flex;
flex-direction: column;
width: min(48%,115px);
}


/*--- やり方 ---*/
.step-no span {
display: inline-block;
padding: .5rem 1.5rem;
border: 2px solid var(--dblue);
border-radius: 50rem;
line-height: 1;
font-size: 2.2rem;
color: var(--dblue);
font-weight: 500;
}

/*スマホ*/
.sp-howto-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
padding-bottom: 3rem;
border-bottom: 1px solid var(--border-gray);
}
.sp-howto-inner {
display: flex;
flex-direction: column;
gap: 10px;
width: 45%;
}
.sp-howto-inner img {
width: clamp(160px, 70.2px + 11.7vw, 200px);
}
.sp-step-arrow {
text-align: center;
transform: translateY(clamp(160px, 70.2px + 11.7vw, 200px));
}

@media (max-width: 767.9px) {
.sp-howto-wrap {
gap: 15px;
}
.sp-howto-inner {
width: 100%;
}
.sp-howto-inner img {
width: 180px;
}
.sp-step-arrow {
transform: translateY(0);
}
.sp-step-arrow img {
transform: rotate(90deg);
width: 60px;
}
}

/*pwt*/
.pwt-howto-wrap {
display: flex;
justify-content: center;
flex-direction: column;	
gap: 20px;
}
.pwt-howto-inner {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
gap: 50px;
}
.pwt-howto-inner figure {
width: calc(50% - 25px);
}
.pwt-img-s img {
width: clamp(250px, 225px + 6.76vw, 300px);
}
.pwt-howto-text {
display: flex;
flex-direction: column;
gap: 10px;
width:45%;
}

.pwt-step-arrow {
text-align: center;
}
.pwt-step-arrow img {
transform: rotate(90deg);
}

@media (max-width: 767.9px) {
.pwt-howto-inner figure,
.pwt-howto-text {
width: 100%;
}
.pwt-howto-inner {
gap: 10px;
}
}


/*--- FAQ ---*/
.demo-faq {
border-bottom: 1px  solid var(--border-gray);
}
.demo-faq .btn-faq {
margin-bottom: 0 !important;
}
.demo-faq .btn-faq > dt button {
background: var(--white);
padding: 2rem 3.6rem 2rem 4.2rem;
margin-bottom: 0;
border-top: 1px solid var(--border-gray);
}
.demo-faq .btn-faq dd .card-body {
background: var(--lgray);
border:0;
margin-bottom: 0;
}