@charset "utf-8";
/* CSS Document */

/** ============================= 
  * main
  * ============================= */
main{
	width: 100%;
	max-width: none;
}

.max-w-contents {
    max-width: 1120px;
	margin-bottom: 40px;
    margin-top: 14px;
}

.w-full {
    width: 100%;
}

.sec-h1 {
    width: 100%;
    max-width: none;
    display: flex;
    background-color: #eff2f1;
    padding-left: 24px;
	padding-right: 24px;
    justify-content: center;
    align-items: center;
    min-height: 320px;
	margin: 0;
}

h1{
	font-size: 26px;
	line-height: 1.6;
}

.contents-wrap{
    max-width: 1120px;
	margin: 0 auto;
	padding: 24px 0 40px;
}

.breadcrumb-outer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.breadcrumb-list{
	display: flex;
	align-items: center;
	font-size: 12px;
	color:#b9b9b9;
	letter-spacing: .04em;
	list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li{
	display: flex;
	align-items: center;
}

.breadcrumb-arrow{
	display: inline-block;
	padding:0 15px;
}

.breadcrumb-list a{
   color:#b9b9b9;
}

.breadcrumb-list a:hover{
	color: #6eb72f;
	background-color: #b7db97;
}

.main-text{
	color: #222222;
	font-size: 15px;
	letter-spacing: .04em;
	line-height: 1.625;
	margin-bottom: 40px;
}

.contents-h2{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 30px;
	margin-bottom: 28px;
}

.contents-h2:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #6eb72f;
  top: 0;
  width: 24px;
}

.contents-h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #BBC4C1;
  top: 0;
  left:32px;
  width: calc(100% - 32px);
}

.sec-wide{
  width: 100%;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0
}

.bg-green{
  background-color: #EAF3EB;
  padding-bottom: 60px;
}

.center-h2{
	text-align: center;
	padding-top: 60px;
	margin-bottom: 48px;
}

.text-center{
	text-align: center;
}

@media (min-width: 768px) {
h1{
	font-size: 46px;
}
	
.breadcrumb-outer{
	justify-content: flex-end;
}

	
.breadcrumb-list {
    justify-content: flex-end;
	font-size: 14px;
}

.main-text{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 96px;
	margin-bottom: 48px;
}
	
.lead-m{
	margin-top: 50px;
	margin-bottom: 60px
}
	
.sec-wide{
  padding-left: 0;
  padding-right: 0;
}
	
.contents-h2{
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 48px;
}
}

@media (max-width: 1170px) {
.sec-wide {
    padding-left: 24px;
    padding-right: 24px;
}
}

/** ============================= 
  * タブデザイン
  * ============================= */
.tab-2 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 8px 0;
}

.tab-2 > label {
	position: relative;
    display: flex;
    align-items: center;
	flex-basis: 16%;
    order: -1;
    font-weight: 600;
    /*opacity: .5;*/
    min-width: 70px;
	padding:1em 0 1em 3em;
    /*padding: 1em 1em;*/
    border-radius: 5px;
    background-color: #ffffff;
    color: #555555;
    font-size: .9em;
    text-align: center;
    line-height: 1.4;
	border: 1px solid #E5E7EB;
    cursor: pointer;
}

.tab-2 label.freelance {
	padding: 1em 0 1em 2em;
}

.tab-2 > label:before {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #E5E7EB;
    top: 0;
    width: 12px;
    left: 20px;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 60px 4em;
    background-color: #fff;
	margin-top: 40px;
}

.tab-2 span {
    display: block;
    display: flex;
	align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.tab-2 label:not(:has(:checked))::after{
    content: url(/web/jp/legal/img/tab-allow_small.svg);
    position: absolute;
    right: 15px;
    top: 40%;
}

.tab-2 label:has(:checked)::after{
    content: url(/web/jp/legal/img/tab-allow_small-g.svg);
    position: absolute;
    right: 15px;
    top: 40%;
}


.tab-2 label:has(:checked):before{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #6EB72F;
    top: 0;
    width: 12px;
    left: 20px;
}

.tab-2 label:has(:checked) {
	color: #6EB72F;
	border: 1px solid #6EB72F;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.tab-2 h3{
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E7EB;
}

.pt{
	padding: 80px 0 20px;
}

.tab-2 h3{
	margin-bottom: 2rem;
}

.tab-2 p{
	margin-bottom: 1rem;
}

.definition-list{
	margin: 2rem 0 0;
}

.definition-list dt{
    font-weight: bold;
	margin-bottom: 1rem;
	line-height: 180%;
}

.definition-list dd{
	padding:0 1rem;
	margin-bottom: 1rem;
	line-height: 180%;
}

.definition-list ul li{
	margin-bottom: 1rem;
}

.pdf-link{
	text-decoration: underline;
}

.pdf-link img{
	display: inline;
	vertical-align: middle;
}

.pdf-link:hover{
	text-decoration: none;
}

.text-b{
	font-weight: bold;
}

.tabtext-link{
	color:#6EB72F;
	text-decoration: underline;
}

.tabtext-link img{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.tabtext-link:hover{
	text-decoration: none;
}


.btob-list{
	margin: 2rem 0 0;
}

.btob-list dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1rem;
    line-height: 150%;
	border-left: 4px solid #297F3A;
	padding-left: 10px;
}

.btob-list dd{
	padding: 0 1rem;
    margin-bottom: 1rem;
    line-height: 180%;
}

ol.marusuji-list  {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 180%;
}

ol.marusuji-list li  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 1rem 0;
  padding-left: 1.25em
}

