@media screen and (min-width: 751px) {
    @charset "utf-8";
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        min-width: 1610px;
        /*min-width: 1590px;*/
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #222;
        background: #fff;
        font-size: 14pt;
        font-weight: 400;
        line-height: 1.9;
        letter-spacing: 0.5pt;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .switch {
        visibility: hidden;
    }
    a:hover img {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
    }
    .sec main img {}
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .table_basic th {
        background: #f6f6f6;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic td {
        background: #FFF;
        padding: 20px 20px;
    }
    .table_basic td td {
        background: #FFF;
        padding: 10px 10px 10px 0px;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
    }
    .table_basic td input.input {}
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .table_basic .fRed {
        font-weight: 400;
        font-size: 11pt;
    }
    .table_scrool {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_scrool th {
        background-color: #f3f3f3;
        padding: 8px 10px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: center;
        width: 20%;
    }
    .table_scrool td {
        background-color: #FFF;
        padding: 8px 10px;
        border-top: 1px solid #FFF;
    }
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .h img {
        display: block;
    }
    /*----------------------------------------wrap----------------------------------------*/
    #wrap {
        position: relative;
        width: 100%;
    }
    .sec #wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url("../img/sec_bg_Circle01.png")no-repeat right 0px top 350px/ 152px;
        z-index: 2;
        pointer-events: none;
    }
    #right-side {
        position: relative;
        width: 100%;
        background: #fff;
        z-index: 1;
        top: 0;
    }
    main {
        width: 100%;
    }
    .sec main {
        position: relative;
        top: -180px;
        z-index: 2;
    }
    @media (min-width: 1671px) {
        .content_wrap {
            width: 1200px;
            text-align: left;
            margin-left: 490px;
            position: relative;
            z-index: 2;
        }
    }
    @media (max-width: 1670px) {
        .content_wrap {
            width: 1200px;
            text-align: left;
            margin-left: 390px;
            position: relative;
            z-index: 2;
        }
    }
    /*----------------------------------------サイドメニュー----------------------------------------*/
    side {
        width: 360px;
        position: sticky;
        top: 0;
        height: fit-content;
        z-index: 2;
        float: left;
        padding-bottom: 50px;
    }
    side #logo {
        background: url("../img/bg_circle01.png") no-repeat left top;
        width: 360px;
        height: 264px;
        position: relative;
        z-index: 1;
    }
    side #logo img {
        display: block;
        position: absolute;
        left: 50px;
        top: 40px;
    }
    .gnav-wrapper {
        position: static;
        text-align: center;
        width: 80%;
        margin: -20px auto 20px;
        z-index: 99999999;
        /*background-color: rgba(255, 255, 255, 0.9);*/
    }
    .gnav-wrapper .gnav {
        width: 100%;
        margin: 0 auto;
    }
    .gnav-wrapper .gnav li {
        text-align: center;
    }
    .gnav li + li {
        border-top: 1px solid #cccccc;
    }
    .gnav li a {
        display: block;
        padding: 12px 20px;
        font-size: 14pt;
        text-align: left;
        color: #000;
    }
    .gnav li a:hover {
        color: #2cb89c;
    }
    .gnav li a.set::after {
        content: "▶";
        position: absolute;
        right: 50px;
        transform: translateY(9px);
        color: #2cb89c;
        font-size: 8pt;
    }
    .gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    .megamenu {
        max-height: 0;
        width: 1000px;
        opacity: 0;
        overflow: auto;
        position: absolute;
        top: 0px;
        left: 324px;
        transition: all .5s ease-in;
        z-index: 999;
        background-color: rgba(87, 189, 175, 0.95);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mega-top2 {
        width: 500px !important;
        top: 364px !important;
    }
    .mega-top3 {
        width: 500px !important;
        top: 424px !important;
    }
    .mega-top4 {
        width: 500px !important;
        top: 486px !important;
    }
    .megamenu-inner {
        width: 48%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        padding: 0px 30px 0px;
    }
    .mega-full {
        width: 100% !important;
    }
    .megamenu-inner li {
        width: 100% !important;
        padding: 0;
        margin: 0 10px 0;
    }
    .megamenu-inner li + li {
        border-top: none;
    }
    .megamenu-inner span a {
        display: block;
        color: #fff;
        font-size: 13pt;
        line-height: 13pt;
        font-weight: 500;
        margin-top: 15px;
    }
    .megamenu-inner span a.icon {
        display: inline-block;
        background: url("../img/gnav_icon.png")no-repeat right 0px top 15px;
    }
    .megamenu-inner span a:hover {
        color: #fff;
    }
    .megamenu-inner li a {
        color: #fff;
        border: none;
        display: block;
        padding: 1px 0;
        text-align: left;
        font-size: 11.52pt;
    }
    .megamenu-inner li.sub {
        position: relative;
        margin-left: 30px;
    }
    .megamenu-inner li.sub a {
        padding-left: 10px;
    }
    .megamenu-inner li.sub a:before {
        content: "├";
        display: inline-block;
        position: absolute;
        left: -1em;
        color: #a8d0cc;
    }
    .megamenu-inner li.sub_end {
        position: relative;
        margin-left: 30px;
    }
    .megamenu-inner li.sub_end a:before {
        content: "└";
        display: inline-block;
        position: absolute;
        left: -1em;
        color: #a8d0cc;
    }
    .megamenu-inner li.sub_end a {
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .megamenu-inner li a:hover {
        color: #fff;
    }
    .megamenu-inner .list_mb {
        margin-bottom: 20px;
    }
    .search {
        background: #f5f4ef;
        padding: 10px;
        border: 1px solid #e2dfd1;
        width: 80%;
        margin: 0 auto;
        display: flex;
    }
    .search_btn {
        border: none;
        width: 60px;
        text-align: center;
        padding-right: 7px;
    }
    .search_key {
        border: none;
        width: calc(100% - 60px);
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        padding: 20px;
    }
    header ol.sns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        z-index: 99999;
    }
    header ol.sns li {
        padding: 0 10px;
        line-height: 0;
    }
    header .hamburger, .hamburger__icon, .hamburger::after {
        display: none !important;
    }
	
    .hamburger, .hamburger__icon, .hamburger::after {
        display: none !important;
    }
    header #logo {
        display: none;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: #41a9a5;
        width: 100%;
    }
    footer .inner {
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
        padding-top: 50px;
    }
    footer .set {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    footer .tit {
        color: #fff;
        border-bottom: 1px solid #b1d8d4;
        padding: 0 0 10px 0;
        margin: 0 1% 25px;
        font-size: 15pt;
        font-weight: 500;
    }
    footer .tit {
        color: #fff;
        border-bottom: 1px solid #b1d8d4;
        padding: 0 0 10px 0;
        margin: 0 1% 25px;
        font-size: 15pt;
        font-weight: 500;
    }
    footer .set ol {
        width: calc(100% / 4);
        padding: 0 1%;
    }
    footer .set ol span a {
        display: block;
        color: #fff;
        font-size: 13pt;
        font-weight: 500;
    }
    footer .set ol span a.icon {
        display: inline-block;
        background: url("../img/gnav_icon.png")no-repeat right 0px top 11px;
        padding-right: 20px;
    }
    footer .set ol li {}
    footer .set ol li a {
        color: #fff;
        font-size: 12pt;
    }
    footer .set ol li.sub {
        position: relative;
        margin-left: 20px;
    }
    footer .set ol li.sub a {
        padding-left: 10px;
    }
    footer .set ol li.sub a:before {
        content: "├";
        display: inline-block;
        position: absolute;
        left: -1em;
        color: #a8d0cc;
    }
    footer .set ol li.sub_end {
        position: relative;
        margin-left: 20px;
    }
    footer .set ol li.sub_end a:before {
        content: "└";
        display: inline-block;
        position: absolute;
        left: -1em;
        color: #a8d0cc;
    }
    footer .set ol li.sub_end a {
        padding-bottom: 10px;
        padding-left: 10px;
    }
    footer .set .list_mb {
        margin-bottom: 20px;
    }
    footer .fbox {
        background: #f5f4ef;
        text-align: center;
        padding: 50px 0;
    }
    footer .fbox-inner {
        display: flex;
        justify-content: center;
    }
    footer .fbox ol {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .fbox ol li {
        padding: 0 15px;
    }
    footer .fbox ol li p {
        font-size: 11pt;
        display: block;
        padding-top: 10px;
    }
    footer .fbox ol li.set-bnr a {
        display: block !important;
        text-align: left;
    }
    footer .fbox ol li a.pt {
        margin-top: 15px;
    }
    footer .copy {
        text-align: center;
        padding: 30px 0 0;
        font-size: 12pt;
    }
    #topcontrol {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #41a9a5;
        border-radius: 100px;
        z-index: 999;
    }
    #topcontrol img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .viewer {
        width: calc(100% - 460px);
        margin-left: auto;
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
        z-index: 2;
        height: 820px;
        box-sizing: border-box;
        border-radius: 50px 0 0 50px;
        background: #fff;
    }
    .viewer .txt {
        position: absolute;
        right: 60px;
        bottom: 80px;
        z-index: 1;
    }
    .fade-in-blur {
        width: 689px;
        height: auto;
        opacity: 0;
        filter: blur(10px);
        transition: opacity 2.4s ease, filter 2.4s ease;
    }
    .fade-in-blur.show {
        opacity: 1;
        filter: blur(0);
    }
    .viewer .bgImg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background-size: cover;
        background-position: center;
        animation: bgAnime 56s infinite, zoomAnime 16s infinite linear;
    }
    .viewer .bgImg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .viewer .src1 {
        background: url(../img/kv01.png) no-repeat bottom right / cover;
    }
    .viewer .src2 {
        background: url(../img/kv02.png) no-repeat top right / cover;
        animation-delay: 4s;
    }
    .viewer .src3 {
        background: url(../img/kv03.png) no-repeat bottom right / cover;
        animation-delay: 8s;
    }
    .viewer .src4 {
        background: url(../img/kv04.png) no-repeat bottom right / cover;
        animation-delay: 12s;
    }
    .viewer .src5 {
        background: url(../img/kv05.png) no-repeat bottom right / cover;
        animation-delay: 16s;
    }
    .viewer .src6 {
        background: url(../img/kv06.png) no-repeat bottom right / cover;
        animation-delay: 20s;
    }
    .viewer .src7 {
        background: url(../img/kv07.png) no-repeat bottom right / cover;
        animation-delay: 24s;
    }
    .viewer .src8 {
        background: url(../img/kv08.png) no-repeat bottom right / cover;
        animation-delay: 28s;
    }
    .viewer .src9 {
        background: url(../img/kv09.png) no-repeat bottom right / cover;
        animation-delay: 32s;
    }
    .viewer .src10 {
        background: url(../img/kv10.png) no-repeat bottom right / cover;
        animation-delay: 36s;
    }
    .viewer .src11 {
        background: url(../img/kv11.png) no-repeat bottom right / cover;
        animation-delay: 40s;
    }
    .viewer .src12 {
        background: url(../img/kv12.png) no-repeat bottom right / cover;
        animation-delay: 44s;
    }
    .viewer .src13 {
        background: url(../img/kv13.png) no-repeat bottom right / cover;
        animation-delay: 48s;
    }
    .viewer .src14 {
        background: url(../img/kv14.png) no-repeat bottom right / cover;
        animation-delay: 52s;
    }
    .viewer .src15 {
        background: url(../img/kv15.png) no-repeat bottom right / cover;
        animation-delay: 56s;
    }
    @keyframes bgAnime {
        0% {
            opacity: 0;
        }
        7% {
            opacity: 1;
        }
        25% {
            opacity: 1;
        }
        32% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes zoomAnime {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.20);
        }
    }
    /*----------------------------------------index----------------------------------------*/
    #index_bnr {
        padding-bottom: 30px;
    }
    #index_bnr ol {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #index_bnr ol li {
        padding: 0 30px 0 0;
    }
    #index_bnr ol li a {
        display: block;
    }
    #index_bnr ol li a.pt {
        margin-top: 15px;
    }
    #index01 {
        padding: 100px 0 130px;
        background: #f5f4ef url("../img/wave_01.png") no-repeat center top / contain;
    }
    #index01 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45pt;
        line-height: 45pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 40px;
        color: #222;
        letter-spacing: 3pt;
    }
    #index01 h2 p::first-letter {
        color: #329793;
    }
    #index01 h2 span {
        display: block;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 25px 12px;
        color: #000;
        letter-spacing: 0pt;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        margin: 10px 0 0 15px;
    }
    #index01 ol.news {
        padding-bottom: 50px;
    }
    #index01 ol.news li {
        margin-bottom: 25px;
    }
    #index01 ol.news li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #index01 ol.news li a span {
        display: block;
        color: #41a9a5;
        font-size: 14pt;
        line-height: 14pt;
        width: 100px;
    }
    #index01 ol.news li p {
        display: block;
        color: #000;
        width: calc(100% - 290px);
    }
    #index01 ol.news li .label {
        color: #fff;
        font-size: 11pt;
        line-height: 11px;
        padding: 10px 10px;
        width: 150px;
        text-align: center;
    }
    #index01 ol.news li .green {
        background: #41a9a5;
    }
    #index01 ol.news li .orange {
        background: #f67e62;
    }
    #index01 ol.news li .purple {
        background: #889dd9;
    }
    #index01 ol.news li .blue {
        background: #3490d1;
    }
    #index01 ol.insta {
        display: flex;
    }
    #index01 ol.insta li {}
    #index01 ol.insta li + li {
        margin-left: 20px;
    }
    #index01 ol.insta li img {
        width: 100%;
    }
    #index02 {
        padding: 180px 0 0px;
        background:
            url("../img/index02_ill.png") no-repeat left 1500px top 170px / 188px auto, url("../img/index02_circle01.png") no-repeat left 360px top 370px / 84px auto, url("../img/index02_circle02.png") no-repeat left 910px top 110px / 159px auto, #ffffff;
    }
    #index02 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45pt;
        line-height: 45pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 40px;
        color: #222;
        letter-spacing: 3pt;
    }
    #index02 h2 p::first-letter {
        color: #329793;
    }
    #index02 h2 span {
        display: block;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 25px 10px !important;
        color: #000;
        letter-spacing: 0pt;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        margin: 10px 0 0 15px;
    }
    #index02 .inner {
        display: flex;
        justify-content: space-between;
    }
    #index02 .inner .pic {
        padding-top: 50px;
        width: 410px;
    }
    #index02 .inner .txt {
        width: calc(100% - 460px);
        line-height: 1.7;
    }
    #index02 .inner .txt span {
        display: block;
        text-align: right;
        padding-top: 15px;
    }
    #index03 {
        padding: 230px 0 100px;
        background:
            url("../img/index03_ill.png") no-repeat left 1730px bottom 70px / 117px auto, url("../img/wave_02.png") no-repeat top 0px left 0px / contain, url("../img/index03_circle01.png") no-repeat left 400px top 160px / 160px auto, url("../img/bg_circle05.png") no-repeat left 0px bottom 0px / 600px auto, #f5f4ef;
    }
    #index03 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45pt;
        line-height: 45pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 70px -50px;
        color: #222;
        letter-spacing: 3pt;
    }
    #index03 h2 p::first-letter {
        color: #329793;
    }
    #index03 h2 span {
        display: block;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 25px 12px;
        color: #000;
        letter-spacing: 0pt;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        margin: 10px 0 0 15px;
    }
    #index03 ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #index03 ol li {
        margin-bottom: 50px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
        width: 31%;
        text-align: center;
        background: #fff;
        padding: 25px;
    }
    #index03 ol li img {
        display: block;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    #index03 ol li p {
        color: #000;
    }
    #index04 {
        padding: 130px 0 130px;
    }
    #index04 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45pt;
        line-height: 45pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 70px 0px;
        color: #222;
        letter-spacing: 3pt;
    }
    #index04 h2 p::first-letter {
        color: #329793;
    }
    #index04 h2 span {
        display: block;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 25px 12px;
        color: #000;
        letter-spacing: 0pt;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        margin: 10px 0 0 15px;
    }
    #index04 .inner {}
    #index04 .inner ol {
        display: flex;
        justify-content: space-between;
    }
    #index04 .inner ol li {
        display: flex;
        justify-content: space-between;
        width: 48%;
    }
    #index04 .inner ol li .pic {
        width: 200px;
    }
    #index04 .inner ol li .pic img {
        width: 100%;
    }
    #index04 .inner ol li .txt {
        width: calc(100% - 220px);
    }
    #index04 .inner ol li .txt span {
        display: block;
        color: #329793;
        font-size: 16pt;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #index04 .inner ol li .txt p {
        display: block;
        margin-bottom: 20px;
    }
    #index04 .inner ol li .txt a {
        display: inline-block;
        background: #fff;
        color: #319692;
        line-height: 1;
        padding: 12px 30px;
        border-radius: 100px;
        border: 1px solid #57bdb9;
    }
    #index04 .inner ol li .txt a:hover {
        color: #fff;
        border: 1px solid #57bdb9;
        background: #57bdb9;
    }
    #index05 {
        padding: 100px 0 50px;
        text-align: center;
        position: relative;
    }
    #index05::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 1120px;
        background: url("../img/index05_bg2.png") no-repeat center top / cover;
        z-index: -1;
    }
    #index05 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 45pt;
        line-height: 45pt;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 0;
        margin: 0 auto 60px;
        color: #FFF;
        letter-spacing: 3pt;
    }
    #index05 h2 p::first-letter {
        color: #329793;
    }
    #index05 h2 span {
        display: block;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 400;
        border: 1px solid #FFF;
        padding: 10px 25px 12px;
        color: #FFF;
        letter-spacing: 0pt;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        margin: 20px 0 0 0px;
    }
    #index05 ol {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
    #index05 ol li {
        background: #fff;
        width: 36%;
        text-align: center;
        padding: 40px;
        margin: 0 20px;
        border-radius: 0 30px;
    }
    #index05 ol li img {
        display: block;
        margin: 0 auto 30px;
    }
    #index05 ol li span {
        position: relative;
        display: block;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        color: #fff;
        font-size: 16px;
        background: #41a9a5;
        text-align: center;
        border-radius: 100px;
    }
    #index05 ol li span:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 15px solid #41a9a5;
    }
    #index05 ol li p {
        display: block;
        color: #000;
        padding-top: 25px;
    }
    #index05 .box {
        background: #fff;
        text-align: center;
        border-radius: 30px 30px 0px 0px;
        padding: 30px 0;
    }
    #index05 .box img {
        background: #fff;
        text-align: center;
        border-radius: 30px 30px 0px 0px;
    }
	
	ol.riyou_01 li:first-child{width: 70% !important;max-width: 1000px;}
	/*ol.riyou_01 li:last-child{width: 30% !important;max-width: 1000px;}*/
	ol.riyou_01 li img{width: 100%;}
	
    main .bg1 {
        position: absolute;
        right: 0;
        top: 500px;
        z-index: 1;
    }
    main .bg2 {
        position: absolute;
        right: 0;
        top: 1200px;
        z-index: 1;
    }
    main .bg3 {
        position: absolute;
        right: 0;
        top: 2800px;
        z-index: 1;
    }
    /*----------------------------------------モーション----------------------------------------*/
    #ind .mot-logo {
        transform: translateX(-10px);
        opacity: 0;
    }
    .mot-fade-right {
        transform: translateX(10px);
        opacity: 0;
    }
    .mot-fade-left {
        transform: translateX(-10px);
        opacity: 0;
    }
    .mot-fade-up {
        transform: translateY(20px);
        opacity: 0;
    }
    .mot-fade {
        transform: translateY(0);
        opacity: 0;
    }
    .mot-kv_sec {
        transform: translateY(0);
        opacity: 0;
    }
    .mot-sec_box {
        transform: translateY(20px);
        opacity: 0;
    }
    .mot-sec_h2 {
        transform: translateX(10px);
        opacity: 0;
    }
    .mot-sec_box_head {
        transform: translateX(10px);
        opacity: 0;
    }
    .mot-half_box {
        transform: translateX(10px);
        opacity: 0;
    }
    /*----------------------------------------セカンド共通----------------------------------------*/
    #kv_sec {
        height: 552px;
        width: 100%;
        z-index: 1;
        margin: -62px auto 0;
        text-align: center;
        position: relative;
    }
    .kv_about {
        background: url("../img/kv_sec_about.png") no-repeat left top / cover;
    }
    .kv_seiryuen {
        background: url("../img/kv_sec_seiryuen.png") no-repeat left top / cover;
    }
    .kv_seiryuen2 {
        background: url("../img/kv_sec_seiryuen2.png") no-repeat left top / cover;
    }
    .kv_kawagoe {
        background: url("../img/kv_sec_kawazoe.png") no-repeat left top / cover;
    }
    .kv_meiji {
        background: url("../img/kv_sec_meiji.png") no-repeat left top / cover;
    }
    .kv_maizuru {
        background: url("../img/kv_sec_maizuru.png") no-repeat left top / cover;
    }
    .kv_takada {
        background: url("../img/kv_sec_takada.png") no-repeat left top / cover;
    }
    .kv_facility {
        background: url("../img/kv_sec_facility.png") no-repeat left top / cover;
    }
    .kv_contact {
        background: url("../img/kv_sec_contact.png") no-repeat left top / cover;
    }
    .kv_recruit {
        background: url("../img/kv_sec_recruit.png") no-repeat left top / cover;
    }
    .kv_nozomi {
        background: url("../img/kv_sec_nozomi_v01.png") no-repeat left top / cover;
    }
    .kv_touyouhoukatsu {
        background: url("../img/kv_sec_touyouhoukatsu.png") no-repeat left top / cover;
    }
    .kv_cover {
        position: relative;
    }
    .kv_cover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../img/kv_cover.png") no-repeat left bottom / cover;
        z-index: 2;
    }
    .sec h2 {
        font-weight: 600;
        font-size: 33pt;
        line-height: 33pt;
        letter-spacing: 3pt;
        color: #000;
        padding: 70px 0 85px 70px;
        margin: 0 0 0 0;
        background: url("../img/h2_circle.png")no-repeat left 0px top 0px / 170px;
        text-shadow: 2px 1px 0px #fff;
    }
    .sec h2 p::first-letter {
        color: #329793;
    }
    .sec h2 span {
        display: none;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #aaa;
        padding: 8px 25px;
        color: #329793;
        letter-spacing: 0pt;
        margin: 0;
        background: #fff;
    }
	
    .sec h2.orege01 {
        font-weight: 600;
        font-size: 33pt;
        line-height: 33pt;
        letter-spacing: 3pt;
        color: #000;
        padding: 70px 0 85px 70px;
        margin: 0 0 0 0;
        background: url("../img/h2_circle2.png")no-repeat left 0px top 0px / 170px;
        text-shadow: 2px 1px 0px #fff;
    }
    .sec h2.orege01 p::first-letter {
        color: #e39b31;
    }
    .sec h2.orege01 span {
        display: none;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #aaa;
        padding: 8px 25px;
        color: #e39b31;
        letter-spacing: 0pt;
        margin: 0;
        background: #fff;
    }
	
    .sec h3.orege01 {
        width: 100%;
        font-size: 22pt;
        line-height: 1.8;
        font-weight: 700;
        margin: 0 auto 40px;
        color: #000;
        display: block;
        border-bottom: 4px solid #e39b31;
        padding: 0 0px 5px;
    }
    .sec h4.orege01 {
        width: 100%;
        font-size: 16pt;
        line-height: 1.8;
        font-weight: 600;
        margin: 0 auto 20px;
        color: #e39b31;
        display: block;
        padding: 0;
    }
	
    .sec h3 {
        width: 100%;
        font-size: 22pt;
        line-height: 1.8;
        font-weight: 700;
        margin: 0 auto 40px;
        color: #000;
        display: block;
        border-bottom: 4px solid #2cb89c;
        padding: 0 0px 5px;
    }
    .sec h4 {
        width: 100%;
        font-size: 16pt;
        line-height: 1.8;
        font-weight: 600;
        margin: 0 auto 20px;
        color: #329793;
        display: block;
        padding: 0;
    }
    .mbss {
        margin-bottom: 10px;
    }
    .mbs {
        margin-bottom: 20px !important;
    }
    .mbm {
        margin-bottom: 50px !important;
    }
    .mbl {
        margin-bottom: 100px !important;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.alpha {}
    ol.alpha li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: lower-alpha;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #ccc;
    }
    .btn {
        text-align: center;
    }
    .btn a {
        display: inline-block;
        background: #fff;
        color: #319692;
        line-height: 1;
        padding: 12px 30px;
        border-radius: 100px;
        border: 1px solid #57bdb9;
        margin-left: 15px;
        text-align: center;
    }
    .btn a:hover {
        color: #fff;
        border: 1px solid #57bdb9;
        background: #57bdb9;
    }
    .btn_l {
        text-align: left !important;
    }
    .btn_l a {
        margin-left: 0px !important;
    }
    a.pdf {
        background: url("../img/pdf.png")no-repeat center left / 20px;
        display: inline-block;
        padding-left: 28px;
        margin: 5px 0;
    }
    /*-----------------------------------------sec-set---------------------------------------*/
    .sec_box_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
    }
    .sec_box_head .pic {
        width: 338px;
    }
    .sec_box_head .txt {
        width: calc(100% - 370px);
    }
    .sec_box_head .txt span {
        display: block;
        color: #329793;
        font-size: 19pt;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .sec_box_head .txt p.comment {
        padding-bottom: 15px;
        line-height: 1.7;
    }
    .sec_box_head .txt p.add {
        padding-bottom: 15px;
    }
    .sec_box_head .txt a {
        display: inline-block;
        background: #fff;
        color: #319692;
        line-height: 1;
        padding: 12px 30px;
        border-radius: 100px;
        border: 1px solid #57bdb9;
        margin-left: 15px;
    }
    .sec_box_head .txt a:hover {
        color: #fff;
        border: 1px solid #57bdb9;
        background: #57bdb9;
    }
    .sec .anker_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 70px;
        background: #d9eeeb;
        border-radius: 20px;
        padding: 30px 30px 1px;
    }
    .sec .anker_list li {
        width: 49%;
        margin-bottom: 30px;
        position: relative;
    }
    .sec .anker_list li a {
        display: block;
        padding: 10px 20px;
        background: #fff;
        color: #319692;
        border: 1px solid #57bdb9;
        border-radius: 100px;
    }
    .sec .anker_list li a::after {
        content: "▼";
        position: absolute;
        top: 10px;
        right: 20px;
        transform: translateY(9px);
        color: #319692;
        font-size: 8pt;
    }
    .sec .anker_list li a:hover {
        color: #fff;
        border: 1px solid #57bdb9;
        background: #57bdb9;
    }
    .sec .anker_list li a:hover::after {
        color: #fff;
    }
    .sec_box {
        padding-bottom: 100px;
    }
    .sec_box:last-child {
        padding-bottom: 0px;
    }
    .sec_box .comment {
        padding: 20px 0 50px;
        color: #329793;
        text-align: center;
        font-weight: 600;
        font-size: 15pt;
    }
    .sec_box .slider_box {
        margin: 30px auto 0;
        max-width: 1200px;
        width: 100%;
    }
    #nozomi .sec_box .slider_box {
        display: none;
    }
    #seiryuen .sec_box .slider_box {
        display: none;
    }
    .slider {
        width: 100%;
        height: 550px;
        position: relative;
        overflow: hidden;
    }
    .slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slick-img {
        height: 100%;
    }
    .slider .slick-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .thumbnail {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        max-width: 1200px;
        margin: 20px auto;
    }
    .thumbnail .thumbnail-img {
        flex: 1 1 calc(100% / 10 - 8px); /* 最大10列 */
        max-width: 120px;
        min-width: 80px;
        height: 60px;
        border: 2px solid transparent;
        overflow: hidden;
        cursor: pointer;
        transition: border-color 0.3s ease;
    }
    .thumbnail .thumbnail-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .thumbnail .thumbnail-img:hover, .thumbnail .thumbnail-img.active {
        border-color: #329793;
    }
    .half_box {}
    .half_box .box {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }
    .half_box .box:nth-child(even) {
        display: flex;
        flex-direction: row-reverse;
    }
    .half_box .sliderArea {
        width: 50%;
    }
    .half_slider .slick-list, .half_slider .slick-track, .half_slider .slick-slide, .half_slider .slick-img {
        height: auto;
    }
    .sliderArea .half_slider div {
        border-radius: 12px;
        overflow: hidden;
    }
    .half_box .half_slider img {
        width: 100%;
        object-fit: cover;
        height: auto !important;
        display: block;
    }
    .half_box .half_slider .slick-next {
        right: 30px !important;
    }
    .half_box .half_slider .slick-prev {
        left: 15px !important;
        z-index: 1;
    }
    .half_box .half_slider .slick-prev:before, .half_box .half_slider .slick-next:before {
        font-size: 37px !important;
        opacity: .85 !important;
    }
    .half_box .slick-dots li button:before {
        color: #329793 !important;
    }
    .half_box .txt {
        width: 50%;
        padding-left: 60px;
    }
    .half_box .box:nth-child(even) .txt {
        padding-right: 60px;
        padding-left: 0;
    }
    .half_box .txt ol {}
    .half_box .txt ol li {
        padding: 0 0 5px;
        margin-left: 1.6em;
        list-style-type: disc;
    }
    .half_box .txt ol li span {
        display: block;
    }
    .half_box .txt .tit {
        padding-bottom: 10px;
        font-size: 18pt;
        font-weight: 700;
    }
    .half_box .txt .comment {}
    .tit_b {
        padding-bottom: 20px;
        font-size: 18pt;
        font-weight: 700;
    }
    .t_tel {}
    .t_tel span {
        margin-right: 20px;
        font-weight: 600;
    }
    .t_tel span:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
        font-size: 80%;
    }
    .call-phone {
        border: 2px solid #329793;
        text-align: center;
        display: flex;
        margin: 0 auto;
        max-width: 700px;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 100px;
        color: #329793;
    }
    .call-phone a {
        color: #329793;
        font-size: 23pt;
        line-height: 23pt;
        font-weight: 700;
        margin-left: 15px;
    }
    .call-phone a:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
    }
    .schedule-list {
        list-style: none;
        padding: 0 0 0 48px;
        position: relative;
    }
    .schedule-list::before {
        content: "";
        position: absolute;
        left: 18px; /* 丸の中心 */
        top: calc(4px + 5px); /* 上丸の中心 = before top + 外円半径 */
        bottom: calc(69px - 10px); /* 最後の丸中心まで */
        width: 3px;
        background: #cde6e3;
    }
    .bar2::before {
        bottom: calc(30px - 10px) !important;
    }
    .schedule-list li {
        position: relative;
        margin: 0 0 40px;
    }
    .schedule-list li span {
        display: block;
        border: 1px solid #329793;
        font-weight: 500;
        font-size: 11pt;
        line-height: 1;
        padding: 4px 10px;
        margin-right: 15px;
        background: #329793;
        color: #fff;
        min-width: 74px;
    }
    .schedule-list h4 {
        margin: 0 0 8px;
        font-weight: 500;
        font-size: 15pt;
        display: flex;
        align-items: center;
        line-height: 1;
        color: #329793;
    }
    .schedule-list p {
        margin: 0;
    }
    /* 外側の丸 */
    .schedule-list li::before {
        content: "";
        position: absolute;
        left: -39px;
        top: 2px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 2px solid #329793;
        background: #fff;
    }
    /* 内側の丸 */
    .schedule-list li::after {
        content: "";
        position: absolute;
        left: -32px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #329793;
    }
    .schedule-list li:last-child {
        margin-bottom: 0;
    }
    .sec-check {
        padding-left: 0em;
        padding-top: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    .sec-check li {
        position: relative;
        position: relative;
        padding: 0px 0 9px 1.7em;
        width: 49%;
        letter-spacing: 0pt;
        margin-bottom: 10px;
        border-bottom: 1px solid #d9eeeb;
    }
    .sec-check li span {
        color: #329793;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .sec-check li:before {
        content: '';
        width: 21px;
        height: 21px;
        background: url(../img/index02_icon.png) no-repeat;
        margin-right: 10px;
        display: inline-block;
        transform: translateY(8px);
        position: absolute;
        left: 0em;
    }
    .features {
        margin-bottom: 50px;
    }
    .features span {
        display: block;
        color: #329793;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .features span:before {
        font-family: FontAwesome;
        content: "\f138";
        margin-right: 7px;
    }
    .features p {
        padding-bottom: 25px;
    }
    .features p:last-child {
        padding-bottom: 0px;
    }
    .table_sec {
        border-collapse: separate;
        border-spacing: 5px;
        background: #fff;
        border-style: none;
        width: 100%;
        margin: 0 auto 50px;
    }
    .table_sec th {
        background: #d9eeeb;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        color: #319692;
        font-weight: 400;
        width: 23%;
    }
    .table_sec td {
        background: #FFF;
        padding: 20px 20px;
        border-bottom: 1px solid #d9eeeb;
    }
    .table_sec td.c {
        text-align: center;
    }
    .table_sec td textarea {
        height: 200px;
        width: 100%;
        border-color: #ccc;
    }
    .table_sec td select {
        width: 100%;
        border: 1px solid #ccc;
    }
    .table_sec td p.small {
        font-size: 10pt;
    }
    .table_sec td input {
        width: 100%;
        border: 1px solid #ccc;
    }
    .table_sec th span.come {
        font-weight: 400;
        font-size: 11pt;
        color: #FF0004;
    }
    .table_sec_scrool table {
        border-collapse: separate;
        border-spacing: 5px;
        background: #fff;
        border-style: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .table_sec_scrool table th {
        background: #d9eeeb;
        padding: 20px 20px;
        font-weight: normal;
        text-align: center;
        color: #319692;
        font-weight: 400;
    }
    .table_sec_scrool table td {
        background: #FFF;
        padding: 20px 20px;
        border-bottom: 1px solid #d9eeeb;
    }
    .table_sec_scrool table td.c {
        text-align: center;
    }
    .table_sec_scrool table th.month {
        width: 7% !important;
    }
    /*-----------------------------------------balloon---------------------------------------*/
    .balloon-simple {
        width: 100%;
        margin: 0px 0 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background: #d9eeeb;
        padding:40px 40px;
        border-radius: 20px;
    }
    .balloon-simple .icon-right img, .balloon-simple .icon-left img {
        width: 100%;
        border-radius: 50%;
        background-size: cover;
    }
    .balloon-simple .balloon {
        width: calc(100% - 200px);
    }
    .serif-right, .serif-left {
        position: relative;
        padding: 20px 30px 20px 30px;
        border-radius: 20px;
    }
    .serif-right:after, .serif-left:after {
        content: "";
        position: absolute;
        top: 60px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 5px solid transparent;
    }
    .balloon-simple .icon-left {
        width: 200px;
    }
    .balloon-simple .icon-left img {
        border: solid 4px #329793;
    }
    .serif-left {
        display: block;
        margin: 0px 0 0 45px;
        background: #fff;
        filter: drop-shadow(0 4px 4px rgba(0,0,0,0.12));
    }
    .serif-left:after {
        left: -28px;
        border-right: 28px solid #fff;
    }
    .serif-right span, .serif-left span {
        color: #329793;
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16pt;
    }
    .serif-right p, .serif-left p {
        color: #000;
    }
    /*-----------------------------------------illust---------------------------------------*/
    .sec-illust-seiryuen01 {
        position: absolute;
        left: 330px;
        bottom: -20px;
    }
    .sec-illust-seiryuen01 img {
        width: 300px;
        height: auto;
    }
    .sec-illust-seiryuen02 {
        position: absolute;
        right: 0px;
        bottom: -50px;
    }
    .sec-illust-seiryuen02 img {
        width: 400px;
        height: auto;
    }
    /*-----------------------------------------about---------------------------------------*/
    #about .rinen {
        text-align: center;
        padding: 80px 50px 0;
        margin-bottom: 50px;
        background: url("../img/rinen_bg_pc.png")no-repeat center top / cover;
        color: #FFF;
    }
    #about .rinen div.logo {
        margin-bottom: 30px;
    }
    #about .rinen div.sub_tit {
        display: block;
        color: #FFF;
        font-weight: 600;
        font-size: 18pt;
        margin-bottom: 50px;
    }
    #about .rinen ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        counter-reset: rinen-num;
    }
    #about .rinen ol > li {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        color: #000;
        width: 48%;
        padding: 30px 20px;
        margin-bottom: 40px;
        counter-increment: rinen-num;
    }
    #about .rinen ol > li:first-child {
        width: 100%;
    }
    #about .rinen ol > li > span {
        color: #0a8bcd;
        font-size: 18pt;
        line-height: 18pt;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px; /* 丸と文字の間 */
    }
    #about .rinen ol > li > span::before {
        content: counter(rinen-num);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #0a8bcd;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        flex: 0 0 40px; /* 丸のサイズ固定 */
        text-align: center;
    }
    #about .rinen ol > li > ul {
        margin: 0 auto;
        display: inline-grid;
    }
    #about .rinen ol > li > ul > li {
        width: 100%;
        text-align: left;
    }
    #about .houshin {
        text-align: center;
        padding: 60px 50px 60px;
        margin-bottom: 30px;
        background: url("../img/houshin_bg_pc.png")no-repeat center center / cover;
        color: #FFF;
    }
    #about .houshin ol {
        display: flex;
        justify-content: space-between;
        counter-reset: rinen-num;
    }
    #about .houshin ol > li {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        color: #000;
        width: 32%;
        padding: 30px 10px;
        counter-increment: rinen-num;
    }
    #about .houshin ol > li > span {
        color: #329793;
        font-size: 15pt;
        line-height: 15pt;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px; /* 丸と文字の間 */
    }
    #about .houshin ol > li > span::before {
        content: counter(rinen-num);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #329793;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        flex: 0 0 36px; /* 丸のサイズ固定 */
        text-align: center;
    }
    /*-----------------------------------------nozomi---------------------------------------*/
    #nozomi .pt-box {
        display: flex;
        justify-content: space-between;
    }
    #nozomi .pt-box .pic {
        width: 450px;
    }
    #nozomi .pt-box .pic img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #nozomi .pt-box .txt {
        width: calc(100% - 500px);
    }
    #nozomi .pt-box .txt .tokei img {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #nozomi .tt-box {
        display: flex;
        justify-content: space-between;
    }
    #nozomi .tt-box div {
        width: 46%;
        padding-top: 30px;
    }
    /*-----------------------------------------facility---------------------------------------*/
    #facility .facility-pic {
        margin-bottom: 30px;
    }
    #facility .gmap {
        margin-bottom: 30px;
    }
    #facility .gmap iframe {
        width: 100%;
        height: 500px;
    }
    /*-----------------------------------------recruit---------------------------------------*/
	.recruit_bg{
		background-image: url(../img/recruit/bg.png)!important;
		background-repeat: repeat-y!important;
		background-size: 100%!important;
	}
	#recruit{
		overflow: hidden;
	}
	#recruit h3 {
		margin: 150px auto 50px;
		text-align: center;
	}
    #recruit .entry {
        text-align: center;
    }
    #recruit .entry ol {}
    #recruit .entry ol li {
        background: rgba(248, 181, 0, 0.12);
        padding: 5%;
        border-radius: 10px;
    }
    #recruit .entry ol li + li {
        margin-top: 30px;
    }
    #recruit .entry ol li .tit {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 16pt;
    }
    #recruit .entry ol li p {
        padding-top: 20px;
    }
    #recruit .entry ol li .btn a {
        display: inline-block;
        background: #fff;
        color: #e36c54;
        line-height: 1;
        padding: 20px 30px;
        border-radius: 100px;
        border: 1px solid #e36c54;
        margin-left: 0;
        text-align: center;
        min-width: 500px;
    }
    #recruit .entry ol li .btn a:hover {
        color: #fff;
        border: 1px solid #e36c54;
        background: #e36c54;
    }
	/*スライダー*/
	.rec_slider{
		margin: 100px auto;
	}
	#recruit .slick-slide {
		padding: 0px 12px;
	}
	#recruit .slick-slide img {
        border-radius: 10px;
	}
	
    #recruit .box_message {
        display: flex;
        align-items: flex-start;
        margin-bottom: 70px;
    }
    #recruit .box_message div.pic {
        width: 50%;
    }
    #recruit .box_message:nth-child(even) {
        flex-direction: row-reverse;
    }
    #recruit .box_message div.pic img {
        width: 100%;
    }
    #recruit .box_message div.txt {
        width: 50%;
        padding: 0 50px 0 0;
    }
    #recruit .box_message:nth-child(odd) div.txt {
        width: 50%;
        padding: 0 0 0 50px;
    }
    #recruit .box_message div.txt div {
        display: block;
        font-weight: 600;
        font-size: 26pt;
        line-height: 26pt;
        letter-spacing: 3pt;
        color: #000;
        margin-bottom: 15px;
    }
    #recruit .box_message div.txt div::first-letter {
        color: #329793;
    }
    #recruit .box_message div.txt span {
        color: #fff;
        background: #41a9a5;
        line-height: 1;
        padding: 10px 14px;
        display: inline-block;
        margin-bottom: 10px;
    }
    #recruit .box_message div.txt p {
        padding-top: 5px;
    }
	
