﻿@charset "UTF-8";
/*
Theme Name: いたみOHANA-theme
Author: いたみOHANA
Version: 1.0.0
-------------------------------------------------*/

/* ------------------
共通
------------------ */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: heisei-maru-gothic-std, sans-serif;
    color: #464646;
}

p {
    letter-spacing: 0.4px;
    font-size: 17px;
}

a:hover {
    opacity: .7;
}

body * a[href] {
    text-decoration: none;
    display: block;
}

.fcRD {
    color: #FF0000;
}

.fcBL {
    color: #47BAFF;
}

.fcPN {
    color: #FF68BB;
}

.decoration {
    margin-top: 2%;
}

/* mv */
.mv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

html,
body {
    overflow-x: hidden;
}

/* 共通h2 */
.h2-wrap {
    text-align: center;
}

.ttlh2 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: 0.6px;

}

.ttlh2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 104%;
    width: 38px;
    height: 35px;
    background-image: url(./assets/icon/icon-hibiscus.png);
}

.ttlh2::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 104%;
    width: 38px;
    height: 35px;
    background-image: url(./assets/icon/icon-hibiscus.png);
}

.forSP {
    display: none;
}

/* ------------------
header
------------------ */
.header .inner {
    width: 1350px;
    margin: 15px auto 15px 19%;
    /* margin: 10px auto; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (min-width:768px) and (max-width:1536px) {
    .header .inner {
        margin: 10px auto 4px 12%;
    }
}

.logo a:hover {
    opacity: 1;
}

.logo-sub {
    letter-spacing: -0.5px;
    font-size: 2.2rem;
}

.tel-ttl {
    font-size: 1.4rem;
    letter-spacing: 1.3px;
}

.head-tel-btn {
    margin: 8px 0 0;
    width: 376px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    background-color: #FF418D;
}

.head-tel-btn a {
    position: relative;
    padding-left: 30px;
    line-height: 60px;
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    font-family: 'メイリオ', 'Meiryo', sans-serif;

}

.head-tel-btn a::before {
    content: "";
    position: absolute;
    top: 13px;
    right: 318px;
    width: 23px;
    height: 30px;
    background-image: url(./assets/icon/icon-phone.png);
}

.tel-sub-ttl {
    margin-top: 12px;
    letter-spacing: 0.8px;
    text-align: center;
}

.menu {
    padding: 0.8%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.menu-area {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menu-area li a {
    font-size: 1rem;
    color: #464646;
}

.fcRD {
    color: #FF0000;
}

.fcBL {
    color: #47BAFF;
}

.fcPN {
    color: #FF68BB;
}

/* ------------------
footer
------------------ */
.footer {
    margin-top: 5%;
}

/* 見学・ご相談はお気軽にお問い合わせください */
.foot-inquiry {
    height: 378px;
    background: url(./assets/bg-foot-inquiry.png)no-repeat center;
}

.foot-inquiry h2 {
    padding-top: 4%;
    letter-spacing: 2.7px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

.foot-inquiry .column-col02 {
    margin-top: 3.5%;
}

.foot-inquiry .col-wrap {
    width: 994px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.foot-inquiry-txt {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.foot-tel-btn a {
    text-align: center;
    font-size: 35px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    width: 450px;
    padding: 20px 0 12px 25px;
    border: 3px solid #fff;
    border-radius: 10px;
    background-color: #FF418D;
}

.foot-tel-btn a::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 70px;
    width: 24px;
    height: 30px;
    background-image: url(./assets/icon/icon-phone.png);
    background-repeat: no-repeat;
}


.foot-mail-btn a {
    text-align: center;
    font-size: 27px;
    color: #464646;
    width: 450px;
    border: 3px solid #FF418D;
    border-radius: 10px;
    background-color: #FFF;
    padding: 23px 0 17px 0;
    margin-top: 10px;
}

/* アクセス */
.foot-access {
    width: 1150px;
    margin: 5% auto 0;
    padding-top: 3%;
}

.foot-access-ttl {
    position: relative;
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: 0.6px;
}

.foot-access-ttl::before {
    left: 120%;
}

.foot-access-ttl::after {
    right: 120%;
}

.foot-address {
    margin-top: 2%;
    text-align: center;
    font-size: 1.9rem;
}

.foot-map {
    text-align: center;
    margin-top: 1.5%;
}

/* 就労継続支援事業所いたみOHANA */
.foot-menu {
    margin-top: 5%;
    padding: 2% 0;
    background-color: #C2C2C2;
}

.foot-company-name {
    width: 261px;
    margin: 0 auto;
    padding: .7% 0 .4%;
    text-align: center;
    border: 1px solid #707070;
}

.foot-company-name a {
    line-height: 1.3;
    letter-spacing: 1px;
    color: #464646;
}

.foot-company-name a:hover {
    opacity: 1;
}

.foot-menu-area {
    width: 545px;
    height: 80px;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
}

.foot-menu-area li:not(:last-child) {
    margin-right: 6%;
}

.foot-menu-area a {
    color: #464646;
    font-size: 1rem;
}

.post_contents {
    width: 700px;
    margin: 50px auto;
    line-height: 1.7;
}

.post_contents h2 {
    font-size: 30px;
    border-left: 10px solid #FF418D;
    padding-left: 10px;
    margin-bottom: 20px;
}

.post {
    margin-top: 20px;
    border-top: 2px dashed #FF418D;
    padding-top: 20px;
}

/* ------------------
TOP
------------------ */

main {
    width: 1150px;
    margin: 0 auto;

}

.news {
    margin-top: 5%;
    padding-top: 5%;
}

.news ul {
    width: 60%;
    margin: 30px auto;
}

.news ul li {
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px dashed #464646;
}

.news .news-title {
    color: #464646;
}

/* いたみOHANAってどんなところ？ */
.about {
    margin-top: 5%;
    padding-top: 5%;
}

.about .column-col02 {
    margin-top: 2%;
}

.about .col-wrapper {
    display: flex;
    justify-content: space-between;
}
.about .col-wrapper .col{
	width: 550px;
    line-height: 1.3;
}


.about-sentence:nth-child(n+2) {
    margin-top: 25px;
}



.about .button a {
	display: block;
    padding: 20px 0 15px 0;
    color: #fff;
    text-align: center;
    margin: 14px 0 0 auto;
    width: 350px;
    border-radius: 10px;
    background-color: #80CD29;
}



.news_wrap .button a {
    display: block;
    color: #fff;
    padding: 20px 0px 15px 0px;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    border-radius: 10px;
    background-color: #80CD29;
}



/* いたみOHANAの強み */
.advantage {
    margin-top: 5%;
    padding-top: 5%;
}

.advantage-area {
    width: 1056px;
    margin: 3% auto 0;
    container-type: inline-size;
    container-name: sns-grid;
}

.advantage-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    align-items: center;
}

.advantage-area li {
    height: 340px;
    text-align: center;
}

.advantage-area li:nth-child(1) {
    background: url(./assets/bg-advantage01_red.png)no-repeat center;
}

.advantage-area li:nth-child(2) {
    background: url(./assets/bg-advantage02_blue.png)no-repeat center;
}

.advantage-area li:nth-child(3) {
    background: url(./assets/bg-advantage03_yellow.png)no-repeat center;
}

.advantage-area li:nth-child(4) {
    background: url(./assets/bg-advantage04_green.png)no-repeat center;
}

.advantage-area li:nth-child(5) {
    background: url(./assets/bg-advantage05_purple.png)no-repeat center;
}

.advantage-area li:nth-child(6) {
    background: url(./assets/bg-advantage06_pink.png)no-repeat center;
}

.advantage-image {
    margin-top: 20%;
    text-align: center;
}

.advantage-area li:nth-child(n+4) .advantage-image {
    margin-top: 15%;
    text-align: center;
}

.advantage-area p {
    line-height: 28px;
    font-size: 1.2rem;
}

.advantage-text-1 {
    margin-top: 12%;
}

.advantage-text-2 {
    margin-top: 7%;
}

.advantage-text-3 {
    margin-top: 4%;
}

/* スタッフの声 */
.staff-voice {
    margin-top: 8%;
    padding-top: 5%;
}

.staff-voice-area {
    margin-top: 6%;
}

.staff-voice-comment {
    width: 980px;
    margin: 0 auto;
    display: flex;
}

.staff-voice-comment:nth-child(n+2) {
    margin-top: 3%;
}

.staff-image {
    margin-right: 5%;
}

.staff-image img {
    margin-left: 9%;
}

.staff-image p {
    margin-top: 5px;
    letter-spacing: -1px;
    font-size: 1.1rem;
}

.staff-text01 {
    width: 810px;
    height: 112px;
    padding: 23px 0 0 20px;
    line-height: 35px;
    letter-spacing: 0.7px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px 2px #0000002b;
    font-size: 1.5rem;
}

.staff-text02 {
    width: 810px;
    height: 248px;
    padding: 23px 0 0 20px;
    line-height: 35px;
    letter-spacing: 0.7px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px 2px #0000002b;
    font-size: 1.5rem;
}

/* お申し込みから就労までの流れ */
.flow {
    margin-top: 8%;
    padding-top: 5%;
}

.flow-area {
    margin-top: 5%;
}

.flow-area ol {
    display: flex;
    justify-content: space-between;
}

.flow-area li {
    position: relative;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0px 3px 6px 2px #0000002b;
    border-radius: 5px;
}

.flow-area li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45%;
    right: -46px;
    width: 32px;
    height: 35px;
    background-image: url(./assets/icon/icon-arw.png);
}

.flow-step {
    font-size: 1.4rem;
}

.flow-txt {
    margin-top: 7%;
    line-height: 1.3;
    font-size: 1.2rem;
}

/* ------------------
TOPここまで
------------------ */
/* ------------------
company
------------------ */
.company {
    margin-top: 8%;
}

.company .column-col02 {
    margin-top: 3%;
}

.company .col-wrapper {
    display: flex;
    justify-content: space-between;
}

.company-txt {
    width: 48%;
}

.company-greet {
    font-size: 1.5rem;
    letter-spacing: 0.8px;
}

.company-sentence {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 37px;
}

.representative-name {
    width: 150px;
    margin: 2% 0 0 auto;
    line-height: 1.5;
    font-size: 1.1rem;
}

/* テーブル */
.company-table {
    margin-top: 10%;
}

.company-table table,
.com-head,
.com-disc {
    margin: 0 auto;
    border: 1px solid #464646;
    border-collapse: collapse;
    letter-spacing: 0.4px;
    vertical-align: middle;
    font-size: 1.1rem;
}

.company-table .com-head {
    padding: 3px;
    width: 194px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #979797;

}

.company-table .com-disc {
    padding: 0 0 0 20px;
    width: 458px;
    height: 40px;
}

.company-access {
    height: 180px;
}

.company-table li {
    margin-left: 15px;
    line-height: 2;
    list-style-type: disc;
    font-size: 1.03rem;
}

/* ------------------
companyここまで
------------------ */
/* ------------------
job
------------------ */
/* 仕事内容 */
.job {
    margin-top: 8%;
}

.job .column-col02 {
    margin: 2% auto;
}

.job .col-wrapper {
    display: flex;
    justify-content: space-between;
}

.job .col-wrapper:nth-child(n+2) {
    margin-top: 6%;
}

.job .col-wrapper:nth-child(2n) {
    flex-direction: row-reverse;

}

.job-txt {
    width: 47%;
}

.job-content {
    padding: 0 0 4px;
    font-size: 1.8rem;
    display: inline-block;
    letter-spacing: 1px;
    border-bottom: 2px solid #FF418D;
}

.job-sentence {
    margin: 3% 0 0;
    line-height: 2.1;
    letter-spacing: 0.8px;
    font-size: 17px;
}

.job-other {
    margin-top: 8%;
    text-align: center;
    letter-spacing: 0.4px;
    font-size: 1.8rem;
    line-height: 1.5;
}

/* 1日の流れ */
.oneday-flow {
    margin-top: 11%;
}

.oneday-flow table,
.flow-time,
.flow-do {
    margin: 3% auto 0;
    letter-spacing: 0.4px;
    vertical-align: middle;
    font-size: 1.2rem;
}

.flow-time {
    position: relative;
    padding: 10px 0 28%;
    text-align: center;
}

.flow-do {
    padding: 10px 0 28% 70px;
    height: 40px;
}

.flow-time:not(.flow-flame:last-child .flow-time)::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 1px;
    height: 50%;
    border-left: 1px solid #333;
}

