/*
Theme Name: 特殊清掃ページ 株式会社NISHIKI
Author: Kunitani
Version: 2.13.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 8.0
Description: 特殊清掃を行なっております。
Theme URI:
Author URI:
Text Domain: nishiki
*/


@font-face {
    font-family: "NotoSansJP-VariableFont";
    /*任意のフォントファミリー名でOK*/
    src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
    /*fontがあるパスを書いて、formatを指定*/
    font-display: swap;
    /*ダウンロード状況に応じてフォントの表示を変える
    (「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

@font-face {
    font-family: "NotoSansJP-Regular";
    /*任意のフォントファミリー名でOK*/
    src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
    /*fontがあるパスを書いて、formatを指定*/
    font-display: swap;
    /*ダウンロード状況に応じてフォントの表示を変える
    (「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

@font-face {
    font-family: "NotoSansJP-Regular";
    /*任意のフォントファミリー名でOK*/
    src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
    /*fontがあるパスを書いて、formatを指定*/
    font-display: swap;
    /*ダウンロード状況に応じてフォントの表示を変える
    (「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

@font-face {
    font-family: "NotoSerifJP-VariableFont";
    /*任意のフォントファミリー名でOK*/
    src: url("../font/serif/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
    /*fontがあるパスを書いて、formatを指定*/
    font-display: swap;
    /*ダウンロード状況に応じてフォントの表示を変える
    (「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

@font-face {
    font-family: "NotoSerifJP-Medium";
    /*任意のフォントファミリー名でOK*/
    src: url("../font/serif/NotoSerifJP-Medium.ttf") format("truetype");
    /*fontがあるパスを書いて、formatを指定*/
    font-display: swap;
    /*ダウンロード状況に応じてフォントの表示を変える
    (「swap」はWebフォントが読み込まれるまでフォールバックフォントで表示し、読み込まれた時点で置き換えます。)*/
}

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

html,
body {
    font-family: "NotoSansJP-Regular", sans-serif;
    font-weight: normal;
}

body {
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

h1 {}

img {
    vertical-align: bottom;
}

@media screen and (min-width:541px) {
    .top_images_pc_none {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .top_images_sp_none {
        display: none;
    }
}

/*======================================================

ヘッダー

======================================================*/

header {
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    padding: 20px;
    width: 100%;
    z-index: 3;
    transition: color 0.4s ease-out;
}

/* スクロールしたらヘッダーメニューのフォントカラー変更 */
header.headerColorScroll {
    /*background-color: #444b4c;*/
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* 影をつけて浮いた感じに */
    transition: all 0.4s ease-out;
}

/* スクロール後はカラーロゴを表示 */
header.headerColorScroll .logo-white {
    opacity: 0;
}

header.headerColorScroll .logo-color {
    opacity: 1;
}

/*電話アイコン*/
header.headerColorScroll .icon-white {
    opacity: 0;
}

header.headerColorScroll .icon-color {
    opacity: 1;
}


/*ナビゲーション*/
header.headerColorScroll .nav02 li a {
    color: #333;
}


/* スクロール時のリンク色を変更 */
header.headerColorScroll .top-nav01 a {
    color: #333;
}

header.headerColorScroll .nav02 li a {
    color: #333;
}

.h_logo {
    margin-right: auto;
    position: relative;
}

.h_logo a {
    display: block;
    position: relative;
}

.h_logo img {
    max-width: 200px;
    width: 100%;
    display: block;
    transition: opacity 0.4s ease-out;
}

/* デフォルトは白いロゴを表示 */
.logo-white {
    opacity: 1;
}

.logo-color {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}


.top-nav01 {
    display: flex;
    justify-content: space-between;
}

.top-nav01 ul {
    display: flex;
    align-items: center;
}

.top-nav01 li {
    list-style: none;
    margin-right: 30px;
}

.top-nav01 a {
    color: #fff;
    text-decoration: none;
}

.top-tel a {
    font-size: 28px;
    position: relative;
}

.top-tel span {
    display: block;
    font-size: 12px !important;
    text-align: right;
    margin-right: 12px;
}

.top-line a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    background-color: #1b5c5c;
    border: 1px solid #1b5c5c;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    transition: 0.3s;
}

.top-tel {
    margin-right: 30px;
    position: relative;
}

.top-line {
    margin-right: 10px;
}

.top-mail a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    background-color: #f08c1e;
    border: 1px solid #f08c1e;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    transition: 0.3s;
}

.top-line a:hover {
    color: #fff;
    background-color: #2a7084;
    border: 1px solid #1b5c5c;
}

.top-mail a:hover {
    color: #fff;
    background-color: #f0bb1f;
    border: 1px solid #f08c1e;
}

.top-tel img {
    max-width: 30px;
    margin: 0 2px 5px;
    display: inline-block;
    transition: opacity 0.4s ease-out;
}

/* デフォルトは白いロゴを表示 */
.icon-white {
    opacity: 1;
}

.icon-color {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.top-line img {
    max-width: 25px;
}

.top-mail img {
    max-width: 25px;
}

.nav02 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.nav02 li {
    list-style: none;
}

.nav02 li a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}


@media screen and (min-width:1431px) {
    header{height: 145px;}
    .top_images{background-color: rgb(46, 124, 132);}
    .top_images img{margin-top: 145px;}
}

@media screen and (min-width:1200px) and (max-width:1430px) {
    
    header{height: 130px;}
    .top_images{background-color: rgb(46, 124, 132);}
    .top_images img{margin-top: 130px;}
    
    .h_logo img {
        max-width: 170px;
        padding-right: 20px;
    }

    .top-nav01 li {
        margin-right: 10px;
    }

    .nav01 a {
        font-size: clamp(12px, 3vw, 14px);
    }

    .top-tel {
        margin-right: 10px;
    }

    .top-tel a {
        font-size: 20px;
    }

    .top-tel img {
        max-width: 25px;
    }

    .top-line a {
        padding: 10px 10px;
    }

    .top-mail a {
        padding: 10px 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
header{height: 100px;}
.top_images{background-color: rgb(46, 124, 132);}
.top_images img{margin-top: 100px;}
}

@media screen and (max-width:767px) {
    
    header{height: 77px;}
    .top_images{background-color: rgb(46, 124, 132);height: auto;}
    .top_images img{margin-top: 77px;}
}
    
    .h_logo img {
        max-width: 120px;
    }

    .mobile-contact .top-tel a {
        font-size: 26px;
    }
}


@media screen and (max-width:560px) {
    .h_logo img {
        max-width: 100px;
    }

    .mobile-contact .top-tel a {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {
    
    header{
        height: auto;
    }
    
    .top-nav01 li {
        margin-right: 0;
    }
}

/*======================================================

ハンバーガーメニュー

======================================================*/




/* PC表示用 */
.pc-only {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ハンバーガーメニューボタン */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #cf844d;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* スクロール時のハンバーガーメニューの色 */
header.headerColorScroll .hamburger span {
    background-color: #333;
}

/* ハンバーガーメニューが開いている時 */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* モバイル用のナビゲーション（デフォルトは非表示） */
.mobile-nav01,
.mobile-contact {
    display: none;
}

.sp-only {
    margin-right: 20px;
}

/* PC対応 */
@media screen and (min-width: 1200px) {
    .h_logo_sp {
        display: none;
    }

    /* PC表示用を非表示 */
    .sp-only {
        display: none;
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1199px) {

    /* PC表示用を非表示 */
    .pc-only {
        display: none;
    }

    /* ハンバーガーメニューボタンを表示 */
    .hamburger {
        display: flex;
        position: relative;
    }

    /* モバイル用のナビゲーションを表示 */
    .mobile-nav01,
    .mobile-contact {
        display: block;
    }

    /* ナビゲーションメニュー */

    .h_logo_sp img {
        max-width: 100px;
    }

    .h_nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #fff;
        transition: right 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        padding: 60px 20px 20px;
    }

    .h_nav.active {
        right: 0;
    }

    /* モバイルナビゲーションのスタイル */
    .nav02 {
        flex-wrap: wrap;
    }

    .mobile-nav01 li,
    .nav02 li {
        list-style: none;
        width: 100%;
    }

    .mobile-nav01 li a,
    .nav02 li a {
        color: #333333;
        border-bottom: 1px solid #eee;
        padding: 15px 10px;
        display: block;
        text-decoration: none;
    }

    /* モバイル用連絡先 */
    .mobile-contact {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 2px solid #ddd;
    }

    .mobile-contact .top-tel,
    .mobile-contact .top-line,
    .mobile-contact .top-mail {
        margin-bottom: 15px;
    }

    .mobile-contact .top-line {
        margin-right: 0;
    }

    .mobile-contact .top-tel {
        margin-right: 0;
    }

    .mobile-contact .top-tel a,
    .mobile-contact .top-line a,
    .mobile-contact .top-mail a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        border-radius: 5px;
    }

    .mobile-contact .top-tel a {
        display: block;
        text-decoration: none;
        background-color: #444b4c;
    }

    .mobile-contact img {
        width: 24px;
        height: 24px;
    }

    /* マスク（背景オーバーレイ） */
    .mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .mask.active {
        display: block;
    }
}

/* スクロール防止 */
body.no-scroll {
    overflow: hidden;
}



@media screen and (min-width:1200px) {
    #sp-fixed-menu {
        display: none;
    }

    .fadein {
        background-color: #62bec9;
        position: fixed;
        top: 50%;
        right: 0;
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        z-index: 1000;
    }

    .scrollin {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width:1199px) {
    .modal_pc_box {
        display: none;
    }

    /*スマホ版のみ予約ボタン下部*/
    /*メニューをページ下部に固定*/
    #sp-fixed-menu {
        position: fixed;
        width: 100%;
        bottom: 0;
        font-size: 0;
        opacity: 1;
        z-index: 99;
        overflow: hidden;
    }

    #sp-fixed-menu a {
        text-decoration: none;
    }

    /*メニューを横並びにする*/
    #sp-fixed-menu ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #sp-fixed-menu li {
        justify-content: center;
        align-items: center;
        width: 50%;
        padding: 0;
        margin: 0;
        font-size: 14px;
        border-right: 1px solid #fff;
    }

    /*左側メニューを水色に*/
    #sp-fixed-menu li:first-child {
        background: #333;
    }

    #sp-fixed-menu li {
        background: #333;
    }

    /*左側メニューを黒色に*/
    #sp-fixed-menu li:last-child {
        /*background: #62bec9;*/
        border-right: 0 solid #000;
    }

    /*ボタンを調整*/
    #sp-fixed-menu li a {
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 14px 20px;
    }

    .contact_sp {
        /*width: 25% !important;*/
        width: 33.33% !important;
    }

    .contact_sp a {
        font-size: 12px !important;
        padding: 14px 2px !important;
    }

    .tel_sp {
        /*width: 25% !important;*/
        width: 33.33% !important;
    }

    .tel_sp a {
        font-size: 12px !important;
        padding: 14px 6px !important;
    }
}



