@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

@import url(https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap);


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;font-weight: 400;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}ol,ul,li { list-style:none; padding:0; margin:0;}caption,th { text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:400;}q:before,q:after {content:'';}abbr,acronym { border:0;}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
}

:root {
    --white: #fff;
    --gray: #818181;
    --light-gray: #f5f5f5;
    --black: #333;
    --green: #4f914f;
    --brown: #685a32;
    --pink: #ca5495;
    --purple: #9058a7;
    --light-purple: #f4eff7;
    --navy: #2e5974;
    --light-navy: #546871;
    --blue: #178fbc;
    --light-blue: #44b3e1;
    --orange: #FF801E;
    --yellow: #fbcc3c;
    --red: #c35050;
    --base: #f1efe7;
    --accent: #c8aa64;
    --base-border: #ddd8d1;
}

body {
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","?ҥ饮?γѥ? ProN W3", "?ᥤ?ꥪ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    word-break: break-all;
    background-color: #fff;
}

p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1.2px;
}

.flex_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.mb {
    display: none !important;
}

.cover_gray {
    background: #f7f7f7;
}

.en, .gf {
    font-family: 'Oswald', sans-serif;
}

.head_title {
    position: relative;
    margin-bottom: 50px;
}

.head_title h2 {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.head_title h2:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0%;
    width: 30px;
    height: 2px;
    margin-left: 0px;
    background-color: #000;
}
.artl .arrow {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-weight: 600;
}
.artl .arrow:before,
.artl .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #333;
}
.artl .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.artl .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/* layout / title
--------------------------------------------*/

:root {
    --blue: #1b75b2;
    --orange: #ff7100;
}
section {
    padding: 120px 0px;
}
.inner {
	position: relative;
    width: 1076px;
    margin: 0 auto;
    z-index: 0;
}
.over:hover img {
	opacity: 0.8;
}

.tl_navi {
    margin-bottom: 15px;
    text-align: center;
}
.title_area {
    margin: 0 auto 40px;
    text-align: center;
}
.title_area .sub {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
}
.title_area .sub:first-letter {
    color: var(--blue);
}
.title_area h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 900;
}

.title_area h2 span,
.solution_list li .tl span,
.solution_list li .txt span {
    color: var(--blue);
}
.sub_t {
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 90px;
    line-height: 1;
    color: #dff0f1;
    z-index: -1;
}

a.ikt2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    padding: 20px;
    background-color: #fc530a;
    background-image: linear-gradient(260deg, #ff9900, #ff3b00);
    border-bottom: solid 3px #b35008;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50px;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    transition: .8s;
}
a.ikt2:hover {
    background-image: linear-gradient(260deg, #ff3b00, #ff9900);
    text-decoration: none;
}
.ikt2:after {
    position: relative;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    right: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ikt2:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 25px;
    height: 150px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.7),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}

@keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-moz-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}

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

.head_bg {
    position: relative;
    z-index: 2;
}


.logo_menu_2 {
    padding: 20px 0px;
    align-items: center;
}
.logo_menu_2 a {
    text-decoration: none;
}
.logo_menu_2 a:hover {
    opacity: 0.7;
}
.logo_menu_2 .l_txt {
    position: relative;
    top: 3px;
}

.logo_menu_2 .right_menu {
    margin-left: auto;
    align-items: center;
}
.logo_menu_2 .right_menu .tel {
    margin-right: 16px;
}

.tel_num {
    position: relative;
    top: -10px;
    font-size: 30px;
    font-weight: 500;
    height: 30px;
    letter-spacing: 0.5px;
    font-family: Oswald;
}
.tel_num a {
	color: #333;
    text-decoration: none;
}
.tel_num a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tel_num:before {
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
    padding-right: 2px;
    font-weight: 600;
    font-size: 28px;
}
.tel_sub {
    font-weight: 500;
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: 0.6px;
}

.logo_menu_2 .right_menu a.ikt2 {
    padding: 16px 26px;
    font-size: 14px;
}
/* 固定 */
.fixed {
	position: fixed !important;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

.head_bg.fixed {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: .8s;
}


/* アイキャッチ
--------------------------------------------*/

.eyecatch_2 {
    position: relative;
    z-index: 0;
    margin-top: -100px;
    padding-top: 140px;
    height: 680px;
    background-image: url(../img/fv.jpg);
    background-size: cover;
    background-position: center center;
}

.catch_area {
    width: 520px;
    margin: 0 auto;
    text-align: center;
}
.catch_area .txt_1 {
    width: 80%;
    margin: 0 auto;
    padding: 12px 5px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 700;
    color: #fff;
    background-color: var(--blue);
    border-radius: 30px;
}
.catch_area .tl {
    margin: 25px 0px 15px;
}
.catch_area .txt_2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--blue);
    font-feature-settings: "palt";
}
.catch_area .txt {
    margin-top: 20px;
    margin-bottom: 20px;
}


