@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* PC用スタイル */
@media only screen and (min-width: 481px) {
    /* header */
    .blue-line {
        background-color: #0E6DC1;
        height: 15px;
    }
    .header {
        display: flex;
        margin-left: 100px;
        margin-right: 100px;
    }
    .header-logo a {
        text-decoration: none;
        color: black;
        font-size: 20px;
    }
    .nav {
        margin: 0 0 0 auto;
    }
    .nav-menu {
        display: flex;
        justify-content: flex-end;
    }
    .menu {
        color: black;
        text-decoration: none;
    }
    .nav-menu li {
        list-style: none;
        padding: 15px 20px;
    }
    .contact-button {
        color: white;
        background-color: #0E6DC1;
        text-decoration: none;
        padding: 10px 30px;
    }

    /* MV */
    .MV {
        background-image: url(images/MV.png);
        background-size: cover;
        height: 600px;
        position: relative;
    }
    .mv-content {
        position: absolute;
        top: 50%;
        left: 150px;
        transform: translateY(-50%);
        width: 45%;
    }
    .sp-mv-content {
        display: none;
    }
    .mv-title{
        background-color: white;
        margin-bottom: 5px;
        font-size: 30px;
    }
    .sp-mv-title {
        display: none;
    }
    .mv-text {
        background-color: white;
        margin-bottom: 50px;
        font-size: 20px;
        /* width: 85%; */
    }
    .sp-mv-text {
        display: none;
    }
    .mv-button {
        background-color: #0E6DC1;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
    }
    .sp-mv-button {
        display: none;
    }

    /* contents */
    .container {
        margin: 50px 100px;
    }
    .content {
        text-align: center;
        letter-spacing: 0.3em;
        margin-bottom: 50px;
    }
    .title {
        color: #0E6DC1;
    }

    /* 業務内容 */
    .services {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .service {
        display: flex;
        box-shadow: 2px 2px 3px #d5d5d5;
        margin-bottom: 20px;
    }
    .service img {
        width: 30%;
    }
    .service-content {
        padding-left: 20px;
        padding-right: 80px;
        padding-bottom: 20px;
    }
    .service-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .button {
        text-align: center;
        margin-top: 30px;
    }
    .more {
        color: white;
        text-decoration: none;
        background-color: #0E6DC1;
        padding: 10px 50px;
    }

    /* 代表紹介 */
    .representative {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .rep-introduction {
        display: flex;
        box-shadow: 2px 2px 3px #d5d5d5;
    }
    .rep-introduction img {
        width: 30%;
    }
    .sp-rep-img {
        display: none;
    }
    .rep-text {
        margin-left: 50px;
    }
    .rep {
        font-weight: bold;
    }
    .rep-name {
        font-size: 24px;
        letter-spacing: 0.4em;
        margin-bottom: 5px;
    }
    .rep-info {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sns-icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sns p {
        display: none;
    }
    .rep-text a {
        text-decoration: none;
    }
    .message {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .message-text {
        padding-left: 20px;
        padding-right: 120px;
        margin-bottom: 20px;
    }

    /* 事業所紹介 */
    .access {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .access-info {
        display: flex;
        box-shadow: 2px 2px 3px #d5d5d5;
    }
    .map {
        width: 30%;
        position: relative;

    }
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .access-text {
        padding: 30px 50px 50px 50px;
    }
    .access-text h3 {
        margin-bottom: 8px;
    }
    .access-text p {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    /* お問い合わせ */
    .contact {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .contact p {
        margin-bottom: 16px;
        text-align: center;
    }
    .contact-form {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .CF-data {
        list-style: none;
        display: flex;
        justify-content: center;
        /* margin-bottom: 8px; */
    }
    .CF-data-contact-page {
        list-style: none;
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .label {
        width: 30%;
        font-weight: bold;
        text-align: center;
    }
    .label-contact-page {
        width: 30%;
        font-weight: bold;
        text-align: center;
    }
    .input {
        width: 70%;
        margin-right: 0;
    }
    .input-contact-page {
        width: 70%;
        margin-right: 0;
    }
    .input input {
        width: 100%;
        height: 3em;
        border: none;
        background-color: #EBEBEB;
        border-radius: 5px;
    }
    .input-contact-page input {
        width: 100%;
        height: 3em;
        border: none;
        background-color: #EBEBEB;
        border-radius: 5px;
    }
        /* 送信ボタン */
    .send-button {
        margin-bottom: 10px;
    }
    input[type="submit" i] {
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 10px 80px;
        border-radius: 40px;
        position: relative;
        font-size: 18px;
        margin-left: -18%;
    }
    /* .send-button button {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 10px 80px;
        border-radius: 40px;
        position: relative;
    } */
    /* .email-icon::before { */
        /* content: "\2709"; Unicodeコードポイント */
        /* display: inline-block; */
        /* font-size: 30px; /* フォントサイズ設定 */
        /* line-height: 1; 行の高さ設定 */
        /* position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-60%);
        transform: translateY(-60%);
    } */
    /* .send-button-text {
        padding-left: 8px;
    }
    .send {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .send-text {
        font-size: 10px;
        margin-bottom: 10px !important;
    } */
        /* 電話をかけるボタン */
    /* .call-button button {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 13px 90px;
        border-radius: 40px;
        position: relative;
    } */
    /* .phone-icon::before { */
        /* content: "\260E"; Unicodeコードポイント */
        /* display: inline-block; */
        /* font-size: 24px; フォントサイズ設定 */
        /* line-height: 1; 行の高さ設定 */
        /* position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-60%);
        transform: translateY(-60%);
    } */
    /* .call-button-text {
        padding-left: 8px;
    }
    .call {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .call-text {
        font-size: 10px;
        margin-bottom: 10px !important;
    } */

    /* プライバシーポリシー */
    .privacy {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .privacy p {
        padding-top: 8px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .privacy h3 {
        font-weight: normal;
        padding-left: 15px;
        letter-spacing: 0.2em;
    }
    .privacy ul {
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .privacy h4 {
        font-weight: normal;
        font-size: 18px;
        padding-left: 20px;
        letter-spacing: 0.2em;
        margin-bottom: 8px;
    }
    .sp-privacy-line {
        display: none;
    }

    /* 業務内容ページ */
    .pagetitle {
        background-color: black;
        position: relative;
        display:inline-block;
    }
    .pagetitle img {
        width: 100%;
        opacity: 0.5;
        display:block;
    }
    .pagetitle h2 {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0.2em;
        font-weight: normal;
    }
    .pagetitle p {
        color: white;
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0.2em;
        font-weight: normal;
    }
    .services-box {
        margin-bottom: 100px;
    }
    .service-page-item-border {
        background-color: #F2F2F2;
        padding: 30px 50px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .service-page-item {
        background-color: white;
        padding: 25px 18px;
        border-radius: 20px;
        display: flex;
    }
    .service-page-item img {
        width: 30%;
    }
    .service-item-text {
        padding: 30px 10px 30px 50px;
    }
    .service-item-text h3 {
        margin-bottom: 20px;
    }
    .service-item-text p {
        margin-bottom: 20px;
    }
    .service-buttons button {
        color: #0E6DC1;
        border: none;
        border-radius: 20px;
        background-color: #F4F8F0;
        padding: 8px 18px;
    }
    .arrow-button {
        position: relative;
        display: inline-block;
        padding: 8px;
        color: #0E6DC1;
    }
    .arrow-button::before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: solid 2px #5070e3;
        border-right: solid 2px #5070e3;
        position: absolute;
        left: 3px;
        top: 5px;
        transform: rotate(45deg);
    }

    /* 事業所紹介ページ */
    /* ごあいさつ */
    .introduction {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .intro {
        display: flex;
    }
    .intro img {
        width: 30%;
    }
    .intro-text-rep {
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .intro-text {
        padding-top: 20px;
        padding-left: 50px;
    }
    .intro-text h3 {
        margin-bottom: 18px;
    }
    .intro-text p {
        margin-bottom: 30px;
    }
    .intro-text a {
        color: white;
        background-color: #0E6DC1;
        padding: 10px 80px;
        text-decoration: none;
    }
    /* 事業所情報 */
    .access-information-box {
        margin-left: -100px;
        margin-right: -100px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F2F2F2;
        margin-bottom: 100px;
    }
    .access-information {
        background-color: white;
        margin-left: 100px;
        margin-right: 100px;
        border-radius: 20px;
        padding: 20px;
        display: flex;
    }
    .access-map {
        width: 50%;
        position: relative;
    }
    .access-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .access-information-text {
        padding-left: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 70%;
    }
    .access-information-text td {
        font-weight: bold;
        padding-bottom: 20px;
    }
    .access-information-text th {
        text-align: start;
        color: #0E6DC1;
        width: 30%;
        padding-bottom: 20px;
        padding-left: 10px;
        vertical-align: top;
    }
    .sp-access-information-text {
        display: none;
    }

    /* 運営者紹介ページ */
    /* 理念 */
    .philosophy {
        margin-bottom: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .philosophy-item {
        display: flex;
        margin-left: 200px;
        margin-right: 200px;
        margin-bottom: 30px;
    }
    .philosophy-number {
        padding: 10px;
        margin-bottom: 50px;
        margin-right: 10px;
        background-color: #999999;
        font-weight: bold;
        color: white;
    }
    /* 代表経歴 */
    .rep-career {
        margin-bottom: 100px;
        margin-left: 80px;
        margin-right: 80px;
    }
    .rep-career-info {
        display: flex;
    }
    .rep-career-info img {
        width: 30%;
    }
    .rep-career-text {
        padding-left: 50px;
    }
    .rep-career-rep {
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .rep-career-name {
        font-size: 24px !important;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .rep-career-text h3 {
        font-weight: normal;
    }
    .rep-career-text hr {
        width: 60%;
        margin-bottom: 8px;
    }
    .rep-career-text p {
        margin-bottom: 13px;
    }
    .rep-career-button button {
        padding: 5px 25px;
        position: relative;
        border: none;
        background-color: white;
    }
    .rep-career-icon {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 0;
        height: 0;
        border-left: 8px solid #0E6DC1;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    /* 概要 */
    .overview {
        margin-bottom: 200px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .overview-info {
        margin-left: 200px;
        margin-right: 200px;
    }
    .overview-info table{
        width: 100%;
        border: 1;
        border-collapse: collapse;
    }
    .overview-info tr:nth-of-type(2n-1) td {
        background: #F2F2F2;
    }
    .overview-info tr:nth-of-type(2n-1) th {
        background: #F2F2F2;
    }
    .overview-info th {
        width: 25%;
        text-align: start;
        font-weight: normal;
        padding: 20px 40px;
        border-right: 1px solid #999999;
    }
    .overview-info td {
        width: 75%;
        padding: 20px 40px;
        border-left: 1px solid #999999;
    }

    /* ブログページ */
    .blog {
        margin-left: 200px;
        margin-right: 200px;
        margin-bottom: 30px;
    }
    .date {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    .blog-title {
        font-weight: normal;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .blog-top {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog p{
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .blog h3 {
        padding-left: 18px;
        padding-bottom: 8px;
        font-weight: normal;
        letter-spacing: 0.2em;
    }
    .blog hr {
        margin-bottom: 8px;
    }
    .blog ul {
        padding-left: 40px;
        padding-bottom: 20px;
    }
    .blog h4 {
        font-weight: normal;
        letter-spacing: 0.2em;
        padding-bottom: 8px;
        padding-left: 20px;
    }
    .sp-blog-line {
        display: none;
    }

    /* お知らせ一覧ページ */
    .info-line {
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 30px;
        display: flex;
    }
    .info-1 {
        width: 25%;
        box-shadow: 2px 2px 3px #d5d5d5;
        margin-right: 20px;
    }
    .info-1 img {
        width: 100%;
    }
    .info-1 p {
        font-size: 12px;
        padding: 10px;
    }
    .info-1 h3 {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        font-size: 15px;
    }
    .info-1 a {
        text-decoration: none;
        color: black;
    }
    /* pagination */
    .pagination-box {
        text-align: center;
    }
    .pagination {
        list-style: none;
        padding: 0;
        display: inline-block;
    }
    .pagination li {
        display: inline;
    }
    .pagination li span {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #0E6DC1;
        color: #0E6DC1;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        margin-right: 5px;
    }
    .pagination::after {
        content: '\25B6'; /* Unicode character for right-pointing triangle */
        display: inline-block;
        margin-left: 10px;
    }
    .ellipsis {
        border: none !important;
        color: black !important;
    }
    .showing {
        background-color: #0E6DC1;
        color: white !important;
    }


    /* ハンバーガーメニュー */
    .sp-menu {
        display: none;
    }



    /* footer */
    .pc-footer {
        background-color: #585858;
        color: white;
        font-size: 15px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sp-footer {
        display: none;
    }
}


/* スマホ用スタイル */
@media only screen and (max-width: 480px) {
    /* header */
    .blue-line {
        background-color: #0E6DC1;
        height: 8px;
    }
    .header {
        display: flex;
        margin-left: 16px;
        margin-right: 16px;
    }
    .header-logo a {
        text-decoration: none;
        color: black;
        font-size: 18px;
        vertical-align: middle;
    }
    .nav {
        display: none;
    }

    /* MV */
    .MV {
        background-image: url(images/MV-sp.png);
        background-size: cover;
        height: 700px;
        position: relative;
    }
    .mv-content {
        display: none;
    }
    .sp-mv-content {
        position: absolute;
        top: 70%;
        left: 16px;
        transform: translateY(-50%);
        width: 90%;
    }
    .sp-mv-content p {
        margin-bottom: 40px;
    }
    .mv-title{
        display: none;
    }
    .sp-mv-title {
        background-color: white;
        margin-bottom: 5px;
        font-size: 24px;
        padding: 3px;
    }
    .mv-text {
        display: none;
    }
    .sp-mv-text {
        background-color: white;
        margin-bottom: 5px;
        font-size: 18px;
        padding: 3px;
    }
    .mv-button {
        display: none;
    }
    .sp-mv-button {
        background-color: #0E6DC1;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
    }

    /* contents */
    .container {
        margin: 40px 16px;
    }
    .content {
        text-align: center;
        letter-spacing: 0.3em;
        margin-bottom: 40px;
        font-size: 20px;
    }
    .title {
        color: #0E6DC1;
    }

    /* 業務内容 */
    .services {
        margin-bottom: 50px;
    }
    .service {
        box-shadow: 2px 2px 3px #d5d5d5;
        margin-bottom: 20px;
    }
    .service img {
        width: 100%;
    }
    .service-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .service-title {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .button {
        text-align: center;
        margin-top: 30px;
    }
    .more {
        color: white;
        text-decoration: none;
        background-color: #0E6DC1;
        padding: 10px 135px;
    }

    /* 代表紹介 */
    .representative {
        margin-bottom: 50px;
    }
    .rep-introduction {
        box-shadow: 2px 2px 3px #d5d5d5;
    }
    .rep-introduction img {
        width: 100%;
        display: none;
    }
    .sp-rep-img {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px;
    }
    .rep-text {
        margin-left: 20px;
    }
    .rep {
        font-weight: bold;
        font-size: 16px;
    }
    .rep-name {
        font-size: 20px;
        letter-spacing: 0.4em;
        margin-bottom: 5px;
    }
    .rep-info {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .sns-icon {
        display: inline-block !important;
        width: 60px !important;
        height: 60px !important;
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .sns {
        text-align: center;
        padding-bottom: 40px;
    }
    .sns p {
        font-weight: bold;
        text-align: start;
        margin-bottom: 20px;
    }
    .rep-text a {
        text-decoration: none;
    }
    .message {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .message-text {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .representative .button {
        display: none;
    }

    /* 事業所紹介 */
    .access {
        margin-bottom: 50px;
    }
    .access-info {
        box-shadow: 2px 2px 3px #d5d5d5;
        /* display: flex; */
    }
    .map {
        width: 100%;
        display: block;
    }
    .map iframe {
        width: 100%;
        height: 320px;
    }
    .access-text {
        padding: 30px 20px 40px 20px;
    }
    .access-text h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .access-text p {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    /* お問い合わせ */
    .contact {
        margin-bottom: 50px;
    }
    .contact p {
        /* margin: 0 36px; */
        margin-bottom: 8px;
        text-align: center;
        font-size: 14px;
    }
    .contact-form {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .CF-data {
        list-style: none;
        display: flex;
        justify-content: center;
        /* margin-bottom: 8px; */
    }
    .CF-data-contact-page {
        list-style: none;
        /* display: flex; */
        justify-content: center;
        margin-bottom: 8px;
    }
    .label {
        width: 30%;
        font-weight: bold;
        text-align: center;
    }
    .label-contact-page {
        font-weight: bold;
        padding-left: 16px;
    }
    .input {
        width: 70%;
        margin-right: 0;
    }
    .input-contact-page {
        width: 100%;
        margin-right: 0;
    }
    .input input {
        width: 100%;
        height: 3em;
        border: none;
        background-color: #EBEBEB;
        border-radius: 5px;
    }
    .input-contact-page input {
        width: 100%;
        height: 2.5em;
        border: none;
        background-color: #EBEBEB;
        border-radius: 5px;
    }
    
        /* 送信ボタン */
    .send-button {
        margin-bottom: 10px;
    }
    input[type="submit" i] {
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 10px 80px;
        border-radius: 40px;
        position: relative;
        font-size: 18px;
        margin-left: 80px;
    }
    /* .send-button button {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 10px 86px;
        border-radius: 40px;
        position: relative;
    } */
    /* .email-icon::before { */
        /* content: "\2709"; Unicodeコードポイント */
        /* display: inline-block; */
        /* font-size: 30px; フォントサイズ設定 */
        /* line-height: 1; 行の高さ設定 */
        /* position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-60%);
        transform: translateY(-60%);
    } */
    /* .send-button-text {
        padding-left: 8px;
    }
    .send {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .send-text {
        font-size: 10px !important;
        margin-bottom: 10px !important;
    } */
        /* 電話をかけるボタン */
    .call-button button {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        background-color: #0E6DC1;
        color: white;
        border: none;
        padding: 13px 96px;
        border-radius: 40px;
        position: relative;
    }
    .phone-icon::before {
        content: "\260E"; /* Unicodeコードポイント */
        display: inline-block;
        font-size: 24px; /* フォントサイズ設定 */
        line-height: 1; /* 行の高さ設定 */
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .call-button-text {
        padding-left: 8px;
    }
    .call {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .call-text {
        font-size: 10px !important;
        margin-bottom: 10px !important;
    }

    /* プライバシーポリシー */
    .privacy {
        margin-bottom: 50px;
    }
    .privacy p {
        padding-top: 8px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .privacy h3 {
        font-weight: normal;
        letter-spacing: 0.2em;
    }
    .privacy ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .privacy h4 {
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.2em;
        margin-bottom: 8px;
    }

    /* 業務内容ページ */
    .pagetitle {
        background-color: black;
        position: relative;
        display:inline-block;
    }
    .pagetitle img {
        width: 100%;
        height: 160px;
        opacity: 0.5;
        display:block;
    }
    .pagetitle h2 {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0.2em;
        font-weight: normal;
    }
    .pagetitle p {
        color: white;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0.2em;
        font-weight: normal;
    }
    .services-box {
        margin-bottom: 50px;
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -50px;
    }
    .service-page-item-border {
        background-color: #F2F2F2;
        padding: 20px;
    }
    .service-page-item {
        background-color: white;
        padding: 25px 18px;
        border-radius: 20px;
    }
    .service-page-item img {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-item-text h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .service-item-text p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .service-buttons button {
        color: #0E6DC1;
        border: none;
        border-radius: 20px;
        background-color: #F4F8F0;
        padding: 8px 8px;
    }
    .arrow-button {
        position: relative;
        display: inline-block;
        padding: 7px;
        color: #0E6DC1;
    }
    .arrow-button::before {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px #5070e3;
        border-right: solid 2px #5070e3;
        position: absolute;
        left: 3px;
        top: 5px;
        transform: rotate(45deg);
    }

    /* 事業所紹介ページ */
    /* ごあいさつ */
    .introduction {
        margin-bottom: 50px;
    }
    .intro img {
        width: 100%;
    }
    .intro-text-rep {
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .intro-text {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .intro-text h3 {
        margin-bottom: 18px;
    }
    .intro-text p {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .intro-text a {
        color: white;
        text-align: center;
        background-color: #0E6DC1;
        padding: 10px 110px;
        text-decoration: none;
    }
    /* 事業所情報 */
    .access-information-box {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #F2F2F2;
        margin-bottom: 100px;
    }
    .access-information {
        background-color: white;
        border-radius: 20px;
        padding: 20px;
    }
    .access-map {
        width: 100%;
        height: 320px;
    }
    .access-map iframe {
        width: 100%;
        height: 100%;
    }
    .access-information-text {
        padding-left: 20px;
        padding-top: 20px;
        width: 100%;
    }
    .access-information-text table {
        display: none;
    }
    .sp-access-information-text li {
        list-style: square;
        color: #0E6DC1;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .sp-access-information-text p {
        font-weight: bold;
        margin-left: -18px;
        margin-bottom: 18px;
    }

    /* 運営者紹介ページ */
    /* 理念 */
    .philosophy {
        margin-bottom: 50px;
    }
    .philosophy-item {
        display: flex;
        margin-bottom: 30px;
        padding-left: 8px;
    }
    .philosophy-number {
        padding: 10px;
        margin-bottom: 150px;
        margin-right: 10px;
        background-color: #999999;
        font-weight: bold;
        color: white;
    }
    /* 代表経歴 */
    .rep-career {
        margin-bottom: 100px;
    }
    .rep-career-info img {
        width: 100%;
    }
    .rep-career-text {
        padding-left: 20px;
    }
    .rep-career-rep {
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .rep-career-name {
        font-size: 24px !important;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .rep-career-text h3 {
        font-weight: bold;
    }
    .rep-career-text hr {
        width: 60%;
        margin-bottom: 8px;
        margin-left: -8px;
    }
    .rep-career-text p {
        margin-bottom: 13px;
        font-size: 14px;
    }
    .rep-career-button button {
        padding: 5px 25px;
        position: relative;
        border: none;
        background-color: white;
    }
    .rep-career-icon {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 0;
        height: 0;
        border-left: 8px solid #0E6DC1;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    /* 概要 */
    .overview {
        margin-bottom: 50px;
    }
    .overview-info table{
        width: 100%;
        border: 1;
        border-collapse: collapse;
        font-size: 14px;
    }
    .overview-info tr:nth-of-type(2n-1) td {
        background: #F2F2F2;
    }
    .overview-info tr:nth-of-type(2n-1) th {
        background: #F2F2F2;
    }
    .overview-info th {
        width: 30%;
        text-align: start;
        font-weight: normal;
        padding: 20px 20px;
        border-right: 1px solid #999999;
    }
    .overview-info td {
        width: 70%;
        padding-left: 20px;
        border-left: 1px solid #999999;
    }

    /* ブログページ */
    .blog {
        margin-bottom: 30px;
    }
    .date {
        font-size: 12px;
        margin-bottom: 10px !important;
    }
    .blog-title {
        font-weight: normal;
        margin-bottom: 10px;
    }
    .blog-top {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog p{
        margin-bottom: 20px;
    }
    .blog h3 {
        padding-bottom: 8px;
        font-weight: normal;
        letter-spacing: 0.2em;
    }
    .blog hr {
        margin-bottom: 8px;
    }
    .blog ul {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .blog h4 {
        font-weight: normal;
        letter-spacing: 0.2em;
        padding-bottom: 8px;
    }
    .sp-blog {
        display: none;
    }

    /* お知らせ一覧ページ */
    .info-1 {
        width: 100%;
        box-shadow: 2px 2px 3px #d5d5d5;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .info-1 img {
        width: 100%;
    }
    .info-1 p {
        font-size: 12px;
        padding: 10px;
    }
    .info-1 h3 {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        font-size: 15px;
    }
    .info-1 a {
        text-decoration: none;
        color: black;
    }
    /* pagination */
    .pagination-box {
        text-align: center;
    }
    .pagination {
        list-style: none;
        padding: 0;
        display: inline-block;
    }
    .pagination li {
        display: inline;
    }
    .pagination li span {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #0E6DC1;
        color: #0E6DC1;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        margin-right: 5px;
    }
    .pagination::after {
        content: '\25B6'; /* Unicode character for right-pointing triangle */
        display: inline-block;
        margin-left: 10px;
    }
    .ellipsis {
        border: none !important;
        color: black !important;
    }
    .showing {
        background-color: #0E6DC1;
        color: white !important;
    }


    /* ハンバーガーメニュー */
    /* ハンバーガーボタンを押してチェックがONの時だけ
   スマホ用メニューを画面左端に移動する */
    #sp-menu__check:checked ~ .sp-menu__content {
        left: 0;
    }
    .sp-menu__content {
        /* 左側にmarginを入れて余白を入れる */
        margin-left: 20%;
        width: 100%;
        height: 80%;
        /* 絶対位置指定 */
        position: fixed;
        top: 0;
    
        /* 普段は画面外にするために左端を画面右端の位置にする */
        left: 100%;
    
        z-index: 90;
        /* ハンバーガーメニュー背景色 */
        background-color: #F2F2F2;

        padding-left: 40px;
        
        /* 右端からゆっくり移動するように表示 */
        transition: all 0.5s;
    }
    
    .sp-menu__box {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 100;
        /* background: #3584bb; */
    }
    .sp-menu__box span,
    .sp-menu__box span:before,
    .sp-menu__box span:after {
        content: "";
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        /* 3本線の色 */
        background: #0E6DC1;
        position: absolute;
    }
    .sp-menu__box span:before {
        bottom: 8px;
    }
    .sp-menu__box span:after {
        top: 8px;
    }
    #sp-menu__check {
        display: none;
    }
    #sp-menu__check:checked ~ .sp-menu__box span {
        background: rgba(255, 255, 255, 0);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::before {
        bottom: 0;
        transform: rotate(45deg);
        background: rgba(255, 255, 255, 0);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::after {
        top: 0;
        transform: rotate(-45deg);
        background: rgba(255, 255, 255, 0);
    }
    .sp-menu__list {
        padding: 70px 10px 0;
    }
    .sp-menu__item {
        /* border-bottom: solid 1px #ffffff; */
        list-style: none;
        margin-bottom: 40px;
    }
    .sp-menu__link {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: black;
        text-decoration: none;
        padding: 9px 15px 10px 0;
    }



    /* footer */
    .pc-footer {
        display: none;
    }
    .sp-footer {
        text-align: center;
        font-size: 8px;
    }
    .sp-footer p {
        margin-bottom: 18px;
    }
}