/*共通*/

#page p{
	
}

#page h2 {
    font-size: 1.75rem;
    color: var(--orange);
    text-align: center;
}

#page h3 {
    font-size: 1.5rem;
    margin: 0 auto 4%;
}

#page h4{
	font-size:1.25rem;
}

figure{
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.cont_list {
    margin: 1% 0px;
    width: 100%;
}

.cont_list li{
	
}

.cont_list li::before {
    content: "●";
    font-size: 100%;
    color: var(--brown);
}

.flex_cont{
	display: flex;
	justify-content: space-between;
}

/*個人情報*/

.privacy_page{
	
}

.privacy_page article{
	padding:2% 0;
}

#page .privacy_page h3{
font-size: 1.2rem;
    margin: 10px 0;	
}

/*結のしごと*/
.product{
	
}

.product figure{
	border-radius: 30px;
}

.product_box {
    margin: 0 auto 8%;
}

.product_cont {
    margin: 3% 0;
}

.product h3 {
    border-bottom: solid 2px var(--orange);
    padding: 0 0 1%;
}

.product h4 {
    border-bottom: solid 2px var(--orange);
    padding: 0 0 0.5%;
    width: 15%;
    text-align: left;
}

.btn_list-wrapper {
    border-radius: 20px;
    background: #fff;
    padding: 6% 3%;
    margin: 8% auto;
}

.btn_list-wrapper h3 {
    text-align: center;
    max-width: 500px;
}

.btn_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0% 3%;
    box-sizing: border-box;
    justify-content: center;
    margin: 0% auto;
}

.btn_list li {
    width: 80%;
}

.btn_list a {
    box-sizing: border-box;
    padding: 1.5% 5%;
    background: #ffffff;
    color: var(--orange);
    border: solid 1px var(--orange);
    font-size: 1rem;
    letter-spacing: normal;
    border-radius: 10px;
    white-space: nowrap;
    display: flex;
    gap: 1rem;
    justify-content: center;
    transition: all .5s;
}

.btn_list a{
	position: relative;
}

.btn_list a:hover{
	letter-spacing: 2px;
	transform-origin: center;
	transition: all .5s;
    color: #ffffff;
    background: var(--orange);
}

/*.btn_list a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background: #fff;
    bottom: 0%;
    width: 0%;
    transition: all 0.5s;
}

.btn_list a:hover::after{
    width: 100%;
	transform-origin: center center;
	transition: all .5s;
}

.unnei a {
    background: #696d8b;
    border: solid 2px #696d8b;
}

.setsumei a {
    background: #698b75;
    border: solid 2px #698b75;
}

.gyakutai a {
    background: #8a5353;
    border: solid 2px #8a5353;
}

.kousoku a {
    background: #56538a;
    border: solid 2px #56538a;
}*/

.outline {
    margin: 10% auto 7%;
}

.outline_text {
    width: 47%;
}

.outline_img {
    width: 45%;
}

.service_title{
	
}

.eigyoubi {
	background: #fff;
    padding: 5%;
    border-radius: 20px;
    margin: 10% auto 15%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.eigyoubi_box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 2% 0 2%;
}

.eigyoubi p {
    text-align: left !important;
    width: 80%;
    margin: 0% 0 !important;
}

.detail {
    flex-wrap: wrap;
    align-items: end;
    margin: 0 auto 10%;
}

.detail .cont_list {
    width: 65%;
    background: #80bc9c47;
    padding: 5% 3%;
    box-sizing: border-box;
    border-radius: 10px 80px 10px 10px;
}

.detail_img {
    width: 60%;
    /* transform: translate(0, -10%); */
    margin: 8% auto 5%;
}

.detail_img figure{
	border-radius: 30px;
}