.sec_01 {
    margin-top: 60px;
    padding-bottom: 40px;
}


.sec_01 .inner {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 0 20px 20px;
}
.sec_01 .tl_navi {
    position: relative;
    top: -20px;
    text-align: center;
}
.sec_01 .title_area {
	margin-bottom: 10px;
}

.sol_area {
	
}
.sol_area .artl {
	margin-bottom: 20px;
    text-align: center;
}
.sol_area .artl .arrow {
    font-size: 30px;
}
.sol_area .sub {
    font-size: 15px;
    text-align: center;
}


.t_center {
    text-align: center !important;
}

.head_title.t_center h2:after {
    left: 50%;
    margin-left: -15px;
}

.reason_area {
	
}

.reason_area .tl {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.sales_list {
    margin-top: 30px;
}
.sales_list li {
    position: relative;
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

.sales_list li .img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    text-align: center;
}

.sales_list li .img img {
    position: relative;
    top: 34px;
}

.sales_list li .txt .num {
    margin: 20px 0px 20px;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--blue);
    border-radius: 30px;
}
.sales_list li .txt .num .gf {
    position: relative;
    top: 2px;
    padding: 0 4px;
    line-height: 1;
    font-size: 24px;
}

.sales_list li .txt {
}

.sales_list li .txt h3 {
	margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.sales_list li p {
	font-size: 13px;
}

.add_memo {
	margin: 30px auto 0;
	padding: 15px;
	text-align: center;
    border: 2px solid var(--blue);
    border-radius: 30px;
}
.add_memo p {
	font-size: 16px;
	font-weight: 600;
    color: var(--blue);
}

.flow_area {
    background: #f7f7f7;
}



.recruit_step_area {
    width: 90%;
    margin: 0 auto;
}

.recruit_step {
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    min-height: 74px;
    min-height: 74px;
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
    align-items: center;
}

.recruit_step:before {
    content: "";
    width: 2px;
    height: calc( 100% - 20px);
    position: absolute;
    left: 10%;
    top: 10px;
    background: var(--blue);
}

.recruit_step .left {
    position: relative;
    width: 40%;
    align-items: center;
}

.recruit_step .right {
    width: 60%;
    margin-left: auto;
}

.recruit_step .step_label {
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    color: var(--blue);
}
.recruit_step .step_label span {
    font-size: 26px;
}

.recruit_step .step_title {
    position: relative;
    z-index: 1;
    width: 75%;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.recruit_step .step_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}

.recruit_step:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.recruit_step.last:after,
.recruit_step:last-child:after {
    content: none;
}


/* よくある悩み
--------------------------------------------*/

.trouble_area {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 425px;
    background-image: url(../img/trouble_bk.png);
    background-size: cover;
    background-position: center center;
}
.trouble_area .img {
	text-align: center;
}
.nayami_tl {
    position: relative;
    top: -40px;
	text-align: center;
}

.sec_01 ul.check_list {
    width: 65%;
    margin: 30px 0 60px;
    overflow: hidden;
}

.sec_01 .nayami {
    width: 33%;
    margin-right: 2%;
}

.sec_01 .nayami img {
    width: 100%;
}

.sec_01 ul.check_list li {
    display: inline-block;
    width: 45%;
    position: relative;
    padding-bottom: 15px;
    margin: 7px 2%;
    border-bottom: 2px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
}



/* 解決理由
--------------------------------------------*/

.sol_tl {
    margin: 30px auto 40px;
	text-align: center;
}

.solution_list {
    margin-top: 60px;
}
.solution_list li {
	position: relative;
    align-items: center;
    margin-bottom: 60px;
}
.solution_list li .num {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    font-size: 220px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: rgb(229 229 229 / 30%);
}
.solution_list li .tl .small {
    position: relative;
    top: -12px;
	font-size: 13px;
	font-style: inherit;
}
.solution_list li .num .gf {
}
.solution_list li .img {
    position: relative;
    width: 400px;
}
.solution_list li img {
    width: 100%;
    height: auto;
}
.solution_list li .img:after {
    content: " ";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    background-color: #edf0f5;
    z-index: -1;
}
.solution_list li .txt {
	width: calc(100% - 400px);
	padding-left: 40px;
}
.solution_list li .tl {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
}
.solution_list li p {
	
}
.solution_list li p.small {
	margin-top: 5px;
	font-size: 12px;
	color: #777;
}
.solution_list li .txt span {
    font-size: 34px;
}

.solution_list li:nth-child(2n) {
    flex-direction: row-reverse;
}
.solution_list li:nth-child(2n) .txt {
    width: calc(100% - 400px);
    padding-left: 0px;
    padding-right: 40px;
}
.solution_list li:nth-child(2n) .num {
    right: inherit;
    left: 0;
}

.sec_03 {
	
}

.flow_list li {
	margin-bottom: 30px;
    padding: 0px;
    background: #fff;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 10%);
    align-items: center;
}
.flow_list li:nth-child(2) .left {
	order: 1;
}
.flow_list li:nth-child(2) .right {
	order: 0;
}

.flow_list li .left {
	width: 440px;
}
.flow_list li img {
	width: 100%;
}
.flow_list li .right {
	width: calc(100% - 440px);
	padding: 40px;
}

.flow_list li .num {
	font-size: 16px;
	font-weight: 600;
	color: var(--orange);
}

.flow_list li .tl h3 {
	margin: 15px 0px;
	font-size: 24px;
	font-weight: 600;
}
.flow_list li .txt p {
	font-size: 16px;
    line-height: 1.6;
	font-weight: 500;
}


/* 代表紹介
--------------------------------------------*/

.intro_area {
    background: #f7f7f7;
}
.intro_area .intro_f {
	align-items: center;
}
.intro_area .left {
	width: 400px;
}
.intro_area .right {
	width: calc(100% - 400px);
	padding-left: 40px;
}
.intro_area .left .img {
	
}
.intro_area .left .img img {
	width: 100%;
	height: auto;
}
.intro_area .left .name {
	margin: 15px 0px 10px;
	font-size: 26px;
	font-weight: 600;
}
.intro_area .left .sub {
    font-size: 13px;
}
.intro_area .right .tl {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.intro_area .right .txt {
    font-size: 15px;
    font-weight: 500;
}
.intro_area .right ul.ct_in_list {
	padding-left: 30px;
}
.intro_area .right ul.ct_in_list li {
	margin-top: 5px;
    list-style: disc;
}


.accbox {
	width: 50%;
    padding: 0 2%;
}

.accbox label {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 20px 25px 20px 50px;
    font-weight: 600;
    cursor :pointer;
    transition: all 0.5s;
}
/* FAQ?????????? */
.faq_icon {
    position: absolute;
    top: 14px;
    left: 0px;
    min-width: 36px;
    min-height: 36px;
    padding: 7px 5px 8px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
h3 .faq_icon,
.accbox label .faq_icon {
    background: #cc6969;
}
h4 .faq_icon,
.accbox .accshow .faq_icon {
    background: var(--blue)
}
.accbox .accshow .faq_icon {
    top: 26px;
    left: 20px;
}

.accbox label:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accbox label:hover {
    color: #2889b7;
}
.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    display: none;
}
.cssacc:checked + label + .accshow {
    position: relative;
    height: auto;
    padding: 30px 30px 30px 65px;
    background: #f7f7f7;
    opacity: 1;
    line-height: 24px;
    display: block;
}

.cssacc:checked + label:after {
    top: 29px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 会社概要
--------------------------------------------*/

section.sec_08 {
    padding-bottom: 20px;
}
.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 110px;
    padding: 18px 18px 18px 0px;
    border-bottom: 1px solid var(--blue);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 110px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}


.access_area.flex_in {
	margin-top: 90px;
    align-items: center;
}
.access_area .left {
	width: calc(100% - 520px);
}
.access_area .right {
    width: 520px;
}
.access_area .right img {
    width: 100%;
    height: auto;
}
.access_area .left {
    padding: 0px 40px 0px 0px;
}
.access_area .left .img {
    margin-bottom: 15px;
    height: 240px;
    overflow: hidden;
}
.access_area .left .img img {
    width: 100%;
}
.access_area .right .rt_2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.access_area .right .rt_2 li {
    width: 49%;
}
.access_area .right .rt_2 li:last-child {
    margin-left: auto;
}
.access_area .btn {
	margin-top: 30px;
}

.google-maps {
	height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    filter: grayscale(95%);
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.frm_btn.last {
    margin: 60px auto 0;
    max-width: 480px;
}


#footer {
    padding: 30px 0 20px;
}
#footer .inner {
    text-align: center;
}
#footer address {
    text-align:center;
    font-style : normal;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 1px;
}


