@charset "UTF-8";
/*
Theme Name:コンバートEC
Author: コンバートEC
Description: コンバートECのためのテーマ
Version:1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
*/
.sp{
	display:none;
}
html{
	scroll-behavior: smooth;
  	scroll-padding-top: 120px;
}
body{
	margin:0;
	padding:0;
	font-family:'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1, "trad" 1;
	-webkit-font-smoothing: antialiased;
	background-color:#F2F2F2;
	color:#1C1C1C;
}
a{
	 text-decoration: none;
	 transition: .3s;
}
.grecaptcha-badge{
	display:none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
img{
	vertical-align: top;
	width:100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
/*headerはここから*/
header{
	width: 100%;
	height: 5rem;
	transition: .3s;
	position:fixed;
	overflow: hidden;
	z-index: 9999;
	background-color: white;
	display:flex;
	align-items: center;
}
.is-animation {
    position:fixed;
}
.header-width{
	max-width:1350px;
	width:95%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap:30px;
}
.logo{
    width:170px;
}
.menu{
	 list-style: none;
	 padding-inline-start:0px;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 margin:0;
	 gap:13px;
}
.menu li {
	 font-size:14px;
	 margin:0 0 0 0;
	 font-weight:500;
	 letter-spacing:0.02em;
}
.menu li a{
	 color: #1C1C1C;
}
#blackback{
	display:none;
}
.cta-pc{
	display:flex;
	gap:6px;
}
.cta-pc a{
	padding:10px 20px;
	font-size:14px;
	font-weight:600;
	display:flex;
	gap:7px;
	color:white;
	border-radius: 3px;
}
.cta-pc a:nth-child(1){
	background-color:#3F3F3F;
}
.cta-pc a:nth-child(2){
	background-color:#FF4800;
}
.cta-pc a span:nth-child(1) img{
	vertical-align: middle;
}
.cta-pc a:nth-child(1) span:nth-child(1){
	width:15px;
}
.cta-pc a:nth-child(2) span:nth-child(1){
	width:22px;
}
/*共通はここから*/
.common-width{
	max-width:1150px;
	width:90%;
	margin:0 auto;
}
.kaso-page .common-title{
	text-align:left;
}
.common-title{
	margin:0 0 27px 0;
}
.common-title p{
	font-size:16px;
	font-weight:800;
	color:#FF4800;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.common-title h2{
	font-size:27px;
	font-weight:800;
	letter-spacing: -0.02em;
}
.kaso-page{
	padding-top:120px;
}
.small-btn{
	color:#FF4800;
	border-bottom:2px solid #FF4800;
	font-size:15px;
	font-weight:600;
	letter-spacing: -0.01em;
	font-family:'Noto Sans JP', sans-serif;
	padding-bottom:3px;
}
.small-btn::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(image/link-arrow.webp);
        background-size: contain;
        vertical-align: middle;
        margin: 0 0 0 10px;
		position: relative;
		top:-1px;
}
/* トップページ */
.top{
	padding-top:205px;
	position: relative;
}
.top-content{
	display:flex;
	justify-content: space-between;
	gap:40px;
	position: relative;
	z-index: 1;
} 
.top-img{
	width:509px;
}
.top-txt h1{
	font-size:47px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.top-txt h1 .orenge-l{
	font-size:59px;
	color:#FF4800;
}
.top-txt h1 .orenge-s{
	font-size:40px;
	color:#FF4800;
}
.top-txt p{
	font-size:15px;
	letter-spacing: -0.01em;
	font-weight:500;
	width:500px;
	margin:12px 0 0 0;
}
.top-line{
	position: absolute;
	top:220px;
}
@keyframes loop_css {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.loop_content {
  width: 100%;
}
.loop_content > div {
  display: flex;          /* ★ 2つのulを横並びにする */
  width: max-content;
  animation: loop_css 60s linear infinite;
}
.loop_wrap{
  width:100%;
  overflow: hidden;
  margin-top:-220px;
  z-index:-1;
  position: relative;
}
#loop_images {
  display: flex;
  width: max-content;
  list-style: none;
  padding: 0;
  margin:0 0 0 0;
}
#loop_images > li {
  width:252px;
  margin-right: 10px;
}
#loop_images > li img{
	border-radius: 7px;
}
.about{
	margin-top:75px;
}
.about .common-width{
	padding-bottom:65px;
	border-bottom:1px solid #DDDDDD;
}
.about > div{
	display:flex;
	justify-content: space-between;
	gap:50px;
}
.about-title{
	width:475px;
}
.about-title p{
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.01em;
	line-height: 1.75;
	margin:15px 0 17px 0;
}
.accordion-list{
	max-width:565px;
	width:50%;
	margin-top:35px;
}
.acd-check{
    display: none;
}
.acd-label{
    display: block;
	background-color:#3B2D29;
	color:white;
    position: relative;
	padding:18px 0 18px 27px;
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:500;
	font-family:'Noto Sans JP', sans-serif;
	border-radius: 7px;
}
.acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
	color:white;
    font-size:30px;
	font-weight:500;
    position: absolute;
    right: 16px;
    top: 5px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}