@media screen and (max-width:480px) {
    .top-nav01 {
        flex-direction: column;
    }

    .h_logo {
        margin: 0 auto;
    }

    .hamburger {
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .sp-only {
        margin: 10px auto 0;
        text-align: center;
    }
}

/*
@media screen and (max-width:359px) {
    .sp-only {
        margin-right: 20px;
    }
}
*/
/*======================================================

トップイメージ画像

======================================================*/

/*front-page.php*/

.top_images {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.top_images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media screen and (max-width:999px) {
    .top_images {
        /*height: 60vh;*/
        height: auto;
    }

    .top_images img {
        object-fit: cover;
    }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:630px) {
    .top_images {
        /*height: 50vh;*/
        height: auto;
    }
}

@media screen and (max-width:560px) {
    .top_images {
        height: auto;
    }
}

@media screen and (max-width:540px) {
    .top_images{
        background-color:rgba(46, 124, 132,0);
    }
    .top_images img {
        margin-top:0;
    }
}



@media screen and (max-width:420px) {
    .top_images {
        height: auto;
    }
}

@media screen and (max-width:279px) {
    .top_images {
        height: auto;
    }
}



/*======================================================

パンくずリスト

======================================================*/

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px;
    margin-bottom: 30px;
}

.breadcrumb li:not(:last-of-type)::after {
    content: "»";
    margin: 0 .6em;
    color: #777;
}

.breadcrumb li a{
    text-decoration: none;
    color: #333;
}

/*======================================================

メインコンテンツ

======================================================*/
/*メッセージ*/

.main_bk01 {
    position: relative;
}

.main_1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}