ol.marusuji-list li span {
  display:block;
  position: absolute;
  left: 0;
  margin: 0
}

.definition_inner-list{
	padding:0 0 0 2rem;
}

.inner-wrap{
	padding:0 0 0 2rem;
	
}

@media (max-width: 1100px) {
.tab-2 > label {
	padding: 1em 0 1em 1.5em;
}
.tab-2 label.freelance {
    padding: 1em;
}
}

@media (max-width: 980px) {
.tab-2 > label {
	flex-basis: 32.6%;
}	
}

@media (max-width: 767px) {
.tab-2 > div {
    padding: 30px 1.2em;
}
	
.definition-list dt, .btob-list dt {
	font-size: 16px;
}

.definition-list dd, .btob-list dd {
	font-size: 14px;
}
}

@media (max-width: 480px) {
.tab-2 > label {
	flex-basis: 100%;
}	
	
.tab-br{
	display: none;
}
}

/** ============================= 
  * よくあるご質問
  * ============================= */
.anchor-list {
    width: 90%;
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto 60px;
    padding: 0;
}

.anchor-list li{
	width: 32%;
	list-style: none;
}

.anchor-list li a{
	position: relative;
	width: 100%;
	display: block;
	font-weight: 600;
    padding: 1.5em 1em;
    border-radius: 5px;
    background-color: #EFF2F1;
    color: #222222;
    font-size: .9em;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
}

.anchor-list li a:hover{
	opacity: .8;
}

.anchor-list li a span::after {
    content: "";
    position: absolute;
    right: 2em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.34em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    transform: translateY(-25%) rotate(135deg);
}

.faq-h3{
	background-color: #EFF2F1;
	padding: 0.5em;
    border-left: 8px solid #6EB72F;
}

.faq-inner{
	margin:0 0 10px;
}

.faq{
	padding:40px 0 0;
	border-bottom: 1px solid #D9E0DE;
	
}

.faq-inner .faq:last-child{
	border-bottom: none;
}

.faq dt{
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.0;

	padding-left: 30px;
}

.faq dt::after {
    content: "Q";
    position: absolute;
	color: #025C54;
	font-size: 24px;
	font-weight: 700;
    left: 0;
    top: -6px;

}

.faq dd{
	position: relative;
	font-size: 16px;
	line-height: 2.0;
	margin-top:25px;
	padding-left: 30px;
	padding-bottom: 40px;
}

.faq dd::after{
	content: "A";
    position: absolute;
	color: #6EB72F;
	font-size: 24px;
	font-weight: 700;
    left: 0;
    top: -6px;
}

.faq a{
    text-decoration: underline;
}

.faq a:hover{
	text-decoration: none;
}

.faq dd a img{
	display: inline-block;
	vertical-align: middle;
}

.faq_linklist li{
	list-style: none;
}

.faq_linklist li a{
    color: #6EB72F;
    text-decoration: underline;
}

.faq_linklist img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.faq .icon-external{
	display: inline-block;
    margin-left: 5px;
	width: 16px;
	height: 16px;
}

/** ============================= 
  * 参考リンク・お問い合わせ
  * ============================= */
.reference-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    margin: 0 auto 60px;
    padding: 0;
}

.reference-link li{
	width: 49%;
	list-style: none;
}

.reference-link li a {
	position: relative;
    display: flex;
	align-items: center;
	height: 100%;
    color: #6EB72F;
	font-size: 16px;
	letter-spacing: .06em;
    font-weight: 700;
    line-height: 1.6;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #BBC4C1;
    padding: 30px;
}