ol.mid_05 li{
width: 20% !important;
float: left;
text-align: center;
}
ul.mid_05 li img{
width: 95% !important;
max-width: 95% !important;
}
	
	/*未経験、ブランクＯＫ*/
	.read__box{
		width:100%;
		height: 500px;
		background-image: url("../img/recruit/bg_read.png");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: left;
		padding: 65px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.read__box img{
		width: 70%!important;
	}
	.read__box p{
		width: 100%;
		padding: 50px;
	}
	
	/*インタビュー*/
    #recruit ol.interview {
        padding: 50px;
		border-radius: 10px;
    }
    #recruit ol.interview li.right {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 3%;
        margin-bottom: 3%;
		position: relative;
    }
    #recruit ol.interview li.right .staffpic {
        width: 44%;
    }
    #recruit ol.interview li .staffpic img {
		height: 550px;
        object-fit: cover;
        object-position: 50% 20%;
		border-radius: 10px;
        z-index: 2;
        position: relative;
    }
	#recruit ol.interview li.right .txt{
		position: absolute;
        right: -50%;
        bottom: -14px;
        width: 115%;
		text-align: left;
	}
	
	#recruit ol.interview li.left {
		display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 3%;
        margin-bottom: 3%;
		position: relative;
    }
    #recruit ol.interview li.left .staffpic {
        width: 44%;
		margin: 0 0 0 auto;
    }
    
	#recruit ol.interview li.left .txt{
		position: absolute;
        left: 0%;
        bottom: -14px;
        width: 115%;
	}
	
	#recruit ol.interview li .name{
		font-size: 120%;
		color: #e36c54;
        display: table;
        font-weight: 700;
        padding:0 0 25px 135px;
        line-height: 1;
		position: relative;
	}
	#recruit ol.interview li .name span{
		margin-left: 50px;
		font-size: 30px;
	}
	#recruit ol.interview li .name::after {
		content: "";
		width: 9rem;
		height: 2px;
		position: absolute;
		top:34%;
		transform: translateY(-50%) ;
		background-color: #e36c54;
		display: inline-block;
	}
	#recruit ol.interview li.right .exp {
        width: 58%;
        border-radius: 10px;
        padding: 70px 50px 70px 130px;
        background-image: linear-gradient(32deg, rgba(35, 242, 150, 0.14), rgba(242, 123, 104, 0.1));
        
    }
	#recruit ol.interview li.left .exp {
        width: 58%;
        border-radius: 10px;
        padding: 70px 130px 70px 50px;
        background-image: linear-gradient(32deg, rgba(35, 242, 150, 0.14), rgba(189, 105, 243, 0.1));
        
    }
	
	
    #recruit .youtube_movie {
        position: relative;
        width: 900px;
        height: 500px;
        margin: 40px auto 0;
    }
    #recruit .player {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #recruit .thumb {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #recruit img {
        width: 100%;
    }
    #recruit .youtube_movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
    }
    #recruit .num-list {
        background: url("../img/recruit_listbg.jpg")no-repeat center top / cover;
        padding: 50px 0;
        z-index: 0;
        position: relative;
    }
    #recruit .num-list ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px;
        gap: 30px;
    }
    #recruit .num-list::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(85, 85, 85, 0.65), rgba(0, 0, 0, 0.7));
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        z-index: 1;
		backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    }
    #recruit .num-list ol li {
        padding: 50px;
        text-align: center;
        width: calc((100% - 90px) / 4);
        background-color: #fff;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 10px;
        box-sizing: border-box;
        min-width: 60px;
        z-index: 2;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    }
    #recruit .num-list ol li span {
        color: #329793;
        display: block;
        font-weight: 700;
        padding-bottom: 5px;
    }
    #recruit .num-list ol li div {
        color: #329793;
        ;
        font-size: 31pt;
        line-height: 31pt;
        font-weight: 800;
        margin-bottom: 15px;
    }
    #recruit .fukufuku {
        display: flex;
        justify-content: center;
    }
    #recruit .fukufuku div {
        width: 600px;
        padding: 50px 15px 0;
    }
    #recruit .fukufuku div.pic1 {
        width: 560px;
    }
    #recruit .fukufuku div .upimg {
        display: block;
        margin-bottom: 30px;
    }
	
	/*清流苑は働きやすい*/
	.easywork{
		margin: 100px auto;
		padding: 50px;
		background-image: url( "../img/recruit/bg_interview.jpg");
		text-align: center;
	}
	.easywork .tit{
		font-size: 240%;
		font-weight: bold;
		letter-spacing: 2px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
	.easywork .exp{
		margin: 50px auto;
	}
	
ul.oms_bn-list li{
width: 20%;
margin-bottom: 13px;
float: left;
text-align: center;
padding-bottom: 15px;
border-bottom:  dotted 1px #999;
}
ul.oms_bn-list li img{
width: 95%;
}
	
	
/*エントリー(追従ボタン)*/
.entrytbtn {
position: fixed;
right: 1%;
bottom: 6.5%;
background-color: rgba(227,108,84, 0.95);
color: #fff;
border-radius: 100%;
z-index: 2;
}
.entrytbtn a{
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 140px;
height: 140px;
}
p.entrytbtn_txt{
width: 100%;
text-align: center;
padding: 0px;
color: #fff;
font-weight: bold;
margin: 0 auto;
font-size: 20px;
letter-spacing: 2px;
}


	
    /*-----------------------------------------anker link---------------------------------------*/
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12, #al13, #al14 {
        display: block;
    }
}