@charset "utf-8";
/*
Theme Name: 輝未来テーマ
Theme URI: 
Description:　輝未来テーマ
Version: 1
Author:医療法人社団　輝未来
Author URI: https://kagayaku-recruit.net
*/

/*-------------------------------------------
base
-------------------------------------------*/
/* 管理バーがあるときだけヘッダーを32px下にずらす */
body:has(#wpadminbar) .header {
    top: 32px;
}

/* モバイル（782px以下）は管理バーの高さ46px分ずらす */
@media screen and (max-width: 782px) {
    body:has(#wpadminbar) .header {
        top: 46px;
    }
}

.txt-left {text-align: left;}
.mb10{margin-bottom: 10px}

/*画像キャプチョン*/
figure.caption {
    position: relative;
    text-align: center;
}
figure.caption figcaption {
    display: none;
}
figure.caption figcaption.txt {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 90%;
    line-height: 1.4;
    color: #fff;
    background: rgb(0 160 233 / 70%);
    padding: 0.5em 1em;
    text-align: left;
}

/*flexbox 2列*/
ul.col-2{display: flex;justify-content: center;}
ul.col-2 li{width:46%;margin:2%;}

@media screen and (max-width:599px) {
    ul.col-2{display:block;}
    ul.col-2 li{width: 90%;margin: 1em auto;}
}

/*flexbox 3列*/
ul.col-3{display: flex;justify-content: center;}
ul.col-3 li{width:31%;margin:1%;}

@media screen and (max-width:1024px) {
    ul.col-3{display: flex;}
    ul.col-3 li{width:46%;margin:2%;}
}
@media screen and (max-width:599px) {
    ul.col-3{display:block;}
    ul.col-3 li{width: 90%;margin: 1em auto;}
}

/*flexbox 4列*/
ul.col-4{display: flex;justify-content: center;}
ul.col-4 li{width:23%;margin:1%;}

@media screen and (max-width:1024px) {
    ul.col-4{display: flex;}
    ul.col-4 li{width:46%;margin:2%;}
}
@media screen and (max-width:599px) {
    ul.col-4{display:block;}
    ul.col-4 li{width: 90%;margin: 1em auto;}
}


/* ----------------------------------------
【下層】写真ギャラリー
-------------------------------------------*/
.slick-initialized .slick-slide {
    display: block;
    text-align: center;
    padding: 20px;
    /*width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;*/
}

/*dots-2*/
.dots-2 .slick-dots {
    text-align: center;
}
.dots-2 .slick-dots li {
    display: inline-block;
}
.dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
    background: #0a467d;
}
.photo-slider ul li img{

}
@media screen and (min-width:1025px) {
    section.photo-slider {padding: 6em 0 4em;}
}
@media screen and (max-width:768px) {
    .slick-slide p{font-size: 14px;}
}

