/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Courgette-Regular;
    src: url('../fonts/courgette/Courgette-Regular.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: NotoSans-Regular;
    src: url('../fonts/notosans/NotoSans-Regular.ttf');
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

/* ------------------------------------ */
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
    --primary-color: #5aa71e;
    /*メインまたはアクセントカラー*/
    --primary-inverse-color: #fff;
    /*上のprimary-colorの対となる色*/

    --space-large: 8vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
    --space-small: 2vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
}

/*---------------------------------------------------------------------------*/
a {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #5aa71e;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
    /* 親要素の色をそのまま使う */
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h3 {
    font-size: 24px;
}

p {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #393939;
    margin-bottom: 0.5em;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

table p {
    font-size: 16px;
}

/* ------------------------------------ */
/*input {
    outline: none;
    border: none !important;
}*/

textarea {
    outline: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder {
    color: #aaaaaa;
}

input::-moz-placeholder {
    color: #aaaaaa;
}

input:-ms-input-placeholder {
    color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}

textarea:-moz-placeholder {
    color: #aaaaaa;
}

textarea::-moz-placeholder {
    color: #aaaaaa;
}

textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/* ------------------------------------ */
.container {
    max-width: 1200px;
}

.slick-slide {
    outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #5aa71e;
    border-right: solid 6px #5aa71e;
    border-bottom: solid 6px #5aa71e;
    border-left: solid 6px #5aa71e;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #f2981e;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 75px;
        right: 15px;
    }
}

/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
    border-color: transparent;
}

.select2-container--below.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
    border-color: transparent;
}

.select2-container--above.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
    border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    color: #666666 !important;
    padding-left: 20px !important;
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
}

.select2-dropdown--above {
    top: -2px;
}

.select2-dropdown--below {
    top: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #ec1d25;
    color: #fff;
}

.select2-results__options {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    /*height: 120px;*/
    height: 100px;
    top: 0;
    left: 0;
    z-index: 100;
    /*border-top: 5px solid #ec1d25;*/
}

@media (max-width: 992px) {
    .wrap-menu-header {
        height: 85px;
    }
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}

.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: #fff;
    /*rgba(255, 255, 255, 0.9);*/
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
/*.logo {
    height: 50px;
}*/

.logo > a {
    display: block;
    height: 100%;
}

.logo > a > img {
    /*width: auto;
    max-height: 100%;*/
    width: 280px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .logo > a > img {
        width: 320px;
    }
}

.logo-sub > a {
    display: block;
    height: 100%;
}

.logo-sub > a > img {
    /*width: auto;
    max-height: 100%;*/
    width: 210px;
    vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
    height: 100%;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu li {
    display: block;
    position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.main_menu > li > a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 11px;
}

.header-fixed .main_menu > li > a {
    color: #222222;
}

.main_menu > li:hover > a {
    color: #f2981e;
    text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: white;

    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.main_menu > li:hover .sub_menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
    display: block;
}

.sub_menu li {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
    background-color: white;
}

.sub_menu li,
.sub_menu a {
    padding: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

.sub_menu > li:hover > a {
    color: #555555;
    text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
    font-size: 15px;
    color: white;
}

.header-fixed .social a {
    color: #222222;
}

.social a:hover {
    color: #5aa71e;
}

.btn-show-sidebar {
    margin: 0;
    padding: 24px 0 0 0;
    width: 50px;
    height: 50px;
    border: none;
    background: url(../images/hamburger.png) no-repeat center top 10px #5aa71e;
    background-size: 20px auto;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

@media (min-width: 1225px) {
    .btn-show-sidebar {
        display: none;
    }
}

.header-fixed .btn-show-sidebar {
    border-top: 2px solid #5aa71e;
    border-bottom: 2px solid #5aa71e;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #5aa71e;
    border-bottom: 2px solid #5aa71e;
}

@media (max-width: 1200px) {
    .main_menu > li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .social {
        padding-right: 0px;
    }

    /*.logo {
        height: 45px;
    }*/
}

@media (max-width: 1224px) {
    .wrap_menu {
        display: none;
    }

    .wrap_header {
        vertical-align: middle;
    }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
    position: fixed;
    z-index: 1200;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: #fff;
    top: 0;
    right: -390px;
    /*上下方向にはみ出した要素ををスクロールさせる*/
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

@media (max-width: 576px) {
    .sidebar {
        width: 300px;
    }
}

.show-sidebar {
    right: 0px;
}

.btn-hide-sidebar {
    position: absolute;
    font-size: 20px;
    color: #111111;
    padding: 10px;
    top: 20px;
    right: 20px;
}

.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
    display: block;
    position: relative;
    width: calc((100% - 30px) / 3);
    margin: 5px;
}

.item-gallery-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
    background-color: rgba(74, 213, 158, 0.7);
}

@media (max-width: 576px) {
    .wrap_header {
        vertical-align: middle;
    }

    .gallery-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    /*margin:0 auto;*/
    padding: .9em 2em;
    border: 1px solid #f2981e;
    border-radius: 5px;
    background-color: #5aa71e;
    color: #fff;
    font-size: 1em;
}

.button1:hover {
    animation: anima-button1 1s;
    color: #fff;
}

@keyframes anima-button1 {
    0% {
        box-shadow: 0 0 0 0 rgb(242 152 30 / 50%);
    }

    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.button1:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}

.button1:hover:after {
    right: 15px;
}

.button1 a {
    color: #fff;
}

/*[ button2 ]
///////////////////////////////////////////////////////////
*/
.button2 {
    /* レイアウト設定 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* アイコンと文字の間隔 */

    /* サイズと形状 */
    width: 160px;
    height: 45px;
    border-radius: 12px;
    /* 角丸 */

    /* 色の設定 */
    background-color: #5aa71e;
    color: #fff;

    /* テキスト装飾のリセット */
    text-decoration: none;
    font-size: 18px;

    /* クリック時のアニメーション */
    transition: opacity 0.3s, transform 0.1s;
    cursor: pointer;
    border: none;
}

/* ホバー（マウスを乗せた時）の演出 */
.button2:hover {
    opacity: 0.85;
    color: #fff;
}

/* クリックした瞬間の演出 */
.button2:active {
    transform: scale(0.98);
}

/* アイコンのサイズ調整 */
.button2 i {
    font-size: 20px;
}

/*[ button3 ]
///////////////////////////////////////////////////////////
*/
.button3 {
    /* レイアウト設定 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* アイコンと文字の間隔 */

    /* サイズと形状 */
    width: 160px;
    height: 45px;
    border-radius: 12px;
    /* 角丸 */

    /* 色の設定 */
    background-color: #f2981e;
    color: #fff;

    /* テキスト装飾のリセット */
    text-decoration: none;
    font-size: 18px;

    /* クリック時のアニメーション */
    transition: opacity 0.3s, transform 0.1s;
    cursor: pointer;
    border: none;
}

/* ホバー（マウスを乗せた時）の演出 */
.button3:hover {
    opacity: 0.85;
    color: #fff;
}

/* クリックした瞬間の演出 */
.button3:active {
    transform: scale(0.98);
}

/* アイコンのサイズ調整 */
.button3 i {
    font-size: 20px;
}

/*[ button4 ]
///////////////////////////////////////////////////////////
*/
a.button4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

a.button4 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    box-shadow: 0px 5px 12px #CAD4E2, -6px -6px 12px #FFF;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    transition-duration: 0.2s;
}

a.button4:hover span {
    left: 0;
    top: 0;
    box-shadow: 0 0 4px #CAD4E2, -2px -2px 4px #FFF;
}

/*[ Button5 ]
///////////////////////////////////////////////////////////
*/
.button5 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 500px;
    /*margin:0 auto;*/
    padding: .9em 2em;
    border: 1px solid #f2981e;
    border-radius: 5px;
    background-color: #5aa71e;
    color: #fff;
    font-size: 1em;
}

.button5:hover {
    animation: anima-button5 1s;
}

@keyframes anima-button5 {
    0% {
        box-shadow: 0 0 0 0 rgb(242 152 30 / 50%);
    }

    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.button5:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}

.button5:hover:after {
    right: 15px;
}

.button5 a {
    color: #fff;
}

/*[ Button6-active ]
///////////////////////////////////////////////////////////
*/
.button6 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    /*margin:0 auto;*/
    padding: .9em 2em;
    border: 1px solid #f2981e;
    border-radius: 5px;
    background-color: #5aa71e;
    color: #fff;
    font-size: 24px;
}

.button6:hover {
    animation: anima-button6 1s;
}

@keyframes anima-button6 {
    0% {
        box-shadow: 0 0 0 0 rgb(242 152 30 / 50%);
    }

    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.button6:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}

.button6:hover:after {
    right: 15px;
}

.button6 a {
    color: #fff;
}

/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
    top: 53%;
}