/* ------------------
jobここまで
------------------ */
/* ------------------
contact
------------------ */
.contact {
    margin-top: 8%;
}

.contact-form {
    width: 40%;
    margin: 6% auto 0;
}

.contact-label {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    line-height: 0;
}

.contact-form input,
textarea {
    width: 100%;
    margin: 1% 0;
    padding: 6px 9px;
    line-height: 1.5;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 1.1rem;
}

.must {
    margin-left: 10px;
    color: #FF418D;
}

.check-area .send {
    margin-top: 9%;
    width: 330px;
    height: 54px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #FF68BB;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.check-area {
    width: 330px;
    margin: 4% auto;
    font-size: 1rem;
}

.check-area .inner {
    margin-bottom: 20px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-list-item-label {
    font-size: 16px;
}

button {
    margin-top: 9%;
    width: 330px;
    height: 54px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #FF68BB;
    border-radius: 5px;
    cursor: pointer;
}

/* ------------------
contactここまで
------------------ */

/* ページネーション */
/* // 真ん中に設置 */
.pagination {
    text-align: center;
}

/* // 横並びにする */
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* // ページタブの共通スタイル */
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #fe90d0;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #fe90d0;
}

/* // マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
    border-radius: 50%;
}

/* // 現在のページのタブ  */
.nav-links .current {
    background: #fe90d0;
    color: #FFFFFF;
    padding: 0;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #fe90d0;
    color: #fe90d0;
    position: relative;
}