.acd-content p{
	padding:2px 0 0 0;
	font-size:15px;
	line-height: 1.65;
	text-align: justify;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .no-1{
    height: 100px;
    opacity: 1;
    visibility: visible;
	padding:0;
}
.acd-check:checked + .acd-label + .no-2{
    height: 80px;
    opacity: 1;
    visibility: visible;
	padding:0;
}
.acd-check:checked + .acd-label + .no-3{
    height: 80px;
    opacity: 1;
    visibility: visible;
	padding:0;
}
.acd-check:checked + .acd-label + .no-4{
    height: 80px;
    opacity: 1;
    visibility: visible;
	padding:0;
}
.merit{
	margin-top:35px;
}
.merit-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.merit-list-detail{
	background-color:#EAEAEA;
	border-radius: 5px;
	padding:22px 22px 30px;
}
.merit-list-detail-img img{
	border-radius:5px;
}
.merit-list-detail-img-title h3{
	font-size:16px;
	font-weight:500;
	margin-top:14px;
}
.merit-list-detail p{
	font-size:13px;
	color:#727272;
	margin-top:8px;
}
.specialist{
	margin-top:100px;
}
.specialist-title{
	display:flex;
	justify-content: space-between;
}
.specialist-title h2{
	font-size:45px;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin-top:-5px;
	background: linear-gradient(45deg, #FF4800 0%, #DD6535 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.specialist-title p{
	width:465px;
	font-size:15px;
	font-weight:500;
	letter-spacing: -0.01em;
	line-height: 1.75;
	text-align: justify;
}
@keyframes specialist_css {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.loop_content-specialist {
  width: 100%;
}
.loop_content-specialist > div {
  display: flex;          /* ★ 2つのulを横並びにする */
  width: max-content;
  animation: specialist_css 60s linear infinite;
}
.loop_wrap-specialist{
  width:100%;
  overflow: hidden;
  margin-top:55px;
  z-index:-1;
  position: relative;
}
#loop_images-specialist{
  display: flex;
  width: max-content;
  list-style: none;
  padding: 0;
  margin:0 0 0 0;
}
#loop_images-specialist > li {
  width:324px;
  margin-right: 25px;
}
#loop_images-specialist > li img{
	border-radius: 7px;
}
.top-category{
	margin-top:67px;
}
.top-category ul{
	display:flex;
	flex-wrap: wrap;
	gap:10px;
	margin:0 0 0 0;
	padding:0;
}
.top-category li{
	list-style: none;
}
.top-category ul a{
	background-color: #FF4800;
	color:white;
	padding:9px 13px;
	border-radius:4px;
	font-size:16px;
	letter-spacing: -0.02em;
	display:block;
}
.features{
	margin-top:67px;
}
.features-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.features-detail-title img{
	border-radius:8px;
}
.features-detail-title h3{
	font-size:18px;
	font-weight:500;
	letter-spacing: -0.02em;
	margin:21px 0 8px;
}
.features-detail p{
	font-size:14px;
	font-weight:400;
	line-height: 1.65;
	color:#727272;
	text-align: justify;
}
.voice{
	margin-top:80px;
	position: relative;
}
.voice-content{
	background-color:#2F2928;
	padding:70px 0 95px 0;
	margin:0 auto;
	width:96%;
	border-radius: 10px;
	overflow: hidden;
}
.voice-content .common-title{
	margin:0 auto;
}
.voice-content .common-title p{
	color:white;
}
.voice-content .common-title h2{
	color:white;
}
.voice-slider{
	margin:42px auto 0 auto;
}
.slick-arrow{
	background-color:transparent;
	padding:0;
	border:none;
	width:35px;
}
.slick-prev{
	position:absolute;
	top:-75px;
	right:150px;
}
.slick-next{
	position:absolute;
	top:-75px;
	right:50px;
}
.voice-detail{
	margin:0 30px 0 0;
}
.voice-detail img{
	border-radius: 7px;
}
.voice-detail p{
	font-size:14px;
	color:#AEAEAE;
	letter-spacing: -0.02em;
	line-height: 1.7;
	text-align: justify;
	margin:15px 0 0 0;
}
.voice .slick-list {
    transform: translateX(105px) !important;
}
.case{
	padding-top:67px;
	position: relative;
	overflow: hidden;
}
.case-line{
	position: absolute;
	top:-100px;
	right:-150px;
	z-index:-1;
	width:1100px;
}
.case-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:20px;
}
.case-detail{
	background-color: white;
	padding:38px 43px;
	border-radius: 10px;
}
.case-detail h3{
	font-size:20px;
	letter-spacing: -0.02em;
	color:#FF4800;
}
.case-detail p{
	font-size:15px;
	letter-spacing: -0.02em;
	line-height: 1.7;
	text-align: justify;
	margin-top:10px;
}
.flow{
	margin-top:65px;
	position: relative;
}
.flow-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.flow-detail{
	background-color: white;
	border-radius: 10px;
	padding:20px 34px 27px;
}
.flow-detail-top{
	display:flex;
	align-items:center;
	gap:19px;
}
.flow-detail-top div{
	width:41px;
}
.flow-detail-top h3{
	font-size:20px;
	font-weight:500;
	letter-spacing: -0.01em;
}
.flow-detail p{
	font-size:13px;
	font-weight:400;
	letter-spacing: -0.02em;
	line-height: 1.65;
	margin-top:14px;
	text-align: justify;
}
.flow .small-btn{
	position: absolute;
	right:0;
	top:27px;
}
.cta-group{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:20px;
	margin-top:60px;
	margin-bottom:60px;
}
.cta-group-link{
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color:#2F2928;
	border-radius:10px;
	padding:23px 55px 23px 23px;
	gap:20px;
}
.cta-group-link-img{
	width:142px;
}
.cta-group-link-img img{
	border-radius: 7px;
}
.cta-group-link-img-txt{
	width:310px;
}
.cta-group-link-title{
	font-size:20px;
	font-weight:600;
	color:white;
	letter-spacing: -0.02em;
}
.cta-group-link-read{
	font-size:14px;
	font-weight:500;
	color:#939190;
	text-align: justify;
	letter-spacing: -0.02em;
	margin:6px 0 12px 0;
}
.cta-group-link-btn{
	background-color:#483C3A;
	color:white;
	width:155px;
	padding:10px 0;
	text-align: center;
	font-size:14px;
	font-weight:500;
	border-radius: 3px;
}
.top-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap:20px;
}
.top-list a img{
	border-radius:5px;
	height:auto;
}
.topic{
	position: relative;
}
.topic-list-txt-time{
	font-size:11px;
	color:#9A9A9A;
	margin-top:10px;
}
.topic-list-txt-title{
	font-size:14px;
	font-weight:500;
	color:#9A9A9A;
	margin:5px 0 7px 0;
}
.topic-list-txt-category{
	font-size:13px;
	color:#9A9A9A;
}
.topic .small-btn{
	position: absolute;
	right:0;
	top:27px;
}
.top-faq{
	margin-top:60px;
}
.top-faq-list{
	display:flex;
	flex-direction:column;
	gap:32px;
	margin-top:28px;
}
.top-faq-detail{
	display:flex;
	flex-direction:column;
	gap:15px;
	padding-bottom:15px;
	border-bottom:1px solid #E2E2E2;
	margin:0;
}
.top-faq-detail-top{
	display:flex;
	align-items:center;
	gap:20px;
	background-color:white;
	border-radius:120px;
	padding:12px;
}
.top-faq-detail-top div{
	width:40px;
}
.top-faq-detail-top h4{
	font-size:18px;
	letter-spacing:-0.02em;
	color:#FF4800;
}
.top-faq-detail-bottom{
	display:flex;
	gap:20px;
	padding:12px;
	margin:0;
}
.top-faq-detail-bottom div{
	width:40px;
}
.top-faq-detail-bottom p{
	font-size:16px;
	font-weight:500;
	letter-spacing:-0.02em;
	line-height:1.7;
	text-align:justify;
}
.top-blog{
	margin-top:60px;
	margin-bottom:60px;
}
.top-blog-list{
	margin-top:50px;
	display:flex;
	flex-direction: column;
	gap:10px;
}
.blog-content{
	display:flex;
	border-bottom: 1px solid #E2E2E2;
	padding:0 0 10px 0;
}
.blog-content p{
	color:black;
	font-weight:400;
	font-size:16px;
}
.blog-content .date{
	width:150px;
}
/* page */
.kaso-page{
	padding-top:calc(5rem + 60px);
}
.kaso-page p{
	font-size:15px;
	font-weight:500;
	line-height: 1.75;
}
/* フォーム */
.form-top{
	gap:80px;
}
.form-back{
	background-color:white;
	padding:40px 40px;
	border-radius: 20px;
}
.form-flex{
	display:flex;
	gap:10px;
}
.form-group{
	display:flex;
	flex-direction: column;
	gap:25px;
}
.form-group div label{
	display:flex;
	flex-direction: column;
	gap:7px;
}
.form-group div label span:nth-child(1){
	font-size:15px;
	font-weight:600;
}
.form-group div label span:nth-child(2){
	width:100%;
}
.form-group div label input{
	width:100%;
	padding:0;
	height:40px;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	padding-block: 2px;
	padding-inline: 13px;
	box-sizing: border-box;
}
.form-group div label .wpcf7-select{
	width:100%;
	padding:14px 5px;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	padding-inline: 13px;
}
.form-group div label textarea{
	width:100%;
	padding:0;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	padding-block: 5px;
	padding-inline: 13px;
	box-sizing: border-box;
	resize: vertical;
}
.form-group div label .required{
	background-color: #FF4800;
	color:white;
	padding:3px 10px;
	font-size:10px !important;
	border-radius: 30px;
	margin-left:10px;
	position: relative;
	top:-1px;
}
.form-submit{
	margin-top:20px;
}
.form-submit .wpcf7-submit{
	background-color: #FF4800;
	color:white;
	font-size:20px;
	font-weight: 600;
	padding:6px 0;
	width: 100%;
	text-align: center;
	border-radius: 10px;
	border: none;
}
.form-example{
	gap:20px;
	display:flex;
	flex-direction: column;
}
.form-top .is-style-default{
	width:35px !important;
	margin:15px 0 15px 0;
}
.form-example p{
	background-color: white;
	padding:20px 25px;
	border-radius:10px;
	font-weight:500;
	font-size:14px !important;
}
.has-luminous-vivid-amber-color{
	background-color: yellow !important;
	color: inherit !important;
}
/* 参考料金 */
.plan-group{
	display:flex;
	flex-direction: column;
	gap:60px;
	margin-top:35px;
}
.plan h2{
	font-size:39px;
	color:#FF4800;
	letter-spacing: -0.02em;
}
.plan h2 span{
	font-size:22px;
	color:black;
	vertical-align: top;
	border-bottom:#C6C6C6 1px solid;
	position: relative;
	top:7px;
	margin:0 0 0 8px;
	padding:0 0 8px 0;
}
.plan-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:30px;
	margin-top:25px;
}
.plan-item{
	background-color:white;
	border-radius: 10px;
	padding:24px 28px 20px;
}
.plan-title{
	background-color: #FF4800;
	color:white;
	padding:8px 0;
	border-radius:6px;
	text-align: center;
	font-size:20px;
	margin-bottom:10px;
}
.plan-list .plan-item p{
	font-size:14px;
	font-weight:500;
	text-align:center;
}
.plan-meta{
	margin:0;
}
.plan-list dt{
	font-family:'Noto Sans JP', sans-serif;
	background-color: #fef5f2;
	border-radius:6px;
	font-size:15px;
	font-weight:600;
	color:rgb(69, 69, 69);
	text-align: center;
	padding:6px 0;
	margin:20px 0 10px;
}
.plan-list dd{
	font-size:14px;
	font-weight:500;
	text-align:center;
	margin:0;
}
.plan-list .plan-item div{
	text-align: center;
}
.plan-price{
	font-size:42px !important;
	font-weight:700 !important;
	letter-spacing: -0.02em;
	color:#FF4800;
	text-align: center;
	position: relative;
	z-index:10;
	display:inline-block;
	margin:15px auto 0;
}
.plan-price span{
	font-size:26px !important;
	position: relative;
	bottom:2px;
}
.plan-price::before {
    content: "";
    width:auto;
    height: 30%;
    background: #FCEC6E;
    position: absolute;
    left: 0;
    bottom:9px;
    right: 0;
    z-index:-1;
}
/* フッター */
footer{
	background-color:#1E1F1F;
	padding:90px 0 20px 0;
	margin-top:135px;
}
.footer-content{
	display:flex;
	gap:55px;
}
.f-logo{
	width:180px;
	margin-top:3px;
}
.footer-link{
	display:flex;
	gap:50px;
}
.footer-link ul{
	padding:0;
	margin:0;
	display:flex;
	flex-direction: column;
	gap:7px;
}
.footer-link ul li{
	list-style: none;
}
.footer-link ul li a{
	color:white;
	font-size:13px;
	padding:0;
	display:block;
}
.fotter-cta{
	width:285px;
	margin-left: auto;
	display:flex;
	flex-direction: column;
	gap:14px;
}
.fotter-cta img{
	border-radius: 5px;
}
.copy-right{
	display:block;
	color:white;
	font-size:12px;
	font-weight:400;
	margin-top:65px;
	border-top:1px solid #545454;
	padding:20px 0 0 0;
}