.main_1500_01 {
    padding: 100px 20px 250px;
    position: relative;
    z-index: 1;
}

.message_title img {
    max-width: 100px;
    margin-bottom: 30px;
}

.message_title_jp {
    display: flex;
    align-items: flex-end;
}

.message_title_jp h2 {
    font-size: clamp(22px, 3vw, 48px);
    color: #333333;
}

.message_title_jp p {
    margin-left: 50px;
}

.message_title {
    text-align: center;
}

.message_txt {
    text-align: center;
}

.message_txt h2 {
    font-size: clamp(22px, 3vw, 48px);
    margin-bottom: 50px;
    color: #1b5c5c;
}

.message_txt p {
    line-height: 3;
    color: #333333;
    font-weight: bold;
}

.main_bk02::after {
    background: url(assets/images/sc-bk01.png);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;

}

@media screen and (max-width:767px) {
    .main_bk02 {
        background-position: right bottom;
        background-size: 100%;
    }

    .main_1500_01 {
        padding: 100px 20px 150px;
    }

    .message_txt {
        width: 100%;
    }

    .message_txt p {
        line-height: 2.4;
    }
}

@media screen and (max-width:560px) {
    .main_bk02 {
        background-position: right bottom;
        background-size: 100%;
    }

    .main_1500_01 {
        padding: 100px 20px 100px;
    }

    .message_txt {
        width: 100%;
    }

    .message_txt p {
        line-height: 2;
    }
}