@media (max-width: 576px) {
    .next-slick2 {
        right: 15px;
    }

    .prev-slick2 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick2-dots {
    position: absolute;
    width: 100%;
    height: 128px;
    left: 0;
    bottom: 0;
}

.slick2-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick2-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick2-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick2-dots li button:hover {
    border: 1px solid #5aa71e;
    background-color: #5aa71e;
}

.slick2-dots li.slick-active button {
    border: 1px solid #5aa71e;
    background-color: #5aa71e;
}


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/
.arrow-slick3 {
    top: 40%;
}


@media (max-width: 576px) {
    .next-slick3 {
        right: 15px;
    }

    .prev-slick3 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick3-dots {
    width: 100%;
    height: 128px;
}

.slick3-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick3-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick3-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick3-dots li button:hover {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

.slick3-dots li.slick-active button {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
    border-radius: 10px;
    overflow: hidden;
}

.wrap-pic-blo2 {
    display: block;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-text-blo2 {
    background-color: white;
    width: 50%;
    min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
    background-color: #cf2227;
    opacity: 0.9;
    position: relative;
}

.effect1 .txt-effect1 {
    width: 390px;
    height: 50px;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -moz-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotateZ(90deg);
    -o-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
    .blo2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 390px;
    }

    .wrap-text-blo2 {
        width: 100%;
        min-height: 390px;
    }

    .time-event {
        width: 100%;
        height: auto;
    }

    .effect1 .txt-effect1 {
        width: 100%;
        height: 50px;
        padding: 10px;
        transform-origin: center center;
        position: unset;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@media (max-width: 576px) {
    .blo2 {
        width: 100%;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 364px;
    }

}

/*[ fixed-bg ]
///////////////////////////////////////////////////////////
*/
@media (min-width: 769px) {
    .section-fixedbg {
        background-attachment: fixed;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

.content-fixedbg {
    background-color: rgba(0, 0, 0, 0.5);
}

.content-fixedbg p {
    color: #fff;
    margin-top: 50px;
}


@media (max-width: 768px) {
    .section-fixedbg {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

/*[ txtbg ]
///////////////////////////////////////////////////////////
*/
.section-txtbg {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-txtbg {
    background-color: rgba(0, 0, 0, 0.5);
}

.content-txtbg p {
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

/*[ footer-tel ]
///////////////////////////////////////////////////////////
*/
.footertel a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
}

/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 315px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

@media (max-width: 576px) {
    .bg-title-page .tit6 {
        font-size: 30px;
    }
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
    flex-grow: 1;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .line-item-mainmenu {
        display: none;
    }

    .price-item-mainmenu {
        padding-top: 5px;
    }

    .name-item-mainmenu {
        width: 100%;
    }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
    .text-blo3 {
        width: 100%;
    }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin: 6px;
}

.item-pagination:hover {
    background-color: #333333;
    color: white;
}

.active-pagination {
    background-color: #333333;
    color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background-color: #333333;
    color: white;
    font-size: 18px;

    box-shadow: 0 0 0px 1px #333333;
    -moz-box-shadow: 0 0 0px 1px #333333;
    -webkit-box-shadow: 0 0 0px 1px #333333;
    -o-box-shadow: 0 0 0px 1px #333333;
    -ms-box-shadow: 0 0 0px 1px #333333;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
    color: #5aa71e;
}

.input-search-sidebar2 {
    width: 100%;
    height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
    width: 75px;
    height: 82px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background-color: #ec1d25;
}

/* company-profile
------------------------------------------------------------*/
.company table th {
    color: #5aa71e;
    font-weight: bold;
    /*text-align: center;
    vertical-align: middle;*/
    width: 165px;
}

.company table th,
.company table td {
    border: 1px solid #ccc;
    background: #fff;
}

/* -----------------------------------------------------------
	blog
----------------------------------------------------------- */
.blogcontainer {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 10px 0 10px;
    padding: 10px;
    /*border-radius: 0.5rem;*/
    border: 2px solid #5aa71e;
}

@media screen and (min-width: 768px) {
    .blogcontainer {
        width: 100%;
        margin: 10px 0 10px;
        padding: 20px;
        /*border-radius: 0.5rem;*/
    }
}

.ttl2 {
    font-size: 150%;
    font-weight: 400;
    color: #5aa71e;
    padding: 1px 0;
    border-bottom: solid 1px #f2981e;
}

/* 左画像section
------------------------------------------------------------*/
/* container */
.wrapper2 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper2 .container {
    max-width: 1200px;
    margin: 0px auto;
    /*padding: 0px 0px;*/
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper2 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper2 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper2 .content-item {
    width: 100%;
}

.wrapper2 .content-item2 {
    width: 100%;
    background: #fff;
}

@media (min-width: 992px) {
    .wrapper2 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper2 .content-item2 {
        width: 60%;
    }
}

.wrapper2 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media screen and (min-width: 992px) {
    .wrapper2 .text {
        padding: 0 50px;
    }
}

.wrapper2 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper2 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper2 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* container */
.wrapper3 {
    width: 100%;
    background-color: #fafafa;
}

/* content */
@media (min-width: 992px) {
    .wrapper3 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper3 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper3 .content-item {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper3 .content-item {
        width: 50%;
    }

    .content-item2 {
        width: 50%;
        margin: 100px 0 0 -100px;
        background-color: #ffffffb3;
        padding: 50px;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
        z-index: 1;
    }
}

.wrapper3 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper3 .text {
    padding: 0 15px;
}

.wrapper3 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper3 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #8b5151;
}

/* container */
.wrapper4 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper4 .container {
    max-width: 1200px;
    margin: 0px auto;
    /*padding: 0px 0px;*/
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper4 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

    .wrapper4 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper4 .content-item {
    width: 100%;
}

.wrapper4 .content-item2 {
    width: 100%;
    /*background-image: url(../images/greeting_txtbg.jpg);*/
    background: #fff;
}

@media (min-width: 992px) {
    .wrapper4 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper4 .content-item2 {
        width: 60%;
    }
}

.wrapper4 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media (min-width: 992px) {
    .wrapper4 .image {
        padding: 25px;
    }
}

.wrapper4 .text {
    padding: 0px;
    /*margin-bottom: 20px;*/
}

@media screen and (min-width: 992px) {
    .wrapper4 .text {
        padding: 0 25px;
    }
}

.wrapper4 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* 左画像section company-contact
------------------------------------------------------------*/
/* container */
.wrapper4-2 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper4-2 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper4-2 .container .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }

    .wrapper4-2 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

.wrapper4-2 .content-item {
    width: 100%;
}

.wrapper4-2 .content-item2 {
    width: 100%;
    background-image: url(../images/greeting_txtbg.jpg);
}

@media (min-width: 992px) {
    .wrapper4-2 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper4-2 .content-item2 {
        width: 50%;
    }
}

.wrapper4-2 .image {
    display: block;
    max-width: 100%;
    /*margin: 0px auto;*/
}

.wrapper4-2 .text {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .wrapper4-2 .text {
        padding-left: 25px;
    }
}

.wrapper4-2 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4-2 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4-2 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* 右画像section
------------------------------------------------------------*/
/* container */
.wrapper6 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper6 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
}

.wrapper6 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper6 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fafafa;
    }

    .wrapper6 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper6 .content {
        flex-direction: row-reverse;
    }
}

.wrapper6 .content-item {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper6 .content-item {
        width: 50%;
    }
}

.wrapper6 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media (min-width: 992px) {
    .wrapper6 .image {
        padding: 25px;
    }
}

.wrapper6 .text {
    padding: 0px;
}

.wrapper6 .text2 {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .wrapper6 .text {
        padding: 0 25px;
    }
}

.wrapper6 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/* access左画像section
------------------------------------------------------------*/
/* container */
.wrapper5 {
    width: 100%;
}

.wrapper5 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper5 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper5 .container .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }

    .wrapper5 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

.wrapper5 .content-item {
    width: 100%;
}

.wrapper5 .content-item2 {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper5 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper5 .content-item2 {
        width: 50%;
    }
}

.wrapper5 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper5 .text {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .wrapper5 .text {
        padding: 0 100px;
    }
}

.wrapper5 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


/* 画像背景section
------------------------------------------------------------*/
/* container */
.wrapperintrod {
    width: 100%;
    background-image: url(../images/top_introd_bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapperintrod .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapperintrod .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapperintrod p {
    padding: 0 15px;
}

/* 画像boxshadow
------------------------------------------------------------*/
.wrap-pic-welcome {
    box-shadow: #5aa71e 25px 25px 1px;
}

/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1 {
    width: 100%;
    background-image: url(../images/access_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*margin-bottom: 10px;*/
    display: flex;
}

.wrapper1 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1 p {
    padding: 0 30px;
}

.bg-rgba {
    background-color: rgba(255, 255, 255, 0.85);
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

@media screen and (max-width: 767px) {
    .bg-rgba {
        height: 750px;
    }
}



/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1-2 {
    width: 100%;
    background-image: url(../images/neurobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 38px;
    display: flex;
}

.wrapper1-2 .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1-2 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1-2 p {
    text-align: center;
    padding: 0 30px;
    color: #fff;
}

.bg-rgba-b {
    background-color: rgba(34, 180, 133, 0.4);
    width: 90%;
    height: 400px;
    margin: auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

/* daihyo-message
------------------------------------------------------------*/
.name {
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #212529;
}

.t-right {
    text-align: right;
}

/* sp-pc非表示
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

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

/* sp-pc-text-left
------------------------------------------------------------*/
.sp-left {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .sp-left {
        text-align: left;
    }
}

.pc-left {
    text-align: left;
}

@media screen and (max-width: 992px) {
    .pc-left {
        text-align: center;
    }
}

/* table
------------------------------------------------------------*/
.ptable {
    width: 100%;
    margin-bottom: 1rem;
    color: #666666;
    line-height: 1.8;
}

.ptable th {
    width: 120px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f2981e;
    font-weight: normal;
}

.ptable td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #5aa71e;
}

.ptable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

/* 見出しテキスト
------------------------------------------------------------*/
.headingtitle {
    margin: 50px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* 領域中央寄せ
------------------------------------------------------------*/
.center {
    margin: 0 auto;
}

/* spのみ領域中央寄せ
------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    .sp-center {
        margin: 0 auto;
    }
}

/* infobox
------------------------------------------------------------*/
.infobox {
    padding: 2em 2em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #5aa71e;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .infobox p {
        text-align: left;
        display: inline-block;
    }
}

.infonoutit {
    text-shadow: #fff 0px 0px 20px;
}

/* txtimagecolor
------------------------------------------------------------*/
.txtblue {
    color: #5aa71e;
}

.txtred {
    color: #ff0000;
}

/* scroll-effect
------------------------------------------------------------*/
.ef {
    visibility: hidden;
}

.is_visible {
    visibility: visible !important;
}

/* right-effect */
.ef1_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

.ef1_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

@-webkit-keyframes ef1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef1 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* up-effect */
.ef2_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

.ef2_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

@-webkit-keyframes ef2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef2 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* left-effect */
.ef3_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

.ef3_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

@-webkit-keyframes ef3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef3 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* img-max-width
------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/* gazo-touka-banner
------------------------------------------------------------*/
.banner:hover {
    opacity: 0.7;
}

/* footer-nav
------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .mobile-fix-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        display: block;
    }

    .mobile-fix-nav .mobile-fix-nav-menu {
        margin: 0 auto;
        box-sizing: border-box;
        height: 56px;
        /*padding: 12px 0 10px;*/
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        z-index: 9999999999;
        /*opacity: .9;*/
    }

    .mobile-fix-nav .mobile-fix-nav-menu li {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        list-style-type: none;
        font-size: 10px;
        line-height: 1.3;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn,
    .mobile-fix-nav .mobile-fix-nav-menu li a {
        border: none;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon,
    .mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
        display: block;
        margin-bottom: 4px;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i,
    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg,
    .mobile-fix-nav .mobile-fix-nav-menu li a i,
    .mobile-fix-nav .mobile-fix-nav-menu li a svg {
        font-size: 22px;
        font-style: normal;
        margin-right: 0;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
    }
}

.bnr-p {
    padding: 2px;
}

.dash-ul {
    border-bottom: 1px dashed rgba(58, 129, 43, 0.5);
}

/* grid-layout
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .md4 {
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }
}

.md4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

@media screen and (min-width: 768px) {
    .md4-50 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (min-width: 768px) {
    .md6 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        margin: 2px;
    }
}

@media screen and (max-width: 767px) {
    .md6 {
        position: relative;
        width: 33%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .md4-50 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}


.module-grad {
    position: relative;
    margin-bottom: 25px;
}

/* obi
------------------------------------------------------------*/
.module-grad::before {
    width: 100%;
    height: 80px;
    background: url(../images/bg_green.jpg) repeat-x 0 center/100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-27px);
    z-index: -1
}

.module-grad-title {
    margin: 0 auto
}

.module-grad-title.is-difference {
    width: 510px;
    position: relative
}

/* bg-image
------------------------------------------------------------*/
.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}

.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #5aa71e;
}

.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #5aa71e;
    border-right: 3px solid #5aa71e;
}

.list_check > li + li {
    margin: 1em 0px 0px;
}

/* swiper-slide
------------------------------------------------------------*/
.wrapper {
    position: relative;
    /* ナビゲーション、ページネーションの位置決めに必要 */
    max-width: 1200px;
    /* サイトにあわせて任意で */
    margin: 0 auto;
}

/* ナビゲーションボタンとページネーションの位置 */
.wrapper {
    --swiper-navigation-sides-offset: -25px;
    /* ナビゲーションボタンの位置 */
    --swiper-pagination-bottom: -20px;
    /* ページネーションの位置 */
}

/* 矢印ボタン */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    /* 矢印幅 */
    height: 50px;
    /* 矢印高さ */
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 50px;
    /* 矢印幅 */
    height: 50px;
    /* 矢印高さ */
    fill: #000;
    /* 矢印の色 */
    stroke: #000;
    /* 外周円の色 */
    transition: 0.2s;
}

.swiper-button-next svg:hover,
.swiper-button-prev svg:hover {
    opacity: 0.7;
    /* ボタンホバー時 */
}

.swiper-button-prev svg {
    transform: rotate(180deg);
    /* ボタンを反転（prev用） */
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: '';
    /* デフォルトの矢印を削除 */
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: '';
    /* デフォルトの矢印を削除 */
}

.wrapper {
    --swiper-pagination-color: #000;
    /* ページネーション、アクティブ時のドットの色 */
}

/* accordion
------------------------------------------------------------*/
.a-toggle {
    display: none;
}

.a-Label {
    /*タイトル*/
    padding: 20px;
    display: block;
    color: #1c3f15;
    font-weight: bold;
    background: #ffffff;
    border: 2px solid #3a812b;
    font-size: 20px;
}

.a-Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0c87e4;
    border-right: 2px solid #0c87e4;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.a-Label,
.a-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.a-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.a-toggle:checked + .a-Label + .a-content {
    /*開閉時*/
    height: auto;
    padding: 30px 20px 20px 2.5em;
    transition: all .3s;
    background-color: #feffee;
    border: 2px solid #5aa71e;
}

.a-toggle:checked + .a-Label::before {
    transform: rotate(-45deg) !important;
}

.a-Label ul li:before {
    content: 'Q.';
    position: absolute;
    font-size: 30px;
    color: #3a812b;
    left: 0.25em;
    top: 0.8em;
}

.a-Label ul li {
    padding: 10px 10px 10px 1.5em;
}

.a-content ul li:before {
    content: 'A.';
    position: absolute;
    font-size: 30px;
    color: #5aa71e;
    left: 0.25em;
    top: 0.8em;
    font-weight: bold;
}

.a-Label ul li {
    padding: 10px 10px 10px 1.5em;
}

/* accordion-menu
------------------------------------------------------------*/
.submenu-toggle {
    display: none;
}

.submenu-Label {
    /*タイトル*/
    display: block;
    color: #1c3f15;
    font-weight: bold;
    font-size: 20px;
}

.submenu-Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0c87e4;
    border-right: 2px solid #0c87e4;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 135px;
    transform: rotate(135deg);
}

.submenu-Label,
.submenu-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.submenu-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.submenu-content li {
    border-top: 1px solid #5aa71e;
    /*padding: 5px;*/
    padding: 5px 5px 5px 60px;
}

.submenu-content li a {
    color: #000;
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 1.8;
    font-weight: bold;
    text-transform: uppercase;
}

.submenu-content li a:hover {
    color: #f2981e;
}

.submenu-toggle:checked + .submenu-Label + .submenu-content {
    /*開閉時*/
    height: auto;
    transition: all .3s;
    background-color: #feffee;
}

.submenu-toggle:checked + .submenu-Label::before {
    transform: rotate(-45deg) !important;
}

.bold {
    font-weight: bold;
}

.topPage-cta-lead {
    position: relative
}

.topPage-cta-lead::before {
    width: 100%;
    height: 80%;
    /*background: #5fea50;*/
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sidebg-image.jpg);
}

.topPage-cta-lead-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.topPage-cta-lead-des {
    color: #000;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-right: 40px;
    padding-bottom: 32px
}

.topPage-cta-lead-illust {
    /*width: 25%*/
    margin-bottom: 0;
}

.topPage-cta-title {
    width: 44%;
    margin: 60px auto 0
}

.topPage-cta-title img {
    width: 100%
}

.topPage-cta-btn {
    width: 35%;
    margin: 32px auto 0
}

.topPage-cta-btn img {
    width: 100%
}

@media (max-width:767px) {
    .topPage-cta {
        padding-bottom: 0
    }

    .topPage-cta-lead-des {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        margin-right: 0;
        /*padding-bottom: 25px;*/
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .topPage-cta-lead-illust {
        width: 40%;
        /*margin-right: -30px;*/
        margin-bottom: 0;
    }

    .topPage-cta-title {
        width: 85%;
        margin-top: 40px
    }

    .topPage-cta-btn {
        width: 70%;
        margin-top: 24px
    }
}

@media (max-width: 992px) {
    .for-sp {
        display: block !important;
    }
}

.for-sp {
    display: none !important;
}

.lh-2 {
    line-height: 2;
}

/* contact form
------------------------------------------------------------*/
#formWrap {
    width: 700px;
    margin: 0 auto;
    color: #000;
    line-height: 120%;
    font-size: 90%;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    text-align: left;
}

table.formTable select {
    width: 269px;
}

/*table*/
@media screen and (max-width:572px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }

    table.formTable select {
        width: 100%;
    }
}

/* works
------------------------------------------------------------*/
.works .img {
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: 300px;
}

.works .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
}

.works .img span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 10px;
    /*左上に配置*/
    left: 10px;
    /*左上に配置*/
    background-color: #5aa71e;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.works p {
    margin-top: 15px;
}

@media only screen and (min-width: 992px) {
    .works {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .works li {
        width: 100%;
        max-width: 32.5%;
        margin-bottom: 18px;
        border: 1px solid #dfdfdf;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
    }
}

@media only screen and (max-width: 991px) {
    .works li {
        margin: 0 auto 20px;
        display: block;
        /*text-align: center;*/
        margin-bottom: 36px;
    }
}

.va-m {
    vertical-align: middle !important;
}

/* case-img
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .case-img img {
        max-width: 768px;
        height: auto;
    }
}

.before {
    position: relative;
}

.before span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 25px;
    /*左上に配置*/
    left: 25px;
    /*左上に配置*/
    background-color: #5aa71e;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.after {
    position: relative;
}

.after span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 25px;
    /*左上に配置*/
    left: 25px;
    /*左上に配置*/
    background-color: #f2981e;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.img-before-border {
    border: solid 3px #5aa71e;
}

.img-after-border {
    border: solid 5px #f2981e;
}

.triangle-ba {
    display: flex;
    justify-content: center;
    align-items: center;
}

.triangle_case {
    background-color: #f2981e;
    width: 30px;
    height: 34px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media (max-width: 575px) {
    .triangle_case {
        background-color: #f2981e;
        width: 34px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}

/* opening-animation
------------------------------------------------------------*/
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: #fff;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

.lh-chui {
    line-height: 1.3 !important;
}

/* main-menu-sub
------------------------------------------------------------*/
.dropdown__lists {
    display: none;
    /*繝�ヵ繧ｩ繝ｫ繝医〒縺ｯ髱櫁｡ｨ遉ｺ縺ｮ迥ｶ諷九↓縺励※縺翫￥*/
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    position: fixed;
    height: 120px;
    align-items: center;
    justify-content: center;
}

.gnavi__list:hover .dropdown__lists {
    display: flex;
    /*G繝翫ン繝｡繝九Η繝ｼ縺ｫ繝帙ヰ繝ｼ縺励◆繧芽｡ｨ遉ｺ*/
}

.dropdown__list {
    background-color: #fff;
    /*height: 60px;*/
    transition: all .3s;
    position: relative;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fffef6;
}

.dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #f2981e;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.dropdown__list a:hover {
    color: #fff;
}

.arrow {
    position: relative;
    padding-right: 15px;
    color: #333;
    text-decoration: none;
}

.arrow::after {
    content: '';
    display: block;
    width: 8px;
    /* 遏｢蜊ｰ縺ｮ螟ｧ縺阪＆縺ｮ謖�ｮ� */
    height: 8px;
    /* 遏｢蜊ｰ縺ｮ螟ｧ縺阪＆縺ｮ謖�ｮ� */
    border-top: 2px solid #666666;
    /* 遏｢蜊ｰ縺ｮ螟ｪ縺輔�謖�ｮ� */
    border-left: 2px solid #666666;
    /* 遏｢蜊ｰ縺ｮ螟ｪ縺輔�謖�ｮ� */
}

.arrow--down::after {
    transform: rotate(222deg);
    /* 遏｢蜊ｰ縺ｮ隗貞ｺｦ縺ｮ謖�ｮ� */
    position: absolute;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
    right: 0;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
    top: 20px;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
}

@media (min-width: 1512px) {
    .megamenu-br {
        display: none;
    }
}

.submenu_pointer {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 11px;
}

.submenu_pointer:hover {
    color: #f2981e;
    text-decoration: none;
}

/* mv
------------------------------------------------------------*/
.mv1 {
    background-image: url(../images/mv/mv1.jpg);
}

@media (max-width: 767px) {
    .mv1 {
        background-image: url(../images/mv/mv1_sp.jpg);
    }
}

.mv2 {
    background-image: url(../images/mv/mv2.jpg);
}

.mv {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .mv {
        padding-top: 50px;
    }
}

/* -----------------------------------------------------------
	top_since
----------------------------------------------------------- */
.top_since {
    display: flex;
    position: absolute;
    top: 60%;
    left: 75%;
}

@media screen and (max-width: 767px) {
    .top_since {
        display: flex;
        position: absolute;
        top: 75%;
        left: 70%;
    }
}

/* Animation */
.top_since {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}

/* -----------------------------------------------------------
	flow-anime
----------------------------------------------------------- */
/* Animation */
.flow-anime {
    animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
    margin-bottom: 16px;
}

@keyframes floating-y2 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

/* -----------------------------------------------------------
	color
----------------------------------------------------------- */
.green {
    color: #5aa71e;
}

.orange {
    color: #f2981e;
}

/* -----------------------------------------------------------
	top-info
----------------------------------------------------------- */
.topinfo {
    display: flex;
    position: absolute;
    /*top: 60%;
    left: 75%;*/
    top: 70%;
    left: 70%;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .topinfo {
        display: flex;
        position: absolute;
        top: 75%;
        left: 70%;
    }
}

/*midashi
---------------------------------------------------------------------------*/
.heading-midashi {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #f2981e;
    color: #333333;
}

.heading-midashi::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f2981e;
    content: '';
}

.heading-midashi::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f2981e;
    content: '';
}