/* 最下部固定
--------------------------------------------*/

#fixed_fotter {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding-top: 15px;
    width: 100%;
    height: 110px;
    background: rgb(255 255 255 / 88%);
    text-align: center;
}

#fixed_fotter ul {
	width: 90%;
	margin: 0 auto;
    justify-content: center;
    align-items: center;
}
#fixed_fotter li {
	margin: 0 10px;
}
#fixed_fotter a {
    display: block;
}
#fixed_fotter li.tel a {
    padding: 10px 25px;
    background: #fff;
    border-radius: 60px;
}


/* スマートフォン対応
--------------------------------------------*/

@media screen and (max-width: 767px) {
	
	p {
		font-size: 13px;
		line-height: 1.8;
	}
	img {
	    max-width: 100%;
	    height: auto;
	}
	.mb {
	    display: block !important;
	}
	.pc {
	    display: none !important;
	}
	section {
	    padding: 60px 0px;
	}
	.inner {
	    width: 92%;
	}
	.title_area {
	    margin: 0 auto 30px;
	}
	.title_area h2 {
	    font-size: 18px;
	}
	.title_area .sub {
	    font-size: 32px;
	}
	.head_title h2 {
	    font-size: 24px;
	}
	
	.cta .left,
	.cta .right,
	.flow_list li .left,
	.flow_list li .right,
	.flow_list li:nth-child(2) .right,
	.intro_area .left,
	.intro_area .right,
	.sales_list li,
	.access_area .left,
	.access_area .right {
		width: 100%;
		padding: 0px;
	}
	.cta .flex_in,
	.nayami_list,
	.flow_list li {
	    display: block;
	}

	.logo_menu_2 {
	    padding: 15px 0px;
	}
	.logo_menu_2 #logo img {
	    width: 144px;
	}
	.logo_menu_2 .l_txt {
	    font-size: 10px;
	}
	.logo_menu_2 .right_menu .tel {
		display: none;
	}
	.logo_menu_2 .frm_btn {
	    position: absolute;
	    top: 14px;
	    right: 0px;
	    width: 152px;
	}
	.logo_menu_2 .right_menu a.ikt2 {
	    padding: 13px 6px;
	    font-size: 13px;
	}
	
	/* FV */
	
	.eyecatch_2 {
		width: 100%;
    	min-width: 100%;
    	margin-top: 0px;
		padding: 50px 0px;
    	height: auto;
    	background-image: none;
    	background: rgb(215 240 251);
    	background: linear-gradient(0deg, rgb(211 239 255) 0%, rgb(240 249 255) 50%, rgb(240 249 255) 100%);
	}
	
	.catch_area {
		width: 100%;
	}
	.catch_area .txt_1 {
		width: 100%;
	    font-size: 15px;
	    letter-spacing: 0.5px;
	}
	.catch_area .txt_2 {
	    font-size: 16px;
	}
	.fv_mb {
	    margin-top: 20px;
	}

	p.logo_txt {
	    margin-top: 20px;
	    font-size: 12px;
	    color: #555;
	}
    .sales_list li {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 20px 0px;
    }
    .sales_list li .img {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .sales_list li .img img {
        position: relative;
        top: 12px;
        width: 60px;
    }

    .sales_list li .txt {
        width: calc(100% - 90px);
        padding: 0px 0px 0px 15px;
    }

    .sales_list li .txt .num {
    	margin: 10px 0px;
    }
	.sales_list li .txt .num .gf {
	    font-size: 20px;
	}
    .sales_list li .txt h3 {
		margin-top: 0px;
        font-size: 16px;
    }
    
    
	.sol_area .artl .arrow {
	    font-size: 20px;
	}

	.recruit_step_area {
		width: 100%;
	}
    .recruit_step .left {
        width: 100%;
    }

    .recruit_step .step_label {
        width: 100%;
        font-size: 13px;
    }

    .recruit_step .step_label span {
        font-size: 20px;
    }

    .recruit_step .step_title {
        width: 100%;
        padding-top: 35px;
        padding-left: 0px;
        font-size: 16px;
        text-align: center;
    }

    .recruit_step .right {
        width: 100%;
        margin-left: 0%;
    }

    .recruit_step .step_text {
        padding: 15px 15px 0px;
        font-size: 12px;
    }

    .recruit_step:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        top: 68px;
    }

	
	/* contents */
	
	.sec_01 {
    	margin-top: 30px;
	}
	.sec_01 .inner {
	    background: none;
	}
	.sol_area {
		padding-top: 0px;
	}
	.sol_tl {
	    margin: 30px auto 40px;
	    width: 80%;
	    text-align: center;
	}
	.solution_list {
		display: block;
		margin-top: 40px;
	}
	.solution_list li {
	    width: 100%;
	    margin: 0px 0px 35px;
	}
	.solution_list li .num {
	    display: table;
	    width: auto;
	    margin: 0;
	}
	.solution_list li .num div {
	    display: table-cell;
	    vertical-align: middle;
	}
	.solution_list li .num .gf {
	    position: relative;
	    top: -1px;
	    padding-left: 5px;
	    font-size: 24px;
	}
	.solution_list li .img {
    	width: 100%;
	}
	.solution_list li .txt,
	.solution_list li:nth-child(2n) .txt {
		width: 100%;
    	margin-top: 35px;
		padding: 0px;
		text-align: left;
	}
	.solution_list li .tl {
	    margin: 0 0 10px;
	    font-size: 20px;
	}
	.solution_list li .txt span {
	    font-size: 26px;
	}
	.solution_list li p {
	    font-size: 13px;
	    line-height: 1.8;
		}
	.gd_list li {
	    width: 100%;
	    padding: 10px;
	}
	.gd_list h3 {
	    font-size: 18px;
	}
	.gd_list .ld_h4 {
	    font-size: 16px;
	}
	.gd_list p {
	    font-size: 12px;
	}
	
	.flow_list li {
		display: block;
	    padding: 20px;
	}
	.flow_list li .left {
	    max-height: 150px;
	    overflow: hidden;
	}
	.flow_list li .right {
		margin-top: 15px;
	}
	.flow_list li .tl h3 {
	    margin: 10px 0px;
	    font-size: 18px;
	}
	.flow_list li .txt p {
	    font-size: 14px;
	}
	.company_logos .tl {
	    font-size: 20px;
	}
	.complare_area {
	    padding: 90px 0px;
	    height: auto;
    }
	.accbox {
	    width: 100%;
	    padding: 0 2%;
	}
	.accbox label {
	    font-size: 14px;
    }
	.cssacc:checked + label + .accshow {
	    padding: 20px 20px 20px 65px;
	    font-size: 12px;
	    line-height: 22px;
	}

	.eyecatch_2 .catch_area_bottom {
	    height: 80px;
	}

    .sec_01 .nayami {
	    width: 220px;
	    margin: 0 auto;
    }

    .sec_01 ul.check_list {
        width: 100%;
        margin-bottom: 0px;
    }
	.sec_01 .inner {
	    padding: 0 0px 20px;
	}
    .sec_01 ul.check_list li {
	    font-size: 13px;
	    line-height: 1.6;
    	vertical-align: top;
    }

	.voice_box {
	    width: 100%;
	    margin: 0 0 20px;
	    padding: 15px;
	}
	.voice_box .tl {
	    font-size: 14px;
	}
	.voice_box .icon_txt .icon {
	    width: 100%;
	    display: flex;
	    align-items: center;
	}
	.voice_box .icon_txt .icon img {
	    width: 40px;
	}
	.voice_box .name {
	    width: calc(100% - 40px);
	    padding-left: 15px;
	    margin-top: 0px;
	    font-size: 12px;
	    text-align: left;
	    font-weight: 600;
	}
	.voice_box .icon_txt .txt {
	    width: 100%;
	    margin-top: 15px;
	    padding-left: 0px;
	}
	.voice_box .icon_txt .txt p {
	    font-size: 13px;
	    line-height: 1.6;
	}
	
	
	
	.more_btn {
		margin-top: 20px;
    	width: 100%;
	    text-align: center;
	}
	.more_btn span {
	    position: relative;
	    display: inline-block;
	    margin: 8px auto 0px;
	    padding: 8px 18px 8px 32px;
	    color: var(--blue);
	    font-weight: 600;
	    font-size: 13px;
	    letter-spacing: 0.5px;
	    cursor: pointer;
	    border: 1px solid var(--blue);
	}
	.more_btn span:before {
	    content: "";
	    position: absolute;
	    top: 12px;
	    left: 14px;
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid var(--blue);
	    border-right: 2px solid var(--blue);
	}
	.more_btn span.txt-more:before {
	    -webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.more_btn span.txt-close:before {
	    top: 9px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.more_btn span.hide {
		display: none;
	}


	.hide .gd_list li:nth-child(n+2),
	.hide .voice_box:nth-child(n+3) {
	    display: none;
	}
	
	
	#fixed_fotter {
		height: 90px;
	}
	#fixed_fotter li {
		margin: 0;
	}
	#fixed_fotter li:first-child {
	    width: 60px;
	    margin-right: 20px;
	}
	#fixed_fotter li:last-child {
	    width: calc( 100% - 80px );
	}
	#fixed_fotter li.tel a {
	    padding: 10px;
	    background: #fff;
	    border-radius: 10px;
	}
	

}