/*======================================================

選ばれる理由

======================================================*/

.main_bk_p01 {
    background-color: #f6f7f8;
    overflow: hidden;
}

.main_1500_p {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}

.main_1500_01_p {
    padding: 100px 20px 50px;
}

.point_title {
    text-align: center;
    position: relative;
    z-index: 1;
}

.point_title img {
    max-width: 100px;
    margin-bottom: 30px;
}

.point_title span {
    color: #1b5c5c;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.small-tit {
    font-size: 12px;
    display: inline-block !important;
}

.point_title h2 {
    background-image: linear-gradient(180deg, #2a6f7a, #1b5c5c);
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    margin: 0 auto 100px;
    max-width: max-content;
    padding: 6px 20px;
    font-size: clamp(22px, 3vw, 48px);
    letter-spacing: 2.5px;
}

.point_title_jp {
    display: flex;
    align-items: flex-end;
}

.point_title_jp h2 {
    font-size: clamp(22px, 3vw, 48px);
    color: #333333;
}

.point_title_jp p {
    margin-left: 50px;
}

.main_bk_p02::before {
    background: url(assets/images/bk01-2.png);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main_bk_p02 {
    position: relative;
}

.main_bk_p02::after {
    background: url(assets/images/bk01.png);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}


.no01 img,
.no02 img,
.no03 img {
    max-width: 80px;
}

.point_txt_color01 {
    color: #1b5c5c;
}

.point_txt_color02 {
    color: #f08c1e;
}


@media screen and (max-width:767px) {
    .main_bk_p02 {
        background-position: right bottom;
        background-size: 100%;
    }

}


@media screen and (max-width:560px) {
    .main_bk_p02 {
        background-position: right bottom;
        background-size: 100%;
    }
}



/*01*/


.no01 {
    position: absolute;
    top: -70px;
    left: 90px;
}

.point_txt_flex01 {
    display: flex;
    width: 90%;
    background-color: #fff;
    border-radius: 0 250px 250px 0;
    padding: 50px 100px;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-right: auto;
}

.point_txt_flex01::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 30%, #fff 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: 0;
}



.point_txt {
    width: 60%;
    position: relative;
    z-index: 1;
}

.point_txt h2 {
    font-size: clamp(22px, 3vw, 38px);
    margin-bottom: 20px;
    color: #333333;
}

.point_txt p {
    line-height: 2.5;
    color: #333333;
}




.point_right_img_box01 {
    position: relative;
    top: 30px;
    left: 0px;
}


.point_right_img01 {
    width: 40%;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}

.point01_right_img01 {
    position: relative;
    right: -150px;
}

.point01_right_img01 img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.point01_right_img02 {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    position: absolute;
    bottom: -120px;
    left: -30px;
}

.point01_right_img02 img {
    width: 100%;
    max-width: 250px;
}


@media screen and (max-width:999px) {

    .point_txt {
        width: 100%;
    }


    /*01*/

    .no01 {
        left: 10px;
    }

    .point_txt_flex01 {
        border-radius: 0 320px 320px 0;
        padding: 50px 50px 50px 20px;
    }

    .point_txt_flex01::before {
        background: #fff;
        width: 50%;
    }

    .point01_right_img02 img {
        max-width: 160px;
    }

    .point01_right_img01 {
        right: -50px;
    }

}

@media screen and (max-width:767px) {
    .point_txt p {
        line-height: 2.4;
    }

    /*01*/
    .point_txt_flex01 {
        margin-top: 100px;
        flex-direction: column;
        border-radius: 0 420px 420px 0;
        padding: 50px 100px 50px 20px;
    }

    .point_right_img01 {
        width: 100%;
        margin: 20px 0;
    }

    .point01_right_img01 {
        right: -50px;
        text-align: center;
    }

    .point01_right_img01 img {
        max-width: 450px;
    }

    .point01_right_img02 img {
        max-width: 230px;
    }
}

@media screen and (max-width:560px) {
    .point_txt p {
        line-height: 2;
    }

    /*01*/
    .no01 {
        top: -50px;
    }

    .no02 {
        top: -100px;
    }

    .no01 img,
    .no02 img,
    .no03 img {
        max-width: 60px;
    }

    /*01*/
    .point_txt_flex01 {
        width: 100%;
        padding: 50px 20px;
        border-radius: 0 20px 20px 0;
    }

    .point_txt_flex01::before {
        width: 35%;
    }

    .point01_right_img01 {
        right: 0;
    }

    .point01_right_img02 {
        left: 0px;
        bottom: -50px;
        text-align: left;
    }

    .point01_right_img02 img {
        max-width: 150px;
    }
}

/*02*/


.no02 {
    position: absolute;
    top: -120px;
    left: -10px;
}

.point_txt_flex02 {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    background-color: #fff;
    border-radius: 250px 0 0 250px;
    padding: 50px 100px;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
}

.point_txt_flex02::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 30%);
    /* 右端から透過 */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -30%;
    z-index: 0;
}