/*-------------------------------------------
【共通】充実の福利厚生
-------------------------------------------*/
.support_box ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
}
.support_box ul li {
    width: 30%;
    margin: 1%;
    padding: 1em;
    text-align: center;
    /* background: #efefef url(img/service-img-set_bg.jpg) repeat top center scroll; */
    /* background-size: cover; */
    /* border: #a0b9c0 1px solid; */
    /* box-shadow: #a5bdc7 5px 5px 0px; */
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.support_box ul li a {
    display: block;
    overflow: hidden;
    pointer-events: none;
}
.support_box ul li a img {
    width: 80%;
    max-width: 240px;
    margin: 0px;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
.support_box ul li a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.support_box ul li .title {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: 150%;
    border-bottom: #716c52 1px solid;
    color: #716c52;
    padding: 0 0 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.6;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
}
.support_box ul li .en{
    color: #333;
    padding: 5px;
    line-height: 2.0;
    text-align: left;
    font-size: 95%;
}
.support_box ul li .btn_more a {
    color: #fff;
    border: #1b6ebe 1px solid;
    background-color:#1b6ebe;
}

.support_box ul li .btn_more a:hover {
    color: #1b6ebe;
    border: #1b6ebe 1px solid;
    background-color: #d3e2f4;
}
@media screen and (max-width:1024px) {
    .support_box ul li .title {
        font-size: 130%;
        letter-spacing: 0;
    }
    .support_box ul li {
        width: 30%;
        overflow: hidden;
        margin: 0% 1.5% 4%;
        padding: 10px;
    }
}
@media screen and (max-width:768px) {
    .support_box ul li {
        width: 46%;
        overflow: hidden;
        margin: 0% 2% 4%;
        padding: 10px;
    }
    .support_box ul li .title {
        font-size: 4vw;
        letter-spacing: 0;
    }
    .support_box ul li a img {
        width: 70%;
    }
}

@media screen and (max-width:599px) {
    .support_box ul li {
        width: 100%;
        overflow: hidden;
        margin: 0% 2% 4%;
        padding: 10px;
    }
    .support_box ul li .title {
        font-size: 14px;
        letter-spacing: 0;
    }
    .support_box ul li .en{
        font-size: 90%;
    }
}

/*-------------------------------------------
【共通】職種から探す
-------------------------------------------*/
ul.block_04{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-evenly;
}
ul.block_04 li{
    width: 23%;
    margin: 1%;
    background: #fff3a1;
    padding: 30px 20px;
    border-radius: 15px;
    line-height: 1.8;
    text-align: center;
    border: 8px double #c7ae57cc;
}
ul.block_04 li .t1{
    display: block;
    text-align: center;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
}
ul.block_04 li .t2{
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
}
ul.block_04 li .t2 .small{
    font-size: 50%;
    display: inline-block;
    line-height: 1.4;
    font-weight: bold;
}
ul.block_04 li .t2 .yellow{
    display: block;
    color: #FF9800;
}
ul.block_04 li .t3{
    font-size: 90%;
    display: block;
    padding-top: 10px;
}
@media screen and (max-width:1280px) {
    ul.block_04 li {
        width: 48%;
        margin: 1%;
        background: #fff3a1;
        padding: 2em 1em;
        border-radius: 15px;
        line-height: 1.4;
        text-align: center;
        border: 8px double #c7ae57cc;
    }
}

/*------------------------------------------
【共通】bnr-02 キャリアバナー
------------------------------------------*/
#subPage section.bnr-02{
    padding: 6em 0 3em;
    margin: 0px auto;
    text-align: center;
}
.bnr-02 ul.flexbox {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
.bnr-02 ul.flexbox li {
    width: 46%;
    margin: 2%;
}
.bnr-02 img{
    max-width: 100%;
    width: 100%
}
.bnr-02 .img-set {
    background-size: cover;
    min-height: 220px;
    background-color: #64b3ee;
    opacity: 0.9;
}
.bnr-02 .txt-set {
    padding: 2em;
    background: #64b3ee url(img/bnr_career_bg.png) no-repeat right bottom scroll;
    background-size: 95%;
    text-align: left;
}
.bnr-02 .title{
    font-family:"Hiragino Mincho ProN", serif;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 0 10px;
    line-height: 1.4;
    letter-spacing: 1px;
    display: block;
}
.bnr-02 .en{
    font-family:"Hiragino Mincho ProN", serif;
    color: #ffffff;
    font-size: 110%;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}
.bnr-02 .explan{
    text-align: left;
    color: #000;
    line-height: 1.6;
    font-size: 90%;
}
.bnr-02 .btn {
    background: #ffffff;
    color: #64b3ee;
    padding: 8px 20px 8px;
    margin-top: 15px;
    line-height: 1.0;
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
}
#subPage section.bnr-02 a:hover{
    opacity: 0.8;
}
@media screen and (max-width:1024px) {
    .bnr-02{max-width: 650px;}
    .bnr-02 .title{font-size: 26px;}
}
@media screen and (max-width:768px) {
    section.bnr-02,
    #subPage section.bnr-02 {
        padding: 2em 0;
    }
    .bnr-02 ul.flexbox {display: block;}
    .bnr-02 ul.flexbox li {
        width: 450px;
        max-width: 100%;
        margin: 3em auto;
    }
    .bnr-02 .title{
        font-size: 26px;
    }
}

/* ----------------------------------------
【下層】TCという存在
-------------------------------------------*/
#about-tc-box .box_bg {background: #f4eee2;padding: 1px;}
#about-tc-box .title_a {margin: 1em;}

#about-tc-box ul.flexbox {
    padding: 12px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
