@charset "UTF-8";
/* reset */
*{
    box-sizing: border-box;
}
#main > .content {
    padding: 0;
}
body, ul, dl, dd, figure,h2,
p {
    margin: 0;
    padding: 0;
}
ol,ul {
	list-style-type: none;
}
hr {
	display: none;
}
img {
	display: block;
	border: 0;
}
form {
	display: inline;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* その他 */
div#container {
    position: relative;
}
.line-break {
    display: block;/* 見出し改行 */
}
.line-break_ib {
    display: inline-block;
}
#main .space {
    background: #EDF1F2;
}
#multiple_float_base {
    background-color: #EDF1F2 !important;
}
/* 共通見出し */
[class *= _heading02] {
    position: relative;
    text-align: center;
    line-height: 1.4;
}
[class *= _heading02]::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -70px;
    left: calc(50% - 31px);
    width: 62px;
    height: 69px;
}
@media only screen and (min-width: 769px) {
    [class *= _heading02] {
        margin-bottom: 50px;
        font-size: 38px;
    }
    .line-break_pc {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    [class *= _heading02] {
        margin-bottom: 40px;
        font-size: 33px;
    }
    .p-inquiry_telNumber {
        padding: 15px 40px;
        background: var(--navy);
        border-radius: 20px;
    }
}
/* ----------------------------------------------------------
    ヘッダー調整
---------------------------------------------------------- */
#head_area {
    max-width: 1000px;
}
#head_area #logo {
    display: table-cell;
    padding: 17px 0 18px;
}
.theme-button_line::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
}
@media only screen and (min-width: 769px) {
    #head_area {
        width: 96%;
        display: table;
        margin: 0 auto;
        text-align: left;
    }
    #head_area .headtxt {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

}
/* ----------------------------------------------------------
    layout
---------------------------------------------------------- */
.l-oneday_inner {
    background: #EDF1F2;
    border-radius: 30px 30px 0 0;
}

@media only screen and (min-width: 768px) {
    .l-work_inner {
        width: 96%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 140px 0 70px;
    }
    .l-oneday_inner {
        padding: 140px 20px 20px;
    }
    .l-oneday_inner {
    
    }
}
@media only screen and (max-width: 767px) {
    .l-work_inner {
        padding: 100px 20px 40px;
    }
    .l-oneday_inner {
        padding: 100px 20px 50px;
    }
}

/* ----------------------------------------------------------
    KV
---------------------------------------------------------- */
.p-kv_wrapper img {

}
/* ----------------------------------------------------------
    主な業務内容
---------------------------------------------------------- */
.p-work_heading02::after {
    background: url(/contents/work/img/im-h_work.png);
}
.p-work_list {
    display: grid;
}
.p-work_col2 {
    display: grid;
    gap: 20px;
}
.p-work_col3 {
    margin-top: 20px;
    display: grid;
    gap: 20px;
}
.p-work_col2 dl,
.p-work_col3 dl {
    background: #EDF1F2;
}
.p-work_col3 dl {
    border-radius: 30px;
}
.p-work_col2 > div {
    border-radius: 30px;
    overflow: hidden;
}
.p-work_list dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
}
@media only screen and (min-width: 768px) {
    .p-work_heading02 {

    }
    .p-work_list dt {
    }
    .p-work_col2 {
        grid-template-columns: 1fr 1fr;
    }
    .p-work_col2 dl {
        height: 100%;
        padding: 40px 50px 50px;
    }
    .p-work_col3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .p-work_col3 dl {
        padding: 50px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .p-work_heading02 {

    }
    .p-work_list {
    
    }
    .p-work_col2 {
    
    }
    .p-work_col2 dl {
        padding: 30px;
    }
    .p-work_col3 dl {
        padding: 30px;
    }
}

/* ----------------------------------------------------------
    1日のお仕事
---------------------------------------------------------- */
.p-oneday_heading02::after {
    background: url(/contents/work/img/im-h_time.png)
}
.p-oneday_wrapper {
    display: grid;
}
.p-oneday_color {
    width: 36px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(255, 205, 115, 1), rgba(244, 171, 119, 1) 28%, rgba(235, 139, 123, 1) 50%, rgba(226, 108, 128, 1) 66%, rgba(222, 97, 128, 1) 71%, rgba(137, 60, 144, 1));
    border-radius: 100px;
}
.p-oneday_contents {

}
.p-oneday_grid:first-of-type dt::before {
    content: none;
}
.p-oneday_grid figure {
    border-radius: 20px;
    overflow: hidden;
    height: fit-content;
}
.p-oneday_grid:last-of-type {
    margin-bottom: 0;
}
.p-oneday_grid dt {
    color: var(--green);
    font-weight: bold;
    position: relative;
}
.p-oneday_grid dt::before {
    font-family: recop-iconfonts;
    content: "\E846";
    font-size: 46px;
    position: absolute;
    top: calc(50% - 37px);
    left: -88px;
    color: #EDF1F2;
}
.p-oneday_text {
    text-align: right;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .p-oneday_wrapper {
        max-width: 1000px;
        margin: 0 auto;
        grid-template-columns: 36px 1fr;
        gap: 50px;
    }
    .p-oneday_grid {
        margin: 0 auto 50px;
        display: grid;
        grid-template-columns: 1fr 240px;
        gap: 50px;
    }
    .p-oneday_grid dt {
        margin-bottom: 10px;
        font-size: 33px;
    }
    .p-oneday_grid dd p {
        margin-top: 20px;
    }
    .p-oneday_text {
        max-width: 1000px;
        margin: 50px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    .p-oneday_wrapper {
        grid-template-columns: 36px 1fr;
        gap: 33px;
    }
    .p-oneday_grid {
        margin-bottom: 50px;
    }
    .p-oneday_grid dl {
        margin-bottom: 20px;
    }
    .p-oneday_grid dt::before {
        top: calc(50% - 32px);
        left: -71px;
    }
    .p-oneday_grid dt {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .p-oneday_grid dd p {
        margin-top: 8px;
    }
    .p-oneday_grid figure {
        max-width: 506px;
        margin: 0 auto;
    }
    .p-oneday_text {
        margin-top: 30px;
    }
}

/* ----------------------------------------------------------
    
---------------------------------------------------------- */