.point_right_img_box02 {
    position: relative;
    top: 30px;
    left: -50px;
}


.point_right_img02 {
    width: 40%;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}

.point02_right_img01 {
    position: relative;
    left: -100px;
}

.point02_right_img01 img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.point02_right_img02 {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    position: absolute;
    bottom: -110px;
    right: -30px;
}

.point02_right_img02 img {
    width: 100%;
    max-width: 250px;
}


@media screen and (max-width:999px) {

    /*02*/

    .no02 {
        left: -10px;
    }

    .point_txt_flex02 {
        border-radius: 320px 0 0 320px;
        padding: 50px 20px 50px 20px;
    }

    .point_txt_flex02::before {
        background: #fff;
        width: 50%;
    }

    .point_right_img_box02 {
        left: 50px;
    }

    .point02_right_img02 {
        right: 70px;
    }

    .point02_right_img02 img {
        max-width: 160px;
    }

    .point02_right_img01 {
        right: -50px;
    }
}


@media screen and (max-width:767px) {

    .no02 {
        left: auto;
        right: 0;
    }

    .point_txt_flex02 {
        margin-top: 200px;
        flex-direction: column;
        border-radius: 420px 0 0 420px;
        padding: 50px 20px 50px 100px;
    }

    .point_txt_flex02 .point_txt h2 {
        text-align: right;
    }

    .point_txt_flex02 .point_txt p {
        max-width: 480px;
        margin-left: auto;
    }

    .point_right_img02 {
        width: 100%;
    }

    /*
    .point01_right_img02 {
        margin: 0 20px 0 0;
        left: 0;
        text-align: center;
    }*/

    .point_right_img_box02 {
        left: -50px;
    }

    .point02_right_img02 {
        right: 30px;
    }

    .point02_right_img01 img {
        max-width: 450px;
    }

    .point02_right_img02 img {
        max-width: 230px;
    }
}

@media screen and (max-width:560px) {

    .point_txt_flex02 .point_txt h2 {
        text-align: left;
    }

    .point_txt_flex02 {
        margin-top: 150px;
        width: 100%;
        padding: 50px 20px;
        border-radius: 20px 0 0 20px;
    }

    .point_txt_flex02::before {
        width: 35%;
    }

    .point_right_img_box02 {
        left: 0;
    }

    .point02_right_img01 {
        right: 0;
        left: 0;
    }

    .point02_right_img02 {
        right: 0;
        left: 0;
        bottom: -50px;
        text-align: left;
    }

    .point02_right_img02 img {
        max-width: 150px;
    }
}

/*03*/

.no03 {
    position: absolute;
    top: -70px;
    left: 90px;
}

.point_txt_flex03 {
    display: flex;
    width: 90%;
    background-color: #fff;
    border-radius: 0 250px 250px 0;
    padding: 50px 100px;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    margin-left: 0;
    margin-right: auto;
}

.point_txt_flex03::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 30%, #fff 100%);
    /* 左端から透過 */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: 0;
}

.point_right_img_box03 {
    position: relative;
    top: 30px;
    left: 0px;
}


.point_right_img03 {
    width: 40%;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
}

.point03_right_img01 {
    position: relative;
    right: -150px;
}

.point03_right_img01 img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.point03_right_img02 {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    position: absolute;
    bottom: -105px;
    left: -30px;
}


.point03_right_img02 img {
    width: 100%;
    max-width: 250px;
}




@media screen and (max-width:999px) {

    /*03*/

    .no03 {
        left: 10px;
    }

    .point_txt_flex03 {
        border-radius: 0 320px 320px 0;
        padding: 50px 20px 50px 20px;
    }

    .point_txt_flex03::before {
        background: #fff;
        width: 50%;
    }

    .point03_right_img02 img {
        max-width: 160px;
    }

    .point03_right_img01 {
        right: -50px;
    }

}

@media screen and (max-width:767px) {

    .point_txt_flex03 {
        margin-top: 200px;
        flex-direction: column;
        border-radius: 0 420px 420px 0;
        padding: 50px 100px 50px 20px;
    }

    .point_right_img03 {
        width: 100%;
        margin: 20px 0;
    }

    .point01_right_img03 {
        right: -50px;
        text-align: center;
    }

    .point03_right_img01 img {
        max-width: 450px;
    }

    .point03_right_img02 img {
        max-width: 230px;
    }
}