.reference-link li a::after {
    content: url(/web/jp/legal/img/link_allow_large.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}

.reference-link li a:hover::after {
    content: url(/web/jp/legal/img/link_allow_large-g.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}

@media (max-width: 980px) {
.anchor-list {
    width: 100%;
}
	
.anchor-list li{
	width: 49%;
}
}

@media (max-width: 768px) {
.anchor-list li{
	width: 100%;
}
	
.faq dt {
    font-size: 16px;
}

.faq dt::after {
    font-size: 18px;
	top: -2px;
}
	
.faq dd::after {
    font-size: 18px;
	top: -2px;
}

.faq dd{
    font-size: 14px;
    margin-top:10px;
}
	
.reference-link li{
	width: 100%;
}
	
.reference-link li a {
   font-size:13px;
   padding: 15px;
   min-height: 74px;
}
	
.reference-link li a::after {
    content: url(/web/jp/legal/img/link_allow_small.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}

.reference-link li a:hover::after {
    content: url(/web/jp/legal/img/link_allow_small-g.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}
}

@media (max-width: 650px) {
.anchor-list li{
	width: 100%;
}
}

/** ============================= 
  * サービス紹介エリア
  * ============================= */

.service_intro-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 80px 40px;
	background-color: #F8FBFA;
}

.worries_outer {
    width: 96%;
    background-color: #F3EEEE;
    padding: 30px 30px 40px;
    margin: 0 auto;
}

.worries_outer h3{
	text-align: center;
}

.worries_list{
	font-size: 20px;
}

.worries_list li{
	margin-bottom: 10px;
}

.worries_list li:last-child{
	margin-bottom: 0;
}

.worries_inner {
    width: 90%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    margin: 3rem auto 0;
}

.worries-img {
    position: absolute;
    top: -30px;
    right: 40px;
}

.service_intro-text{
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 60px;
}

.service_intro-text span{
	color: #6EB72F;
	font-size: 28px;  
}

.features-outer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 40px;
    margin-top: 60px;
}

.features-list {
    width: 70%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 #dadcda;
    border-radius: 10px;
    padding: 30px 30px 40px 60px;
    font-size: 20px;
    font-weight: 600;
}

.features-list dt {
	color: #6EB72F ;
	font-size: 24px;
    font-weight: 600;
	margin-bottom: 15px;
}

.features-list dd {
    position: relative;
    font-size: 20px;
    margin-top: 15px;
    padding-left: 30px;
    line-height: 1.5;
}

.features-list dd::before {
    content: url(/web/jp/legal/img/features_icon.svg);
    position: absolute;
    left: -9px;
    top: 3%;
}

.features-img{
	width:30%;
}

@media (max-width: 1120px) {
.center-h2 span{
	display: block;
}
	
.service_intro-wrap {
    padding: 0 20px 40px;
}
	
.worries_inner {
    width: 100%;
	position: static;
	display: flex;
	justify-content: space-around;
	margin-top: 1.5rem;
}
	
.worries_inner img{
    position: static;
	width:200px;
}
}

@media (max-width: 768px) {
.worries_inner {
    flex-direction: column;
    padding: 0 15px 20px 0;
}
	
.center-h2{
	font-size: 20px;
	padding-top: 40px;
    margin-bottom: 30px;
}
	
.worries_inner img {
        width: 180px;
}
	
.worries_list {
    font-size: 16px;
}
	
.contents-wrap {
    padding: 24px 0 20px;
}
	
.service_intro-text{
	font-size: 16px;
	margin-top: 40px;
}
	
.service_intro-text span{
	font-size: 18px;
}

.service_intro-br{
	display: none;
}
	
.features-outer {
	margin-top: 40px;
    flex-direction: column;
}
	
.features-list{
	width: 90%;	
	margin: 0 auto;
}
	
.features-list dt {
    font-size: 18px;
}
	
.features-list dd {
    font-size: 16px;
	padding-left: 20px;
	margin-top: 10px;
}
	
.features-list dd::before {
    content: url(/web/jp/legal/img/features_icon_small.svg);
    position: absolute;
    left: -6px;
    top: 14%;
}
	
.pt{
	padding: 60px 0 20px;
}
}

@media (max-width: 480px) {
.features-img {
    width: 50%;
}
	
.features-list {
        width: 100%;
}
	
.features-list {
    padding: 30px 30px 30px 40px;
}
}


/** ============================= 
  * BtoBプラットフォームシリーズ
  * ============================= */
.advantage-list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
    padding: 0;
}

.advantage-list li {
    display: flex;
    align-items: center;
    width: 48.828%;
    margin-bottom: 1rem;
    list-style: none;
    background: #ffffff;
    padding: 1rem 2rem;
}

.advantage-list li figure {
    margin-right: 1.5rem;
}

.advantage-list li .text {
    flex: 1;
    line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
}

.platform-list{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
	
}

.platform-list li {
    width: 23.8%;
    margin-bottom: 1rem;
    list-style: none;
	height: 117px;

}

.platform-list li a{
    display: flex;
    align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
    padding: 1rem;
	box-shadow: 0 2px 10px 0 #cbcdcb;
	border-radius: 10px;
}

.platform-list li a:hover{
    opacity: .7;
}

@media (max-width: 767px) {
.advantage-list {
    margin: 0 auto 30px;
}
	
.advantage-list li {
        width: 100%;
}
	
.advantage-list li .text {
    font-size: 16px;
}
	
.platform-list li {
    width: 48.8%;
}	
}

@media (max-width: 480px) {
.advantage-list li .text {
    font-size: 14px;
}

.platform-list li {
    width: 100%;
}
}

