@charset "utf-8";
*{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;  
    margin: 0;
    padding: 0;
}
img {
    width: 100%;	
    vertical-align: bottom;
}
html{
    overflow: auto; 
}
.Wrapper{
    margin: 0 auto;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.7;
    font-size: 16px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.po_r{
    position: relative;
}
.po_a{
    position: absolute;
}
.mb20 {
    margin-bottom:20px!important;
}
@media (max-width: 767px) {
    .Wrapper{
        font-size: 14px;
        width:100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


/*=======================
 header 
=========================*/
.header{
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.header p{
    font-size: 0.55vw;
}
.red{
    color:#ff0000;
    font-weight: bold;
}
.header .h_left{
    width: 10%;
}
.header .h_left img{
    margin-top: 5px;
    width: 100%;
}
.header .h_right img{
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .3));
}
.icon{
    display: flex;
    width: 100%;
}
.icon a:nth-child(2){
    margin-left: 25px;
}
@media (max-width: 767px) {
    .header{
        padding: 1% 2%;
    }
    .header p {
        font-size: 1.5vw;
    }
    .header .h_left {
        width: 29%;
    }
    .header .h_right {
        width: 66%;
        padding: 2% 0;
    }
    .icon a:nth-child(2) {
        margin-left: 5px;
    }
}


/*=======================
 cta 
=========================*/
.contact.min_content{
    width: 100%;
    margin: 2% auto;
}
.cta_area {
    position: relative;
    max-width: 1000px;
    width: 60%;
    margin: 0 auto;
}
.cta_mail02, .cta_tel02{
    filter: drop-shadow(0 7px 10px rgba(0, 0, 0, .3));
    position: absolute;
}
.cta_tel02{
    bottom: 4%;
    left: 3%;
    width: 56%;
}
.cta_mail02{
    bottom: 9%;
    right: 4%;
    width: 35%;
}
.contact_img{
    padding: 1% 3%;
    text-align: center;
}
.contact p{
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    animation: flash 1.5s linear infinite;
    font-size: 28px;
}
.cta{
    margin: 0 auto;
}
@keyframes flash {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* ボタンの波紋が広がっていくアニメーション */
.btn_animation {
    display: block;
    position: relative;
    transition: .2s;
  }
  
  .btn_animation:before, .btn_animation:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 8vw;
    top: 0;
    left: 0;
    border-radius: 99px;
    background: rgb(254 163 43 / 50%);
    transform: translate3d(0,0,0);
  }
  
  .btn_animation:before {
    animation: anime 1s ease-out infinite;
  }
  
  .btn_animation:after {
    animation: anime 2s ease-out 1s infinite;
  }
  
  @keyframes anime{
  0%{transform:scale(.95); opacity:1}
  90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
  }

@media (max-width: 767px) {
    .contact p{
        font-size: 1em;
    }
    .contact.min_content{
        margin: 5% auto;
    }
    .cta_area{
        width: 100%;
        margin: 0 auto;
    }
    .cta_mail02, .cta_tel02{
        filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .3));
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cta_tel02 {
        bottom: 18%;
    }
    .cta_mail02 {
        bottom: 6%;
    }
    .btn_animation:before, .btn_animation:after{
        width: 100%;
        height: 20vw;
    }
}


/*=======================
 cta_mini 
=========================*/
.cta_mini{
    margin: 3% auto 5%;
}

.cta_mini .cta_mail02, .cta_mini .cta_tel02{
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (min-width:760px){
    .cta_mini .cta_mail02{
        width: 65%;
    }
    .cta_mini{
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 1000px;
        width: 80%;
        gap: 30px;
    }
}
@media screen and (max-width:760px){
    .cta_mini .cta_tel02{
        margin-bottom: 20px;
    }
    .cta_mini{
        width: 90%;
        margin: 0 auto 60px;
    }
}

/*=======================
 achieve 
=========================*/
.achieve .po_a{
    bottom: 5%;
    height: 15vw;
    z-index:1;
    right: 0;
    left: 0;
    margin: auto;
}
.achieve .slider img{
    width: 90%!important;
}
.slick-slide{
    margin: 0px 6px;
}

@media (max-width: 767px) {
    .achieve .po_a{
        bottom: 14%;
        height: 110px;
    }
    .achieve .slider img{
        width: 100%!important;
    }
}
/*=======================
 service
=========================*/
@media screen and (min-width:760px){
    .service_ttl{
        background-image: url(../img/service_ttl_bg.png);
        background-size: cover;
        background-position: center;
        z-index: 2;
        position: relative;
        margin-top: 5%;
    }
    .service_ttl img{
        width: 60%;
        max-width: 840px;
        margin: 0 auto;
        padding: 1% 0 32px;
    }
    .standard_area{
        background-image: url(../img/type_bg.jpg);
        background-size: cover;
        background-position: top;
        margin: -2.5%;
    }
    .type_inner{
        max-width: 1250px;
        width: 70%;
        margin: 0 auto;
        padding: 5% 0 1px;
    }
    .card {
        max-width: 1000px;
        margin: 3% auto;
    }
}
@media screen and (max-width:760px){
    .card{
        margin: 0 auto 30px;
    }
}

/*=======================
 reason,recruiting,
 comparison,attention,flow
=========================*/
@media screen and (min-width:760px){
    .inner{
        margin: 0 auto;
    }
    .reason{
        background-image: url(../img/reason_bg.jpg);
        background-position: top;
        background-size: cover;
    }
    .reason .inner{
        max-width: 1100px;
        width: 80%;
        padding: 5% 0;
    }

    .recruiting{
        background-image: url(../img/recruiting_bg.jpg);
        background-position: top;
        background-size: cover;
        margin: 3% 0 0;
    }
    .recruiting .inner{
        max-width: 952px;
        width: 80%;
        padding: 1% 0 1px;
    }
    .comparison .inner{
        max-width: 1000px;
        width: 80%;
        padding: 1% 0 5%;
    }
    .attention{
        background-image: url(../img/attention_bg.png);
        background-position: bottom;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .attention .inner{
        max-width: 649px;
        width: 50%;
        padding: 0 0 7%;
    }
    .solution{
        background-image: url(../img/solution_bg.jpg);
        background-position: top;
        background-size: cover;
        position: relative;
        margin-top: -8%;
    }
    .solution .inner{
        max-width: 1090px;
        width: 80%;
        position: relative;
        z-index: 2;
        padding: 2% 0 1%;
    }
    .flow{
        background-color: #fefbda;
    }
    .flow .inner{
        max-width: 900px;
        width: 80%;
        padding: 5% 0;
    }
    .map{
        background-image: url(../img/map_bg.jpg);
        background-position: top;
        background-size: cover;
        margin-top: 5%;
    }
    .map_ttl{
        max-width: 637px;
        width: 50%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -8%;
    }
    .map .inner{
        max-width: 1060px;
        width: 80%;
        padding: 8% 0;
    }
}


/*=======================
 voice 
=========================*/
.tried{
    max-width: 900px;
    width: 90%;
    background-color: #fefbda;
    margin: 40px auto;
    padding: 2% 3%;
    box-sizing: border-box;
    border-radius: 40px;
}
.tried_img {
    width: 203px;
    right: -1%;
    top: -110px;
}
.tried .ttl{
    display: flex;
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.tried .ttl img {
    display: block;
    width: 140px;
    margin-right: 30px;
}
.tried .ttl p {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
}
.tried .min{
    font-size: 20px;
    font-weight: bold;
}

.grad-wrap{
    position: relative;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: auto;
    padding: .2em 0;
    border-radius: 10px;
    background: #06bba0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 120px; /*隠した状態の高さ*/
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgb(254 251 218 / 50%) 0%, rgb(254 251 218 / 80%) 50%, rgb(254 251 218) 100%);
    background: linear-gradientt(top, rgb(254 251 218 / 50%) 0%, rgb(254 251 218 / 80%) 50%, rgb(254 251 218) 100%);
    content: "";
}
.grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
@media (max-width: 767px) {
    .tried{
        padding: 5%;
    }
    .tried .ttl img{
        width: 29%;
        margin-right: 15px;
    }
    .tried .ttl p{
        font-size: 5vw;
    }
    .grad-btn{
        width: 30%;
        border-radius: 5px;
    }
    .tried .min{
        font-size: 14px;
        font-weight: bold;
    }
    .tried_img {
        right: -5%;
        top: -33px;
        width: 31%;
    }
    .grad-item{
        height: 180px;
    }
}
@media screen and (min-width:760px){
    .tried_ttl{
        max-width: 562px;
        margin: 2% auto;
    }
}

/*=======================
 qa
=========================*/
.qa{
    background: #feeb42;
    padding: 5% 0;
}
.qa h2{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;    
}
.toggle_title {
    display: flex;
    border-radius: 20px;
    margin-top: 10px;
    position: relative;
    padding: 3%;
    cursor: pointer;
    line-height: 1.4;
    font-weight: bold;
    max-height: 999999px;  /*Androidブラウザフォントバグ対策*/
    background: #fff;
    box-shadow: 0 0 20px rgb(255, 197, 22, 0.5);
    gap: 20px;
    align-items: center;
}
.toggle_title img, .answer_txt img{
    width: 4%;
}
.qa_ttl{
    text-align: left;
}
.toggle_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3%;
    border-radius: 50%;
    max-width: 43px;
    max-height: 43px;
    width: 5.375vw;
    height: 5.375vw;
}
.toggle_btn:before, .toggle_btn:after{
    content: ''; 
    display: block; 
    position: absolute; 
    max-width: 28px; 
    width: 3.5vw; 
    max-height: 3px; 
    height: 0.375vw; 
    top: 0; 
    bottom: 0; 
    right: 0; 
    left: 0; 
    margin: auto; 
    background-color: #000; 
}
.toggle_btn::after { 
    transform: rotate(90deg); 
    transition: .3s all;
}
.toggle_title.selected .toggle_btn::after {
transform: rotate(0);
}
.toggle_title.selected {
    border-radius: 20px 20px 0 0;
    z-index: 1;
}
.toggle_contents{
    max-width: 900px;
    width: 80%;
    margin: 20px auto;
}
.toggle_contents dd {
    display: none;
    margin-inline-start:0;
}
.toggle_contents:first-of-type dd {
    display: block;
}
.toggle_contents dd .answer_txt{
    display: flex;
    gap: 20px;
    padding: 4%;
    box-sizing: border-box;
    position: relative;
    background: #fefbda;
    align-items: flex-start;
    border-radius: 0 0 20px 20px;
}
.toggle_contents dd img{
    padding-top: 10px;
}
/*.toggle_title::before{
    position: absolute;
    content: "Q";
    top: 0;
    left: 2%;
    content: "Q";
    font-size: 2rem;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 1.5%;
    margin-left: 0.5%;
}*/
@media (max-width: 767px) {
    .toggle_contents{
        margin: 20px 0;
        width: 100%;
    }
    .toggle_title{
        font-size:1.05rem;
        gap: 15px;
        padding: 4%;
    }
    .toggle_title img, .answer_txt img{
        width: 7%;
    }
    .qa{
        padding: 8% 5%;
    }
    .qa h2{
        font-size: 33px;
        margin-bottom: 5%;
    }
}
/*=======================
form
=========================*/
.form_content{
	max-width: 900px;
    width: 90%;
	margin: -70px auto 0;
    z-index: 1;
    position: relative;
    padding-bottom: 60px;
}
.form_content .container{
	background-color: #fff;
	padding: 5%;
    border-radius: 40px;
}
.q_text{
    font-size: 0.8em;
}
.slide-next.question_btn_next:disabled {
    background: #ccc;
    box-shadow: 0px 9px 0px 0px rgba(185, 185, 185, 1);
}
button.slide-next.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, #5d97ec, #1e68d6);
    box-shadow: 0px 9px 0px 0px #003078;
    font-weight: bold;
    width: 220px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    margin-top: 2%;
}
.slick-disabled {
    opacity: 0;
}
.arrow{
	max-width: 600px;
    width: 100%;
    margin: 10px auto 20px;
}
.q3_input {
    height: 35px;
    width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
label b{
	border-left: 10px solid #000;
	padding: 6px 0 6px 10px;
}
.q_text01>div {
    margin: 20px 0 35px;
}
.postcode1,.postcode2{
	height: 35px;
    max-width: 170px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.prefecture{
	height: 35px;
    max-width: 400px;
	width: 95%;
    font-size: 18px;
    margin: 10px 10px 20px;
}
.city{
	height: 35px;
    max-width: 450px;
	width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
}

.address{
	height: 35px;
    max-width: 500px;
	width: 100%;
    font-size: 18px;
    margin: 10px 10px 20px;
}
.q_text02>div {
    margin: 20px 0 35px;
}
.tel1{
	height: 35px;
    max-width: 150px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.tel2{
	height: 35px;
    max-width: 180px;
	width: 100%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.request{
	height: 45px;
    width: 95%;
    font-size: 16px;
    margin: 10px auto 20px;
}
.date input ,.date select{
	height: 45px;
    max-width: 230px;
	width: 100%;
    font-size: 18px;
    margin: 10px 5px 20px;
}
.naiyou{
	height: 75px;
    width: 95%;
    font-size: 18px;
    margin: 10px auto 20px;
}
.q_text03>div {
    margin: 20px 0 0;
}
input.submitBtn.question_btn_next {
    display: block;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, #5d97ec, #1e68d6);
    box-shadow: 0px 9px 0px 0px #003078;
	font-weight: bold;
    max-width: 500px;
	width: 100%;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    margin-bottom: 25px;
    line-height: 1.3;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
input.submitBtn.question_btn_next:disabled {
    background: #ccc;
	box-shadow: 0px 9px 0px 0px rgba(185, 185, 185, 1);
}
.err{
    color: #e80000;
    background: rgb(255, 237, 237);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 12px;
}
.min {
    font-size: 0.7rem;
    margin-bottom: 5px;
    font-weight: normal;
}
@media screen and (min-width:760px){
    .form_ttl{
        background-image: url(../img/form_ttl_bg.jpg);
        text-align: center;
    }
    .form_ttl img{
        max-width: 612px;
        margin: 0 auto;
        padding: 4% 0 8%;
    }
}
@media (max-width: 767px) {
    .form_content{
        margin: -30px auto 0;
        padding-bottom: 30px;
        max-width: 690px;
    }
    .tel1 {
        max-width: 70px;
        font-size: 13px;
    }
    .tel2 {
        max-width: 75px;
        font-size: 13px;
    }
    .postcode1, .postcode2 {
        width: 80px;
    }
    .prefecture {
        max-width: 400px;
        width: 95%;
        font-size: 16px;
        margin: 10px 0px 20px;
    }
    .city {
        max-width: 450px;
        width: 95%;
        font-size: 16px;
        margin: 10px 0px 20px;
    }
    .q_text03>div {
        margin: 20px 0 0 0px;
    }
    button.slide-next.question_btn_next {
        margin-bottom: 10%;
    }
    span.form_s {
        font-size: 16px;
    }	
    .date input {
        width: 200px;
        margin: 10px 5px 0;
        font-size: 16px;
    }
    .date select{
        width: 200px;
        margin: 10px 5px 0;
        font-size: 16px;
    }
    .naiyou {
        font-size: 15px;
    }
    .form_ttl {
        padding: 25px 6%;
    }
    .q_text01>div {
        margin: 20px 0 35px;
    }
    .q_text02>div {
        margin: 20px 0 35px;
    }
}

/*=======================
footer
=========================*/
footer{
    background-color: #999;
    color: #fff;
    padding: 2%;
    text-align: center;
}
footer p, footer a{
    font-size: 0.8rem;
    text-decoration: none;
    color: #fff;
}
#footer .f_nav {
    font-size: 0;
    margin-bottom: 20px;
}
ol, ul {
    list-style: none;
}
#footer .f_nav li a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}
#footer .f_nav li {
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
}
#footer .f_nav li::after {
    content: '|';
    margin-left: 10px;
}
#footer .f_nav li:last-child::after {
    content: '';
    margin-left: 0px;
}
@media screen and (max-width:760px){
    footer{
        margin-bottom:27%;
        padding: 5%;
    }
}
/*-------追従ボタン--------------------------------------*/
@media screen and (max-width:760px){
    .b_cta{
        display: flex;
        width: 100%;
        background: #f4f49f;
        padding: 2%;
        box-sizing: border-box;
    }
    .b_cta a{
        display: block;
        width: 100%;
    }
    .b_cta a img{
        display: block;
        width: 97%;
        margin: 0 auto
    }
    .button{
        height: auto;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 750px;
        cursor: pointer;
        transition: .3s;
        /*デフォルトで非表示にする*/
        opacity: 0;
        /* visibility: hidden; */
        z-index: 20;
    }
    .button.active { opacity:1; }
}