@media screen and (max-width:560px) {

    /*02*/
    .no02 {
        top: -100px;
    }

    /*03*/
    .no03 {
        top: -50px;
    }

    .point_txt_flex03 {
        width: 100%;
        margin-top: 150px;
        padding: 50px 20px;
        border-radius: 0 20px 20px 0;
    }

    .point_txt_flex03::before {
        width: 35%;
    }

    .point03_right_img01 {
        right: 0;
    }

    .point03_right_img02 {
        right: 0;
        left: 0;
        bottom: -50px;
        text-align: left;
    }

    .point03_right_img02 img {
        max-width: 150px;
    }
}










/*専門資格を持つスタッフ*/


.qualification {
    background-color: #fff;
    padding: 100px 20px;
}

.qualification-box {
    background-color: #2f7c84;
    border-radius: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 80px;
}

.qualification-tit {
    background-color: #fff;
    border-radius: 50px;
    max-width: 700px;
    margin: 0 auto;
}

.qualification-tit h3 {
    color: #2f7c84;
    font-weight: bold;
    font-size: 28px;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 50px;
}

.qualification-tit span {
    color: #f08c1e;
}

.qualification-flex {
    display: flex;
}

.qualification-img {
    width: 20%;
    text-align: center;
}

.qualification-img img {
    width: 100%;
    max-width: 200px;
}

.qualification-p {
    width: 80%;
    margin-left: 50px;
    color: #fff;
    line-height: 2;
}


