@charset "utf-8";
/*----------------------------------------------------------
sectionA -- 求人検索画面 --
----------------------------------------------------------*/
.sectionA01 .block_lead{
margin: 0 0 50px;
}
.sectionA01 .block_lead .text{
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 2.0;
margin: 0 0 10px;
}
.sectionA01 .block_lead .notes{
color: #ff0000;
font-size: 1.4rem;
text-align: center;
}
.sectionA01 .block_input + .block_input{
margin-top: 60px;
}
.sectionA01 .block_input .title01{
width: 400px;
background: var(--color_brown01);
color: #fff;
font-size: 2.0rem;
font-weight: bold;
letter-spacing: 0.2rem;
border-radius: 100px;
margin: 0 0 25px;
padding: 15px 0 13px 80px;
position: relative;
}
.sectionA01 .block_input .title01::before{
content: "";
width: 35px;
height: 35px;
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
}
.sectionA01 .block_input .title01.target::before{
background: url("/assets/images/search/secA_ico_01.webp") top center / 100% auto no-repeat;
}
.sectionA01 .block_input .title01.job::before{
background: url("/assets/images/search/secA_ico_02.webp") top center / 100% auto no-repeat;
}
.sectionA01 .block_input .title01.area::before{
background: url("/assets/images/search/secA_ico_03.webp") top center / 100% auto no-repeat;
}
.sectionA01 .block_input .title01.other::before{
background: url("/assets/images/search/secA_ico_04.webp") top center / 100% auto no-repeat;
}
.sectionA01 .block_input .box01 + .box01{
margin-top: 15px;
}
.sectionA01 .block_input.area .box01{
display: flex;
align-items: center;
}
.sectionA01 .block_input .box01 .ttl01{
width: 180px;
background: var(--color_beige03);
color: var(--color_brown01);
font-size: 1.4rem;
font-weight: bold;
text-align: center;
border-radius: 100px;
margin: 0 20px 0 0;
padding: 5px 0;
cursor: pointer;
}
.sectionA01 .searchBtn{
width: 600px;
background: var(--color_green01);
color: #fff;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
border-bottom: 5px solid var(--color_green02);
margin: 60px auto 0;
padding: 20px 0;
position: relative;
display: block;
cursor: pointer;
transition: 0.3s;
}
.sectionA01 .searchBtn:hover{
opacity: 0.7;
}
.sectionA01 .searchBtn::before{
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 50px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.sectionA01 .block_list .title01{
width: 400px;
text-align: center;
margin: 0 0 25px;
}
.sectionA01 .block_list .title01 span{
background: var(--color_brown01);
color: #fff;
font-size: 2.0rem;
font-weight: bold;
letter-spacing: 0.2rem;
border-radius: 100px;
padding: 15px 0 13px;
display: block;
}
.sectionA01 .block_list .box01 a{
background: var(--color_beige03);
padding: 15px 15px 15px 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.sectionA01 .block_list .box01:nth-of-type(even) a{
background: #fff;
}
.sectionA01 .block_list .box01 a .text{
width: 805px;
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
@media (max-width: 768px){
.sectionA01 .block_lead{
margin: 0 0 4.0rem;
}
.sectionA01 .block_lead .text{
font-size: 1.4rem;
margin: 0 0 0.5rem;
}
.sectionA01 .block_lead .notes{
font-size: 1.2rem;
}
.sectionA01 .block_input + .block_input{
margin-top: 2.0rem;
}
.sectionA01 .block_input .title01{
width: 100%;
font-size: 1.6rem;
letter-spacing: 0;
margin: 0;
padding: 1.0rem 0 1.0rem 5.0rem;
}
.sectionA01 .block_input .title01::before{
width: 2.4rem;
height: 2.4rem;
left: 2.0rem;
}
.sectionA01 .block_input .title01::after{
content: "";
width: 0.8rem;
height: 0.8rem;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
margin: -0.3rem 0 0;
position: absolute;
right: 2.0rem;
top: 50%;
transform: translateY(-50%) rotate(45deg);
transition: 0.3s;
}
.sectionA01 .block_input .title01.active::after{
margin: 0.2rem 0 0;
transform: translateY(-50%) rotate(-135deg);
}
.sectionA01 .block_input .box01{
padding: 1.5rem 0 0;
}
.sectionA01 .block_input .box01 + .box01{
margin-top: 0;
}
.sectionA01 .block_input.area .box01{
display: block;
}
.sectionA01 .block_input .box01 .ttl01{
width: auto;
font-size: 1.4rem;
margin: 0 0 0.5rem;
padding: 0.5rem 2.0rem;
display: inline-block;
}
.sectionA01 .searchBtn{
width: 100%;
font-size: 1.8rem;
border-bottom: 0.4rem solid var(--color_green02);
margin: 3.0rem auto 0;
padding: 1.5rem;
}
.sectionA01 .searchBtn::before{
width: 0.8rem;
height: 0.8rem;
right: 2.0rem;
}
.sectionA01 .block_list .title01{
width: 100%;
margin: 0 0 1.5rem;
}
.sectionA01 .block_list .title01 span{
font-size: 1.4rem;
letter-spacing: 0;
padding: 0.8rem 3.0rem;
display: inline-block;
}
.sectionA01 .block_list .box01 a{
padding: 1.5rem 1.0rem 1.5rem 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.sectionA01 .block_list .box01:nth-of-type(even) a{
background: #fff;
}
.sectionA01 .block_list .box01 a .text{
width: calc(100% - 10.0rem);
font-size: 1.2rem;
letter-spacing: 0.2rem;
padding: 0 1.0rem 0 0;
}
}

.sectionA02{
background: var(--color_beige01);
margin: 80px 0;
padding: 80px 0;
}
.sectionA02 .title01{
width: 980px;
margin: 0 auto 40px;
}
.sectionA02 .lead{
text-align: center;
margin: 0 0 30px;
}
.sectionA02 .lead span{
background: var(--color_green01);
color: #fff;
font-size: 2.2rem;
font-weight: bold;
border-radius: 100px;
padding: 25px 90px 20px;
display: inline-block;
position: relative;
}
.sectionA02 .lead span::before{
content: "";
width: 40px;
height: 16px;
background: var(--color_green01);
clip-path: polygon(0 0, 50% 100%, 100% 0);
position: absolute;
left: 50%;
bottom: -15px;
transform: translateX(-50%);
z-index: 2;
}
.sectionA02 .lead span b{
margin: 8px 0 0;
display: block;
}
.sectionA02 .lead span b img{
width: 286px;
margin: -2px 10px 0 0;
display: inline-block;
}
.sectionA02 .block_list{
width: 980px;
margin: 0 auto 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.sectionA02 .block_list .box01{
width: 480px;
background: #fff;
border-bottom: 5px solid var(--color_beige02);
border-radius: 20px;
margin: 0 0 20px;
padding: 30px 0 30px 40px;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.sectionA02 .block_list .box01:first-of-type{
margin-right: 20px;
}
.sectionA02 .block_list .box01:last-of-type{
margin-bottom: 0;
}
.sectionA02 .block_list .box01 .image{
margin: 0 25px 0 0;
}
.sectionA02 .block_list .box01 .textBlock .ttl01{
color: var(--color_green01);
font-size: 1.8rem;
font-weight: bold;
margin: 0 0 5px;
}
@media (max-width: 768px){
.sectionA02{
margin: 4.0rem 0;
padding: 2.0rem 0 4.0rem;
}
.sectionA02 .title01{
width: 100%;
margin: 0 auto 2.0rem;
}
.sectionA02 .lead{
margin: 0 2.0rem 2.0rem;
}
.sectionA02 .lead span{
font-size: 1.4rem;
padding: 1.5rem 0 1.2rem;
display: block;
}
.sectionA02 .lead span::before{
content: "";
width: 2.3rem;
height: 1.1rem;
bottom: -1.0rem;
}
.sectionA02 .lead span b{
margin: 0.5rem 0 0;
}
.sectionA02 .lead span b img{
width: 16.0rem;
margin: -0.2rem 0.7rem 0 0;
}
.sectionA02 .block_list{
width: 100%;
margin: 0 auto 3.0rem;
display: block;
}
.sectionA02 .block_list .box01{
width: calc(100% - 2.0rem);
border-bottom: 0.4rem solid var(--color_beige02);
border-radius: 0 2.0rem 2.0rem 0;
margin: 0 0 1.0rem;
padding: 1.5rem 0 1.5rem 2.5rem;
}
.sectionA02 .block_list .box01:first-of-type{
margin-right: 0;
}
.sectionA02 .block_list .box01:nth-of-type(even){
border-radius: 2.0rem 0 0 2.0rem;
margin-left: 2.0rem;
}
.sectionA02 .block_list .box01 .image{
width: 4.0rem;
margin: 0 2.0rem 0 0;
}
.sectionA02 .block_list .box01 .textBlock .ttl01{
font-size: 1.4rem;
margin: 0 0 0.5rem;
}
.sectionA02 .block_list .box01 .textBlock .text{
font-size: 1.2rem;
}
.sectionA02 [class^="btn"]{
margin: 0 2.0rem;
}
}

/*----------------------------------------------------------
sectionB -- 求人一覧画面 --
----------------------------------------------------------*/
.sectionB01 .block_title{
margin: 0 0 40px;
}
.sectionB01 .block_title .title01{
background: var(--color_brown01);
color: #fff;
font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.2rem;
margin: 0 0 10px;
padding: 10px 0 10px 45px;
}
.sectionB01 .block_title .box01{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.sectionB01 .block_title .box01 .text{
font-size: 1.6rem;
font-weight: bold;
}
.sectionB01 .block_title .box01 .text b{
color: #ff0000;
}
.sectionB01 .block_title .box01 .btn a{
background: var(--color_green01);
color: #fff;
font-size: 1.6rem;
font-weight: bold;
border-bottom: 3px solid var(--color_green02);
padding: 10px 40px 8px 20px;
position: relative;
}
.sectionB01 .block_title .box01 .btn a::before{
content: "";
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.sectionB01 .block_title .box02{
background: var(--color_gray02);
border-radius: 10px;
margin: 10px 0 0;
padding: 15px 20px;
}
.sectionB01 .block_title .box02 .text{
font-size: 1.4rem;
font-weight: bold;
margin: 0 0 5px;
padding: 0 0 0 17px;
position: relative;
}
.sectionB01 .block_title .box02 .text::before{
content: "";
width: 10px;
height: 8px;
background: var(--color_black01);
clip-path: polygon(0 0, 50% 100%, 100% 0);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionB01 .block_title .box02 .list > li{
font-size: 1.4rem;
line-height: 1.4;
display: inline;
}
.sectionB01 .block_title .box02 .list > li::after{
content: "、";
}
.sectionB01 .block_title .box02 .list > li:last-child::after{
display: none;
}
.sectionB01 .block_pager{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.sectionB01 .block_title + .block_pager{
justify-content: flex-end;
}
.sectionB01 .block_pager .list{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sectionB01 .block_pager .list > li{
font-size: 1.4rem;
margin: 0 10px 0 0;
}
.sectionB01 .block_pager .list > li b{
font-weight: bold;
}
.sectionB01 .block_pager .list > li a:hover{
text-decoration: underline;
}
.sectionB01 .block_pager .text{
font-size: 1.4rem;
}
.sectionB01 .block_jobList{
margin: 10px 0;
}
.sectionB01 .block_jobList .item + .item{
margin-top: 30px;
}
.sectionB01 .block_jobList .item{
border: 1px solid var(--color_brown01);
border-radius: 10px;
overflow: hidden;
}
.sectionB01 .block_jobList .item > a{
display: block;
}
.sectionB01 .block_jobList .item > a .title01{
background: var(--color_beige03);
color: var(--color_brown01);
font-size: 1.8rem;
margin: 0 0 10px;
padding: 20px 20px 18px;
}
.sectionB01 .block_jobList .item > a .listTypeD01{
margin: 0 20px 15px;
}
.sectionB01 .block_jobList .item > a .catch{
color: var(--color_green01);
font-size: 1.6rem;
font-weight: bold;
margin: 0 20px 15px;
}
.sectionB01 .block_jobList .item > a .detailBlock{
background: var(--color_beige03);
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01:first-of-type{
width: 100%;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 + .box01{
width: 460px;
margin: 20px 0 0;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01{
color: var(--color_green01);
font-size: 1.6rem;
font-weight: bold;
margin: 0 0 5px;
padding: 0 0 0 32px;
position: relative;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01::before{
content: "";
width: 22px;
height: 22px;
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01.job::before{
background: url("/assets/images/search/secC_ico_01.webp") top center / 100% auto no-repeat;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01.salary::before{
background: url("/assets/images/search/secC_ico_06.webp") top center / 100% auto no-repeat;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01.area::before{
background: url("/assets/images/search/secC_ico_04.webp") top center / 100% auto no-repeat;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .text{
background: #fff;
font-size: 1.4rem;
border-radius: 10px;
word-break: break-all;
padding: 15px 20px;
}
.sectionB01 .block_jobList .item .btnBlock{
margin: 20px 20px;
display: flex;
justify-content: space-between;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"]{
width: 460px;
text-align: center;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"] a{
color: #fff;
font-size: 1.8rem;
font-weight: bold;
border-bottom-width: 5px;
border-bottom-style: solid;
padding: 20px 0;
display: block;
position: relative;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"] a::before{
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.sectionB01 .block_jobList .item .btnBlock .btn_detail a{
background: var(--color_green01);
border-bottom-color: var(--color_green02);
}
.sectionB01 .block_jobList .item .btnBlock .btn_favorite a{
background: #ff6a6a;
border-bottom-color: #d33a3a;
}
@media (max-width: 768px){
.sectionB01 .block_title{
margin: 0 0 3.0rem;
}
.sectionB01 .block_title .title01{
text-align: center;
margin: 0 0 1.0rem;
padding: 1.0rem 0 0.8rem;
}
.sectionB01 .block_title .box01{
display: block;
}
.sectionB01 .block_title .box01 .text{
font-size: 1.4rem;
text-align: center;
margin: 0 0 1.0rem;
}
.sectionB01 .block_title .box01 .btn{
text-align: center;
}
.sectionB01 .block_title .box01 .btn a{
font-size: 1.4rem;
text-align: center;
border-bottom: 0.3rem solid var(--color_green02);
padding: 1.0rem 4.0rem 0.8rem;
}
.sectionB01 .block_title .box01 .btn a::before{
width: 0.5rem;
height: 0.5rem;
right: 2.0rem;
}
.sectionB01 .block_title .box02{
border-radius: 1.0rem;
margin: 1.0rem 0 0;
padding: 1.5rem 2.0rem;
}
.sectionB01 .block_title .box02 .text{
font-size: 1.2rem;
margin: 0;
padding: 0 0 0 1.5rem;
}
.sectionB01 .block_title .box02 .text::before{
width: 1.0rem;
height: 0.8rem;
}
.sectionB01 .block_title .box02 .list > li{
font-size: 1.2rem;
}
.sectionB01 .block_pager{
justify-content: center;
}
.sectionB01 .block_title + .block_pager{
justify-content: center;
}
.sectionB01 .block_pager .list{
width: 100%;
justify-content: center;
}
.sectionB01 .block_pager .list > li{
margin: 0 1.0rem 0 0;
}
.sectionB01 .block_pager .text{
margin: 0 0 0.5rem;
}
.sectionB01 .block_jobList{
margin: 1.0rem 0;
}
.sectionB01 .block_jobList .item + .item{
margin-top: 2.0rem;
}
.sectionB01 .block_jobList .item{
border-radius: 1.0rem;
}
.sectionB01 .block_jobList .item > a .title01{
font-size: 1.4rem;
margin: 0 0 1.0rem;
padding: 1.5rem 1.5rem 1.3rem;
}
.sectionB01 .block_jobList .item > a .listTypeD01{
margin: 0 1.5rem 1.0rem;
}
.sectionB01 .block_jobList .item > a .catch{
font-size: 1.2rem;
margin: 0 1.5rem 1.5rem;
}
.sectionB01 .block_jobList .item > a .detailBlock{
padding: 2.0rem 1.5rem;
display: block;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 + .box01{
width: 100%;
margin: 2.0rem 0 0;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01{
font-size: 1.2rem;
margin: 0 0 0.5rem;
padding: 0 0 0 3.0rem;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .ttl01::before{
width: 1.8rem;
height: 1.8rem;
left: 0.5rem;
}
.sectionB01 .block_jobList .item > a .detailBlock .box01 .text{
font-size: 1.2rem;
border-radius: 1.0rem;
padding: 1.0rem 1.5rem;
}
.sectionB01 .block_jobList .item .btnBlock{
margin: 1.5rem 1.5rem;
display: block;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"]{
width: 100%;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"] + [class^="btn_"]{
margin-top: 1.0rem;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"] a{
font-size: 1.6rem;
border-bottom-width: 0.4rem;
padding: 1.2rem 0;
}
.sectionB01 .block_jobList .item .btnBlock [class^="btn_"] a::before{
width: 0.8rem;
height: 0.8rem;
right: 2.0rem;
}
}

/*----------------------------------------------------------
sectionC -- 求人検詳細画面 --
----------------------------------------------------------*/
.sectionC01{
padding: 20px 0 120px;
}
.sectionC01 .block_title{
background: var(--color_beige03);
border-radius: 10px;
-moz-box-shadow: 3px 3px 0px 0px var(--color_brown01);
-webkit-box-shadow: 3px 3px 0px 0px var(--color_brown01);
-ms-box-shadow: 3px 3px 0px 0px var(--color_brown01);
box-shadow: 3px 3px 0px 0px var(--color_brown01);
margin: 0 0 15px;
padding: 30px 40px 25px;
position: relative;
}
.sectionC01 .block_title .text{
background: var(--color_green01);
color: #fff;
font-size: 1.4rem;
font-weight: bold;
border-radius: 100px;
padding: 8px 25px 7px;
display: inline-block;
position: absolute;
left: 20px;
top: 0;
transform: translateY(-50%);
}
.sectionC01 .block_title .title01{
color: var(--color_brown01);
font-size: 2.0rem;
font-weight: bold;
margin: 0 0 5px;
}
.sectionC01 .block_title .name{
font-size: 1.6rem;
}
.sectionC01 .block_title + .listTypeD02{
margin: 0 0 40px;
}
.sectionC01 .block_tab .list{
display: flex;
justify-content: center;
}
.sectionC01 .block_tab .list > li{
width: 220px;
margin: 0 10px 0 0;
}
.sectionC01 .block_tab .list > li:last-child{
margin-right: 0;
}
.sectionC01 .block_tab .list > li a{
background: var(--color_beige02);
color: var(--color_brown01);
font-size: 1.4rem;
font-weight: bold;
text-align: center;
border-radius: 10px 10px 0 0;
padding: 20px 0 18px;
display: block;
position: relative;
}
.sectionC01 .block_tab .list > li a::before{
content: "";
width: 8px;
height: 8px;
border-top: 1px solid var(--color_brown01);
border-right: 1px solid var(--color_brown01);
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(135deg);
}
.sectionC01 .block_job{
background: var(--color_beige03);
border-radius: 10px;
padding: 20px 20px 40px;		
}
.sectionC01 .block_job .btn_favorite{
text-align: center;
margin: 20px 0 0;
}
.sectionC01 .block_job .btn_favorite a{
background: #ff6a6a;
border-bottom: 5px solid #d33a3a;
padding: 15px 40px 13px;
}
.sectionC01 .block_job .btn_favorite a span{
color: #fff;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
letter-spacing: 0.2rem;
padding: 0 0 0 40px;
display: inline-block;
position: relative;
}
.sectionC01 .block_job .btn_favorite a span::before{
content: "";
width: 25px;
height: 25px;
background: url("/assets/images/search/secC_ico_12.webp") top center / 100% auto no-repeat;
margin-top: 1px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionC01 .block_catch{
background: #fff;
border-radius: 10px;
padding: 20px;
}
.sectionC01 .block_catch .box01{
margin: 0 0 15px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.sectionC01 .block_catch .box01 .title01{
width: calc(100% - 70px);
color: var(--color_green01);
font-size: 1.6rem;
font-weight: bold;
padding: 0 15px 0 0;
}
.sectionC01 .block_catch .box01 .image{
width: 70px;
}
.sectionC01 .block_catch .box01 .image figcaption{
font-size: 1.0rem;
text-align: center;
margin: 5px 0 0;
}
.sectionC01 .block_catch .ttl01,
.sectionC01 .block_catch .text{
font-size: 1.4rem;
font-weight: normal;
}
.sectionC01 .block_detail{
padding: 60px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sectionC01 .block_detail .title01,
.sectionC01 .block_chart .title01{
width: 100%;
text-align: center;
margin: 0 0 30px;
}
.sectionC01 .block_detail .title01 span,
.sectionC01 .block_chart .title01 span{
min-width: 330px;
background: var(--color_green01);
color: #fff;
font-size: 1.8rem;
font-weight: bold;
border-radius: 100px;
padding: 13px 10px 10px;
display: inline-block;
}
.sectionC01 .block_detail [class^="col"]{
width: 460px;
}
.sectionC01 .block_detail [class^="col"] .box01 + .box01{
margin-top: 30px;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01{
color: var(--color_green01);
font-size: 1.6rem;
font-weight: bold;
margin: 0 0 10px;
padding: 0 0 0 29px;
position: relative;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01::before{
content: "";
width: 22px;
height: 22px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01 span{
color: var(--color_black01);
font-size: 1.4rem;
font-weight: normal;
margin: 0 0 0 15px;
display: inline-block;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.job::before{
background: url("/assets/images/search/secC_ico_01.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.work::before{
background: url("/assets/images/search/secC_ico_02.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.area::before{
background: url("/assets/images/search/secC_ico_04.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.access::before{
background: url("/assets/images/search/secC_ico_05.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.business::before{
background: url("/assets/images/search/secC_ico_10.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.salary::before{
background: url("/assets/images/search/secC_ico_06.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.time::before{
background: url("/assets/images/search/secC_ico_07.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.holiday::before{
background: url("/assets/images/search/secC_ico_08.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01.treatment::before{
background: url("/assets/images/search/secC_ico_09.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_detail [class^="col"] .box01 .textBlock .text{
font-size: 1.4rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .textBlock .text + .text{
margin-top: 10px;
}
.sectionC01 .block_detail .col01 .box01 .textBlock{
background: #fff;
border-radius: 10px;
padding: 20px 20px 18px;
}
.sectionC01 .block_detail .col02 .tab span{
background: #fff5b2;
color: var(--color_green01);
font-size: 1.4rem;
font-weight: bold;
border-radius: 10px 10px 0 0;
padding: 10px 20px;
display: inline-block;
}
.sectionC01 .block_detail .col02 .colInner{
background: #fff5b2;
border-radius: 0 10px 10px 10px;
padding: 10px 20px 18px;
}
.sectionC01 .block_chart{
padding: 60px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sectionC01 .block_chart .box01{
width: 465px;
background: #fff;
border-radius: 10px;
margin: 0 0 10px;
padding: 20px 30px 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (min-width: 769px){
.sectionC01 .block_chart .box01:nth-last-of-type(-n+2){
margin-bottom: 0;
}
}
.sectionC01 .block_chart .box01 .ttl01{
width: 100%;
color: var(--color_brown01);
font-size: 1.4rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px;
}
.sectionC01 .block_chart .box01 .image{
width: 100%;
margin: 0 0 10px;
position: relative;
z-index: 1;
}
.sectionC01 .block_chart .box01 .image::before{
content: "";
width: 28px;
height: 28px;
background: url("/assets/images/search/secC_ico_11.webp") top center / 100% auto no-repeat;
margin-left: -14px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.sectionC01 .block_chart .box01 .image.level01::before{
left: 0;
}
.sectionC01 .block_chart .box01 .image.level02::before{
left: 25%;
}
.sectionC01 .block_chart .box01 .image.level03::before{
left: 50%;
}
.sectionC01 .block_chart .box01 .image.level04::before{
left: 75%;
}
.sectionC01 .block_chart .box01 .image.level05::before{
left: 100%;
}
.sectionC01 .block_chart .box01 .text{
font-size: 1.2rem;
font-weight: bold;
}
.sectionC01 .block_info{
padding: 60px 0 0;
}
.sectionC01 .block_info .title01{
margin: 0 0 40px;
}
.sectionC01 .block_info .text{
font-size: 1.8rem;
text-align: center;
line-height: 2.0;
letter-spacing: 0.2rem;
margin: 0 0 40px;
}
.sectionC01 .block_info .text strong{
font-weight: bold;
background: linear-gradient(transparent 55%, #fff5b2 55%);
}
.sectionC01 .block_info .block_btn,
.sectionC01 .block_point .block_btn{
display: flex;
justify-content: space-between;
}
.sectionC01 .block_info .block_btn .box01,
.sectionC01 .block_point .block_btn .box01{
width: calc((100% - 20px) / 2);
}
.sectionC01 .block_info .block_btn .box01 .text,
.sectionC01 .block_point .block_btn .box01 .text{
text-align: center;
margin: 0 0 5px;
}
.sectionC01 .block_info .block_btn .box01 .text span,
.sectionC01 .block_point .block_btn .box01 .text span{
font-size: 1.6rem;
font-weight: bold;
padding: 0 25px;
display: inline-block;
position: relative;
}
.sectionC01 .block_info .block_btn .box01 .text span::before,
.sectionC01 .block_point .block_btn .box01 .text span::before{
content: "";
width: 12px;
height: 20px;
margin-top: -2px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionC01 .block_info .block_btn .box01 .text span::after,
.sectionC01 .block_point .block_btn .box01 .text span::after{
content: "";
width: 12px;
height: 20px;
margin-top: -2px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) scale(-1,1);
}
.sectionC01 .block_info .block_btn .box01 .btn a,
.sectionC01 .block_point .block_btn .box01 .btn a{
color: #fff;
font-size: 2.0rem;
font-weight: bold;
text-align: center;
border-bottom-width: 5px;
border-bottom-style: solid;
padding: 20px 0 18px;
display: block;
position: relative;
}
.sectionC01 .block_info .block_btn .box01 .btn a::before,
.sectionC01 .block_point .block_btn .box01 .btn a::before{
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.sectionC01 .block_info .block_btn .box01.contact .text span,
.sectionC01 .block_point .block_btn .box01.contact .text span{
color: var(--color_orange01);
}
.sectionC01 .block_info .block_btn .box01.contact .text span::before,
.sectionC01 .block_info .block_btn .box01.contact .text span::after,
.sectionC01 .block_point .block_btn .box01.contact .text span::before,
.sectionC01 .block_point .block_btn .box01.contact .text span::after{
background: url("/assets/images/search/secC_ico_13_orange.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_info .block_btn .box01.reserve .text span,
.sectionC01 .block_point .block_btn .box01.reserve .text span{
color: var(--color_green01);
}
.sectionC01 .block_info .block_btn .box01.reserve .text span::before,
.sectionC01 .block_info .block_btn .box01.reserve .text span::after,
.sectionC01 .block_point .block_btn .box01.reserve .text span::before,
.sectionC01 .block_point .block_btn .box01.reserve .text span::after{
background: url("/assets/images/search/secC_ico_13_green.webp") top center / 100% auto no-repeat;
}
.sectionC01 .block_info .block_btn .box01.contact .btn a,
.sectionC01 .block_point .block_btn .box01.contact .btn a{
background: linear-gradient(#ffd703, var(--color_orange01));
border-bottom-color: var(--color_orange02);
}
.sectionC01 .block_info .block_btn .box01.reserve .btn a,
.sectionC01 .block_point .block_btn .box01.reserve .btn a{
background: linear-gradient(#48db90, var(--color_green01));
border-bottom-color: var(--color_green02);
}
.sectionC01 .block_point{
padding: 60px 0 0;
}
.sectionC01 .block_point .title01{
margin: 0 0 35px;
}
.sectionC01 .block_point .lead{
font-size: 1.8rem;
text-align: center;
line-height: 2.0;
letter-spacing: 0.2rem;
}
.sectionC01 .block_point .lead:last-of-type{
margin-bottom: 30px;
}
.sectionC01 .block_point .lead strong{
font-weight: bold;
background: linear-gradient(transparent 55%, #fff5b2 55%);
}
.sectionC01 .block_point .listBlock{
margin: 0 0 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sectionC01 .block_point .listBlock .box01{
width: calc((100% - 20px) / 2);
background: var(--color_beige03);
border-radius: 10px;
margin: 0 0 20px;
overflow: hidden;
}
@media (min-width: 769px){
.sectionC01 .block_point .listBlock .box01:nth-last-of-type(-n+2){
margin-bottom: 0;
}
}
.sectionC01 .block_point .listBlock .box01 .ttl01{
background: var(--color_green01);
text-align: center;
padding: 12px 0 10px;
}
.sectionC01 .block_point .listBlock .box01 .ttl01 span{
color: #fff;
font-size: 1.6rem;
font-weight: bold;
padding: 0 0 0 45px;
display: inline-block;
position: relative;
}
.sectionC01 .block_point .listBlock .box01 .ttl01 span::before{
content: "";
width: 36px;
height: 25px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionC01 .block_point .listBlock .box01 .ttl01.point01 span::before{
background: url("/assets/images/search/secC_ico_14.webp") top right / auto 100% no-repeat;
}
.sectionC01 .block_point .listBlock .box01 .ttl01.point02 span::before{
background: url("/assets/images/search/secC_ico_15.webp") top right / auto 100% no-repeat;
}
.sectionC01 .block_point .listBlock .box01 .ttl01.point03 span::before{
background: url("/assets/images/search/secC_ico_16.webp") top right / auto 100% no-repeat;
}
.sectionC01 .block_point .listBlock .box01 .ttl01.point04 span::before{
background: url("/assets/images/search/secC_ico_17.webp") top right / auto 100% no-repeat;
}
.sectionC01 .block_point .listBlock .box01 .text{
font-size: 1.4rem;
text-align: center;
line-height: 1.8;
padding: 15px 0;
}
.sectionC01 .block_point .listBlock .box01 .text strong{
font-weight: bold;
background: linear-gradient(transparent 55%, #fff5b2 55%);
}
@media (max-width: 768px){
.sectionC01{
padding: 1.5rem 0 6.0rem;
}
.sectionC01 .block_title{
border-radius: 1.0rem;
-moz-box-shadow: 0.3rem 0.3rem 0px 0px var(--color_brown01);
-webkit-box-shadow: 0.3rem 0.3rem 0px 0px var(--color_brown01);
-ms-box-shadow: 0.3rem 0.3rem 0px 0px var(--color_brown01);
box-shadow: 0.3rem 0.3rem 0px 0px var(--color_brown01);
margin: 0 0 1.0rem;
padding: 2.5rem 2.0rem 1.2rem;
}
.sectionC01 .block_title .text{
font-size: 1.2rem;
padding: 0.5rem 3.0rem 0.4rem;
left: 50%;
transform: translate(-50%,-50%);
}
.sectionC01 .block_title .title01{
font-size: 1.4rem;
margin: 0 0 0.5rem;
}
.sectionC01 .block_title .name{
font-size: 1.2rem;
}
.sectionC01 .block_title + .listTypeD02{
margin: 0 0 1.5rem;
}
.sectionC01 .block_tab{
margin: 0 1.0rem;
}
.sectionC01 .block_tab .list > li{
width: calc((100% - 2.0rem) / 3);
margin: 0 1.0rem 0 0;
}
.sectionC01 .block_tab .list > li a{
font-size: 1.0rem;
border-radius: 1.0rem 1.0rem 0 0;
padding: 1.0rem 1.0rem 0.8rem 0;
}
.sectionC01 .block_tab .list > li a::before{
width: 0.5rem;
height: 0.5rem;
margin-top: -0.1rem;
right: 1.0rem;
}
.sectionC01 .block_job{
border-radius: 0;
padding: 2.0rem;
}
.sectionC01 .block_job .btn_favorite{
margin: 1.0rem 0 0;
}
.sectionC01 .block_job .btn_favorite a{
border-bottom: 0.4rem solid #d33a3a;
padding: 1.0rem 0;
display: block;
}
.sectionC01 .block_job .btn_favorite a span{
font-size: 1.3rem;
padding: 0 0 0 3.5rem;
}
.sectionC01 .block_job .btn_favorite a span::before{
width: 2.2rem;
height: 2.2rem;
margin-top: 0;
}
.sectionC01 .block_catch{
border-radius: 1.0rem;
padding: 2.0rem 1.5rem;
}
.sectionC01 .block_catch .box01{
margin: 0 0 1.0rem;
}
.sectionC01 .block_catch .box01 .title01{
width: calc(100% - 5.0rem);
font-size: 1.2rem;
padding: 0 1.0rem 0 0;
}
.sectionC01 .block_catch .box01 .image{
width: 5.0rem;
}
.sectionC01 .block_catch .box01 .image figcaption{
margin: 0.3rem 0 0;
}
.sectionC01 .block_catch .ttl01,
.sectionC01 .block_catch .text{
font-size: 1.2rem;
}
.sectionC01 .block_detail{
padding: 4.0rem 0 0;
display: block;
}
.sectionC01 .block_detail .title01,
.sectionC01 .block_chart .title01{
margin: 0 0 1.5rem;
}
.sectionC01 .block_detail .title01 span,
.sectionC01 .block_chart .title01 span{
min-width: auto;
font-size: 1.4rem;
padding: 0.7rem 3.0rem 0.5rem;
}
.sectionC01 .block_detail [class^="col"]{
width: 100%;
}
.sectionC01 .block_detail [class^="col"] .box01 + .box01{
margin-top: 2.0rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01{
font-size: 1.4rem;
margin: 0 0 1.0rem;
padding: 0 0 0 2.7rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01::before{
width: 2.0rem;
height: 2.0rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .ttl01 span{
font-size: 1.2rem;
margin: 0 0 0 1.5rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .textBlock .text{
font-size: 1.2rem;
}
.sectionC01 .block_detail [class^="col"] .box01 .textBlock .text + .text{
margin-top: 1.5rem;
}
.sectionC01 .block_detail .col01 .box01 .textBlock{
border-radius: 1.0rem;
padding: 1.0rem 1.5rem 0.8rem;
}
.sectionC01 .block_detail .col02{
margin-top: 2.0rem;
}
.sectionC01 .block_detail .col02 .tab span{
border-radius: 1.0rem 1.0rem 0 0;
padding: 0.7rem 1.5rem 0.5rem;
}
.sectionC01 .block_detail .col02 .colInner{
border-radius: 0 1.0rem 1.0rem 1.0rem;
padding: 1.5rem 1.5rem 1.8rem;
}
.sectionC01 .block_chart{
padding: 4.0rem 0 0;
display: block;
}
.sectionC01 .block_chart .box01{
width: 100%;
border-radius: 1.0rem;
margin: 0 0 1.0rem;
padding: 1.5rem 2.0rem 1.0rem;
}
.sectionC01 .block_chart .box01:last-of-type{
margin-bottom: 0;
}
.sectionC01 .block_chart .box01 .ttl01{
font-size: 1.4rem;
margin: 0 0 1.0rem;
}
.sectionC01 .block_chart .box01 .image{
margin: 0 0 1.0rem;
}
.sectionC01 .block_chart .box01 .image::before{
width: 2.4rem;
height: 2.4rem;
margin-left: -1.2rem;
}
.sectionC01 .block_chart .box01 .text{
font-size: 1.0rem;
}
.sectionC01 .block_info{
padding: 4.0rem 0 0;
}
.sectionC01 .block_info .title01{
width: calc(100% + 4.0rem);
margin: 0 -2.0rem 1.5rem;
}
.sectionC01 .block_info .text{
font-size: 1.2rem;
letter-spacing: 0.2rem;
margin: 0 0 1.5rem;
}
.sectionC01 .block_info .block_btn .box01,
.sectionC01 .block_point .block_btn .box01{
width: calc((100% - 0.5rem) / 2);
}
.sectionC01 .block_info .block_btn .box01 .text,
.sectionC01 .block_point .block_btn .box01 .text{
margin: 0 0 0.5rem;
}
.sectionC01 .block_info .block_btn .box01 .text span,
.sectionC01 .block_point .block_btn .box01 .text span{
font-size: 1.0rem;
padding: 0 1.7rem;
}
.sectionC01 .block_info .block_btn .box01 .text span::before,
.sectionC01 .block_point .block_btn .box01 .text span::before{
width: 0.8rem;
height: 1.4rem;
margin-top: 0;
}
.sectionC01 .block_info .block_btn .box01 .text span::after,
.sectionC01 .block_point .block_btn .box01 .text span::after{
width: 0.8rem;
height: 1.4rem;
margin-top: 0;
}
.sectionC01 .block_info .block_btn .box01 .btn a,
.sectionC01 .block_point .block_btn .box01 .btn a{
font-size: 1.2rem;
border-bottom-width: 0.4rem;
padding: 1.2rem 0.5rem 1.0rem 0;
}
.sectionC01 .block_info .block_btn .box01 .btn a::before,
.sectionC01 .block_point .block_btn .box01 .btn a::before{
width: 0.6rem;
height: 0.6rem;
right: 1.0rem;
}
.sectionC01 .block_point{
padding: 2.0rem 2.0rem 0;
}
.sectionC01 .block_point .title01{
margin: 0 0 2.5rem;
}
.sectionC01 .block_point .lead{
font-size: 1.2rem;
margin: 0 0 1.5rem;
}
.sectionC01 .block_point .lead:last-of-type{
margin-bottom: 2.5rem;
}
.sectionC01 .block_point .listBlock{
margin: 0 0 2.0rem;
display: block;
}
.sectionC01 .block_point .listBlock .box01{
width: 100%;
border-radius: 0.5rem;
margin: 0 0 1.0rem;
}
.sectionC01 .block_point .listBlock .box01:last-of-type{
margin-bottom: 0;
}
.sectionC01 .block_point .listBlock .box01 .ttl01{
padding: 1.0rem 0 0.8rem;
}
.sectionC01 .block_point .listBlock .box01 .ttl01 span{
font-size: 1.3rem;
padding: 0 0 0 4.0rem;;
}
.sectionC01 .block_point .listBlock .box01 .ttl01 span::before{
width: 3.2rem;
height: 2.2rem;
}
.sectionC01 .block_point .listBlock .box01 .text{
font-size: 1.2rem;
padding: 1.5rem 0;
}
}

.sectionC02 [class^="block_"]{
border: 1px solid var(--color_green01);
border-radius: 10px;
padding: 45px 40px 0;
position: relative;
}
.sectionC02 [class^="block_"] .title01{
width: 320px;
background: var(--color_green01);
color: #fff;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
border-radius: 100px;
padding: 10px 0 8px;
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%,-50%);
}
.sectionC02 .block_other{
margin: 0 0 60px;
}
.sectionC02 .block_other .box01{
margin: 0 0 30px;
display: flex;
align-items: flex-start;
}
.sectionC02 .block_other .box01 .ttl01{
width: 120px;
background: var(--color_brown01);
color: #fff;
font-size: 1.6rem;
font-weight: bold;
text-align: center;
border-radius: 100px;
padding: 7px 0 5px;
}
.sectionC02 .block_other .box01 .list{
width: calc(100% - 120px);
padding: 3px 0 0 20px;
display: flex;
flex-wrap: wrap;
}
.sectionC02 .block_other .box01 .list > li{
margin: 0 15px 0 0;
}
.sectionC02 .block_other .box01 .list > li:last-child{
margin-right: 0;
}
.sectionC02 .block_other .box01 .list > li a{
font-size: 1.4rem;
text-decoration: underline;
padding: 5px 0 5px 17px;
position: relative;
}
.sectionC02 .block_other .box01 .list > li a::before{
content: "";
width: 8px;
height: 10px;
background: var(--color_black01);
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sectionC02 .block_similar{
margin: 0 0 60px;
}
.sectionC02 .block_similar .box01 a{
border-bottom: 1px solid #ddd;
padding: 15px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sectionC02 .block_similar .box01:first-of-type a{
padding-top: 0;
}
.sectionC02 .block_similar .box01:last-of-type a{
border-bottom: none;
}
.sectionC02 .block_similar .box01 a .ttl01{
width: calc(100% - 130px);
color: var(--color_brown01);
font-size: 1.6rem;
font-weight: bold;
padding: 0 0 0 20px;
}
.sectionC02 .block_similar .box01 a .name{
width: 100%;
font-size: 1.4rem;
margin: 5px 0 0;
padding: 0 0 0 150px;
}
.sectionC02 .registerBlock{
background: url("/assets/images/common/common_bg_03.webp") top center / auto auto repeat;
border-radius: 10px;
padding: 30px 0;
}
.sectionC02 .registerBlock .text{
color: #fff;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin: 0 0 20px;
}
@media (max-width: 768px){
.sectionC02 [class^="block_"]{
border-radius: 1.0rem;
padding: 3.5rem 1.5rem 0;
}
.sectionC02 [class^="block_"] .title01{
width: 23.0rem;
font-size: 1.4rem;
padding: 0.6rem 0 0.5rem;
}
.sectionC02 .block_other{
margin: 0 0 4.0rem;
}
.sectionC02 .block_other .box01{
margin: 0 0 1.5rem;
display: block;
}
.sectionC02 .block_other .box01 .ttl01{
width: 8.0rem;
font-size: 1.2rem;
margin: 0 0 0.5rem;
padding: 0.4rem 0 0.2rem;
}
.sectionC02 .block_other .box01 .list{
width: 100%;
padding: 0;
}
.sectionC02 .block_other .box01 .list > li{
margin: 0 1.5rem 0 0;
}
.sectionC02 .block_other .box01 .list > li a{
font-size: 1.2rem;
padding: 0.5rem 0 0.5rem 1.2rem;
}
.sectionC02 .block_other .box01 .list > li a::before{
width: 0.6rem;
height: 0.8rem;
}
.sectionC02 .block_similar{
margin: 0 0 4.0rem;
}
.sectionC02 .block_similar .box01 a{
padding: 1.5rem 0;
align-items: flex-start;
}
.sectionC02 .block_similar .box01 a .ttl01{
width: calc(100% - 10.0rem);
font-size: 1.2rem;
padding: 0 0 0 1.0rem;
}
.sectionC02 .block_similar .box01 a .name{
font-size: 1.2rem;
margin: 0.2rem 0 0;
padding: 0;
}
.sectionC02 .registerBlock{
border-radius: 1.0rem;
padding: 2.0rem;
}
.sectionC02 .registerBlock .text{
font-size: 1.4rem;
line-height: 2.0;
margin: 0 0 1.5rem;
}
}

/*----------------------------------------------------------
float
----------------------------------------------------------*/
.float_info{
background: #fffcdd;
text-align: center;
border-left: 2px solid var(--color_orange01);
border-top: 2px solid var(--color_orange01);
border-radius: 10px 0 0 0;
padding: 15px 20px;
position: fixed;
right: 0;
bottom: 0;
z-index: 99;
}
.float_info .text{
width: 100%;
margin: 0 0 10px;
}
.float_info .text span{
background: #fff;
font-size: 1.2rem;
border: 1px solid #ddd;
border-radius: 10px;
margin: 0 0 0 15px;
padding: 15px 20px 12px;
display: inline-block;
position: relative;
}
.float_info .text span::before{
content: "";
width: 10px;
height: 16px;
background: #ddd;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
position: absolute;
left: -11px;
top: 50%;
transform: translateY(-50%);
}
.float_info .text span::after{
content: "";
width: 10px;
height: 16px;
background: #fff;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
position: absolute;
left: -9px;
top: 50%;
transform: translateY(-50%);
}
.float_info .text span strong{
color: var(--color_orange01);
font-weight: bold;
}
.float_info .btnBlock{
display: flex;
}
.float_info .btnBlock .btn{
width: 210px;
}
.float_info .btnBlock .btn + .btn{
margin-left: 10px;
}
.float_info .btnBlock .btn a{
color: #fff;
font-size: 1.2rem;
font-weight: bold;
border-bottom-width: 4px;
border-bottom-style: solid;
padding: 10px 0 8px;
display: block;
position: relative;
}
.float_info .btnBlock .btn a::before{
content: "";
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.float_info .btnBlock .btn.contact a{
background: linear-gradient(#ffd703, var(--color_orange01));
border-bottom-color: var(--color_orange02);
}
.float_info .btnBlock .btn.reserve a{
background: linear-gradient(#48db90, var(--color_green01));
border-bottom-color: var(--color_green02);
}
@media (max-width: 768px){
.float_info{
width: 100%;
background: rgba(0,0,0,0.6);
border-left: none;
border-top: none;
border-radius: 0;
padding: 1.0rem;
}
.float_info .text{
margin: 0 0 1.0rem;
}
.float_info .text img{
width: 4.0rem;
height: 4.0rem;
}
.float_info .text span{
font-size: 1.1rem;
border: none;
border-radius: 0.5rem;
margin: 0 0 0 1.0rem;
padding: 1.0rem 1.5rem 0.8rem;
}
.float_info .text span::before{
display: none;
}
.float_info .text span::after{
width: 0.6rem;
height: 1.0rem;
left: -0.5rem;
}
.float_info .btnBlock .btn{
width: calc((100% - 1.0rem) / 2);
}
.float_info .btnBlock .btn + .btn{
margin-left: 1.0rem;
}
.float_info .btnBlock .btn a{
font-size: 1.1rem;
border-bottom-width: 0.3rem;
padding: 0.8rem 0 0.6rem;
}
.float_info .btnBlock .btn a::before{
width: 0.6rem;
height: 0.6rem;
right: 1.0rem;
}
}


/*----------------------------------------------------------
input
----------------------------------------------------------*/
.list_checkbox01{
display: flex;
flex-wrap: wrap;
}
.list_checkbox01 > li{
margin: 0 20px 0 0;
}
.list_checkbox01 > li:last-child{
margin: 0;
}
.list_checkbox01 > li label{
font-size: 1.4rem;
font-weight: bold;
padding: 10px 0 10px 30px;
display: inline-block;
position: relative;
cursor: pointer;
}
.list_checkbox01 > li label input[type="checkbox"]{
width: 20px;
height: 20px;
border: 1px solid var(--color_black01);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.list_checkbox01 > li label input[type="checkbox"]:checked{
background: var(--color_green01);
border-color: var(--color_green01);
}
.list_checkbox01 > li label input[type="checkbox"]:checked::before{
content: "";
width: 20px;
height: 20px;
background: url("/assets/images/search/secA_ico_05.webp") top center / 100% 100% no-repeat;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 768px){
.list_checkbox01 > li{
margin: 0 2.0rem 0 0;
}
.list_checkbox01.area > li{
width: calc(100% / 4);
margin: 0;
}
.list_checkbox01 > li label{
font-size: 1.3rem;
padding: 1.0rem 0 1.0rem 2.5rem;
}
.list_checkbox01 > li label input[type="checkbox"]{
width: 1.5rem;
height: 1.5rem;
}
.list_checkbox01 > li label input[type="checkbox"]:checked::before{
width: 1.5rem;
height: 1.5rem;
}
}

.list_radio01{
display: flex;
flex-wrap: wrap;
}
.list_radio01 > li{
width: 250px;
text-align: center;
margin: 0 20px 0 0;
}
.list_radio01 > li:last-child{
margin: 0;
}
.list_radio01 > li label{
text-align: center;
border: 1px solid var(--color_black01);
border-bottom: 4px solid var(--color_black01);
border-radius: 10px;
padding: 15px 0;
display: block;
cursor: pointer;
}
.list_radio01 > li label span{
font-size: 1.4rem;
font-weight: bold;
display: inline-block;
position: relative;
}
.list_radio01 > li.kisotsu label span{
color: #b00000;
}
.list_radio01 > li.daini label span{
color: #00b684;
}
.list_radio01 > li.shinsotsu label span{
color: #17b3ff;
}
.list_radio01 > li label input[type="radio"]{
width: 18px;
height: 18px;
background: #fff;
border: 1px solid var(--color_black01);
border-radius: 100px;
margin: 0 10px 0 0;
position: relative;
}
.list_radio01 > li label input[type="radio"]:checked::before{
content: "";
width: 10px;
height: 10px;
background: var(--color_green01);
border-radius: 100px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
@media (max-width: 768px){
.list_radio01{
display:block;
}
.list_radio01 > li{
width: 25.0rem;
margin: 0 auto 1.0rem;
}
.list_radio01 > li:last-child{
margin: 0 auto;
}
.list_radio01 > li label{
text-align: left;
border-radius: 1.0rem;
padding: 1.0rem 0 1.0rem 3.0rem;
}
.list_radio01 > li label span{
font-size: 1.3rem;
}
.list_radio01 > li label input[type="radio"]{
width: 1.6rem;
height: 1.6rem;
margin: 0 1.0rem 0 0;
}
.list_radio01 > li label input[type="radio"]:checked::before{
width: 1.0rem;
height: 1.0rem;
}
}