@charset "utf-8";

/*
源ノゴシック
font-family: source-han-sans-cjk-ja, sans-serif;
源ノ明朝
font-family: source-han-serif-japanese, serif;
*/

.grecaptcha-badge { visibility: hidden; }

html {
		font-family: source-han-sans-cjk-ja, sans-serif;
}
html {visibility: hidden;}
html.wf-active {visibility: visible;}
body {
    background: #fff;
    color: #1e1e1e;
}
.inner {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

/* **************************************************************** */
/* ヘッダー
*/
header {
    padding: 0.5em 0;
}
header .inner {

}
header .logo {

}

/* **************************************************************** */
/* フッター
*/
footer {
    background: #fff;
    padding: 1em 0 0;
}
footer .copy {
    display: block;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}

/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    padding: 2em 0;
}
.mv .inner {
    align-items: center;
    justify-content: space-between;
}
.mv .mv_bloc {
    text-align: left;
}
.mv .mv_bloc h1 {

}
.mv .mv_bloc p {

}
.mv figure {

}

.cv {
    background: #fbfae7;
    padding: 2em 0;
}
.cv.cv2 {
    background: #f39801;
}
.cv .inner {
    align-items: center;
    justify-content: space-between;
}
.cv2 .inner figure {
    width: 50%;
}
.cv_bloc {
    width: 50%;
}
.cv_bloc h2 {
    margin-bottom: 0.5em;
}
.cv_bloc h3 {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.cv2 .cv_bloc h3 {
		color:#fff;
}
.cv_bloc p {
    margin-bottom: 0.5em;
}
.cv_bloc .logo {

}


.cv_btn_bloc {
    width: 50%;
}
.cv_btn_bloc p {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 1em;
}
.cv_btn_bloc a {
		display: inline-block;
    background: #fff;
    border-radius: 100px;
}
.cv_btn_bloc a:hover img {
		opacity:0.8;
}

.trouble {
    padding: 3em 0;
    overflow: hidden;
}
.trouble h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 1em;
}
.trouble h2 em {
    color: #318bc0;
    font-style: normal;
}
.trouble_bloc {
    position: relative;
    margin-bottom: 2em;
}
.trouble_bloc ul {

}
.trouble_bloc ul li {
    position: absolute;
}
.trouble_bloc ul li:nth-child(1) {
		top: 0;
    left: 8em;
}
.trouble_bloc ul li:nth-child(2) {
    top: 12em;
    left: 4em;
}
.trouble_bloc ul li:nth-child(3) {
		top: 0;
    right: 5em;
}
.trouble_bloc ul li:nth-child(4) {
    top: 10em;
    right: 3em;
}
.trouble_bloc figure {

}

.about_bottom {
    margin-bottom: 3em;
}
.about_bottom h3 {
    display: inline-block;
    background: #f39801;
    color: #fff;
    font-size: 36px;
    line-height: 1.2em;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    border-radius: 50px;
}
.about_bottom p {
    font-size: 30px;
    line-height: 1.4em;
}
.about_bottom p img {
    vertical-align: middle;
    margin-right: 0.5em;
}
.about_bottom p span {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 900;
    margin-top: 0.5em;
    display: inline-block;
}
.about_bottom p em {
    color: #ea6503;
    font-style: normal;
}

.about_recommend {
    background: #fefef0;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.about_recommend figure {
    margin: -2em 1em -1em -10em;
}
.about_recommend .detail {

}
.about_recommend .detail h4 {
		text-align: left;
    margin-bottom: 0.5em;
}
.about_recommend .detail p {
		font-size: 26px;
    line-height: 1.4em;
    text-align: left;
    font-weight: 900;
}

.about_question {
    margin-bottom: 2em;
}
.about_question dl {
		background: #eeeeee url(../images/img_about_question.png) no-repeat left 1em center;
    background-size: 28px;
    padding: 1em 1em 1em 3.5em;
    text-align: left;
    cursor: pointer;
}
.about_question dl dt {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    position: relative;
}
.about_question dl dd {
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 0.5em;
    display: none;
}
.about_question dl dt:before {
    content: "";
    width: 26px;
    height: 15px;
    background: url(../images/arrow_upper.png);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: rotate(180deg);
    margin-top: -7px;
}
.about_question dl.active dt:before {
    transform: rotate(0deg);
    margin-top: -7px;
}

