@charset "utf-8";

.head_title h2 {
    font-size: 28px;
    letter-spacing: .5px;
}
.en {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

/* header
----------------------------------------------------------- */

.header_bg2 {
    position: absolute;
    height: 86px;
    width: 100%;
}
.site_logo {
    position: absolute;
    top: 20px;
    left: 20px;
}
.site_logo a {
    display: block;
    width: 120px;
    height: 40px;
}
.site_logo a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(/common/img/white_logo.svg) top left no-repeat;
    background-size: contain;
}
.fixed .site_logo a:before {
    background: url(/common/img/logo.svg) top left no-repeat;
    background-size: contain;
}
.site_logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.site_logo .rec_txt {
	display: inline-block;
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid #ddd;
    color: #5c5c5c;
}



/* eyecatch
----------------------------------------------------------- */

#eyecatch {
	position: relative;
    padding: 120px 0px 70px;
    display: flex;
    align-items: center;
}

#eyecatch .lead_sub {
    margin-bottom: 15px;
}

#eyecatch .memo {
    margin-top: 12px;
    color: #d4dfe4;
    font-size: 10px;
}

.inner-content {
    position: relative;
    z-index: 3;
    margin: 0px auto;
    width: 1140px;
}

.inner-content h1 {
    margin-bottom: 15px;
    font-size: 58px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 900;
    color: var(--blue2);
}
.inner-content h1>span {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    padding: 4px 20px 6px;
    transform: skew(-15deg);
}
.inner-content h1>span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: rgb(255 255 255);
    opacity: 0;
    animation: fadein .1s ease-out 1.6s 1 forwards;
}
.inner-content h1>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 1;
    display: block;
    background-color: var(--blue2);
    animation: hero_ttl_bg .9s ease-out 1.1s 1 forwards;
}

.inner-content h1>span:nth-of-type(2):after {
    animation-delay: 1.3s;
}

.inner-content h1 span span {
    position: relative;
    display: block;
    z-index: 10;
    opacity: 0;
    -webkit-animation: fadein .1s ease-out 1.6s 1 forwards;
    animation: fadein .1s ease-out 1.6s 1 forwards;
    transform: skew(15deg);
}
.inner-content h1 span span i {
    font-style: normal;
    font-size: 66px;
}

.inner-content .sub {
    display: block;
    margin: 12px 0px 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 600;
    line-height: 1;
    text-transform: initial;
    color: #fff;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
#eyecatch .frm_btn {
    margin-top: 20px;
    display: inline-block;
}

#eyecatch .left {
    position: relative;
    z-index: 3;
    width: calc(100% - 504px);
}

#eyecatch .jisseki {
    display: block;
    margin: 20px 0 12px;
    max-width: 480px;
}


#eyecatch .right {
    width: 504px;
    padding-left: 50px;
    text-align: right;
}

#eyecatch .fv_img {
    position: absolute;
    z-index: 3;
    width: 454px;
    height: 680px;
    right: 0px;
    background-image: url(../img/fv_woman_03.png);
    background-repeat: no-repeat;
}
/* FV */

.loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.loop:before {
    background-color: rgb(22 74 113 / 85%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.loop__box {
    width: 100%;
}

/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 165px;
	text-align: left;
	position: relative;
	overflow: hidden;
    z-index: 5;
}
.loopSlider ul {
	height: 250px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 250px;
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}

/* 悩み
--------------------------------------------*/

section.lp_nayami_area {
    position: relative;
    background-image: url(../img/nayami_bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 170px;
}

.lp_nayami_area .tl_box {
	margin-bottom: 40px;
	align-items: center;
}
.nayami_list {
    max-width: 750px;
    margin: 0 auto;
}

.lp_nayami_area .img {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 420px);
}

.lp_nayami_area .img img.talk-icon {
    margin: 0 80px;
}

.lp_nayami_area .bt_arrow {
    position: relative;
    top: 130px;
    z-index: 1;
    margin: 20px auto 0px;
    max-width: 180px;
    height: 60px;
    clip-path: polygon(50% 60px, 0% 0%, 100% 0%);
    background: #6cb2e1;
}


.problem_area_wrap {
	margin-top: 30px;
}


body.home section.problem_area {
    background: var(--base);
    margin-top: -180px;
    padding-top: 320px;
}

.problem_area_list {
    justify-content: center;
}
.problem_area_list li {
    position:relative;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    padding: 30px 20px;
    background: #ffffff;
    border: 2px solid var(--blue2);
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 5px 0px rgb(28 96 151 / 45%);
}
.problem_area_list li:after {
    position: absolute;
    content: url(../img/nayami.png);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: var(--blue2);
    bottom: -10px;
    right: -5px;
}

.problem_area_list li p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--blue2);
}