@media screen and (max-width: 767px) {
    .heading-midashi {
        font-size: 24px;
    }
}

.heading-midashi2 {
    color: #5aa71e;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: .04em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading-midashi2::before {
    display: block;
    color: #f2981e;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
}

/*subtitle
---------------------------------------------------------------------------*/
.subtitle {
    color: #5aa71e;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 40px;
}

.subtitle .eng {
    color: #f2981e;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-feature-settings: "palt"on;
    -moz-font-feature-settings: "palt"on;
    font-feature-settings: "palt"on;
}

@media screen and (max-width: 767px) {
    .subtitle {
        font-size: 24px;
    }
}

.subtitle2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 40px;
}

.subtitle2 > span {
    color: #f2981e;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-feature-settings: "palt"on;
    -moz-font-feature-settings: "palt"on;
    font-feature-settings: "palt"on;
}

/*midashi2
---------------------------------------------------------------------------*/
.midashi2 {
    position: relative;
    /*相対位置*/
    padding: 0.5em 0.5em 0.5em 1.5em;
    /*アイコン分のスペース*/
    line-height: 1.4;
    /*行高*/
    color: #f2981e;
    /*文字色*/
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #fffff4;
}

.midashi2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    /*アイコンのユニコード*/
    font-weight: 900;
    position: absolute;
    /*絶対位置*/
    font-size: 1em;
    /*サイズ*/
    left: 0.25em;
    /*アイコンの位置*/
    top: 0.5em;
    /*アイコンの位置*/
    color: #f2981e;
    /*アイコン色*/
}