#about-tc-box ul.flexbox li {
    width: 31%;
    margin: 1%;
}

@media screen and (max-width:1024px) {
    #about-tc-box ul.flexbox li {width: 100%;margin:1em;}
    #about-tc-box ul.flexbox {padding: 0;}
}

/*------------------------------------------
【下層】TCという存在　Q＆A
-------------------------------------------*/
.toggle_wrap {
    background: #e1f5fe;
    width: 98%;
    margin: 0 auto 2em;
    border-radius: 5px;
    padding: 2px;
    box-shadow: #ccc 5px 5px 5px;
    border: #00a0e9 1px solid;
}
.toggle_wrap p.q {
    font-size: 115%;
    line-height: 1.8;
    padding:10px 40px 10px 14px;
    /*font-weight: bold;*/
}
.toggle_wrap p.q:before,
.toggle_wrap p.a:before{
    content: "Q";
    font-family: FontAwesome;
    margin-right: 12px;
    font-weight: bold;
    color: #ffffff;
    background: #00a0e9;
    padding: 8px 10px 10px;
    border-radius: 5px;
}
.toggle_wrap p.a:before {
    content: "A";
    background:#FF9800;
}
.toggle_contents {background: #fff;}

/* アコーディオン */
.toggle_switch {
    position: relative;
    cursor: pointer;
    padding:5px 0;
}
.toggle_contents p {
    text-align: left;
    padding:8px 15px;
    line-height: 2.2;
}
.toggle_switch::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(img/arrow_down.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: transform .2s;
}
.toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 40%;
}
.toggle_contents {
    /*display: none;*/
    display: block;
    padding: 5px 0 5px;
    background: #fff;
    width: 100%;
    margin: 0;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 590px) {
    .toggle_wrap p.q,
    .toggle_wrap p.a {
        padding:10px 20px 10px 20px;
    }
    .toggle_switch::after {right: 5px;}
}

/*-------------------------------------------
【下層】ABOUT US
-------------------------------------------*/
#about_us figure{
    width: 48%;
    margin: 2em 1%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
#about_us .flexbox {
    display: flex;
}
@media screen and (max-width:768px) {
    #about_us figure{
        width: 90%;
        margin: 2em auto;
    }
}

