@media screen and (max-width: 750px) {
    .sp_hidden {
        display: none
    }
    .pc_hidden {
        display: inline
    }
    p {
        padding: 0;
        margin: 0;
    }
    /*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 {
        -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: #000 !important;
        font-size: 13pt !important;
        line-height: 180% !important;
        text-align: left;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    img, iframe {
        vertical-align: bottom;
    }
    #ind img {
        width: auto;
        width: 100%;
    }
    .sec main {
        margin: -60px 0% 7%;
    }
    .sec main img {
        width: auto;
        max-width: 100%;
    }
    .content_wrap_sp {
        width: 90%;
        margin: 0 auto;
    }
    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%;
    }
    .table_basic th {
        background-color: #f3f3f3;
        padding: 8px;
        font-weight: normal;
        text-align: left;
        display: block;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 8px;
        display: block;
    }
    .table_basic td .full {
        width: 100%;
    }
    .table_basic td .textfield_m {
        width: 30%;
    }
    .table_basic td .textfield_l {
        width: 100%;
    }
    .table_basic td textarea {
        width: 100%;
        height: 120px;
    }
    .scrool-table table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .table_scrool {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_scrool th {
        background-color: #f3f3f3;
        padding: 8px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: left;
    }
    .table_scrool td {
        background-color: #FFF;
        padding: 8px;
        border-top: 1px solid #FFF;
    }
    .table_scrool td img {}
    .req-mark {
        font-size: 8pt;
        color: #D00003
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .sp_no {
        display: none
    }
    /*----------------------------------------wrap----------------------------------------*/
    #wrap {}
    #right-side {
        width: 100%;
        position: relative;
    }
    main {
        width: 100%;
    }
    .sec main {}
    .content_wrap {
        width: 100%;
        text-align: left;
        position: relative;
        z-index: 2;
        padding: 0 5%;
    }
    /*----------------------------------------サイドメニュー----------------------------------------*/
    side {
        display: none;
    }
    .bg1, .bg2, .bg3 {
        display: none;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        position: relative;
        z-index: 10;
        height: 150px;
    }
    header #logo {
        background: url("../img/bg_circle01.png") no-repeat left top / contain;
        height: 160px;
        width: 180px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 11;
    }
    header #logo img {
        display: block;
        width: 130px;
        position: relative;
        margin: 15px 0 0 15px;
    }
    header ol.sns {
        display: none;
    }
    header .hamburger, .hamburger__icon, .hamburger::after {
        display: block !important;
    }
    header #logo {}
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: #41a9a5;
    }
    footer .inner {
        width: 100%;
        margin: 0 auto;
        padding: 5% 5%;
    }
    footer .set {}
    footer .tit {
        color: #fff;
        border-bottom: 1px solid #b1d8d4;
        padding: 0 0 10px 0;
        margin: 0 0 25px;
        font-size: 15pt;
        font-weight: 500;
    }
    footer .tit {
        color: #fff;
        border-bottom: 1px solid #b1d8d4;
        padding: 0 0 5px 0;
        margin: 0 0% 6%;
        font-size: 15pt;
        font-weight: 500;
    }
    footer .set ol {
        width: 100%;
        margin-bottom: 6%;
    }
    footer .set ol:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    footer .set ol span a {
        display: block;
        color: #fff;
        font-size: 13pt;
        font-weight: 500;
        margin-bottom: 3%;
    }
    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: 5% 5% 5%;
    }
    footer .fbox .f_company img {
        display: block;
        margin: 0 auto 15px;
        width: 40% !important;
    }
    footer .fbox .f_company p {
        font-size: 12pt;
        display: block;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    footer .fbox ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer .fbox ol li {
        width: 16%;
    }
    footer .fbox ol li.set-bnr {
        width: 43%;
        text-align: left;
    }
    footer .fbox ol li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    footer .fbox ol li a img.up {
        width: 80% !important;
    }
    footer .fbox ol li a {
        display: block;
    }
    footer .fbox ol li a.pt {
        margin-top: 15px;
    }
    footer .copy {
        text-align: center;
        padding: 15px 0 0;
        font-size: 12pt;
    }
    #topcontrol {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #41a9a5;
        z-index: 9999999;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 50px;
        height: 50px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .viewer {
        width: 100%;
        margin-top: -55px;
        margin-bottom: 10%;
        position: relative;
        overflow: hidden;
        z-index: 2;
        height: 480px;
        box-sizing: border-box;
        background: #fff;
    }
    .viewer .txt {
        position: absolute;
        z-index: 1;
        bottom: 30px;
    }
    .viewer .txt img {
        display: block;
        width: 90% !important;
        margin: 0 auto;
    }
    .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/kv01sp.png) no-repeat center center / cover;
    }
    .viewer .src2 {
        background: url(../img/kv02sp.png) no-repeat center center / cover;
        animation-delay: 4s;
    }
    .viewer .src3 {
        background: url(../img/kv03sp.png) no-repeat center center / cover;
        animation-delay: 8s;
    }
    .viewer .src4 {
        background: url(../img/kv04sp.png) no-repeat center center / cover;
        animation-delay: 12s;
    }
    .viewer .src5 {
        background: url(../img/kv05sp.png) no-repeat center center / cover;
        animation-delay: 16s;
    }
    .viewer .src6 {
        background: url(../img/kv06sp.png) no-repeat center center / cover;
        animation-delay: 20s;
    }
    .viewer .src7 {
        background: url(../img/kv07sp.png) no-repeat center center / cover;
        animation-delay: 24s;
    }
    .viewer .src8 {
        background: url(../img/kv08sp.png) no-repeat center center / cover;
        animation-delay: 28s;
    }
    .viewer .src9 {
        background: url(../img/kv09sp.png) no-repeat center center / cover;
        animation-delay: 32s;
    }
    .viewer .src10 {
        background: url(../img/kv10sp.png) no-repeat center center / cover;
        animation-delay: 36s;
    }
    .viewer .src11 {
        background: url(../img/kv11sp.png) no-repeat center center / cover;
        animation-delay: 40s;
    }
    .viewer .src12 {
        background: url(../img/kv12sp.png) no-repeat center center / cover;
        animation-delay: 44s;
    }
    .viewer .src13 {
        background: url(../img/kv13sp.png) no-repeat center center / cover;
        animation-delay: 48s;
    }
    .viewer .src14 {
        background: url(../img/kv14sp.png) no-repeat center center / cover;
        animation-delay: 52s;
    }
    .viewer .src15 {
        background: url(../img/kv15sp.png) no-repeat center center / 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: 8%;
    }
    #index_bnr ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #index_bnr ol li {
        width: 16%;
    }
    #index_bnr ol li.set {
        width: 43%;
    }
    #index_bnr ol li a {
        display: block;
    }
    #index_bnr ol li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    #index_bnr ol li a img.up {
        width: 80%;
    }
    #index_bnr ol li a.pt {
        margin-top: 15px;
    }
    #index01 {
        padding: 15% 0 10%;
        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: 33pt;
        line-height: 33pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 40px;
        color: #222;
        letter-spacing: 2pt;
    }
    #index01 h2 p::first-letter {
        color: #329793;
    }
    #index01 h2 span {
        display: block;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 18px 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: 10%;
    }
    #index01 ol.news li {
        margin-bottom: 8%;
    }
    #index01 ol.news li a {}
    #index01 ol.news li a span {
        display: block;
        color: #41a9a5;
        font-size: 14pt;
        line-height: 14pt;
        margin-bottom: 3%;
    }
    #index01 ol.news li p {
        display: block;
        color: #000;
    }
    #index01 ol.news li .label {
        color: #fff;
        font-size: 11pt;
        line-height: 11px;
        padding: 10px 10px;
        width: 150px;
        text-align: center;
        margin-bottom: 2%;
    }
    #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;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #index01 ol.insta li {
        width: 48%;
        margin-bottom: 4%;
    }
    #index01 ol.insta li img {
        width: 100%;
    }
    #index02 {
        padding: 15% 0 0px;
        background:
            url("../img/index02_ill.png") no-repeat left 1500px top 170px / 188px auto, url("../img/index02_circle01.png") no-repeat left 50px top 90px / 60px auto, url("../img/index02_circle02.png") no-repeat left 10px top 380px / 100px auto, #ffffff;
    }
    #index02 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 33pt;
        line-height: 33pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 40px;
        color: #222;
        letter-spacing: 2pt;
    }
    #index02 h2 p::first-letter {
        color: #329793;
    }
    #index02 h2 span {
        display: block;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 18px 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 {}
    #index02 .inner .pic {
        margin: 0 auto 10%;
        width: 80%;
    }
    #index02 .inner .txt {
        line-height: 1.7;
    }
    #index02 .inner .txt span {
        display: block;
        text-align: right;
        padding-top: 15px;
    }
    #index03 {
        padding: 20% 0 10%;
        background:
            url("../img/wave_02.png") no-repeat top 0px left 0px / contain, url("../img/index03_circle01.png") no-repeat left -10px top 50px / 100px auto, url("../img/bg_circle05.png") no-repeat left 0px bottom 0px / 300px auto, #f5f4ef;
    }
    #index03 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 33pt;
        line-height: 33pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 10% 0px;
        color: #222;
        letter-spacing: 2pt;
    }
    #index03 h2 p::first-letter {
        color: #329793;
    }
    #index03 h2 span {
        display: block;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 18px 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 {}
    #index03 ol li {
        margin-bottom: 8%;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 5%;
    }
    #index03 ol li img {
        display: block;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    #index03 ol li p {
        color: #000;
    }
    #index04 {
        padding: 15% 0 5%;
    }
    #index04 h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 33pt;
        line-height: 33pt;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0 0 10% 0px;
        color: #222;
        letter-spacing: 2pt;
    }
    #index04 h2 p::first-letter {
        color: #329793;
    }
    #index04 h2 span {
        display: block;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #000;
        padding: 10px 18px 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 {}
    #index04 .inner ol li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10%;
    }
    #index04 .inner ol li .pic {
        width: 150px;
    }
    #index04 .inner ol li .pic img {
        width: 100%;
    }
    #index04 .inner ol li .txt {
        width: calc(100% - 170px);
    }
    #index04 .inner ol li .txt span {
        display: block;
        color: #329793;
        font-size: 15pt;
        line-height: 15pt;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #index04 .inner ol li .txt p {
        display: block;
        margin-bottom: 15px;
    }
    #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: 10% 0 5%;
        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: 33pt;
        line-height: 33pt;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 0;
        margin: 0 auto 10%;
        color: #FFF;
        letter-spacing: 2pt;
    }
    #index05 h2 p::first-letter {
        color: #329793;
    }
    #index05 h2 span {
        display: block;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
        border: 1px solid #FFF;
        padding: 10px 18px 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 {
        margin-bottom: 10%;
    }
    #index05 ol li {
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 8%;
        margin: 0 auto 8%;
        border-radius: 10px;
    }
    #index05 ol li img {
        display: block;
        margin: 0 auto 8%;
        width: 95% !important;
    }
    #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: 10px 10px 0px 0px;
        padding: 5%;
    }
    #index05 .box img {
        background: #fff;
        text-align: center;
        border-radius: 10px 10px 0px 0px;
    }
	
	ol.riyou_01 li:first-child{width: 100%;max-width: 1000px;}
	ol.riyou_01 li:last-child{width: 70%;max-width: 1000px;}
	ol.riyou_01 li:first-child img{width: 100% !important;}
	ol.riyou_01 li:last-child img{width: 50% !important;}
	
    /*----------------------------------------モーション----------------------------------------*/
    #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;
    }
    /*--------------------------------------------------------------------------------*/
    #kv_sec {
        height: 150px;
        width: 100%;
        z-index: 1;
        margin: -50px 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 / contain;
        z-index: 2;
    }
    .sec h2 {
        font-weight: 600;
        font-size: 18pt;
        line-height: 18pt;
        letter-spacing: 1pt;
        color: #000;
        padding: 30px 0 30px 30px;
        margin: 0 0 0 0;
        background: url("../img/h2_circle.png")no-repeat left 0px top 0px / 80px;
        text-shadow: 2px 1px 0px #fff;
    }
    .sec h2 p::first-letter {
        color: #329793;
    }
    .sec h2 span {
        display: none;
    }
    .sec h3 {
        width: 100%;
        font-size: 15pt;
        line-height: 1.8;
        font-weight: 700;
        margin: 0 auto 5%;
        color: #000;
        border-bottom: 4px solid #2cb89c;
        padding: 0 0px 5px;
    }
    .sec h4 {
        width: 100%;
        font-size: 14pt;
        line-height: 1.8;
        font-weight: 600;
        margin: 0 auto 5%;
        color: #329793;
        display: block;
        padding: 0;
    }
	
    .sec h2.orege01 {
        font-weight: 600;
        font-size: 18pt;
        line-height: 18pt;
        letter-spacing: 1pt;
        color: #000;
        padding: 30px 0 30px 30px;
        margin: 0 0 0 0;
        background: url("../img/h2_circle2.png")no-repeat left 0px top 0px / 80px;
        text-shadow: 2px 1px 0px #fff;
    }
    .sec h2.orege01 p::first-letter {
        color: #e39b31;
    }
    .sec h2.orege01 span {
        display: none;
    }
    .sec h3.orege01 {
        width: 100%;
        font-size: 15pt;
        line-height: 1.8;
        font-weight: 700;
        margin: 0 auto 5%;
        color: #000;
        border-bottom: 4px solid #e39b31;
        padding: 0 0px 5px;
    }
    .sec h4.orege01 {
        width: 100%;
        font-size: 14pt;
        line-height: 1.8;
        font-weight: 600;
        margin: 0 auto 5%;
        color: #e39b31;
        display: block;
        padding: 0;
    }
	
    .mbs {
        margin-bottom: 2% !important;
    }
    .mbm {
        margin-bottom: 8% !important;
    }
    .mbl {
        margin-bottom: 10% !important;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 5px 0 5px 0.4em;
    }
    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;
    }
    a.pdf {
        background: url("../img/pdf.png")no-repeat top 4px left / 20px;
        display: inline-block;
        padding-left: 28px;
        margin: 5px 0;
    }
    /*-----------------------------------------sec-set---------------------------------------*/
    .sec_box_head {
        margin-bottom: 10%;
    }
    .sec_box_head .pic {
        width: 100%;
        text-align: center;
        margin-bottom: 7%;
    }
    .sec_box_head .pic img {
        width: 60%;
        margin: 0 auto;
    }
    .sec_box_head .txt {
        width: 100%;
    }
    .sec_box_head .txt span {
        display: block;
        color: #329793;
        font-size: 15pt;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .sec_box_head .txt p.comment {
        line-height: 1.7;
    }
    .sec_box_head .txt p.add {}
    .sec_box_head .txt a {
        display: block;
        background: #fff;
        color: #319692;
        line-height: 1;
        padding: 12px 30px;
        border-radius: 100px;
        border: 1px solid #57bdb9;
        margin: 20px auto 0;
        text-align: center;
        width: 60%;
    }
    .sec_box_head .txt a:hover {
        color: #fff;
        border: 1px solid #57bdb9;
        background: #57bdb9;
    }
    .sec .anker_list {
        margin-bottom: 10%;
        background: #d9eeeb;
        padding: 5%;
    }
    .sec .anker_list li {
        width: 100%;
        position: relative;
    }
    .sec .anker_list li + li{
        margin-top:5%;
    }
    .sec .anker_list li a {
        display: block;
        padding: 10px 40px 10px 15px;
        color: #319692;
        background: #fff;
        border-radius: 100px;
        border: 1px solid #57bdb9;
    }
    .sec .anker_list li a::after {
        content: "▼";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #319692;
        font-size: 8pt;
    }
    .sec_box {
        padding-bottom: 10%;
    }
    .sec_box:last-child {
        padding-bottom: 0px;
    }
    .sec_box .comment {
        padding: 2% 0 7%;
        color: #319692;
        font-weight: 500;
    }
    .sec_box .slider_box {
        margin: 0px 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: 200px;
        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: flex-start;
        gap: 8px;
        max-width: 100%;
        margin: 10px auto;
    }
    .thumbnail .thumbnail-img {
        flex: 1 1 calc(100% / 10 - 8px); /* 最大10列 */
        max-width: 87px;
        min-width: 87px;
        height: 50px;
        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 {
        margin-bottom: 30px;
    }
    .half_box .sliderArea {}
    .half_slider .slick-list, .half_slider .slick-track, .half_slider .slick-slide, .half_slider .slick-img {
        height: auto;
    }
    .half_box .half_slider img {
        width: 100%;
        height: auto !important;
        display: block;
    }
    .half_box .half_slider .slick-next {
        right: 20px !important;
    }
    .half_box .half_slider .slick-prev {
        left: 10px !important;
        z-index: 1;
    }
    .half_box .half_slider .slick-prev:before, .half_box .half_slider .slick-next:before {
        font-size: 27px !important;
        opacity: .85 !important;
    }
    .half_box .slick-dots li button:before {
        color: #329793 !important;
    }
    .half_box .txt {
        padding-top: 20px;
    }
    .half_box .txt .tit {
        padding-bottom: 10px;
        font-size: 15pt;
        font-weight: 700;
    }
    .half_box .txt .comment {}
    .tit_b {
        padding-bottom: 10px;
        font-size: 15pt;
        font-weight: 700;
    }
    .t_tel {}
    .t_tel span {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .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;
        flex-flow: column;
        margin: 0 auto;
        max-width: 700px;
        justify-content: center;
        align-items: center;
        padding: 7px 0 10px;
        border-radius: 100px;
        color: #329793;
    }
    .call-phone a {
        color: #329793;
        font-size: 19pt;
        line-height: 19pt;
        font-weight: 700;
        margin-top: 5px;
    }
    .call-phone a:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
    }
    .schedule-list {
        list-style: none;
        padding: 5px 0 0 48px;
        position: relative;
    }
    .schedule-list::before {
        content: "";
        position: absolute;
        left: 18px; /* 丸の中心 */
        top: calc(4px + 5px); /* 上丸の中心 = before top + 外円半径 */
        bottom: calc(85px - 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: 10px;
        background: #329793;
        color: #fff;
        margin-top: 2px;
        min-width: 74px;
    }
    .schedule-list h4 {
        margin: 0 0 6px;
        font-weight: 500;
        font-size: 14pt;
        display: flex;
        align-items: flex-start;
        line-height: 1.5;
        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: 1.4em;
    }
    .sec-check li {
        position: relative;
        padding-left: 0.4em;
        padding-bottom: 9px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d9eeeb;
    }
    .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(6px);
        position: absolute;
        left: -1.4em;
    }
    .features {
        margin-bottom: 10%;
    }
    .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: 0;
        background: #fff;
        border-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .table_sec th {
        background: #d9eeeb;
        padding: 10px;
        font-weight: normal;
        text-align: left;
        color: #319692;
        font-weight: 500;
        display: block;
    }
    .table_sec td {
        background: #FFF;
        padding: 10px 0px 20px;
        display: block;
    }
    .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 {
        overflow-x: auto;
        width: 100%;
        margin-bottom: 5%;
    }
    .table_sec_scrool table {
        width: 100%;
        min-width: 750px;
        border-collapse: separate;
        border-spacing: 5px;
        background: #fff;
        border-style: none;
    }
    .table_sec_scrool table th {
        background: #d9eeeb;
        padding: 10px 10px;
        font-weight: normal;
        text-align: center;
        color: #319692;
        font-weight: 400;
    }
    .table_sec_scrool table td {
        background: #FFF;
        padding: 10px 10px;
        border-bottom: 1px solid #d9eeeb;
    }
    .table_sec_scrool table td.c {
        text-align: center;
    }
    .table_sec_scrool table th.month {
        width: 10% !important;
        white-space: nowrap;
    }
    /*-----------------------------------------balloon---------------------------------------*/
    .balloon-simple {
        width: 100%;
        margin: 0px 0 30px;
        background: #d9eeeb;
        padding:8% 6%;
        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: 100%;
    }
    .serif-right, .serif-left {
        position: relative;
        padding: 8%;
        border-radius: 20px;
    }
    .serif-right:after, .serif-left:after {
        content: "";
        position: absolute;
        top: 60px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 28px solid #fff;
    }
    .balloon-simple .icon-left {
        width: 200px;
        margin: 0 auto;
    }
    .balloon-simple .icon-left img {
        border: solid 4px #329793;
    }
    .serif-left {
        display: block;
        margin: 50px 0 0 0;
        background: #fff;
        filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
    }
    .serif-left:after {
        top: -25px;
        left: 50%;
transform: translateX(-50%);
    }
    .serif-right span, .serif-left span {
        color: #329793;
        display: block;
        margin: 0 auto 10px;
        text-align: center;
        font-weight: 600;
        font-size: 14pt;
    }
    .serif-right p, .serif-left p {
        color: #000;
    }
    /*-----------------------------------------illust---------------------------------------*/
    .sec-illust-seiryuen01 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .sec-illust-seiryuen01 img {
        width: 80% !important;
        height: auto;
        margin: 0 auto;
    }
    .sec-illust-seiryuen02 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .sec-illust-seiryuen02 img {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
    }
    /*-----------------------------------------about---------------------------------------*/
    #about .rinen {
        text-align: center;
        padding: 10% 5% 5%;
        margin-bottom: 5%;
        background: url("../img/rinen_bg_pc.png")no-repeat center top / cover;
        color: #FFF;
    }
    #about .rinen div.logo {
        margin: 0 auto 10%;
        width: 80%;
    }
    #about .rinen div.sub_tit {
        display: block;
        color: #FFF;
        font-weight: 600;
        font-size: 14pt;
        margin-bottom: 10%;
    }
    #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: 100%;
        padding: 8% 8%;
        margin-bottom: 5%;
        counter-increment: rinen-num;
    }
    #about .rinen ol > li > span {
        color: #0a8bcd;
        font-size: 14pt;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 5%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 7px; /* 丸と文字の間 */
        text-align: left;
    }
    #about .rinen ol > li > span::before {
        content: counter(rinen-num);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #0a8bcd;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
        flex: 0 0 32px; /* 丸のサイズ固定 */
        text-align: center;
    }
    #about .rinen ol > li > ul {}
    #about .rinen ol > li > ul > li {
        width: 100%;
        text-align: left;
    }
    #about .rinen ol > li > ul > li + li {
        margin-top: 5%;
    }
    #about .rinen ol > li > p {
        text-align: left;
    }
    #about .houshin {
        text-align: left;
        padding: 10% 5% 5%;
        margin-bottom: 5%;
        background: url("../img/houshin_bg_sp.png") no-repeat left bottom / cover;
        color: #FFF;
    }
    #about .houshin ol {
        counter-reset: rinen-num;
    }
    #about .houshin ol > li {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        color: #000;
        padding: 8% 8%;
        margin-bottom: 5%;
        counter-increment: rinen-num;
    }
    #about .houshin ol > li > span {
        color: #329793;
        font-size: 14pt;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 5%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 7px; /* 丸と文字の間 */
        text-align: left;
    }
    #about .houshin ol > li > span::before {
        content: counter(rinen-num);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #329793;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
        flex: 0 0 32px; /* 丸のサイズ固定 */
        text-align: center;
    }
    /*-----------------------------------------nozomi---------------------------------------*/
    #nozomi .pt-box {}
    #nozomi .pt-box .pic {
        width: 100%;
        margin-bottom: 5%;
    }
    #nozomi .pt-box .pic img {
        display: block;
        margin-bottom: 5%;
    }
    #nozomi .pt-box .txt {}
    #nozomi .pt-box .txt .tokei img {
        display: block;
        margin-bottom: 5%;
    }
    #nozomi .tt-box {}
    #nozomi .tt-box div {
        margin-top: 5%;
    }
    /*-----------------------------------------facility---------------------------------------*/
    #facility .facility-pic {
        margin-bottom: 5%;
    }
    #facility .gmap {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 5%;
    }
    #facility .gmap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    /*-----------------------------------------recruit---------------------------------------*/
	#recruit h3 {
		margin: 100px auto 30px;
		text-align: center;
	}
    #recruit .entry {}
    #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: 6%;
    }
    #recruit .entry ol li .tit {
        margin-bottom: 5%;
        font-weight: 700;
        text-align: center;
    }
    #recruit .entry ol li p {
        padding-top: 5%;
        text-align: left;
    }
    #recruit .entry ol li .btn a {
        display: inline-block;
        background: #fff;
        color: #e36c54;
        line-height: 1.5;
        padding: 15px 0px;
        border-radius: 100px;
        border: 1px solid #e36c54;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
	#recruit .entry ol li .btn a:hover {
        color: #fff;
        border: 1px solid #e36c54;
        background: #e36c54;
    }
	#recruit .sliderArea{
		margin: auto auto 30px;
	}
	/*未経験、ブランクＯＫ*/
	.read__box{
		width:100%;
		height: 330px;
		background-image: url("../img/recruit/bg_read.png");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: left;
		padding: 30px 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.read__box img{
		width: 100%!important;
	}
	.read__box p{
		width: 100%;
		padding:0 30px;
	}
	
    #recruit .box_message {
        margin-bottom: 10%;
    }
    #recruit .box_message div.pic {
        width: 100%;
    }
    #recruit .box_message div.pic img {
        width: 100%;
        margin-bottom: 5%;
    }
    #recruit .box_message div.txt {
        width: 100%;
        padding: 0;
    }
    #recruit .box_message div.txt div {
        display: block;
        font-weight: 700;
        font-size: 22pt;
        line-height: 22pt;
        letter-spacing: 3pt;
        color: #000;
        margin-bottom: 5%;
    }
    #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;
        display: inline-block;
        margin-bottom: 10px;
    }
    #recruit .box_message div.txt p {
        padding-top: 5px;
    }
    #recruit ol.interview {
        background: #d9eeeb;
        padding: 5% 5% 1px;
        border-radius: 10px;
		background-image: linear-gradient(32deg, rgba(35, 242, 150, 0.14), rgba(189, 105, 243, 0.1));
    }
    #recruit ol.interview li {
        width: 100%;
        padding: 5%;
        background: #fff;
        margin-bottom: 6%;
        border-radius: 10px;
    }
    #recruit ol.interview li div {
        width: 100%;
        text-align: center;
        margin: 0 auto 5%;
    }
	#recruit ol.interview li .staffpic img {
		width: 100%;
		height: 300px;
        object-fit: cover;
        object-position: 50% 20%;
    }
    #recruit ol.interview li div img {
        border-radius: 10px;
    }
    #recruit ol.interview li p {}
    #recruit ol.interview li p span {
        color: #329793;
        display: block;
        font-weight: 700;
        padding-bottom: 10px;
        line-height: 1;
        text-align: center;
    }
    #recruit .youtube_movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    #recruit .player {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #recruit .thumb {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #recruit .youtube_movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    #recruit .num-list {
        background: url("../img/recruit_listbg.jpg")no-repeat center top / cover;
        padding: 5% 0;
        z-index: 0;
        position: relative;
    }
    #recruit .num-list ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5%;
        gap: 15px;
    }
    #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: 5%;
        text-align: center;
        width: calc((100% - 15px) / 2);
        background-color: #fff;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        box-sizing: border-box;
        min-width: 60px;
        z-index: 2;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
        font-size: 10pt;
    }
    #recruit .num-list ol li span {
        color: #329793;
        display: block;
        font-weight: 700;
        padding-bottom: 2%;
        font-size: 10pt;
    }
    #recruit .num-list ol li div {
        color: #329793;
        font-size: 17pt;
        line-height: 17pt;
        font-weight: 800;
        margin-bottom: 2%;
    }
    #recruit .fukufuku {
        display: flex;
        justify-content: space-between;
    }
    #recruit .fukufuku div {
        width: 50%;
        padding: 6% 0 0;
    }
    #recruit .fukufuku div.pic1 {
        width: 46%;
    }
    #recruit .fukufuku div .upimg {
        display: block;
        margin-bottom: 4%;
    }
	
ol.mid_05 li{
width: 33% !important;
float: left;
text-align: center;
}
ul.mid_05 li img{
width: 95% !important;
max-width: 95% !important;
}
	
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12 {}
	
	
ul.oms_bn-list li{
width: 50%;
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%;
	background-color: rgba(227,108,84, 0.95);
	color: #fff;
	border-radius: 100%;
	bottom: 10%;
	z-index: 2;
	}
	.entrytbtn a{
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100px;
		height: 100px;
	}
	p.entrytbtn_txt{
	width: 100%;
	text-align: center;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	line-height: 16px;
	letter-spacing: 0.1em;
	font-size: 15px;
	}
	
	
}