.problem_area_list li .line {
    border-bottom: 3px dotted var(--blue2);
}



/* 比較ビズで解決
--------------------------------------------*/

section.biz_help { 
    background: var(--blue2);
}
.biz_help .flex_in {
    align-items: center;
}
.biz_help .ct_base_left {
    width: 520px;
}
.biz_help .ct_base_right {
    width: calc(100% - 520px);
    padding-top: 0px;
    padding-left: 20px;
}

.biz_help .ct_base_right p {
    font-size: 16px;
}

.feature_area {
    background: url(../img/sec_stripe_bg.jpg);
}
.feature_list {
	margin-top: 40px;
}
.feature_list li {
	position: relative;
	width: calc(100% / 4 - 16px);
	margin: 8px;
	padding: 20px 10px;
	background-color: #fff;
    border-top: 3px solid var(--blue2);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
}

.feature_list li:before {
    display: none;
}

.feature_list li .tl_area {
	margin: 0px 0px 20px;
	text-align: center;
}
.feature_list li .tl_area .gf {
	margin-bottom: 16px;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	color: #869aa5;
}
.feature_list li .tl_area h3 {
	font-size: 18px;
	font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333;
}

.feature_list li .tl_area h3 span{
    color: var(--blue2);
    font-size: 20px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 82%, #ffeb00 0%) repeat scroll 0 0;
}

.feature_list li .img {
    margin: 25px auto 20px;
    padding: 0 15px;
	text-align: center;
}
.feature_list li .txt p {
	font-size: 14px;
}


/* 他社比較
----------------------------------------------------*/
.table_area { 
    background: url(/help/img/sec_stripe_bg.jpg);
}

.table_area .left_title {
	width: 46%;
}
.table_area .left_title h2 {
	text-align: right;
	margin: initial;
}

.table_area .right_title {
	width: calc(54% - 40px);
	margin-left: 40px;
}
.table_area .title_area {
	align-items: center;
	margin-bottom: 50px;
}

.table_area .right_title .big {
	display: block;
	font-size: 82px;
	color:#1b75b2;;
	text-align: left;
}

.table_area table span {
    color: #ed3662;
    font-size: 28px;
    font-weight: bold;
}

table {
	border-collapse: collapse;
	margin: 40px auto;
	padding: 0;
	width: 1000px;
	table-layout: fixed;
}
  
table tr {
	background-color: #eee;
	padding: .35em;
}

table tbody tr td {
	border-bottom: 2px solid #fff;
}

table tr:nth-child(even){
	background-color: #dddddd;
}
table th,
table td {
padding: 1em 10px 1em 1em;
border-right: 2px solid #fff;
}
table th {
font-size: 20px;
text-align: center;
}
table thead tr{
background-color: #444444;
color:#fff;
}