/* shadow
------------------------------------------------------------*/
.shadow {
    box-shadow: #5aa71e 15px 15px 1px;
}

/* img-futi
------------------------------------------------------------*/
.img-futi {
    position: relative;
}

.img-futi::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 30px rgba(0, 0, 0, .2) solid;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.img-futi2 {
    position: relative;
}

.img-border {
    border: solid 3px #f2981e;
    /* 色：オレンジ */
}

/* reform-flow
------------------------------------------------------------*/
/* checkupflow */
.reform-flow {
    position: relative;
    padding-left: 60px;
    font-size: 24px;
}

.reform-flow::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(1, 131, 223, 0.3);
    font-size: 50px;
}

.reform-flow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: rgba(23, 166, 84, 1);
}

.bgorange {
    background-color: rgba(247, 244, 239, 1);
    border: 1px solid #5aa71e;
    align-items: center;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 100px 0 100px;
    border-color: #f2981e transparent transparent transparent;
    margin: 0 auto;
}

/* kitchen-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .kitchen-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-kitchen_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .kitchen-reform {
        background: #f1f7fc url(../images/reform-kitchen_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .kitchen-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .kitchen-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -25px;
    }

    .kitchen-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .kitchen-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .kitchen-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .kitchen-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .kitchen-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-kitchen_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .kitchen-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .kitchen-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .kitchen-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .kitchen-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* bath-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .bath-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-bath_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .bath-reform {
        background: #f1f7fc url(../images/reform-bath_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .bath-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .bath-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .bath-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .bath-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .bath-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .bath-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .bath-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-bath_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .bath-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .bath-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .bath-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .bath-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* washroom-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .washroom-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-washroom_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .washroom-reform {
        background: #f1f7fc url(../images/reform-washroom_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .washroom-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .washroom-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .washroom-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .washroom-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .washroom-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .washroom-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .washroom-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-washroom_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .washroom-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .washroom-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .washroom-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .washroom-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* toilet-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .toilet-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-toilet_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .toilet-reform {
        background: #f1f7fc url(../images/reform-toilet_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .toilet-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .toilet-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .toilet-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .toilet-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .toilet-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .toilet-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .toilet-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-toilet_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .toilet-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .toilet-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .toilet-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .toilet-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* barrierfree-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .barrierfree-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-barrierfree_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .barrierfree-reform {
        background: #f1f7fc url(../images/reform-barrierfree_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .barrierfree-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .barrierfree-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .barrierfree-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .barrierfree-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .barrierfree-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .barrierfree-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .barrierfree-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-barrierfree_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .barrierfree-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .barrierfree-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .barrierfree-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .barrierfree-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}


/* reform-anchor
------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w33 {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w33 {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.mb65 {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .mb65 {
        margin-bottom: calc(65 / 750 * 100vw);
    }
}

.mgn_a {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 992px) {
    .list_in_link li {
        width: 100%;
        margin: 0 auto 2vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 49%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 24.2%;
        margin-right: 1.065%;
    }
}

@media screen and (min-width: 961px) {

    .list_in_link.w25 li:nth-of-type(4n),
    .list_in_link.w25 li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w33 li {
        max-width: 300px;
        width: 49%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w33 li {
        max-width: 300px;
        width: 33%;
        margin-right: 1.065%;
    }
}

@media screen and (min-width: 961px) {

    .list_in_link.w33 li:nth-of-type(3n),
    .list_in_link.w33 li:last-child {
        margin-right: 0;
    }
}

.list_in_link a {
    display: block;
    padding: 15px 0 30px;
    text-align: center;
    color: #fff;
    font-size: 111.1%;
    background: #5aa71e;
    position: relative;
}

.list_in_link a:hover {
    background: #f2981e;
    text-decoration: none;
}

.list_in_link a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .list_in_link a {
        padding: 2.5vw 0 7.5vw;
        font-size: 111%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .list_in_link a {
        font-size: 100%;
    }
}

.reform-list a {
    background: #0183DF !important;
    color: #fff !important;
}

.reform-list a:hover {
    background: #a1fdc8 !important;
    text-decoration: none !important;
    color: #000 !important;
}

/* reform-text
------------------------------------------------------------*/
.text-white {
    color: #fff;
}

.text-bgred {
    color: #fff;
    background-color: #ff0000;
    padding: 2px;
    padding-right: 6px;
    padding-left: 6px;
}

.text-bgblue {
    color: #fff;
    background-color: #f2981e;
    padding: 4px 10px;
}

.reformtext th {
    color: #5aa71e;
    background-color: #eeeeee;
    /*text-align: center;*/
    padding-left: 10px;
    /*vertical-align: middle;*/
    white-space: nowrap;
    border: 1px solid #ccc;
}


.reformtext td {
    border: 1px solid #ccc;
}

.reformtext2 {
    margin: 1px;
}

.reformtext2 th {
    color: #5aa71e;
    background-color: #eeeeee;
    /*text-align: center;*/
    padding: 4px;
    padding-left: 10px;
    /*vertical-align: middle;*/
    border: solid 1px #5aa71e;
}

.reformtext2 td {
    background-color: #fff;
    border: solid 1px #5aa71e;
    margin-top: -1px;
}

.reformtext2 th,
.reformtext2 td {
    display: block;
    text-align: center;
}

/* image-cut
------------------------------------------------------------*/
.image-curve1 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.image-curve2 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0% 80%, 0 0);
}

/* 診療時間
------------------------------------------------------------*/
.kyuushin {
    margin: 10px 0;
}

.guidance table {
    width: 100%;
    margin: 20px 0 0px;
    background-color: #fff;
    position: relative;
    table-layout: fixed;
    /* 列幅均等 */
}

.guidance table th.title {
    background-color: #5aa71e;
    color: #fff;
}

.guidance table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
    border: 1px solid #5aa71e;
}

.guidance table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    border: 1px solid #5aa71e;
}

.guidance table td {
    color: #f2981e;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
}

/*@media screen and (max-width: 768px) {
    .guidance table td {
        font-size: 1rem;
    }
}*/

.guidancesub {
    font-size: 0.75rem;
}

/* 曜日の列（2列目以降）の幅を自動調整 */
.guidance table th:not(:first-child),
.guidance table td:not(:first-child) {
    width: auto !important;
}

/* 1列目（診察時間）の幅が狭くなりすぎないよう調整（必要に応じて） */
.guidance table th:first-child,
.guidance table td:first-child {
    width: 33%;
    /* 診察時間項目の幅。残りの67%が7曜日に均等分配 */
}

/* スマートフォン等、画面が狭い時の文字溢れ対策 */
@media screen and (max-width: 640px) {
    .guidance table {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .guidance table td {
        font-size: 1rem;
    }
}

/* 診療時間
------------------------------------------------------------*/
.kyuushin {
    margin: 10px 0;
}

.guidance-top table {
    width: 100%;
    margin: 10px 0 0;
    background-color: #fff;
    position: relative;
    table-layout: fixed;
    /* 列幅均等 */
}

.guidance-top table th.title {
    background-color: #5aa71e;
    color: #fff;
}

.guidance-top table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
    border: 1px solid #5aa71e;
}

.guidance-top table th {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    border: 1px solid #5aa71e;
}

.guidance-top table td {
    color: #f2981e;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
}

/*@media screen and (max-width: 768px) {
    .guidance table td {
        font-size: 1rem;
    }
}*/

.guidancesub {
    font-size: 0.7rem;
}

/* 曜日の列（2列目以降）の幅を自動調整 */
.guidance-top table th:not(:first-child),
.guidance-top table td:not(:first-child) {
    width: auto !important;
}

/* 1列目（診察時間）の幅が狭くなりすぎないよう調整（必要に応じて） */
.guidance-top table th:first-child,
.guidance-top table td:first-child {
    width: 33%;
    /* 診察時間項目の幅。残りの75%が7曜日に均等分配 */
}

