@charset "UTF-8";
/* CSS Document */

/* layout-green */

.layout-green {
    border-style: solid;
    border-color: var(--color-back);
    border-width: 10px;
    padding: 50px 60px;
    border-radius: 35px;
    background-color: #FFF;
}

/* layout-contact */

.layout-contact {
    padding: 45px;
    border-radius: 35px;
    background-color: var(--color-sub2);
    text-align: center;
}

.layout-contact h2,
.layout-contact h3,
.layout-contact h4,
.layout-contact h4 a {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout-contact h2 {
    font-size: 75px;
}

.layout-contact h3 {
    font-size: 30px;
    letter-spacing: 0.15em;
    padding: 10px 0px 30px;
}

.layout-contact h4,
.layout-contact h4 a {
    font-family: var(--number-font);
    font-size: 62px;
    letter-spacing: 0em;
}

.layout-contact h4 {
    position: relative;
    display: inline-block;
    padding-left: 85px;
}

.layout-contact h4::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    display: block;
    background-image: url("../../images/common/icon-tel-contents.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 70px;
    height: 65px;
}

.layout-contact h4::after {
    content: "";
    font-family: var(--title-font);
    font-size: 34px;
    letter-spacing: 0.05em;
}

.lc01 h4::after {
    content: "（訪問介護）";
}

.lc02 h4::after {
    content: "（老人ホーム）";
}

/* layout01 */

.layout01 {
    text-align: center;
}

.layout01 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.layout01 ul {
    display: inline-block;
    text-align: left;
}

.layout01 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #333333;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 35px;
}

.layout01 ul li:not(:last-child) {
    margin-bottom: 25px;
}

.layout01 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-sub3);
}

/* layout02 */

.layout02 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 10px;
}

.layout02 .box:not(:last-child) {
    border-bottom-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.layout02 .box-detail {
    flex: 1;
}

.layout02 .box-img {
    width: 210px;
    text-align: center;
}

.layout02 .box-img img {
    width: auto;
    max-height: 210px;
}

.layout02 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.layout02 h5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-sub3);
}

.layout02 ul {
    padding-left: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.layout02 ul li {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #333333;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: #F2F2F2;
    padding: 18px 0px;
    text-align: center;
    border-radius: 8px;
    min-width: 280px;
}

/* layout03 */

.layout03 .box-table {
    margin-bottom: 100px;
}

.box-table table {
    width: 100%;
}

.box-table table td {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-bottom-style: solid;
    border-color: #E5E5E5;
    border-width: 2px;
    padding: 20px;
}

.box-table table td:first-child {
    font-weight: var(--base-weight2);
    color: var(--color-sub3);
    border-color: var(--color-sub3);
    white-space: nowrap;
}

.box-table table tr:first-child td {
    border-top-style: solid;
}

/*map-box*/

.map-box {
    height: 450px;
}

.map-box iframe {
    height: 450px;
    width: 100%;
}


/* layout04 */

.layout04,
.layout05 {
    margin-bottom: 100px;
}

.layout04 .box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 70px;
}

.layout04 .box-img {
    width: 480px;
}

.layout04 .box-detail {
    flex: 1;
    padding-top: 30px;
}

.layout04 .box-table {
    padding: 30px 0px;
}

.layout04 h5 {
    font-weight: var(--base-weight2);
    color: #333;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.layout04 p,
.layout05 p {
    color: #666666;
}

.layout04 p {
    text-align: right;
}

/* layout05 */

.layout05 table {
    width: 100%;
}

.layout05 td {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border-style: solid;
    border-color: #E5E5E5;
    border-width: 1px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.layout05 tr:first-child td {
    text-align: left;
}

.layout05 tr:last-child td:last-child {
    text-align: right;
}

.layout05 tr td.t-first,
.layout05 tr:nth-child(2) td {
    font-weight: var(--base-weight2);
    background-color: #F2F2F2;
    text-align: center;
}


.layout05 p {
    padding-top: 20px;
}

.sp-view {
    display: none;
}