table tbody th {
    background: #1b75b2;;
    color: #fff;
    text-align: center;
}
.table_area .txt {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.price{
text-align: right;
color: #167F92;
font-weight: bold;
}
table thead td.non{
width: 180px;
background:#fff;
visibility: hidden;
}
.table_area .dl {
    color: #FF801E;
}
.table_area .bt {
    color: #000000;
}
.table_area .blue_bk {
    background-color: #6eaae9;
}
.table_area .biz_bk {
    background-color: #d6e7f9;
}
.table_area .biz_bk2 {
background-color: #eaf3fc;
}

.table_area .biz_cell {
	background-color: #1b75b2;
	position: relative;
	font-size: 26px;
    font-weight: 600;
}
.table_area .biz_cell:after{
    content: '';
    width: 100%;
    height: 30px;
    background-color: #1b75b2;
    position: absolute;
    top: -12px;
    left: 0px;
    border-radius: 10px;
}

/* CTA
--------------------------------------------*/
section.lp_cta {
	position: relative;
    padding: 90px 0px 60px;
    background: url(../img/cta_bk.jpg) top center no-repeat;
    background-size: cover;
    z-index: 0;
    background: var(--blue2);
}

.lp_cta.cta .inner {
	position: relative;
    width: 980px;
}

.lp_cta.cta .head_arrow {
	margin-bottom: 15px;
}
.lp_cta.cta .head_title h2 {
    color: #fff;
}
.lp_cta.cta .award_txt {
    max-width: 626px;
    align-items: center;
    margin-bottom: 28px;
}
.lp_cta.cta .award {
    width: 450px;
}

.lp_cta.cta .cta_tl p {
	color: #fff;
	font-size: 18px;
    margin-bottom: 15px;
}

.lp_cta.cta .head_title h2:after {
    background: #fff;
}

.lp_cta .woman_img {
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 420px;
    z-index: -1;
}
.lp_cta .woman_img img {
    width: 100%;
}

.lp_cta ul li{
    background-color: #ffffff;
    color: #1b75b2;
    margin-right: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 10px 5px 10px;
    transform: skew(-15deg);
}

.lp_cta ul li:last-child{
    margin-right: 0px;
}
.lp_cta ul li>span {
    display: block;
    transform: skew(15deg);
    letter-spacing: 0;
}
.lp_cta ul li span.mod {
    font-size: 22px;
    color: #FF801E;
    margin: 0 2px;
}

.head_arrow {
    position: relative;
    margin-bottom: 30px;
}
.head_arrow h2 {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    color: var(--blue);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    /*
    text-decoration: underline solid 4px #ffeb00;
    */
}
.head_arrow h2:before,
.head_arrow h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 54px;
    height: 2px;
    background-color: var(--blue);
}
.head_arrow h2:before {
    left: -25px;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.head_arrow h2:after {
    right: -25px;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.head_arrow.white h2 {
	color: #fff;
}
.head_arrow.white h2:before,
.head_arrow.white h2:after {
    background-color: #fff;
}

.lp_cta.cta .cta_tl .sub {
    position: absolute;
    top: -60px;
    left: -60px;
    z-index: 0;
    color: rgb(255 255 255 / 5%);
    font-size: 160px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
}


.lp_cta .frm_btn {
    display: inline-block;
}

.lp_cta .ikt2 {
    width: 626px;
}

/* ご利用の流れ
--------------------------------------------*/

/*
section.flow_area {
    background: #f7f7f7;
}
*/
.flow_list {
    margin: 40px auto 0;
    max-width: 820px;
}
.flow_list li {
    width: 100%;
    margin: 0 0 60px;
    padding: 20px;
    align-items: center;
}
.flow_list li .img {
    width: 260px;
    margin: 0;
}
.flow_list li .tl_area {
    width: calc(100% - 260px);
    margin: 0;
    padding-left: 30px;
    text-align: left;
}
.flow_list li .tl_area h3 {
    margin: 5px 0 15px;
    font-size: 22px;
}
.flow_list li:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border-top: 4px solid var(--blue2);
    border-right: 4px solid var(--blue2);
    position: absolute;
    top: inherit !important;
    bottom: -34px !important;
    left: calc(50% - 14px) !important;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.flow_list li:last-child:before {
    content: none;
}
.flow_list li .tl_area p {
    font-size: 15px;
}

.voice_txt {
    margin-bottom: 50px;
    text-align: center;
}

.access_area .left {
    width: calc(100% - 400px);
}
.access_area .right {
    width: 400px;
}
.pro_const_list {
    margin-top: 12px;
    padding: 15px;
    background-color: #f7f7f7;
}



/* デザイン事例
--------------------------------------------*/

.design_area {
	background-color: #f7f7f7;
}

.gallery{
	
}

.gallery li {
	margin-bottom: 5px;
	padding: 10px;
    width: calc(100% / 3);
}
.gallery li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.gallery li .tl {
    margin: 0 auto 20px;
    text-align: center;
}
.gallery li .tl span {
    display: inline-block;
    padding: 5px 14px;
    background: #797979;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 30px;
}
.gallery li .txt {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #767676;
}
.lb-data .lb-caption a {
    color: #fff !important;
}
.gallery img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* ここまでデザイン事例
--------------------------------------------*/

/* qa
----------------------------------------------------------- */

section.flow_area, 
section.lp_faq_area {
    position: relative;
}
section.flow_area:before,
section.lp_faq_area:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}

.faq_item {
	margin-top: 30px;
	counter-increment: faq;
}
.faq_item .faq_question:before {
	display: block;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	content: "Q" counter(faq);
    font-family: 'Roboto', sans-serif;
	color: var(--blue2);
	font-size: 26px;
	letter-spacing: 1.5px;
}
.faq_question {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 76px;
    padding: 18px 20px 18px 75px;
    background-color: #f1f1f1;
    font-size: 18px;
	font-weight: 600;
}
.faq_question .btn {
	position: absolute;
	top: 43px;
	right: 30px;
	width: 50px;
	font-size: 14px;
    letter-spacing: 0px;
	text-align: center;
}
.faq_question .btn:before,
.faq_question .btn:after {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 24px;
    height: 2px;
    background-color: var(--blue2);
}
.faq_question .btn:after {
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq_question .btn.open:after {
	-webkit-transform: rotate(0deg);
      transform: rotate(0deg);
}
.faq_answer {
	display: none;
	padding: 20px;
    font-size: 16px;
    line-height: 1.8;
}

/* 発注者の声
----------------------------------------------------------- */

.voice_area .contents-box-list {
	margin-bottom: 80px;
}

.voice_area .contents-box {
	position: relative;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    padding: 0px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
	background: #fff;
}

.voice_area .contents-box:nth-child(3) {
    margin-right: 0;
}

.voice_area .txt_area {
	padding: 30px;
}
.voice_area .contents-box-img {
	overflow: hidden;
}
.voice_area .contents-box h3 {
	color: var(--blue2);
    font-weight: 600;
	font-size: 20px;
	margin-bottom: 24px;
}

.voice_area .contents-box p {
	margin-bottom: 24px;
}

.voice_area .img-report {
    width: 100%;
}
.voice_area .inner .txt_06 {
    margin-bottom: 70px;
	text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.voice_area .inner .txt_06 span {
	color: #3085e1;
}

.voice_area ul li {
    display: inline-block;
    padding: 2px 10px;
    color: #1b75b2;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    margin-right: 5px;
    border: 2px solid #1b75b2;

}

/* 右下CTA
----------------------------------------------------------- */

.ftside_btn {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.ftside_btn_in {
	display: block;
    max-width: 280px;
    padding: 15px;
    background: rgb(255 255 255 / 95%);
    background: var(--blue2);
    border: 4px solid #fff;
    box-shadow: 0px 3px 13px rgba(90, 90, 90, 0.2);
    border-radius: 5px;
    text-align: center;
}
#switch:checked ~ .ftside_btn_in {
	display: none;
}

.ftside_btn #switch {
	display: none;
}
.ftside_btn .button {
	display: block;
	position: relative;
    padding: 0px 0px 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}
.ftside_btn .icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-68%);
	width: 22px;
	height: 22px;
}
.ftside_btn .icon::before,
.ftside_btn .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: #333; 
	transform: translate(-50%,-50%) rotate(45deg);
	transition: 0.5s all;
}
.ftside_btn .icon::after{
	transform: translate(-50%,-50%) rotate(-225deg);
}

 
.ftside_btn .close {
	display: inline-block;
	margin-left: 24px;
    color: #333;
}