/* スマートフォン等、画面が狭い時の文字溢れ対策 */
@media screen and (max-width: 640px) {
    .guidance-top table {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .guidance-top table td {
        font-size: 1rem;
    }
}

    /* contact-box
------------------------------------------------------------*/
    .contact-box {
        border: 1px solid #cfcfcf;
        height: 150px;
        overflow: auto;
        padding: 15px 20px;
        background: #fff;
    }

    /* chuigaki
------------------------------------------------------------*/
    .chui {
        vertical-align: top;
        font-size: 11px;
    }

    /* yohaku_chousei
------------------------------------------------------------*/
    .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
        justify-content: space-between;
    }

    @media screen and (max-width: 767px) {
        .sp_mb-4 {
            margin-bottom: 1.5rem;
        }
    }

    label {
        margin-bottom: 0 !important;
    }

    /* wp-news
------------------------------------------------------------*/
    .wp.h2 {
        position: relative;
        padding: .3em 0 .2em 1em;
        border-bottom: 3px solid #f2981e;
        font-size: 1.5rem;
        color: #333333;
    }

    .wp.h2::before {
        position: absolute;
        top: 0;
        left: .3em;
        transform: rotate(55deg);
        height: 11px;
        width: 12px;
        background: #f2981e;
        content: '';
    }

    .wp.h2::after {
        position: absolute;
        transform: rotate(15deg);
        top: .6em;
        left: 0;
        height: 8px;
        width: 8px;
        background: #f2981e;
        content: '';
    }

    @media screen and (max-width: 767px) {
        .wp.h2 {
            font-size: 24px;
        }
    }

    /* menu-chiiki
------------------------------------------------------------*/
    .chiiki {
        font-size: 12px;
        margin-top: -30px;
        color: #888888;
    }

    @media (max-width: 992px) {
        .chiiki {
            margin-top: -27px;
            padding-left: 0px;
        }
    }

    /* contact
------------------------------------------------------------*/
    .phone-number {
        font-size: 2rem;
        font-weight: bold;
        color: #1a365d;
        padding: 15px;
        margin: 20px 0;
        background-color: #edf2f7;
        border-radius: 8px;
        border-left: 5px solid #2b6cb0;
        display: inline-flex;
        align-items: center;
    }

    .phone-icon {
        margin-right: 12px;
        font-size: 2rem;
        color: #2b6cb0;
    }

    .contact-time {
        font-size: 1.1rem;
        color: #4a5568;
        display: block;
        margin-top: 5px;
    }

    .section {
        margin-bottom: 30px;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #e2e8f0;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
    }

    .line-box {
        background-color: #00b900;
        padding: 24px 15px 15px 15px;
    }

    /*.line-box .content {
        padding: 16px;
    }*/

    .line-box .content-item {
        width: 100%;
        background: #fff;
        padding: 16px;
    }

    @media (min-width: 992px) {
        .line-box .content {
            display: flex;
            border: 1px solid #ccc;
            background-color: #fff;
        }
    }

    @media (min-width: 992px) {
        .line-box .content-item {
            width: 50%;
        }
    }

    .line-box .content-item2 {
        width: 100%;
        background: #fff;
        padding: 16px;
    }

    @media (min-width: 992px) {
        .line-box .content-item2 {
            width: 50%;
        }
    }

    @media (max-width: 992px) {
        .line-box .content-item2 {
            padding-top: 0px;
        }
    }

    .line-steps {
        background-color: white;
        color: #333;
    }

    .step-number {
        background-color: #00b900;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .flex2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .flex-shrink-0 {
        flex-shrink: 0;
    }

    .accent-border {
        position: relative;
    }

    .accent-border::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 60px;
        height: 3px;
        background-color: #f2981e;
    }

    .left-border {
        border-left: 4px solid #ccc;
    }

    .tel_contact {
        font-size: 36px;
        font-weight: bold;
    }

    @media (max-width: 992px) {
        .tel_contact {
            font-size: 24px;
        }
    }

    .line_qr {
        margin-left: -15px;
    }

    @media (max-width: 992px) {
        .line_qr {
            margin-left: 0px;
        }
    }

    /* img-hantoumei
------------------------------------------------------------*/
    .imghover:hover {
        opacity: 0.7;
    }

    /* privacy
------------------------------------------------------------*/
    .privacy table th,
    .privacy table td {
        border: 1px solid #ccc;
        background: #fff;
    }

    /* concept
------------------------------------------------------------*/
    .concept {
        padding: 80px 0;
        background-color: #f8faff;
        /* 薄い背景色 */
        overflow: hidden;
    }

    .concept-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    /* テキストエリア */
    .concept-content {
        width: 45%;
        z-index: 2;
    }

    .concept-english-title {
        font-size: 80px;
        font-weight: 500;
        margin: 0;
        color: #333;
        line-height: 1;
    }

    .concept-catch {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 30px;
        margin-top: 30px;
        font-weight: bold;
    }

    .concept-catch::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        background-color: #d9edf7;
        /* 水色の丸 */
        border-radius: 50%;
        z-index: -1;
        opacity: 0.7;
    }

    .concept-text {
        margin-bottom: 20px;
    }

    .text-green {
        color: #5aa71e;
        font-weight: bold;
    }

    /* 画像エリア（PC版） */
    .concept-images {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        /* テキストの邪魔をしない */
    }

    .concept-img-item {
        width: 22%;
    }

    .concept-img-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .img-left {
        align-self: flex-start;
    }

    .img-right {
        align-self: flex-end;
    }

    /* --- レスポンシブ設定（スマホ） --- */
    @media (max-width: 768px) {
        .concept-inner {
            flex-direction: column;
            position: static;
        }

        .concept-content {
            width: 100%;
            order: 2;
            /* テキストを上に */
            margin-bottom: 50px;
            text-align: left;
            /* スマホでは左寄せ */
        }

        /* ボタンの丸の位置調整（スマホ用） */
        .concept-catch::before {
            left: 80px;
            width: 100px;
            height: 100px;
        }

        /* 画像エリアを上に並べる */
        .concept-images {
            position: static;
            width: 100%;
            order: 1;
            display: flex;
            gap: 15px;
            pointer-events: auto;
        }

        .concept-img-item {
            width: 50%;
        }

        /* 右側の画像を少し下げる演出 */
        .img-right {
            margin-top: 40px;
        }
    }

    /* MV
------------------------------------------------------------*/
    .main-visual {
        position: relative;
        width: 100%;
        height: 75%;
        /* 立幅75%表示 */
        overflow: hidden;
        background-color: #fff;
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        /* 最初は透明 */
        /* アニメーション設定：15秒かけてループ */
        animation: zoom-out-fade 15s infinite;
    }

    /* 各スライドの画像指定と遅延設定 */
    .slide-1 {
        background-image: url('../images/mv/mv1.jpg');
        animation-delay: 0s;
    }

    .slide-2 {
        background-image: url('../images/mv/mv2.jpg');
        animation-delay: 5s;
        /* 15s / 3枚 = 5秒ずつずらす */
    }

    .slide-3 {
        background-image: url('../images/mv/mv3.jpg');
        animation-delay: 10s;
    }

    /* ズームアウトとフェードのアニメーション */
    @keyframes zoom-out-fade {
        0% {
            opacity: 0;
            transform: scale(1.1);
            /* 少し拡大した状態から開始 */
        }

        15% {
            opacity: 1;
            /* フェードイン完了 */
        }

        35% {
            opacity: 1;
            /* 表示維持 */
        }

        50% {
            opacity: 0;
            /* フェードアウト */
            transform: scale(1.0);
            /* 等倍（ズームアウト完了） */
        }

        100% {
            opacity: 0;
        }
    }

    /* コピーの装飾 */
    .main-copy {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        color: #fff;
        text-align: center;
        text-shadow: 0 0 11px black;
        width: 90%;
    }

    /* header_20260330
------------------------------------------------------------*/
    :root {
        --main-green: #5aa71e;
        --dark-green: #002b1b;
        --text-green: #5aa71e;
        --bg-beige: #f9f8f2;
        --sub-bg: #f4f3eb;
        --border-color: #ddd;
    }

    /* --- ヘッダーの固定設定 --- */
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 4%;
        background-color: var(--bg-beige);
        border-bottom: 1px solid #eee;

        /* ★ここを修正: stickyからfixedに変更 */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* fixedの場合は幅100%指定が必要 */
        box-sizing: border-box;
        /* パディングを含めた幅計算 */
        z-index: 2000;
    }

    .logo-area img {
        width: 250px;
        display: block;
    }

    /* --- PCナビ --- */
    .pc-nav-container {
        display: flex;
        align-items: center;
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        padding: 0 18px;
        border-left: 1px solid var(--border-color);
    }

    .nav-item:last-of-type {
        border-right: 1px solid var(--border-color);
    }

    .nav-item .material-symbols-outlined {
        color: var(--text-green);
        font-size: 28px;
        margin-bottom: 3px;
    }

    .nav-item span {
        color: #333;
        font-size: 16px;
    }

    /* 1. 変化を滑らかにする（ふわっとさせる設定） */
    .nav-item .material-symbols-outlined,
    .nav-item span {
        transition: color 0.3s ease;
        /* 0.3秒かけて色を変化させる */
    }

    /* 2. ホバーした時にアイコンと文字をオレンジにする */
    .nav-item:hover .material-symbols-outlined,
    .nav-item:hover span {
        color: #f2981e !important;
        /* 強制的にオレンジ色を適用 */
    }

    /* 3. ドロップダウン内のリンクも同様にホバーで色を変える */
    .pc-dropdown-menu li a:hover {
        color: #f2981e;
        transition: color 0.3s ease;
    }

    .pc-action-btns {
        display: flex;
        gap: 10px;
        margin-left: 15px;
    }

    .btn-web {
        background: #f2981e;
        color: #fff;
        padding: 10px 18px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
    }

    .btn-tel {
        background: #5aa71e;
        color: #fff;
        padding: 10px 15px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .btn-tel:hover {
        color: #fff;
        opacity: 0.85;
    }

    /* --- スマホ用ボタン --- */
    .menu-btn {
        display: none;
        width: 44px;
        height: 44px;
        background-color: var(--main-green);
        border-radius: 50%;
        border: none;
        position: relative;
        cursor: pointer;
    }

    .burger-line {
        position: absolute;
        left: 12px;
        width: 20px;
        height: 2px;
        background: #fff;
        transition: 0.3s;
    }

    .line-1 {
        top: 15px;
    }

    .line-2 {
        top: 21px;
    }

    .line-3 {
        top: 27px;
    }

    /* ×への変化 */
    .js-menu-open .line-1 {
        transform: translateY(6px) rotate(45deg);
    }

    .js-menu-open .line-2 {
        opacity: 0;
    }

    .js-menu-open .line-3 {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* --- スマホオーバーレイ --- */
    .mobile-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: var(--bg-beige);
        z-index: 1500;
        padding: 80px 20px 40px;
        /* 上部パディングでロゴと重ならないよう調整 */
        transition: right 0.4s ease, visibility 0.4s;
        overflow-y: auto;
        visibility: hidden;
        box-sizing: border-box;
    }

    .mobile-overlay.open {
        right: 0;
        visibility: visible;
    }

    /* メニューカード項目 */
    .menu-card {
        background: #fff;
        border-radius: 12px;
        margin-bottom: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        cursor: pointer;
    }

    .card-label {
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: bold;
        color: #212529 !important;
        /* 優先的に特定の色を指定 */
        text-decoration: none;
    }

    .card-label,
    .card-label .material-symbols-outlined {
        transition: color 0.3s ease;
    }

    /* 2. ホバー（またはタップ）した時にオレンジ色にする */
    /* .menu-card全体にマウスが乗ったときに、中のラベルの色を変える */
    .menu-card:hover .card-label {
        color: #f2981e !important;
        /* 既存の !important を上書き */
    }

    /* アイコンの色も連動させる（アイコンに別色が指定されている場合の対策） */
    .menu-card:hover .card-label .material-symbols-outlined {
        color: #f2981e;
    }

    /* 3. アコーディオン内のサブメニューもホバーで色を変える */
    .sub-menu a {
        transition: color 0.3s ease;
    }

    .sub-menu a:hover {
        color: #f2981e;
    }

    .card-header a {
        color: #212529;
    }

    .plus-minus-circle {
        width: 24px;
        height: 24px;
        background: #f0f0f0;
        border-radius: 50%;
        position: relative;
    }

    .plus-minus-circle::before,
    .plus-minus-circle::after {
        content: "";
        position: absolute;
        background: #999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s;
    }

    .plus-minus-circle::before {
        width: 10px;
        height: 2px;
    }

    .plus-minus-circle::after {
        width: 2px;
        height: 10px;
    }

    .active .plus-minus-circle::after {
        opacity: 0;
    }

    .sub-menu {
        display: none;
        background: var(--sub-bg);
        margin: 0 15px 15px;
        border-radius: 8px;
        list-style: none;
        padding: 0;
    }

    .sub-menu a {
        display: block;
        padding: 12px 15px;
        text-decoration: none;
        color: #212529;
        font-size: 16px;
        border-bottom: 1px dotted #ccc;
        font-weight: bold;
    }

    .overlay-btns {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .overlay-btns a {
        text-align: center;
        padding: 16px;
        font-size: 16px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .overlay-btns .material-symbols-outlined {
        color: #fff;
    }

    /* --- レスポンシブ設定 --- */
    @media (max-width: 992px) {

        .pc-nav-container,
        .pc-action-btns {
            display: none;
        }

        .menu-btn {
            display: block;
        }
    }

    /* --- 下部固定コンテナ --- */
    .bottom-fix-nav {
        position: fixed;
        /* 画面に固定 */
        bottom: 0;
        /* 最下部に配置 */
        left: 0;
        width: 100%;
        padding: 0 15px 15px;
        /* 下と左右に余白を作り、浮いているように見せる */
        box-sizing: border-box;
        /* パディングを含めた幅計算 */
        z-index: 1000;
        /* コンテンツより前面に配置 */
    }

    /* --- ボタンを包む白いカード --- */
    .bottom-nav-container {
        display: flex;
        /* 左右に並べる */
        background-color: #fff;
        border-radius: 12px;
        /* 角丸 */
        overflow: hidden;
        /* 角丸からはみ出たコンテンツを隠す */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        /* 影 */
    }

    /* --- 各ボタン項目 --- */
    .bottom-nav-item {
        flex: 1;
        /* 左右均等な幅にする */
        display: flex;
        align-items: center;
        justify-content: center;
        /* 中央配置 */
        text-decoration: none;
        /* リンクの下線を消す */
        color: var(--text-color);
        font-weight: bold;
        font-size: 16px;
        padding: 18px 0;
        /* 上下のパディングで高さを調整 */
        gap: 8px;
        /* テキストとアイコンの間隔 */
        transition: background-color 0.2s;
        /* ホバー時のアニメーション */
    }

    /* タップ（クリック）時の背景色変更 */
    .bottom-nav-item:active {
        background-color: #f0f0f0;
    }

    /* --- 中央の縦線 --- */
    .border-right {
        border-right: 1px solid #ddd;
    }

    /* --- アイコンの個別スタイル --- */
    .material-symbols-outlined {
        font-size: 18px;
        /* アイコンの大きさ調整 */
        color: #5aa71e;
        vertical-align: middle;
    }

    /* 矢印アイコンの微調整 */
    .icon-arrow {
        transform: translateY(1px);
        /* わずかに下にずらす */
    }

    .bottom-fix-nav {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .bottom-fix-nav.is-visible {
        visibility: visible;
        opacity: 1;
    }

    /* dropdownlist-nav
------------------------------------------------------------*/
    .pc-nav-container {
        display: flex;
        align-items: center;
    }

    .nav-item {
        position: relative;
        /* ★ドロップダウンの基準位置にするため必須 */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        padding: 0 18px;
        border-left: 1px solid var(--border-color);
        cursor: pointer;
        height: 100%;
        /* 高さを揃える */
        justify-content: center;
    }

    /* ホバーした時に色を変える */
    .nav-item:hover {
        color: #f2981e;
        /* オレンジ色に変化 */
    }

    /* ドロップダウンメニュー内のリンクも色を固定 */
    .nav-item a {
        color: inherit;
        text-decoration: none;
    }

    @media (max-width: 1354px) {
        .nav-item {
            padding: 0 8px;
        }
    }

    .nav-link-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* --- ★ドロップダウンメニューの隠し設定 --- */
    .pc-dropdown-menu {
        position: absolute;
        top: 100%;
        /* 親要素のすぐ下に配置 */
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        min-width: 160px;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        opacity: 0;
        /* 初期は透明 */
        visibility: hidden;
        /* 初期は非表示 */
        transition: all 0.3s ease;
        /* ふわっと出すアニメーション */
        z-index: 3000;
    }

    .pc-dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: var(--text-green);
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        transition: background 0.2s;
    }

    .pc-dropdown-menu li a:hover {
        background-color: var(--sub-bg);
    }

    /* --- ★ホバー時に表示させる設定 --- */
    .has-dropdown:hover .pc-dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 105%;
        /* 少しだけ浮かせる演出 */
    }

    /* モバイル版ではドロップダウンを無効化（既存のスマホメニューと干渉させない） */
    @media (max-width: 992px) {
        .pc-dropdown-menu {
            display: none !important;
        }
    }

    /* --- PCナビゲーションの基本表示 --- */
    .pc-nav-container,
    .pc-action-btns {
        display: flex;
        /* PCサイズでは表示 */
    }

    /* --- ★ここが重要: スマホサイズ（1080px以下）での設定 --- */
    @media (max-width: 1201px) {

        /* PC用のメニューとボタンを強制的に非表示にする */
        .pc-nav-container,
        .pc-action-btns {
            display: none !important;
        }

        /* スマホ用のハンバーガーボタンを表示する */
        .menu-btn {
            display: block;
        }
    }

    .pc-action-btns .material-symbols-outlined {
        color: #fff;
    }

    /* -----------------------------------------------------------
	news
----------------------------------------------------------- */
    .newscontainer {
        width: 100%;
        background-color: #F9F9F9;
        position: relative;
        padding: 20px;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
        opacity: 0.9;
        border-radius: 40px;
    }

    .ttl {
        font-size: 1.2rem;
        font-weight: bold;
        color: #5aa71e;
        padding: 1px 0;
        border-bottom: solid 1px #f2981e;
    }

    .topics {
        margin: 10px 0 0;
    }

    .topics dl {
        padding: 1px 0;
    }

    .topics dt {
        padding-bottom: 5px;
        font-weight: normal;
    }

    .underl {
        text-decoration: underline;
    }

    @media screen and (min-width: 768px) {
        .topics dt {
            clear: left;
            float: left;
            width: 20%;
            font-weight: normal;
            padding-left: 10px;
        }

        .topics dd {
            margin-left: 11%;
        }
    }

    /* -----------------------------------------------------------
	circle-bg
----------------------------------------------------------- */
    .circle-bg {
        position: fixed;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        filter: blur(50px);
        z-index: -1;
    }

    /* 左上 */
    .top-left {
        top: -100px;
        left: -100px;
        background-color: rgba(242, 152, 30, 0.1);
    }

    /* 右下（対角線） */
    .bottom-right {
        bottom: -100px;
        right: -100px;
        background-color: rgba(90, 167, 30, 0.1);
    }

    .circle-heading {
        position: relative;
        /* 疑似要素の基準にする */
        /*padding-left: 15px;*/
        /* 文字と円の隙間 */
        z-index: 1;
    }

    .circle-heading::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        width: 100px;
        height: 100px;
        background-color: #5aa71e1f;
        border-radius: 50%;
        z-index: -1;
        filter: blur(5px);
    }

    /* -----------------------------------------------------------
	doctor
----------------------------------------------------------- */
    .section-greeting {
        width: 100%;
        background-image: url(../images/doctor_top_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .name {
        font-size: 20px;
        font-weight: bold;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        color: #212529;
    }

    .t-right {
        text-align: right;
    }

    /* -----------------------------------------------------------
	map
----------------------------------------------------------- */
    .map {
        width: 100%;
        height: 100%;
    }

    @media (max-width: 992px) {
        .map {
            width: 100%;
            height: 500px;
        }
    }

    /* -----------------------------------------------------------
	map
----------------------------------------------------------- */
    .titlepage_bg {
        background-image: url(../images/titlepage_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    /* 4colum
------------------------------------------------------------*/
    @media screen and (min-width: 768px) {
        .md3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    }

    .md3 {
        position: relative;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    /* syoujou-seikei
------------------------------------------------------------*/
    /* 全体のコンテナ設定 */
    .medical-container {
        display: flex;
        flex-wrap: wrap;
        /* 折り返しを許可 */
        gap: 20px;
        /* カード間の隙間 */
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* カード1つあたりのスタイル */
    .medical-card {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        /* 軽い影 */
        padding: 25px;
        flex: 1 1 calc(25% - 20px);
        /* 基本は4列（100%/4 - gap分） */
        min-width: 250px;
        /* 極端に狭くなるのを防ぐ */
        box-sizing: border-box;
        border: 1px solid #eee;
    }

    /* タイトル（緑色の文字部分） */
    .medical-title {
        color: #69b030;
        /* 画像に近い黄緑色 */
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    /* ⚡アイコンの擬似要素 */
    .medical-title::before {
        content: '\f14a';
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
        font-weight: 900;
        /* Solid（塗りつぶし）アイコンの場合は900必須 */
        color: #f2981e;
        margin-right: 8px;
        font-size: 1rem;
    }

    /* リストのスタイル */
    .medical-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .medical-list li {
        position: relative;
        padding-left: 1.2rem;
        line-height: 1.8;
        color: #333;
        margin-bottom: 8px;
    }

    /* リストの「・」の再現 */
    .medical-list li::before {
        content: '・';
        position: absolute;
        left: 0;
    }

    /* 下部のテキスト */
    .medical-footer {
        text-align: left;
        max-width: 1200px;
        margin: 0px auto;
        padding: 0 20px;
    }

    /* --- レスポンシブ対応 --- */

    /* タブレットサイズ（3列に調整） */
    @media (max-width: 1024px) {
        .medical-card {
            flex: 1 1 calc(33.333% - 20px);
        }
    }

    /* スマホサイズ（1列に調整） */
    @media (max-width: 600px) {
        .medical-card {
            flex: 1 1 100%;
            /* 横幅いっぱい */
            margin-bottom: 10px;
        }

        .medical-container {
            padding: 10px;
        }
    }

    /* jouge-chuou
------------------------------------------------------------*/
    /* PCサイズ以上で適用 */
    @media (min-width: 768px) {

        /* カラム自体をFlexコンテナにし、中身を上下中央へ */
        .d-flex-center {
            display: flex;
            flex-direction: column;
            /* 中身を縦に並べる */
            justify-content: center;
            /* 垂直方向の中央寄せ */
            align-items: flex-start;
            /* 水平方向は左寄せ（必要に応じてcenterに） */
        }

        /* rowの高さが左右で揃うように設定 */
        .display-flex-md {
            display: flex;
            flex-wrap: wrap;
        }
    }

    /* sinryou-button
------------------------------------------------------------*/
    /* 全体のコンテナ */
    .button-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    /* 電話とWEBのペア用 */
    .mobile-side-by-side {
        display: flex;
        gap: 10px;
        /* ボタン間の隙間 */
    }

    /* PCサイズ以上 */
    @media (min-width: 993px) {
        .button-group {
            justify-content: flex-start;
        }
    }

    /* スマホサイズ（992px以下） */
    @media (max-width: 992px) {
        .button-group {
            flex-direction: column;
            /* 全体としては縦（担当表を下に送るため） */
            justify-content: center;
        }

        .mobile-side-by-side {
            width: 100%;
            /* 横幅いっぱい使う */
            justify-content: center;
            /* 中央寄せ */
        }

        /* ボタン2つの幅を少し小さくして横に収める（必要に応じて調整） */
        .button2,
        .button3 {
            flex: 1;
            /* 均等な幅にする */
            max-width: 160px;
            /* 大きくなりすぎないように制限 */
            font-size: 16px;
            /* スマホでは文字を少し小さくすると収まりが良い */
        }

        .button1 {
            margin-left: 0;
            margin-right: auto;
        }
    }

    /*[ Gallery ]
///////////////////////////////////////////////////////////
*/

    .label-gallery {
        border-radius: 10px;
        padding: 2px 11px;
        margin: 5px 0;
    }

    .label-gallery:hover {
        background-color: #5aa71e;
        color: white;
    }

    .is-actived {
        background-color: #f2981e;
        color: white;
    }

    /* ------------------------------------ */
    .wrap-gallery {
        width: 100%;
        box-sizing: border-box;
    }

    .item-gallery {
        width: calc((100% - 140px) / 5.5);
        margin: 30px 15px;
        position: relative;
    }

    .overlay-item-gallery {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(90, 167, 30, 0.7);
        opacity: 0;
    }

    .overlay-item-gallery:hover {
        opacity: 1;
    }

    .btn-show-gallery {
        font-size: 18px;
        color: #222222;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: white;
    }

    @media (max-width: 768px) {
        .item-gallery {
            width: calc((100% - 110px) / 2);
        }
    }

    @media (max-width: 576px) {
        .item-gallery {
            width: calc((100% - 30px) / 1);
        }

        .wrap-gallery {
            padding-left: 0;
            padding-right: 0;
        }
    }

    /* スマホサイズ（767px以下）の時の指定 */
    @media (max-width: 767px) {
        .wrap-label-gallery.flex-col-c-sm {
            /* 縦並びを解除して横並び（折り返しあり）にする */
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            padding: 0 10px !important;
            background: #fff;
        }

        .wrap-label-gallery .label-gallery {
            /* 1つのボタンの幅を50%弱にする（隙間を考慮して48%程度） */
            width: 48%;
            margin: 5px 1%;
            /* 上下5px、左右1%の余白 */
            box-sizing: border-box;
            text-align: center;
            /* 文字が長い場合に備えて調整（任意） */
            padding-left: 5px !important;
            padding-right: 5px !important;
            font-size: 18px;
            /* 必要に応じて文字サイズを微調整 */
        }
    }

    /*[ access ]
///////////////////////////////////////////////////////////
*/
    /* セクション全体の余白 */
    .access-section {
        max-width: 1200px;
        margin: 0 auto 40px;
        padding: 0 15px;
    }

    /* 緑の見出し */
    .access-title {
        background-color: #76ae44;
        /* 指定の緑色 */
        color: #fff;
        padding: 10px 20px;
        font-size: 1.25rem;
        margin-bottom: 20px;
        border-radius: 4px;
        /* わずかに角を丸くする場合 */
    }

    /* グリッドレイアウトの基本設定（PC: 4列） */
    .access-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* 4列に分割 */
        gap: 20px;
        /* 画像間の隙間 */
    }

    /* 画像のスタイル */
    .access-img img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        /* 写真の角を丸く */
    }

    /* テキストのスタイル */
    .access-text {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }

    /* --- スマホ対応（768px以下） --- */
    @media (max-width: 768px) {
        .access-grid {
            grid-template-columns: repeat(2, 1fr);
            /* 2列に変更 */
            gap: 15px;
        }

        .access-text {
            font-size: 0.85rem;
            /* スマホでは少し文字を小さく */
        }
    }

    /* --- 超小型スマホ（480px以下）で1列にしたい場合（任意） --- */
    @media (max-width: 480px) {
        /* もし1列にしたいならここを 1fr に。現状の画像通り2列維持なら不要 */
    }

    /*[ homemedical ]
///////////////////////////////////////////////////////////
*/
    /* タイトル装飾 */
    .main-title {
        color: #5aa71e;
        font-size: 1.8rem;
        border-left: 8px solid #5aa71e;
        padding: 30px;
        margin-bottom: 30px;
    }

    .section-title {
        color: #5aa71e;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        margin: 40px 0 20px;
    }

    .section-title::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-color: #5aa71e;
        border-radius: 50%;
        margin-right: 10px;
    }

    /* リストスタイル */
    .patient-list {
        list-style: none;
        padding: 20px;
        border: 1px solid #5aa71e;
        border-radius: 8px;
    }

    .patient-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .patient-list li::before {
        content: "●";
        color: #5aa71e;
        position: absolute;
        left: 0;
    }

    /* 診療内容グリッド */
    .medical-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .medical-card {
        background-color: #f1f5ec;
        padding: 15px;
        /*text-align: center;*/
        border-radius: 4px;
    }

    .medical-card h3 {
        color: #5aa71e;
        font-size: 1rem;
        margin: 0 0 5px 0;
    }

    .medical-card p {
        font-size: 0.95rem;
        margin: 0;
    }

    .full-width {
        grid-column: span 2;
    }

    /* 流れのステップ */
    .flow-step {
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .step-header {
        background-color: #fff;
        padding: 15px;
        font-size: 1.2rem;
        font-weight: bold;
        border-bottom: 1px solid #eee;
    }

    .step-num {
        color: #5aa71e;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .step-body {
        padding: 20px;
    }

    /* 電話ボックス */
    .tel-box {
        border: 2px solid #5aa71e;
        border-radius: 50px;
        text-align: center;
        padding: 15px;
        margin: 20px 0;
        font-size: 1.8rem;
        font-weight: bold;
        color: #5aa71e;
    }

    .tel-time {
        font-size: 0.9rem;
        color: #333;
        font-weight: normal;
    }

    /* ダウンロードボタン */
    .btn-download {
        display: inline-block;
        background-color: #5aa71e;
        color: #fff;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 10px;
    }

    /* レスポンシブ (スマホ対応) */
    @media (max-width: 600px) {
        .medical-grid {
            grid-template-columns: 1fr;
        }

        .full-width {
            grid-column: span 1;
        }

        .tel-box {
            font-size: 1.4rem;
        }

        .flex-content {
            display: block;
        }

        .step-image {
            margin-top: 15px;
            width: 100%;
            height: 150px;
            background: #eee;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    /*[ rehabili ]
///////////////////////////////////////////////////////////
*/
    /* 見出しスタイル */
    .heading-primary {
        color: #94c132;
        font-size: 24px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .heading-primary::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 4px solid #94c132;
        border-radius: 50%;
        margin-right: 15px;
    }

    .heading-secondary {
        color: #94c132;
        font-size: 22px;
        display: flex;
        align-items: center;
        margin: 60px 0 30px;
    }

    .heading-secondary::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 4px solid #94c132;
        border-radius: 50%;
        margin-right: 15px;
    }

    /* 施設基準・人員配置 */
    .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .info-box {
        background-color: #f2f2f2;
        border-radius: 8px;
        padding: 15px;
        text-align: center;
    }

    .info-box .label {
        display: block;
        background-color: #666;
        color: #fff;
        width: 80px;
        margin: -25px auto 10px;
        padding: 2px 10px;
        border-radius: 15px;
        font-size: 16px;
    }

    .info-box .text {
        font-weight: bold;
        margin: 0;
    }

    /* 対象となる疾患 */
    .disease-list-box {
        border: 2px solid #94c132;
        border-radius: 15px;
        padding: 30px;
        background: #fff;
    }

    .disease-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .disease-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .disease-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 12px;
        height: 12px;
        background-color: #94c132;
        border-radius: 50%;
    }

    .note {
        font-size: 16px;
        margin-top: 15px;
    }

    /* 外来リハビリ内容 */
    .time-box {
        background-color: #eee;
        padding: 30px;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .time-box h3 {
        font-size: 24px;
        margin-top: 0;
        color: #333;
    }

    .menu-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .menu-item {
        background-color: #f0f4e6;
        color: #558b2f;
        padding: 15px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
    }

    /* スタッフ */
    .staff-layout {
        display: grid;
        gap: 30px;
        /*align-items: center;*/
    }

    .staff-image img {
        width: 100%;
        border-radius: 5px;
    }

    /* 流れ */

    /* 各ステップの外枠 */
    .flow-step2 {
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 40px;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    /* テキスト部分 */
    .step-content {
        flex: 1;
    }

    .step-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .step-num {
        font-size: 48px;
        font-weight: bold;
        color: #94c132;
        margin-right: 25px;
        line-height: 1;
    }

    .step-header h3 {
        margin: 0;
        font-size: 22px;
        color: #333;
    }

    .step-content p {
        line-height: 1.8;
        margin: 0;
    }

    /* 画像部分 */
    .step-image {
        flex-shrink: 0;
    }

    .step-image img {
        width: 320px;
        /* 画像のPCサイズ */
        height: auto;
        border-radius: 5px;
        display: block;
    }

    /* 電話番号ボックス（Step 03） */
    .tel-card {
        border: 2px solid #94c132;
        border-radius: 10px;
        padding: 15px;
        margin-top: 15px;
        text-align: center;
    }

    .tel-number a {
        color: #94c132;
        text-decoration: none;
        font-size: 42px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .tel-number .material-symbols-outlined {
        font-size: 40px;
    }

    .tel-time {
        margin-top: 10px;
        font-size: 16px;
        color: #333;
    }

    /* レスポンシブ（スマホ対応） */
    @media (max-width: 768px) {
        .flow-step2 {
            flex-direction: column;
            /* 縦並びにする */
            padding: 30px 20px;
            align-items: flex-start;
            /* 左寄せ */
            gap: 25px;
        }

        .step-header {
            margin-bottom: 15px;
        }

        .step-num {
            font-size: 40px;
            margin-right: 15px;
        }

        .step-header h3 {
            font-size: 19px;
        }

        .step-image {
            width: 100%;
        }

        .step-image img {
            width: 100%;
            /* スマホでは横幅いっぱいに */
        }

        /* Step 04の画像を一番下に持ってくるための設定（任意） */
        .flow-step2 {
            display: flex;
            flex-direction: column;
        }

        .tel-number a {
            font-size: 28px;
            /* スマホでは電話番号を少し小さく */
        }

        .tel-number .material-symbols-outlined {
            font-size: 28px;
        }
    }

    /*[ daycare ]
///////////////////////////////////////////////////////////
*/
    /* 流れのグリッドレイアウト */
    .flow-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3列 */
        gap: 15px;
        margin-bottom: 15px;
    }

    .flow-item {
        border: 2px solid #76b852;
        border-radius: 8px;
        text-align: center;
        padding: 20px 10px;
        position: relative;
    }

    /* サービス提供時間 */
    .time-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .time-slot {
        background-color: #e0e0e0;
        padding: 15px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        border-radius: 5px;
    }

    /* 料金表 */
    .price-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }

    .price-table th {
        background-color: #76b852;
        color: #fff;
        padding: 10px;
        border: 1px solid #fff;
    }

    .price-table td {
        padding: 10px;
        text-align: center;
        border: 1px solid #fff;
    }

    .light-yellow {
        background-color: #fff9e6;
    }

    .light-green {
        background-color: #f0f9e8;
    }

    /* レスポンシブ対応（スマホ表示） */
    @media (max-width: 600px) {
        .flow-grid {
            grid-template-columns: 1fr;
            /* スマホでは1列に */
        }

        .time-grid {
            grid-template-columns: 1fr;
        }
    }

    /* anchor */
    .anchor-container {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        /* ボタン同士の隙間 */
        max-width: 900px;
        margin: 20px auto;
        padding: 0 10px;
    }

    /* ボタンの基本スタイル */
    .anchor-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        /* 矢印の位置基準 */
        background-color: #f8fbf4;
        color: #558b2f;
        text-decoration: none;
        font-weight: bold;
        font-size: 15px;
        border: 2px solid #f2981e;
        border-radius: 8px;
        height: 60px;
        box-sizing: border-box;
        transition: all 0.3s ease;

        /* PCでの幅計算 */
        width: calc(33.333% - 8px);
        padding-right: 20px;
        /* 矢印のスペース分、右に余白 */
    }

    /* 下向き矢印（CSSで作成） */
    .anchor-button::after {
        content: "";
        position: absolute;
        right: 15px;
        /* 右端から15pxの位置 */
        width: 8px;
        height: 8px;
        border-right: 2px solid #f2981e;
        /* 線の太さと色 */
        border-bottom: 2px solid #f2981e;
        transform: rotate(45deg);
        /* L字を45度回して下向きに */
        transition: all 0.3s ease;
    }

    /* ホバー時の挙動 */
    .anchor-button:hover {
        background-color: #86B833;
        color: #ffffff;
    }

    /* ホバー時に矢印の色を白にする */
    .anchor-button:hover::after {
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        transform: rotate(45deg) translateY(2px);
        /* 少し下に沈む演出 */
    }

    /* スマホ表示（2列） */
    @media (max-width: 768px) {
        .anchor-button {
            width: calc(50% - 6px);
            font-size: 16px;
            padding-right: 15px;
            /* スマホでは余白を少し詰める */
        }

        .anchor-button::after {
            right: 10px;
            width: 6px;
            height: 6px;
        }
    }

    /*[ visiting-reha ]
///////////////////////////////////////////////////////////
*/
    .visit-price-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 18px;
        color: #333;
        table-layout: fixed;
        /* 列の幅を安定させる */
    }

    .visit-price-table th,
    .visit-price-table td {
        padding: 15px 10px;
        border: 1px solid #fff;
        /* 白い線で区切る */
        vertical-align: middle;
    }

    /* 左側のアルファベットラベル */
    .label-cell {
        width: 60px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
    }

    /* 各列の幅調整 */
    .content-cell {
        text-align: left;
        width: 45%;
    }

    .unit-cell {
        text-align: center;
    }

    .yen-cell {
        text-align: center;
        width: 15%;
    }

    /* --- セクション別の配色 --- */

    /* A: イエロー系 */
    .section-a .label-cell {
        background-color: #c9bc4d;
    }

    .section-a td {
        background-color: #ede9d5;
    }

    /* B: グリーン系 */
    .section-b .label-cell {
        background-color: #6da067;
    }

    .section-b td {
        background-color: #e2eadf;
    }

    /* C: ブルー系 */
    .section-c .label-cell {
        background-color: #557ba3;
    }

    .section-c td {
        background-color: #dbe4ef;
    }

    /* D: ピンク系 */
    .section-d .label-cell {
        background-color: #b57a8d;
    }

    .section-d td {
        background-color: #ece0e5;
    }

    /* スマホ対応：文字が溢れる場合は横スクロールを許可するか、フォントサイズを下げる */
    @media (max-width: 600px) {
        .visit-price-table {
            font-size: 16px;
        }

        .label-cell {
            width: 40px;
        }
    }

    /* --- syoujou --- */
    .rehab-target__list {
        display: flex;
        flex-wrap: wrap;
        /* 折り返しを許可 */
        gap: 15px;
        /* 項目間の余白 */
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .rehab-target__item {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #72b168;
        /* 緑色の背景 */
        color: #ffffff;
        /* 文字色（白） */
        font-weight: bold;
        text-align: center;
        border-radius: 10px;
        /* 角丸 */
        padding: 20px 10px;
        box-sizing: border-box;
        line-height: 1.5;
        min-height: 100px;
        /* 高さを揃えるための最小値 */

        /* PC用：横3列にする（gap分を考慮して計算） */
        width: calc((100% - 15px * 2) / 3);
    }

    /* タブレット・スマホ用のレスポンシブ設定 */
    @media (max-width: 768px) {
        .rehab-target__item {
            /* スマホ用：横1列にする */
            width: 100%;
            min-height: auto;
            padding: 15px;
            font-size: 15px;
        }

        .rehab-target__list {
            gap: 10px;
            /* スマホでは間隔を少し狭くする */
        }
    }

    /* --- visit-reha-content --- */
    /* リスト部分（Flexbox） */
    .rehab-content__list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 20px;
        /* 縦の間隔30px、横の間隔20px */
    }

    /* 各カードアイテム */
    .rehab-content__item {
        /* PC用：横2列（gap分を引いて計算） */
        width: calc((100% - 20px) / 2);
        display: flex;
        flex-direction: column;
    }

    /* 見出し（薄緑背景） */
    .rehab-content__title {
        background-color: #e5ede3;
        /* 薄い緑色 */
        color: #4a7e3d;
        /* 濃い緑の文字 */
        margin: 0;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border-radius: 8px;
        line-height: 1.4;
    }

    /* 説明文 */
    .rehab-content__text {
        margin: 0;
        padding: 15px 5px;
        color: #333;
        line-height: 1.8;
    }

    /* レスポンシブ：スマホ用（768px以下） */
    @media (max-width: 768px) {
        .rehab-content__item {
            width: 100%;
            /* 横1列にする */
        }

        .rehab-content__list {
            gap: 20px;
            /* スマホでは間隔を少し詰める */
        }

        .rehab-content__title {
            padding: 12px;
        }
    }

    /*[ caremanager ]
///////////////////////////////////////////////////////////
*/
    .midasi-sub {
        font-size: 24px;
        max-width: 1200px;
        position: relative;
        padding: 1rem 2rem;
        border: 4px solid #5aa71e;
        margin: 0 auto;
        color: #fff;
        background: #5aa71e;
    }

    /* tokuchou */
    .features {
        background-color: #fff;
    }

    .features__inner {
        margin: 0 auto;
    }

    /* 各アイテムの並び（PCは横並び） */
    .feature-item {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 60px;
    }

    /* 画像エリア */
    .feature-item__img {
        flex: 0 0 45%;
        /* 幅を45%に固定 */
    }

    .feature-item__img img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px;
    }

    /* テキストエリア（数字の基準位置にするため relative） */
    .feature-item__body {
        flex: 1;
        position: relative;
        padding-bottom: 40px;
        /* 数字が入るスペース */
    }

    /* 特徴的な大きな数字 */
    .feature-item__number {
        position: absolute;
        right: 0;
        bottom: -10px;
        font-size: 80px;
        font-weight: bold;
        color: #72b168;
        /* 緑色 */
        line-height: 1;
        opacity: 0.8;
        font-family: Arial, sans-serif;
    }

    .feature-item__title {
        color: #4a7e3d;
        font-size: 24px;
        margin: 0 0 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f2981e;
        line-height: 1.4;
    }

    .feature-item__text {
        font-size: 18px;
        line-height: 1.8;
        color: #333;
        margin: 0;
    }

    /* レスポンシブ：スマホ用（768px以下） */
    @media (max-width: 768px) {
        .feature-item {
            flex-direction: column;
            /* 縦並びに変更 */
            gap: 20px;
            margin-bottom: 80px;
        }

        .feature-item__img {
            width: 100%;
        }

        .feature-item__body {
            width: 100%;
            padding-bottom: 30px;
        }

        .feature-item__number {
            font-size: 60px;
            /* スマホでは少し小さく */
            bottom: -20px;
        }

        .feature-item__title {
            font-size: 18px;
        }
    }

    /*[ banner ]
///////////////////////////////////////////////////////////
*/

    .bnr a:hover {
        opacity: 0.7;
    }

    /*[ active ]
///////////////////////////////////////////////////////////
*/

    /* 各項目のスタイル */
    .info-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    /* 緑色の見出し（ラベル） */
    .info-item dt {
        background-color: #70ad47;
        /* 画像に近い緑色 */
        color: #fff;
        width: 180px;
        padding: 10px 0;
        text-align: center;
        border-radius: 6px;
        font-weight: bold;
        flex-shrink: 0;
        /* ラベルの幅を固定 */
    }

    /* 説明テキスト */
    .info-item dd {
        margin-left: 30px;
        font-size: 1.2rem;
        flex-grow: 1;
    }

    /* 赤字の強調 */
    .highlight-red {
        color: #ff0000;
        font-weight: bold;
    }

    /* --- レスポンシブ対応 (スマホ) --- */
    @media screen and (max-width: 767px) {
        .info-item {
            flex-direction: column;
            /* 縦並びに変更 */
            align-items: flex-start;
            margin-bottom: 30px;
        }

        .info-item dt {
            width: 100%;
            /* ラベルを横幅いっぱいに */
            margin-bottom: 10px;
        }

        .info-item dd {
            margin-left: 0;
            padding-left: 5px;
            font-size: 1.1rem;
            line-height: 1.6;
        }
    }

    /* 全体のコンテナ */
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* PCは横2列 */
        gap: 20px;
        /* パネル間の余白 */
        margin: 0 auto;
        padding: 20px;
        background-color: #f0f3ef;
        /* 背景の薄いグレーグリーン */
    }

    /* 各パネルのスタイル */
    .grid-item {
        background-color: #fff;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 画像エリア */
    .image-box {
        width: 100%;
        aspect-ratio: 16 / 9;
        /* アスペクト比を維持 */
        overflow: hidden;
        margin-bottom: 10px;
    }

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* 枠に合わせて画像をクロップ */
    }

    /* 下部のテキスト */
    .caption {
        color: #4f7d34;
        /* 緑色の文字色 */
        font-weight: bold;
        font-size: 1rem;
        margin: 0;
        text-align: center;
        line-height: 1.4;
    }

    /* --- レスポンシブ対応 (スマホ) --- */
    @media screen and (max-width: 767px) {
        .grid-container {
            grid-template-columns: 1fr;
            /* スマホは縦1列 */
            gap: 15px;
            padding: 10px;
        }

        .grid-item {
            padding: 10px;
        }

        .caption {
            font-size: 0.9rem;
        }
    }

    /* pagination
------------------------------------------------------------*/
    /* 全体のコンテナ */
    .pagination {
        margin: 40px 0;
        text-align: center;
    }

    /* リンクボタンの共通スタイル */
    .nav-links {
        display: inline-flex;
        gap: 8px;
        /* ボタン同士の間隔 */
        list-style: none;
    }

    .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        text-decoration: none;
        color: #333;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    /* ホバー時（マウスを乗せたとき） */
    .page-numbers:hover {
        background: #f0f0f0;
        border-color: #bbb;
    }

    /* 現在表示しているページ */
    .page-numbers.current {
        background: #f2981e;
        color: #fff;
        border-color: #333;
        cursor: default;
    }

    /* モバイル対応：少し小さくする */
    @media (max-width: 480px) {
        .page-numbers {
            min-width: 35px;
            height: 35px;
            font-size: 14px;
        }
    }

    .pagination-wrapper {
        margin: 50px 0;
        /* 上下にゆとりを持たせる */
        display: flex;
        justify-content: center;
        /* 中央に配置 */
    }

    /* 「…」の部分 */
    .pagination-wrapper .page-numbers.dots {
        border: none;
        /* 枠線を消す */
        background: none;
        /* 背景を消す */
        color: #666;
        /* 色を少し薄くする */
        padding: 0 5px;
        /* 左右に少し隙間を作る */
    }

    /* news-colum-blog_title_txt
------------------------------------------------------------*/
    .blogtit {
        font-size: 22px;
        font-weight: bold;
    }

    .blogtxt {
        font-size: 18px;
        font-weight: 400;
        color: #212529;
    }

    .blogtxt p {
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #212529 !important;
    }
    /* youtube
------------------------------------------------------------*/
/* YouTubeの親要素（動画を包んでいるクラス）の調整 */
.video-mo-01 {
    width: 100%;             /* コンテナの横幅いっぱいに広げる */
    max-width: 800px;        /* PCで広がりすぎないように最大幅を設定（お好みで調整） */
    margin: 0 auto;          /* 中央寄せ */
}

/* iframe自体のレスポンシブ化 */
.video-mo-01 iframe {
    width: 100% !important;  /* HTML側の width="560" などを上書きして横幅いっぱいにする */
    height: auto !important;
    aspect-ratio: 16 / 9;    /* 横縦比を自動で16:9に維持する（スマホでも潰れない） */
}