.detail_text {
    width: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.detail_text::before {
    content: "";
    background: #fff;
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.tel_service.flex_cont{
	align-items: center;
}

.tel_service_text {
    width: 40%;
}

.tel_service_img {
    width: 55%;
}



/*Q&A*/
.q_a-cont{
	
}

.contents span {
    display: block;
    position: relative;
    text-indent: 2.5rem;
}

.q_a-cont .contents {
    margin: 0 auto 5%;
    background: #fff;
    box-sizing: border-box;
    padding: 5%;
    width: 90%;
    border-radius: 15px;
    border: solid 2px;
}

.q_cont {
    font-size: 1.25rem;
    border-bottom: solid 2px var(--orange);
    padding: 0 0 2%;
    margin: 0 0 2.5%;
}


.a_cont{
	
}

.a_cont::before, .q_cont::before {
    font-size: 1.25rem;
}

.q_cont::before {
    content: "";
    background: url(img/icon_q.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 25%;
    transform: translate(0, -50%);
}

.a_cont::before {
    content: "";
    background: url(img/icon_a.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0%;
    transform: translate(0, -35%);
}

/*会社概要*/

.company_head{
	border-radius: 20px;
}

.company_table{
	
}

.company_cell{
	
}

.company_cell th {
    width: 30%;
    text-align: justify;
}

.company_cell tr{
	
}

.company_cell span{
	display: block;
}

.company_cell .map{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 20rem;
}

.company_polisy{
	margin: 0 auto 10%;
}



/*採用情報*/

.recruit{
	
}

.recruit_copy {
    color: var(--green);
    font-size: 1.25rem;
    margin: 0 0 2.5rem;
    display: block;
}

.recrfuit_text {
    width: 40%;
}

.recruit .flex_cont {
    align-items: center;
    margin: 0 auto 10%;
}

.recruit .flex_cont figure{
    width: 50%;
	border-radius: 30px;
}

.recruit_table {
    background: #fff;
    border-collapse: separate;
    padding: 5% 3%;
    border-radius: 10px;
}

.recruit_cell{
	
}

.recruit_cell th {
    display: block;
    text-align: left;
    padding: 20px 5px 0px;
    color: var(--brown);
    font-weight: normal;
    font-size: 1.25rem;
    margin: 0 0 10px;
}

.recruit_cell td {
    display: block;
    text-align: left;
    padding: 0px 5px 20px;
    border-bottom: dashed 1px #ddd;
}

.full {
    background: #f8bf79;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    margin: 0 5px 0px 0;
}

.part {
    background: #a5dfea;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
	margin: 0 5px 0 0;
}

.recruit_cell .attention{
	
}

.recruit_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.recruit_parts {
    margin: 0 0 10px;
}

.recruit_list.live_well{
	
}

.recruit_cell.kyuuyo .recruit_parts.kango {
	/*width: 30%;*/
}

.recruit_cell.kyuuyo .recruit_parts {
    /*width: 45%;*/
}

.recruit_cell.teate .recruit_list {
    display: block;
}

.recruit_cell.teate .recruit_list .recruit_parts {
    text-indent: -1rem;
    padding: 0 0 0 1rem;
}

.recruit_cell.teate .recruit_list .recruit_parts::before {
    content: "●";
    font-size: 100%;
    color: var(--brown);
}

.recruit_cell.live_well ul {
    margin: 3% auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
}

.recruit_cell.live_well span {
    display: block;
    position: relative;
    font-size: 1.1rem;
    padding: 0 0 0rem 2.5rem;
    margin: 0 0 0.5rem;
}

.recruit_cell.live_well .recruit_parts{
	
}

.recruit_cell.live_well .recruit_parts span::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -60%);
}

.recruit_cell.live_well .recruit_parts:nth-of-type(1) span::before{
	background: url(img/icon_livewell1.svg);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: left;
}

.recruit_cell.live_well .recruit_parts:nth-of-type(2) span::before{
	background: url(img/icon_livewell2.svg);
	background-size: contain;
	background-repeat: no-repeat;
    background-position: left;
}

.recruit_cell.live_well .recruit_parts:nth-of-type(3) span::before{
	background: url(img/icon_livewell3.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.recruit_cell.live_well .recruit_parts:nth-of-type(4) span::before{
	background: url(img/icon_livewell4.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.recruit_cell.live_well .recruit_parts:nth-of-type(5) span::before{
	background: url(img/icon_livewell5.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.recruit_cell.live_well .recruit_parts:last-of-type{
    grid-area: 2 / 2 / 3 / 4;
}

.recruit_flow h3{
    text-align: center;
    border-bottom: solid var(--green);
    width: fit-content;
    padding: 0 0 1%;
}

.recruit_flow{
	
}

.flow_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
	position: relative;
}

.flow_wrapper::before {
    position: absolute;
    content: "";
    background: url(img/recruit_illust1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 12rem;
    height: 12rem;
    left: 0px;
    top: 10%;
}

.flow_wrapper::after {
    position: absolute;
    content: "";
    background: url(img/recruit_illust2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    width: 15rem;
    height: 15rem;
    right: -4rem;
    bottom: 10%;
}

.flow_cont {
    width: 50%;
    text-align: center;
    background: #fff;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.flow_cont::before {
    content: "";
    /* background: #fff; */
    width: 12rem;
    height: 8rem;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.flow_cont h4 {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px var(--orange);
    padding: 0 0 2%;
}

.flow_cont span {
    color: var(--orange);
    font-size: 80%;
    letter-spacing: 2px;
    font-weight: bold;
}

.flow_cont p {
    text-align: center !important;
    padding: 5% 0 1%;
    /* background: #fff; */
    /* border-radius: 10px; */
}

.recruit_flow>span{
    display: block;
    width: fit-content;
    margin: 2% auto;
}

/*ご利用について*/

.flow_img {
    width: 80%;
    margin: 0 auto 10%;
    line-height: 1;
}

.flow_img figcaption {
    font-size: 1.5rem;
    color: var(--brown);
    /* font-weight: bold; */
    background: #fff;
    border: solid 1px;
    padding: 2%;
    border-radius: 5px;
}

.flex_cont .flow_box {
    width: 48%;
    padding: 5% 3%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
}

.flow_box h3 {
    color: #655d3d;
}

.flow_box span {
    border-bottom: solid var(--orange) 1px;
    /* font-weight: bold; */
}

.flow_box p{
	
}

/*お問い合わせ*/

.contactform{
	
}

.contactform h3 {
    margin: 5% auto 2% !important;
    text-align: center;
    color: var(--orange);
}

.tel_contact{
	text-align: center;
}

.tel_contact span {
    display: block;
    text-align: center;
}

.tel_contact span:nth-child(1) {
    color: var(--green);
    font-size: 2rem;
    font-weight: bold;
}

.form_table {
    display: block;
    padding: 10% 0 0;
}


/********************レスポンシブ********************/

@media(width<=768px){

html{
	font-size: 14px;
}

/*結のしごと*/

.product h3 {
    letter-spacing: normal;
}

.eigyoubi_box {
    display: block;
}

.product h4 {
    width: 100%;
}

.eigyoubi p {
    width: 100%;
}

.outline .flex_cont {
    flex-direction: column-reverse;
}
	
.outline_text {
    width: 100%;
}
	
.outline_img {
    width: 100%;
    margin: 5% auto;
}

.cont_list {
    letter-spacing: normal;
}

.detail {
    margin: 0px auto 10%;
}

.detail h3{
	margin: 0 !important;
}

#kango{
    flex-direction: column-reverse;
}

.detail_img {
    width: 100%;
}

.detail_text {
    gap: 0.5rem;
    margin: 5% auto 0;
    width: 100%;
}

.detail_text::before {
	content: unset;
    width: 30rem;
    height: 25rem;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0%;
}

.detail .cont_list {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0;
    background: #dce9cc;
    margin: 0% auto 15%;
    border-radius: 10px;
    padding: 10% 7%;
}

.tel_service.flex_cont {
    flex-direction: column-reverse;
}

.tel_service_text {
    width: 100%;
}

.tel_service_img {
    width: 100%;
    margin: 0% auto 5%;
}

.btn_list li {
    width: 100%;
}

/*ご利用について*/

.flow_img {
    width: 100%;
}

.flow .flex_cont {
    flex-direction: column;
}

.flex_cont .flow_box{
    width: 100%;
    margin: 0 auto 3%;
    padding: 5% 5%;
}

.flow_box h3 {
    font-size: 1.025rem !important;
}


/*Q&A*/

.q_a-cont .contents {
    width: 100%;
}

.contents span {
    text-indent: 0rem;
    letter-spacing: normal;
}

.q_cont {
    font-size: 1rem;
    padding: 0 0 5.5%;
    margin: 0 0 5.5%;
}

.q_cont::before{
    content: unset;
}

.a_cont::before{
    content: unset;
}

/*採用情報*/
	
.recruit .flex_cont {
    flex-direction: column-reverse;
}

.recrfuit_text {
    width: 100%;
}

.recruit .flex_cont figure {
    width: 100%;
    margin: 0 auto 10%;
}

.recruit_copy {
    margin: 0 0 1.5rem;
}

.recruit_list {
    gap: 0.5rem;
}

.recruit_cell.kyuuyo .recruit_parts.kango {
    width: 100%;
}

.recruit_cell.kyuuyo .recruit_parts {
    width: 100%;
}

.recruit_cell.live_well ul {
    display: block;
}

.recruit_cell.live_well .recruit_parts {
    margin: 8% 0;
}

.flow_cont {
    width: 100%;
}
	
.flow_wrapper {
    gap: 2rem;
    margin: 10% auto 0;
}
	
.flow_wrapper::before {
    content: unset;
}

.flow_wrapper::after {
    content: unset;
}










}





