/* // 縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* // 「次へ」の前の縦線位置 */
.nav-links .next::before {
    left: -15px;
}

/* //「前へ」の後の縦線位置 */
.nav-links .prev::after {
    right: -15px;
}

/* // 数字省略の「・・・」 */
.nav-links .dots {
    background: transparent;
    border: none;
}
.pp_container{
    margin: 40px auto;
    width: 800px;
}
.pp_container h2{
    margin-bottom: 10px;
    margin-top: 50px;
    border-left: 5px solid #FF418D;
    padding-left: 10px;
    line-height: 1.3;
}
.pp_container p{
    line-height: 1.5;
}

























/* ------------------
SP
------------------ */
@media only screen and (max-width: 767px) {
    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    body {
        height: 100%;
        overflow: hidden;
    }

    /* ------------------
header-SP
------------------ */
    .header .inner {
        width: auto;
        margin: 0 auto;
        padding: 10px 0;
        justify-content: center;
    }

    .header .logo {
        position: relative;
        z-index: 9999;
        width: 10vw;
        margin-right: 0%;
    }

    .logo-sub {
        position: relative;
        z-index: 9999;
        margin: 0 30px 0 15px;
        letter-spacing: -0.1px;
        font-size: 0.7rem;
    }

    /* ------------------
footer-SP
------------------ */
    .foot-inquiry h2 {
        padding-top: 10%;
        letter-spacing: 0;
        font-size: 1rem;
    }

    .foot-inquiry {
        background-size: cover;
        height: 315px;
    }

    .foot-inquiry .column-col02 {
        padding: 5% 0;
    }

    .foot-inquiry .col-wrap {
        width: auto;
        display: block;
    }

    .foot-inquiry-txt {
        font-size: 15px;
    }

    .foot-tel-btn a {
        font-size: 30px;
        margin: 7px auto;
        width: 85%;
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 15px 0 8px 25px;
    }

    .foot-tel-btn a::after {
        top: 15px;
        left: 37px;
        width: 30px;
        height: 25px;
        background: url(./assets/icon/icon-phone.png) no-repeat;
        background-size: contain;
    }

    .foot-inquiry .col:nth-child(n+2) {
        margin-top: 5%;
    }

    .foot-mail-btn a {
        font-size: 17px;
        margin: 1% auto;
        width: 85%;
        border: 2px solid #FF418D;
        border-radius: 50px;
        background: #fff;
        padding: 20px 0 15px 0;
    }

    /* アクセス */
    .foot-access {
        width: auto;
        margin: 5% auto 0;
    }

    .foot-access-ttl::before {
        left: 112%;
    }

    .foot-access-ttl::after {
        right: 112%;
    }

    .foot-address {
        margin-top: 5%;
        font-size: 1rem;
    }

    .foot-map iframe {
        aspect-ratio: 16/9;
        max-width: 660px;
        width: 80%;
        height: auto;
    }


    /* 就労継続支援事業所いたみOHANA */
    .foot-menu {
        margin-top: 15%;
        padding: 7% 0;
    }

    .foot-company-name {
        width: 37%;
        padding: 1.7% 0 .4%;
    }

    .foot-company-name a {
        font-size: 0.8rem;
    }

    .foot-menu-area {
        width: 85%;
        height: 75px;
        margin: 5% auto;
    }

    .foot-menu-area li:not(:last-child) {
        margin-right: 4%;
    }

    .foot-menu-area a {
        font-size: 0.7rem;
    }





    /* ------------------
TOP-SP
------------------ */
    main {
        width: auto;
    }

    .mv {
        width: auto;
        margin: 0;
    }

    .ttlh2 {
        font-size: 1rem;
    }

    .ttlh2::before {
        width: 21px;
        height: 20px;
        background-size: cover;
    }

    .ttlh2::after {
        width: 21px;
        height: 20px;
        background-size: cover;
    }

    /* いたみOHANAってどんなところ？ */
    .about .col-wrapper {
        flex-direction: column-reverse;
    }

    .about-image {
        width: 90%;
    }

    .about .col:last-child {
        text-align: center;
    }

    .about-sentence {
        width: 90%;
        margin: 4% auto 0;
        font-size: 17px;
        line-height: 23px;
    }

    .about-sentence:nth-child(n+2) {
        margin-top: 16px;
    }

    .about .button {
        text-align: center;
        margin: 30px auto;
        width: 347px;
        border-radius: 10px;
        background-color: #80CD29;
    }

    /* いたみOHANAの強み */
/*     .advantage {
        margin-top: 15%;
    } */

    .advantage-area {
        width: auto;
    }

    .advantage-area ul {
        width: 90%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }

    .advantage-area li:nth-child(1),
    .advantage-area li:nth-child(2),
    .advantage-area li:nth-child(3),
    .advantage-area li:nth-child(4),
    .advantage-area li:nth-child(5),
    .advantage-area li:nth-child(6) {
        background-size: contain;
        width: auto;
        height: 180px;
    }

    .advantage-area li:nth-child(3) .advantage-image {
        margin-top: 22%;
        width: 34vw;
    }

    .advantage-area li:nth-child(4) .advantage-image {
        margin-top: 18%;
        width: 15vw;
    }

    .advantage-area li:nth-child(6) .advantage-image {
        margin-top: 18%;
        width: 30vw;
    }

    .advantage-image {
        margin-top: 18%;
        width: 20vw;
        background-size: contain;
    }

    .advantage-area p {
        line-height: 16px;
        font-size: 0.65rem;
    }

    /* スタッフの声 */
    .staff-voice {
        margin-top: 5%;
    }

    .staff-voice-comment {
        width: auto;
        justify-content: center;
    }

    .staff-image {
        margin-right: 4%;
    }

    .staff-image img {
        margin-left: 20%;
        width: 14vw;
    }

    .staff-image p {
        letter-spacing: -1px;
        font-size: 0.7rem;
    }

    .staff-text01 {
        width: 73%;
        height: 112px;
        padding: 15px 16px;
        line-height: 20px;
        letter-spacing: -0.8px;
        border-radius: 15px;
        font-size: 0.9rem;
    }

    .staff-voice-comment:nth-child(n+2) {
        margin-top: 7%;
    }

    .staff-text02 {
        width: 73%;
        height: 205px;
        padding: 15px 14px;
        line-height: 20px;
        letter-spacing: -0.8px;
        border-radius: 15px;
        font-size: 0.9rem;
    }

    /* お申し込みから就労までの流れ */
    .flow-area ol {
        display: block;
    }

    .sp-flex {
        margin-top: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flow-step {
        font-size: 1rem;
        border-bottom: 1px solid #707070;
        display: inline-block;
    }

    .flow-area li {
        width: 90%;
        margin: 0 auto 20%;
    }

    .flow-area li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 238px;
        right: 160px;
        width: 30px;
        height: 30px;
        background: url(./assets/icon/icon_arw_sp.png)no-repeat;
        background-size: contain;
    }

    .sp-flex .flow-image {
        width: 40%;
        margin-right: 4%;
    }

    .sp-flex .flow-txt {
        font-size: 16px;
        text-align: left;
    }

    /* ------------------
company-SP
------------------ */
    .company .col-wrapper {
        flex-direction: column-reverse;

    }

    .company .column-col02 {
        margin-top: 7%;
    }

    .company-txt {
        width: 90%;
        margin: 7% auto 0
    }

    .company-greet {
        font-size: 1rem;
    }

    .company-sentence {
        margin-top: 13px;
        font-size: 0.8rem;
        line-height: 25px;
    }

    .representative-name {
        width: 125px;
        font-size: 0.9rem;
    }

    .company .col:last-child {
        text-align: center;
    }

    .company-image {
        width: 90%;
    }

    .company-table table,
    .com-head,
    .com-disc {
        letter-spacing: 0;
        font-size: 0.9rem;
    }

    .company-table .com-head {
        width: 90px;
        height: 25px;
    }

    .company-table .com-disc {
        padding: 7px 5px 0 13px;
        width: 260px;
        line-height: 1.3;
    }

    .company-access {
        height: 210px;
    }

    .company-table .com-disc li {
        margin: 10px 0 0 12px;
        line-height: 1.3;
        font-size: 0.9rem;
    }

    /* ------------------
one-day-SP
------------------ */
    /* 仕事内容 */
    .job .column-col02 {
        margin: 4% auto;
    }

    .job .col-wrapper {
        display: block;
    }

    .job .col-wrapper:nth-child(n+2) {
        margin-top: 10%;
    }

    .job-img-area {
        text-align: center;
    }

    .job-image {
        width: 90%;
    }

    .job-txt {
        width: 90%;
        margin: 5% auto 0;
    }

    .job-content {
        font-size: 1.4rem;
    }

    .job-sentence {
        line-height: 1.7;
        letter-spacing: 0;
        font-size: 0.8rem;
    }

    .job-other {
        font-size: 1.1rem;
    }

    /* 1日の流れ */

    .oneday-flow table,
    .flow-time,
    .flow-do {
        margin: 7% auto 0;
    }

    .flow-time {
        padding: 0px 0 15%;
        width: 130px;
    }

    .flow-time:not(tr:last-child .flow-time)::before {
        height: 50%;
    }

    .flow-do {
        padding: 0px 0 15% 0;
        height: 17px;
        width: 90px;
    }

    /* ------------------
contact-SP
------------------ */
    .contact-form {
        width: 90%;
    }

    .contact-label {
        font-size: 1rem;
    }

    .news ul {
        width: 90%;
        margin: 20px auto;
    }

    .news ul a {
        font-size: 16px;
    }

    .post_contents {
        width: 90%;
        margin: 50px auto;
        line-height: 1.7;
    }

    header {
        box-shadow: 0px 0px 20px -15px #777777;
    }
    .post_contents h2 {
        font-size: 20px;
    }
    .pp_container{
        margin: 40px auto;
        width: 90%;
    }
    .pp_container h2{
        margin-bottom: 10px;
        margin-top: 50px;
        border-left: 5px solid #FF418D;
        padding-left: 10px;
        line-height: 1.3;
    }
    .pp_container p{
        line-height: 1.5;
    }
	.about .col-wrapper .col {
     width: initial; 
     line-height: initial;
	}




















}