@media screen and (max-width:999px) {
    .service_tit {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .qualification {
        padding: 100px 20px 200px;
    }

    .qualification-box {
        padding: 40px 30px;
    }

    .qualification-flex {
        flex-direction: column;
    }

    .qualification-img {
        width: 50%;
        margin: 0 auto;
    }

    .qualification-p {
        width: 100%;
        margin: 30px auto 0;
    }
}

@media screen and (max-width:560px) {
    .qualification-box {
        padding: 40px 20px;
    }

    .qualification-tit h3 {
        font-size: clamp(20px, 3vw, 28px);
    }

    .qualification-img {
        width: 70%;
    }
}

/*======================================================

サービス

======================================================*/

.service_main_1500_b {
    position: relative;
    z-index: 0;
    background: url(assets/images/cs_bk03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_title {
    text-align: center;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.service_title img {
    max-width: 100px;
    margin-bottom: 30px;
}

.service_title_jp h2 {
    text-align: center;
    font-size: clamp(22px, 3vw, 48px);
    color: #333333;
}


.service_title_jp {
    align-items: center;
    line-height: 2;
}

.service_title_jp p {
    margin-left: 50px;
    color: #333333;
}


















@media screen and (max-width:767px) {

    .service_title {
        margin-top: -280px;
    }

    .service_title_jp {
        flex-wrap: wrap;
    }

    .service_title_jp h2 {
        width: 100%;
    }

    .service_title_jp p {
        margin-left: 0;
    }
}


@media screen and (max-width:560px) {
    .service_title {
        margin-top: -280px;
    }

    .service_title_jp {
        flex-wrap: wrap;
    }

    .service_title_jp h2 {
        width: 100%;
    }

    .service_title_jp p {
        margin-left: 0;
    }

}



/*画像ボックス*/

.service_container {
    margin-top: 50px;
}

.service_box_area01 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, calc(25% - 15px));
    margin-bottom: 20px;
}

.service_box01 {
    position: relative;
}

.service_box01 a {
    display: block;
    position: relative;
    text-decoration: none;
    pointer-events: none;
}

.service_box01 img {
    width: 100%;
    border-radius: 10px;
    border: 3px solid transparent;
    /* 透明なボーダーを設定 */
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #2a6f7a, #1b5c5c) border-box;
    /* グラデーションボーダー */
    display: block;
}

.service_tit_box {
    text-align: center;
    margin-top: 20px;
}

.service_tit {
    background-image: linear-gradient(180deg, #2a6f7a, #1b5c5c);
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: clamp(15px, 3vw, 18px);
    padding: 10px 20px;
    border-radius: 50px;
}

@media screen and (max-width:767px) {
    .service_box_area01 {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
}

@media screen and (max-width:560px) {
    .service_box_area01 {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }

    .service_tit {
        font-size: clamp(12px, 3vw, 18px);
        padding: 10px 12px;
    }
}


/*======================================================

ご利用料金の一例

======================================================*/

.main_bk03 {
    margin-top: -50px;
    border-radius: 0 0 50px 0;
}


.price_title {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

.price_title img {
    max-width: 100px;
    margin-bottom: 30px;
}

.price_title_jp h2 {
    text-align: center;
    font-size: clamp(22px, 3vw, 48px);
    color: #333333;
}


.price_title_jp {
    align-items: center;
    line-height: 2;
}

.price_title_jp p {
    margin-left: 50px;
    color: #333333;
}

.price_area {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px 100px;
}

.price_title {
    text-align: center;
}

.price_area table {
    border-collapse: collapse;
    width: 100%;
}

.price_area table .m-tb {
    background-color: #fff !important;
    border: 0px solid #fff !important;
}


.price_area .tb01 th,
.price_area .tb01 td {
    padding: 24px 20px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

.price_area .tb01 td {
    color: #333333;
}

.price_area .tb01 th {
    background: #ff7bac;
    color: #fff;
}

.price_area .tb01 th:first-child {
    background: #eee;
    color: #fff;
    font-weight: bold;
}

.price_area .tb01 th:nth-child(2) {
    background: #333333;
    color: #fff;
    font-weight: bold;
}

.price_area .tb01 th:last-child {
    background: #1b5c5c;
}


.price_area .tb01 tr:nth-child(odd) {
    background-color: #f6f7f8;
}

.b01 {
    background-color: #444444;
    color: #fff !important;
}

.b02 {
    background-color: #888888;
    color: #fff !important;
}

.lb {
    border-left: 1px solid #cbcbcb;
    color: #1b5c5c !important;
    font-size: 24px;
}

.brlt {
    border-radius: 20px 0 0 0 !important;
}

.brrt {
    border-radius: 0 20px 0 0 !important;
}

.brbt {
    border-radius: 0 0 0 20px !important;
}

.w200 {
    width: 200px !important;
}

.w630 {
    width: 630px !important;
}

@media screen and (max-width: 640px) {
    .price_area .tb01 .head {
        display: none;
    }

    .price_area .tb01 {
        width: 100%;
    }

    .price_area table.tb01 td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .price_area table.tb01 td:first-child {
        background: #333333;
        color: #fff;
        font-weight: bold;
    }

    .price_area table.tb01 td:last-child {
        background: #1b5c5c;
    }

    .price_area table.tb01 td:before {
        content: attr(data-label);
        font-size: 16px;
        font-weight: bold;
        color: #999;
        display: block;
    }

    .lb {
        background-color: #fff !important;
        border-left: 0px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
    }

    .price_area .tb01 tr:last-child {
        border-bottom: solid 1px #ccc;
    }

    .brbt {
        border-radius: 0 0 0 0 !important;
    }

    .price_area .tb01 tr {
        background-color: #f6f7f8;
    }

    .price_area .tb01 th,
    .price_area .tb01 td {
        padding: 12px 20px;
    }
}

/*======================================================

フッター

======================================================*/

/*お問い合わせ*/

.gradation {
    background-color: #f08c1e;
}

.contact_area {
    padding: 100px 20px;
    color: #fff;
}

.contact_area_1500 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}


.contact_title img {
    max-width: 100px;
    margin-bottom: 30px;
}

.contact_title_jp {
    text-align: center;
}

.contact_title_jp h2 {
    font-size: clamp(22px, 3vw, 48px);
}

.contact_title_jp p {
    margin-left: 50px;
    line-height: 2;
}

.contact_flex_area {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.contact_flex_area img {
    max-width: 40px;
}

.contact_tel {
    text-align: center;
    flex-grow: 1;
    position: relative;
    padding: 0 40px;
}

.contact_tel img {
    margin-bottom: 20px;
}

.contact_tel h3 {
    margin-bottom: 25px;
}

.contact_tel p {
    font-size: 12px;
}

.contact_tel a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    transition: 0.3s;
}

.contact_tel a:hover {
    color: #223a70;
}

.contact_tel::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.line_tel {
    text-align: center;
    flex-grow: 1;
    position: relative;
    padding: 0 40px;
}

.line_tel img {
    margin-bottom: 20px;
}

.line_tel h3 {
    margin-bottom: 25px;
}

.line_tel a {
    color: #f08c1e;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 20px;
    transition: 0.3s;
}

.line_tel a:hover {
    border: 1px solid #fff;
    background-color: #f08c1e;
    color: #fff;
}

.line_tel::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.mail_tel {
    text-align: center;
    flex-grow: 1;
    position: relative;
    padding: 0 40px;
}

.mail_tel img {
    margin-bottom: 20px;
}

.mail_tel h3 {
    margin-bottom: 25px;
}

.mail_tel a {
    color: #f08c1e;
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 20px;
    transition: 0.3s;
}

.mail_tel a:hover {
    border: 1px solid #fff;
    background-color: #f08c1e;
    color: #fff;
}

.mail_tel::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: none;
}

@media screen and (max-width:999px) {
    .contact_tel {
        padding: 0 20px;
    }

    .line_tel {
        padding: 0 20px;
    }

    .mail_tel {
        padding: 0 20px;
    }
}


@media screen and (max-width:767px) {

    .contact_title_jp {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_title_jp p {
        margin-top: 30px;
        margin-left: 0;
    }

    .contact_flex_area {
        flex-direction: column;
    }

    .contact_tel {
        padding: 0 40px 40px;
    }

    .contact_tel::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .line_tel {
        padding: 40px;
    }

    .line_tel::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .mail_tel {
        padding: 40px 40px 0;
    }
}

@media screen and (max-width:560px) {
    .contact_title_jp {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact_title_jp p {
        margin-top: 30px;
        margin-left: 0;
    }

    .contact_flex_area {
        flex-direction: column;
    }

    .contact_tel {
        padding: 0 0 40px;
    }

    .contact_tel::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .line_tel {
        padding: 40px 0;
    }

    .line_tel::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
    }

    .mail_tel {
        padding: 40px 0 0;
    }
}




/*トップへ戻る*/
#page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}

.pagetop {
    height: 70px;
    width: 70px;
    background: #206265;
    border: solid 2px #206265;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}


/*footer*/

footer {
    padding: 0;
}

.footer-container {
    text-align: center;
    max-width: 1500px;
    margin: 0 auto 100px;
    padding: 100px 20px 0;
}

.footer-container-right ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 190px;
}

.footer-container-right li {
    list-style: none;
}

.footer-container-right a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-container-left img {
    max-width: 250px;
}

.footer-container-left p {
    color: #333333;
    line-height: 2;
}

.f-logo {
    margin-bottom: 30px;
}

.f-tel a {
    color: #333333;
    text-decoration: none;
}



.copy_area {
    background-color: #444b4c;
    padding: 40px 0 40px;
}

.copy_box {
    max-width: 1500px;
    margin: 0 auto;
}

.nav_copy_footer {
    display: flex;
    justify-content: center;
}

.copy_menu .nav_copy_footer li {
    list-style: none;
    margin-right: 20px;
}

.copy_menu .nav_copy_footer a {
    color: #fff;
    text-decoration: none;
}

.copy {
    margin-top: 20px;
    color: #888888;
    text-align: center;
}

@media screen and (max-width:1199px) {
    footer {
        margin-bottom: 45px;
    }
}

@media screen and (max-width:767px) {

    .pagetop {
        height: 50px;
        width: 50px;
    }

    .footer-container {
        flex-direction: column;
        margin: 0 auto 30px;
    }

    .footer-container-left {
        text-align: center;
        margin-bottom: 50px;
    }

    .footer-container-right ul {
        flex-direction: row;
        height: auto;
    }

    .footer-container-right li {
        width: 50%;
    }

    .footer-container-right a {
        font-size: 15px;
    }

    .footer-container-left img {
        max-width: 200px;
    }

    .copy_area {
        flex-direction: column;
        text-align: center;
    }

    .nav_copy_footer {
        flex-direction: column;
    }

    .copy_menu .nav_copy_footer li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .copy {
        margin-top: 20px;
        font-size: 10px;
    }
}


@media screen and (max-width:560px) {

    .pagetop {
        height: 50px;
        width: 50px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-container-left {
        text-align: center;
        margin-bottom: 50px;
    }

    .footer-container-right ul {
        flex-direction: row;
    }

    .footer-container-right li {
        width: 50%;
    }

    .footer-container-left img {
        max-width: 200px;
    }

    .copy_area {
        flex-direction: column;
        text-align: center;
    }

    .nav_copy_footer {
        flex-direction: column;
    }

    .copy_menu .nav_copy_footer li {
        margin-bottom: 20px;
    }

    .copy {
        margin-top: 20px;
        font-size: 10px;
    }
}

@media screen and (min-width:360px) {
    .br_pc_none {
        display: none;
    }
}

@media screen and (max-width:359px) {
    .footer-container-left img {
        max-width: 150px;
    }

    .footer-container-left p {
        font-size: 14px;
    }

    .copy_menu .nav_copy_footer li {
        margin-bottom: 10px;
    }

    .copy_menu .nav_copy_footer a {
        font-size: 14px;
    }

    .footer-container-right {
        display: none;
    }
}

@media screen and (max-width:303px) {
    .footer-container-left p {
        font-size: 12px;
    }
}