.ftside_btn #switch:checked + .button > .icon::before,
.ftside_btn #switch:checked + .button > .icon::after{
	content: none;
}


.ftside_btn #switch:checked + .button > .close{
	display: none;
}

.ftside_btn .txt {
	margin-bottom: 12px;
    align-items: center;
}
.ftside_btn .woman_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.ftside_btn .woman_icon img {
    width: 100%;
    border-radius: 50%;
}
.ftside_btn p {
	width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    color: #fff;
}
.ftside_btn .ikt2 {
    width: auto;
    padding: 16px 5px 16px 0px;
    font-size: 15px;
}
.ftside_btn .ikt2:after {
    right: 22px;
}


/* フォーム
----------------------------------------------------------- */

#form {
    margin-top: -60px !important;
}
#frm {
    position: relative;
}
#frm:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500px;
    background: var(--blue2);
}
#frm .head_title h2 {
    color: #fff;
}
#frm .head_title h2:after {
    background-color: #fff;
}
#frm .progressbar {
    display: none;
}
#frm section {
    padding: 40px 0 0;
}
#first_form .inner label.lb_fl {
    width: 33.3%;
     min-width: 26%;
}


@media screen and ( max-width:1080px ) {

    .inner {
        width: 96%;
    }

    .inner-content {
        text-align: center;
        padding: 0px 10px;
        display: block;
    }

    #eyecatch .fv_img {
        display: none;
    }

    #eyecatch .left {
        margin: 0 auto;
        width: 100%;
    }
    #eyecatch .jisseki {
        margin: 30px auto 20px;
    }
    .lp_nayami_area .img {
        left: calc(50% - 360px);
    }

    .lp_nayami_area .img img.talk-icon {
        margin: 0 60px;
    }

    .feature_list li .tl_area h3 {
        font-size: 16px;
    }

    table {
        width: 100%;
    }

    .lp_cta.cta .inner {
        width: auto;
    }

    .lp_cta {
        text-align: center;
        margin: 0 auto;
    }

    .lp_cta.cta .award_txt {
        display: inline-block;
    }

    .lp_cta .woman_img {
        display: none;
    }

    .voice_area .txt_area {
        padding: 20px;
    } 
    
    .voice_area .contents-box {
        width: calc(33.33% - 14px);
        margin-right: 20px;
    }

    .voice_area ul li {
        font-size: 12px;
    }
}