/*-------------------------------------------
【下層】年間スケジュール
-------------------------------------------*/
dl.schedule-list{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
}
dl.schedule-list dt,
dl.schedule-list dd{
    padding:1em;
}
dl.schedule-list dt{
    width: 10%;
    margin: 5px 0;
    padding: 25px 10px;
    font-size: 200%;
    line-height: 1.4;
    font-weight: bold;
    color: #6a4f17;
    background: linear-gradient(-180deg, #e1cca1 0%, rgb(255 255 255 / 10%) 100%);
    text-align: center;
    letter-spacing: 0;
    border-radius: 10px;
}
dl.schedule-list dd{
    width:87%;
}

/**/
dl.schedule-list dd ul{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
}
dl.schedule-list dd ul li{
    width: 46%;
    margin: 2%;
    padding: 1em;
    background: #fff;
    border: #ccc 1px solid;
    box-shadow: #cdcdcd 5px 5px 5px;
    border-radius: 5px;
}
dl.schedule-list dd ul li h3{
    border-left: #0764af 10px solid;
    background: linear-gradient(90deg, rgb(0 119 215 / 90%) 0%, rgb(29 145 215 / 60%) 100%);
    color: #fff;
    margin-bottom: 0.6em;
    padding: 6px 10px;
    font-weight: bold;
    line-height: 1.6;
    font-size: 20px;
}
dl.schedule-list dt span{
    display: block;
    font-size:14px;
    font-weight: normal;
}
dl.schedule-list dd ul li p {
    font-size: 90%;
    margin-top: 1em;
}
dl.schedule-list dd img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/*dl.schedule-list dd ul li h3:before {
content: "\f257";
content: "\f132";
content: "\f123";
content: "\f142";
content: "\f257";
content: "\f265";
content: "\f299";
content: "\f276";
font-family: FontAwesome;
margin-right: 0.5em;
color: #cc0000;
font-size: 25px;
position: relative;
top: -40px;
}*/
@media screen and (max-width:1024px) {
    dl.schedule-list {flex-direction: column;justify-content: flex-start;}
    dl.schedule-list {margin: 10px auto;}
    dl.schedule-list dt {width: 100%;padding:15px;font-size: 150%;}
    dl.schedule-list dd {width: 100%;padding:5px;}
    dl.schedule-list dt span {display: inline-block;padding: 0 10px;font-size: 15px;}
}
@media screen and (max-width:599px) {
    dl.schedule-list dd ul li {
        width: 100%;
        max-width: 380px;
        margin: 10px auto;
    }
}

/*-------------------------------------------
【下層】スタッフ
-------------------------------------------*/
ul.staff-list {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
ul.staff-list li {
    position: relative;
    width: 48%;
    margin: 1%;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 5px;
}
ul.staff-list li figure {

}
ul.staff-list li figure figcaption{
    text-align: center;
    line-height: 1.8;
    padding: 15px 0px;
}
ul.staff-list li figure figcaption .type{
    color: #00a0e9;
}
ul.staff-list li figure figcaption .name{
    font-size: 140%;
    font-weight: bold;
    display: block;
    color: #000;
}
ul.staff-list li figure figcaption .name img{
    max-width: 70%;
    margin: 1% auto;
}

ul.staff-list li .btn {
    background: url(img/staffs/btn_staffs.png) no-repeat center center scroll;
    background-size: contain;
    position: absolute;
    top: 46%;
    right: 2%;
    width: 182px;
    height: 155px;
    text-indent: -4000px;
    display: block;
    z-index: 5;
}
ul.staff-list li .btn2 {
    background: linear-gradient(0deg, #ff9700 0%, #f3c557 100%);
    text-align: center;
    width: 60%;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
    padding: 5px 5px 10px;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 10px;
}
ul.staff-list li .btn2::before {
    color: #FFFFFF;
    content: "\f138";
    font-family: FontAwesome;
    padding-right: 0.5em;
}

/*詳細*/
.staffs_main h2 .name{
    font-size: 180%;
    display: block;
    padding: 0.5em 0;
}
.staffs_main h2 .name img{
    max-width: 90%;
    margin: 2% auto;
}
.staffs_main dl{
    margin-top: 1em;
}
.staffs_main dt,
.staffs_main dd {
    padding:6px 15px;
    background: #def2fb;
    line-height: 1.6;
}
.staffs_main dd {
    padding: 0.5em 0.8em;
    background: #fff;
}

@media screen and (max-width:1024px) {
    ul.staff-list .flexbox {display: flex;}
    ul.staff-list li {width:46%;margin:2%;}
    ul.staff-list li .btn {
        background: url(img/staffs/btn_staffs.png) no-repeat center center scroll;
        background-size: contain;
        width: 112px;
        height:100px;
        top: 28%;
    }
}
@media screen and (max-width:840px) {
    ul.staff-list li .btn {
        width: 110px;
        height:100px;
        top: 38%;
        right: -3%;
    }
}
@media screen and (max-width:599px) {
    ul.staff-list .flexbox {display:block;}
    ul.staff-list li {width: 90%;margin: 1em auto;}
    ul.staff-list li .btn {
        top: 36%;
        right: 1%;
    }
}

/*-------------------------------------------
【下層】院内ツアー　ランダムギャラリー　手動
-------------------------------------------*/
.gallery-box1 .flexbox{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
}
.gallery-box1 .flexbox.reverse {
    flex-direction: row-reverse;
}
/*幅*/
.gallery-box1 ul li.w-2{width: 36%;}
.gallery-box1 ul li.w-1{width: 64%;}

/*高さ揃える*/
.gallery-box1 ul li.w-1 img{height: 100%;}
.gallery-box1 ul li.w-1 figure.caption {height: 100%;}


/*画像キャプチョン*/
.gallery-box1 a figure.caption {
    position: relative;
    text-align: center;
}
.gallery-box1 a figure.caption figcaption.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 100%;*/
    font-size: 100%;
    line-height: 1.4;
    color: #fff;
    background: rgb(1 1 1 / 50%);
    padding: 1em 1em;
    text-align: left;
    opacity: 0;
}
.gallery-box1 a:hover figure.caption figcaption.txt {
    opacity: 1;
    transition: opacity 0.5s ease;
}

/*他*/
.gallery-box1 .title {
    width: 30%;
    text-indent: -4000px;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width:1024px){
    .gallery-box1 .title {
        width: 100%;
        text-indent: unset;
        background-image: none !important;
    }
    .gallery-box1 .title h2 {
        font-size: 120%;
        padding: 0 1em;
        margin: 0 auto 1em;
        border-left: #00a0e9 10px solid;
    }
    .gallery-box1 ul li.w-1 img{height:auto;}
    .gallery-box1 ul li.w-1 figure.caption {height:auto;}
}

/* ----------------------------------------
【下層】各職種
-------------------------------------------*/
/**/
.list-03 dl dt {
    /*border-left: #e5e5e5 10px solid;
    font-size: 110%;
    text-indent: 1em;*/
    margin: 1em 0 0;
    font-weight: bold;
}
.list-03 dl dt::before {
    color: #F44336;
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 0.5em;
}

/*-------------------------------------------
【共通】募集要項切り替え
-------------------------------------------*/
.price_list .price_box .title_a {
    font-size: 120%;
    width: 100%;
    margin-bottom: 1em;
}

/*募集要項*/
ul.price_list{
    /*width: 100%;*/
}
ul.price_list .price_box{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
ul.price_list li.price_box{
    /* background: #fff; */
    /* border: #aad960 5px solid; */
    /*padding: 1em;*/
    margin: 0 auto;
    box-sizing: border-box;
}
ul.price_list .option_box:first-child .toggle_contents  {
    display: block;
}

/*募集要項（表）*/
ul.price_list .option_title{
    font-size: 105%;
    color: #fff;
    background:#00A0EA;
    padding: 1em;
    margin-bottom: 0;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 2px;
    border-radius: 0;
}
ul.price_list .clinic-1 .option_title{background:#4285ec;}
ul.price_list .clinic-2 .option_title{background:#009688;}

ul.price_list dl.option_list{
    line-height: 1.8;
    font-size: 90%;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    border: #c6efff 1px solid;
}
ul.price_list dl.option_list dt,
ul.price_list dl.option_list dd{
    margin: 0 auto;
    padding: 10px 1em;
    line-height: 1.8;
    border: #c6efff 1px solid;
}
ul.price_list dl.option_list dt{
    width: 20%;
    background:#e7f9ff;
}
ul.price_list dl.option_list dd{
    width: 80%;
    background: #ffffff;
}
.price_list .toggle_wrap {
    background: #ffffff;
    width: 100%;
    margin:1em auto;
    border-radius: 0;
    padding: 0;
}
.text-danger{
    color: #dd0000;
}
.option_list ul.tag{

}
.option_list ul.tag li{
    border: #afa768 1px solid;
    background: #afa768;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    margin: 5px auto;
    font-size: 90%;
    line-height: 1.6;
    border-radius: 5px;
}

/* アコーディオン */
.price_list .toggle_switch {
    position: relative;
    cursor: pointer;
    padding:0;
}
.price_list .toggle_switch::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(img/arrow_down.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: transform .2s;
}
.price_list .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 39%;
}
.price_list .toggle_contents {
    display: none;
    /*display: block;*/
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width:1024px) {
    .price_jenre .lay {font-size: 140%;}
    ul.price_list .price_set {
        width: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        align-content: center;
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
    }
    ul.price_list .btn a {
        width: 300px;
        max-width: 100%;
        font-size: 110%;
        margin: 10px auto;
        padding: 18px;
    }
    ul.price_list .btn2 a {
        width: 300px;
        max-width: 100%;
        font-size: 110%;
        margin: 10px auto;
        padding: 18px;
    }
    ul.price_list .price_title{
        font-size: 135%;
        font-weight: bold;
        margin-bottom: 8px;
        padding-bottom: 5px;
        border-bottom: #e7f9ff 5px solid;
    }
}

@media screen and (max-width:599px) {
    .price_jenre {margin: 3em auto;}
    .price_jenre .lay {font-size: 130%;}

    ul.price_list li.price_box {
        display: block;
        padding: 0;
    }
    ul.price_list .price_img {
        width: 100%;
        height: 150px;
    }
    ul.price_list .price_info {
        width: 100%;
        max-width: 100%;
        padding: 1.5em 0 0;
        margin: 0 auto;
    }
    ul.price_list .kingaku {
        font-size: 130%;
    }
    ul.price_list .kingaku_set .kingaku {
        font-size: 120%;
    }
}

/*切替タブ*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 2em;
}
/*.tab-wrap:after {
content: '';
width: 100%;
height: 3px;
background:#00bfff;
display: block;
order: -1;
}*/
.tab-wrap:after {
    content: '';
    width: 40%;
    display: block;
    order: -1;
}
.tabA3:after,.tabE1:after {width: 80%;/*タブ1つ*/}

.tab-label {
    font-size: 105%;
    color: #fff;
    background: #c1c1c1;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    padding: 7px 0.8em 5px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background:#00a0e9;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding:1em;
    opacity: 1;
    transition: .5s opacity;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.5); */
    border: #00bfff 2px solid;
    background: #fff;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

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

    .tab-label {
        color: #fff;
        background: #c1c1c1;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        margin-bottom: -1px;
        padding: 10px .5em;
        border: 1px solid rgba(0,0,0,.2);
        border-bottom: none;
        cursor: pointer;
        display: block;
    }
    .tab-label:before {
        content: '▼';
        margin-right: .2em;
        display:inline-block;
        transform:rotate(-90deg);
    }
    .tab-switch:checked+.tab-label:before {
        transform:rotate(0);
    }
    .tab-content {
        height: 0;
        padding: 0 15px;
        overflow: hidden;
        opacity: 0;
    }
    /* アクティブなタブ */
    .tab-switch:checked+.tab-label {
        background: #00bfff;
    }
    .tab-switch:checked+.tab-label+.tab-content {
        height: auto;
        overflow: auto;
        margin-bottom: -1px;
        padding: 15px;
        opacity: 1;
        transition: .5s;
        border: #00bfff 1px solid;
    }
    /* ラジオボタン非表示 */
    .tab-switch {
        display: none;
    }
    /*追加*/
    .tab-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0px 0 2em;
        flex-direction: column;
    }
    .tab-wrap:after {
        content: '';
        width: 100%;
        display: block;
        order: -1;
    }
    .tab-label {
        color: #fff;
        background: #c1c1c1;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        margin-bottom: -1px;
        padding: 10px 1em;
        border: 1px solid rgba(0,0,0,.2);
        border-bottom: none;
        cursor: pointer;
        display: block;
        border-radius: 0;
        text-align: left;
    }
    .tabA3:after,.tabE1:after {width: 100%;/*タブ1つ*/}
    .tab-label:not(:last-of-type) {margin-right: 0;}

}

/*------------------------------------------
★【下層】キャリアモデル
------------------------------------------*/
#subPage section.recruit_link {padding: 3em 0;}

section#skillup{
    /*background: url(../img/career_bg.jpg) center bottom no-repeat fixed rgb(100, 179, 238);*/
    /*padding: 5em 0 5em;*/
}
section#skillup .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.skillup_box{
    /* background: #fff; */
    text-align: left;
    padding: 1.8em 2em;
    border-radius: 15px;
}
.note_box .note_title{
    font-size: 180%;
    color: rgb(0, 160, 233);
    font-weight: 600;
    line-height: 1.6;
    margin: 1em 1em 0em;
    padding: 0.8em;
    border: #00a0e9 5px dotted;
    background: #fff;
}
.skillup_box dl dt{
    border-bottom: #cc0000 2px dotted;
    font-size: 125%;
    line-height: 1.6;
    font-weight: bold;
    padding: 0.5em;
}
.skillup_box dl dt i{
    color: #cc0000;
    font-size: 130%;
    margin-right: 5px;
}
.skillup_box dl dd{
    line-height: 1.8;
    padding: 1em;
}
@media screen and (max-width:780px) {
    .skillup_box dl dt {font-size: 110%;}
    section#skillup {background:#dfcfb0;padding: 3em 0 3em;}
    .skillup_box {padding: 1em 1em;}
}