.about_catch {

}
.about_catch p {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.about_catch p span {
    position: relative;
    display: inline-block;
    padding: 0.2em 1em;
}
.about_catch p span em {
		color:#ea4a03;
		font-style:normal;
		font-size: 36px;
}

.about_catch p span:before {
    content: "";
    border-left: solid 3px #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    transform: rotate(-20deg);
}
.about_catch p span:after {
    content: "";
    border-left: solid 3px #000;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    transform: rotate(20deg);
}

.reason {
    background: #fbfae7;
    padding: 3em 0;
}
.reason h2 {
    display: inline-block;
    background: #f39801;
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    padding: 0.2em 1em 0.3em;
    margin-bottom: 1em;
    border-radius: 50px;
}
.reason_bloc {

}

.number_list {

}
.number_list li {

}
.number_list li + li {

}
.number_list li figure {
    margin-bottom: 1em;
}
.number_list li .box {
    text-align: left;
    padding: 1.5em 0 1.5em 3em;
}
.number_list li .box h3 {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.2em;
}
.number_list li .box p {
    font-size: 16px;
    line-height: 1.4em;
}

.number_list li:nth-child(1) .box {
    background: url(../images/img_num_01.png) no-repeat left center;
    background-size: 86px 132px;
}
.number_list li:nth-child(2) .box {
    background: url(../images/img_num_02.png) no-repeat left center;
    background-size: 86px 132px;
}
.number_list li:nth-child(3) .box {
    background: url(../images/img_num_03.png) no-repeat left center;
    background-size: 86px 132px;
}
.number_list li:nth-child(4) .box {
    background: url(../images/img_num_04.png) no-repeat left center;
    background-size: 86px 132px;
}
.number_list li:nth-child(5) .box {
    background: url(../images/img_num_05.png) no-repeat left center;
    background-size: 86px 132px;
}

.reason_bloc .number_list {
    align-items: flex-start;
    justify-content: center;
}
.reason_bloc .number_list li {
    margin: 0 1em;
}


.reason_bottom {

}
.reason_bottom p {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.reason_bottom p span {
    position: relative;
    display: inline-block;
    padding: 0.2em 1em;
}
.reason_bottom p span em {
		color:#ea4a03;
		font-style:normal;
		font-size: 36px;
}

.reason_bottom p span:before {
    content: "";
    border-left: solid 3px #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    transform: rotate(-20deg);
}
.reason_bottom p span:after {
    content: "";
    border-left: solid 3px #000;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    transform: rotate(20deg);
}




.case,
#tenpo{
    padding: 3em 0;
    overflow: hidden;
}
.case h2,
#tenpo h2{
    display: inline-block;
    background: #f39801;
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    padding: 0.2em 1em 0.3em;
    margin-bottom: 1em;
    border-radius: 50px;
}
.case_bloc {
    margin-bottom: 2em;
}
.case_bloc .number_list {
    align-items: flex-start;
    justify-content: center;
}
.case_bloc .number_list li {
    margin: 0 1em;
}
.case_bloc .number_list li figure {
		margin-bottom:0;
}


.flow {
		background:#fbfae7;
    padding: 3em 0;
}
.flow h2 {
    display: inline-block;
    background: #f39801;
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    padding: 0.2em 1em 0.3em;
    margin-bottom: 1em;
    border-radius: 50px;
}
.flow_bloc {
    
}
.flow_bloc ol {
    
}
.flow_bloc ol li {
    width: 21%;
}
.flow_bloc ol li + li {
    
}

.flow_bloc ol li figure  {
    
}
.flow_bloc ol li .box {
    
}
.flow_bloc ol li .box .num {
    color: #e2913f;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    display: inline-block;
}
.flow_bloc ol li .box h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.2em;
}
.flow_bloc ol li .box p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}

.tenpo-box .tenpo-iamge{
    width: 40%;
}
.tenpo-box .tenpo-block{
    width: 60%;
}
.tenpo-box{
    background: #f5f5f5;
}
.tenpo-block > div{
    padding: 5% 5% 2%;
    text-align: left;
}
.tenpo-block > div div{
    margin-bottom: 16px;
}
.tenpo-block h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #f39800;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.tenpo-block > div div p{
    line-height: 1.2;
}
.newcv .cv_btn_bloc p{
    margin-bottom: 0;
}
.newcv .cv_btn_bloc a{
    margin-bottom: 1rem;
}
.newcv .cv_btn_bloc a:last-child{
    margin-bottom: 0;
}
