/* スマホに適用させるCSS */
@media screen and ( max-width:760px ) {

    .inner {
        width: 90%;
    }
    .inner-content {
        text-align: center;
        padding: 0px 20px;
    }

    .ikt2 {
        padding: 20px 0px;
        max-width: 320px;
        font-size: 18px;
    }
    .ikt2:after {
        top: 51%;
        right: 22px;
    }
    header .site_logo {
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;
    }
    .site_logo a {
        width: 82px;
        height: 24px;
    }

    .inner-content h1 {
        font-size: 7.2vw;
    }
    .inner-content h1 span span i {
        font-size: 8vw;
    }
    .inner-content h1>span {
        padding: 10px 20px 10px;
    }
    #eyecatch {
        padding: 70px 0px 30px;
    }
    #eyecatch .jisseki {
        margin: 0px;
        max-width: 100%;
    }
    #eyecatch p.eye_txt {
        font-size: 16px;
    }

    #eyecatch, .loop__box img {
        max-width: none;
    }

    #eyecatch .left {
        width: auto;
    }

    .cta_tl {
        margin: 0 30px;
    }
    .head_arrow h2 {
        padding: 0 6px;
    }

    .head_arrow.white h2 {
        font-size: 20px;
    }

    .lp_cta ul li {
        font-size: 20px;
    }

    .head_arrow h2:before, .head_arrow h2:after {
        width: 30px;
    }


    .lp_cta ul {
        display: block;
        margin: 0 auto;
    }

    .lp_cta .ikt2 {
        max-width: 340px;
        text-align: left;
        padding-left: 25px;
    }

    .lp_cta ul li{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .lp_cta ul li:last-child{
        margin-bottom: 0px;
    }

    .lp_title h2,
    .head_title h2 {
        font-size: 22px;
    }
    .loopSlider,
    .loopSliderWrap,
    .loopSlider ul {
        height: 86px;
    }
    .loopSlider ul li {
        width: 130px;
        height: 86px;
    }
    /* 悩み
    ----------------------------------------------------------- */

    section.lp_nayami_area {
        padding-bottom: 0px;
    }

    .lp_nayami_area .bt_arrow {
        top: 20px;
        max-width: 120px;
        height: 30px;
        clip-path: polygon(50% 30px, 0% 0%, 100% 0%);
    }

    .talk-item .talk-bubble p {
        font-size: 14px;
    }
    
    .biz_help .ct_base_left,
    .biz_help .ct_base_right,
    .flow_list li .img,
    .flow_list li .tl_area,
    .access_area .left,
    .access_area .right {
        width: 100%;
        padding: 0px;
    }

    /* 比較ビズで解決
    ----------------------------------------------------------- */

    .feature_list li .tl_area h3 {
        font-size: 20px;
    }
    
    .feature_list li .tl_area h3 span{
        font-size: 22px;
    }

    .feature_list li {
        width: 100%;
        padding: 20px;
    }

    .feature_list li .img {
        max-width: 240px;
    }

    .feature_list li .txt p {
        font-size: 16px;
    }

    /* 比較表
    ----------------------------------------------------------- */
    table {
        width: 100%;
	}
	table .img, .table .txt {
    	display: block;
    	text-align: center;
    	padding: 0px !important;
	}
	table .img {
    	margin: 10px 0px 15px;
	}
    
    table.tl_base td {
    	padding: 6px 6px 6px 10px;
    	font-size: 12px;
    }
    table.tl_base th {
    	padding: 9px;
    }
	body.conf table.tl_base th {
		width: 20%;
	}

    table thead td.non {
		width: 40px;
	}
	table tbody th {
		padding: 8px;
	}
	table th, table td {
		padding: 14px 0px;
	}
	.table_area .biz_cell {
		padding-bottom: 20px;
        font-size: 21px;
	}
	.table_area .biz_cell:after {
		height: 25px;
		top: -16px;
	}

    .table_area .txt {
		font-size: 15px;
	}
	table th {
		font-size: 16px;
	}
    
   /* problem_area
    ----------------------------------------------------------- */
    .problem_area_list li:after {
        content: none;
    }

    .problem_area_list li:before {
        position: absolute;
        content: url(../img/nayami_mb.png);
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        color: var(--blue2);
        bottom: -10px;
        right: -5px;
    }

    .problem_area_list li span,
	.problem_area_list li p {
	    font-size: 12px;
	}

    .problem_area_list li span {
    	font-size: 13px;
    }

	section.problem_area {
		padding-bottom: 40px;
	}
	
	.problem_area_list li {
	    width: calc(100% / 2 - 12px);
	    margin: 0px 6px 30px;
	    padding: 10px;
	}
	.problem_area_list li:before, .problem_area_list li:after {
	    font-size: 42px;
	}
	
	.problem_area_list li:before {
	    top: -25px;
	}
	
	.problem_area_list li:after {
	    bottom: -25px;
	    right: -10px;
	}
	
	.problem_area .problem_note p {
	    font-size: 11px;
	}
	
	.problem_area .problem_note a {
		font-size: 14px;
	}
	
	.problem_area .price_box_02 p .en{
		font-size: 14px;
	}
	.problem_area .price_box_02 p .small {
		font-size: 10px;
	}
	
	
	.problem_area .t_center {
		font-size: 13px;
	}

	/* 流れ
    ----------------------------------------------------------- */

    .flow_list li {
        display: block;
        width: 100%;
        padding: 20px;
    }
    .flow_list li .tl_area h3 {
        margin: 5px 0 0px;
    }
    .flow_list .img {
        margin-bottom: 15px !important;
    }
    /* デザイン事例 */
	.gallery li {
	    width: calc(100% / 2);
	}
	.gallery li .tl span {
	    padding: 5px 10px;
	    font-size: 11px;
	    letter-spacing: 2px;
	}
	
	.faq_item {
	    margin-top: 20px;
	}
	.faq_question {
	    padding: 20px 56px 20px 56px;
	    font-size: 16px;
	}
	.faq_item .faq_question:before {
	    left: 17px;
	    font-size: 22px;
	}
	.faq_question .btn {
	    top: 46px;
	    right: 8px;
	    width: 42px;
	    font-size: 12px;
	}
	.faq_question .btn:before, .faq_question .btn:after {
	    top: -12px;
	    width: 12px;
	}
	.faq_answer {
		padding: 15px;
	    font-size: 14px;
	}

	.ftside_btn {
		width: 100%;
	    bottom: 0px;
	    right: 0px;
	}
	.ftside_btn_in {
    	max-width: 100%;
        margin: 0;
	    padding: 12px;
        background: rgb(255 255 255 / 75%);
	}
	.ftside_btn .ftside_set {
        max-width: 340px;
        margin: 0 auto;
	}
	.ftside_btn p {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
    .ftside_btn .ikt2 {
        max-width: 290px;
    }

    .voice_area .flex_in {
		display: block;
	}
	.voice_area .img-report {
		height: 150px;
	}
	.voice_area .txt_area {
		padding: 20px;
	}
    .voice_area .inner .txt_06,
	.cta_area .catch_lead {
		font-size: 20px;
	}

    .voice_area .title_area,
	.voice_area .contents-box {
        width: 100%;
    }

    .voice_area .big_tl .left_title .big {
		font-size: 60px;
	}

    .voice_area .big_tl:after {
		top: 43px;
		height: 2000px;
	}
	.voice_area .title_area h2 {
		margin: 15px 0 80px;
	}
	.voice_area .contents-box {
		margin-bottom: 30px;
	}
	.voice_area .img-report {
		height: auto;
	}

    .voice_area .inner .txt_06 {
		margin-bottom: 0;
	}
	.voice_area .contents-box-list {
		margin-bottom: 20px;
	}



	section.lp_cta {
	    padding: 50px 0px;
	}
	.lp_cta.cta .head_arrow {
	    text-align: center;
	}
	
	.lp_cta.cta .award_txt,
	.lp_cta.cta .award_txt p,
	.lp_cta .award_txt .award {
	    width: 100%;
	}
	.lp_cta.cta .cta_tl p {
	    margin-bottom: 15px;
        font-size: 12px;
	    text-align: center;
	}
	.lp_cta .cta_ct_sec {
	    width: 100%;
	    margin-bottom: 0px;
	    padding: 25px;
	}
	.lp_cta.cta .cta_tl .sub,
	.lp_cta .woman_img {
	    display: none;
	}
	.lp_cta .cta_ct_sec .tel_block, .lp_cta .cta_ct_sec .frm_block {
	    width: 100%;
	}
	.lp_cta .cta_ct_sec .tel_block {
	    top: 3px;
	    margin-bottom: 20px;
	    padding-right: 0px;
	}

    #frm .inner {
        width: 96%
    }
}