/*------------------------------------------
★【下層】キャリアモデル 表組
------------------------------------------*/
table.career_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    /* color: #fff; */
    margin: 1.5em auto;
}
table.career_table th,
table.career_table td {
    border: 5px solid #ffffff;
    padding: 0.8em;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    background-color: #efefef;
}
table.career_table th {
    background-color: #e9ecef;
    font-weight: bold;
}
table.career_table th.gijyu,
table.career_table th.comyu{
    width: 40%;
}
table.career_table td {
    color: #333;
}
table.career_table tr:nth-child(even) {
    background-color: #f9f9f9;
}
table.career_table .header-row th {
    background-color: transparent;
    text-align: center;
    letter-spacing: 2px;
}
table.career_table .subheader-cell {
    background-color: #FF9800;
    color: #fff;
}
table.career_table .year-cell {
    width: 10%;
    font-weight: bold;
    color: #fff;
    background-color:#3994c0;
    text-align: center;
}

/**/
#subPage section.career_box{
    padding-top:0em;
    background-image: url(img/bg-c.png);
    background-image: url(img/career_box.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#subPage section.career_box .wrap_s {padding-top: 6em;}

/*背景*/
section#dentist {background-color: rgb(228 241 254);}
section#dental-hygienist {background-color: rgb(255 242 242);}
section#assistant {background-color: rgb(210 238 239);}
section#receptionist {background-color:rgb(247 242 224);}

/*見出し*/
.main_title{
    font-family:"Hiragino Mincho ProN", serif;
    background-color: #25a1fb;
    margin: 0em auto 1.5em;
    color: white;
    font-size: 200%;
    line-height: 1.6;
    padding: 0.7em 1.5em 0.6em;
    font-weight: bold;
    text-align: center;
    /* border-radius: 10px;*/
}
#dentist .main_title {background-color: #25a1fb;}
#dental-hygienist .main_title {background-color: #ffa2a2;}
#assistant .main_title {background-color: #4caf7f;}
#receptionist .main_title {background-color: #ff5722;}

.sub_title {
    font-size: 120%;
    border-left: #000000 3px solid;
    padding: 0px 0 0px 1em;
    margin-bottom: 1em;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: bold;
}

/*table見出し*/
table.career_table caption {
    background-color: #007bff;
    color: white;
    font-size: 140%;
    line-height: 1.6;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    display: none;
}

#dentist table.career_table caption {background-color: #007bff;}
#dental-hygienist table.career_table caption {background-color: #ffa2a2;}
#assistant table.career_table caption {background-color: #4caf50;}
#receptionist table.career_table caption {background-color: #ff5722;}

/*セル*/
table.career_table .sc1 {
    background: #cc0000;
    color: #fff;
    /*writing-mode: vertical-rl;*/
}
table.career_table .sc2 {background-color: #ffeaca;}

@media screen and (max-width:1024px){
    .note_box .note_title {font-size: 120%;	}
}
@media screen and (max-width:768px){
    .main_title {font-size: 130%;}
    .note_box .note_title {font-size: 120%;}
    table.career_table {font-size: 90%;}
}
/*------------------------------------------
★【下層】キャリアモデル　歯科衛生士
------------------------------------------*/
.flow_step dl{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: flex-start;
    margin: 1em auto;
    font-size: 100%;
    font-weight: 500;
    line-height: 1.6;
    /* background: #fff6e6; */
    align-items: baseline;
    flex-wrap: wrap;
}
.flow_step dl dt{
    color: #fff;
    width: 100%;
    line-height: 1;
    background: #ff9397;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 60px;
}
.flow_step dl dd{
    line-height: 1.4;
    font-weight: 400;
    padding: 0.5em 0;
}
.career_table .tw50{width: 45%;}

table.career_table tr:nth-child(even) {
    background-color: #f9f9f9;
}
@media screen and (max-width:1400px) {
    section#model::after {
        width: 100%;
        background: #64b3ee url(img/career_bg.jpg) no-repeat right bottom scroll;
        background-size: 150%;
    }
}
@media screen and (max-width:580px) {
    section#model{
        padding: 3em 0 3em;
    }
    section#model::after {
        background-size: 200%;
    }
    .flow_step dl {
        font-size: 100%;
    }
    .flow_step dl dt {
        width: 30%;
        padding: 10px;
    }
    .flow_step dl dd {
        line-height: 1.4;
        padding: 10px;
    }
}