/* サブページトップ・タイトル */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 60px;
    background-image: url(../img/bg_pattern.svg);
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.h1_sub {
    font-size: 24px;
    line-height: 130%;
}
h1.h1_sub .eng {
    font-size: 16px;
    line-height: 100%;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #ff7d32;
}
@media screen and (min-width: 1000px) {
.sub_top {
    height: 200px;
    margin-top: 130px;
}
h1.h1_sub {
    font-size: 26px;
}
h1.h1_sub .eng {
    font-size: 17px;
}
}

/* サブページタイトル */
h2.h2_wel01 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #ff7d32;
    display: block;
    border-bottom: solid 1px #ff7d32;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h2.h2_wel02 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #3c96ff;
    display: block;
    border-bottom: solid 1px #3c96ff;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h3.h3_wel01 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #ff7d32;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #ff7d32;
}
h3.h3_wel02 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #3c96ff;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #3c96ff;
}
p.sub_title01 {
    font-size: 19px;
    line-height: 180%;
    font-weight: 600;
    color: #ff7d32;
}
p.sub_title02 {
    font-size: 19px;
    line-height: 180%;
    font-weight: 600;
    color: #3c96ff;
}
@media screen and (min-width: 1000px) {
h2.h2_wel01, h2.h2_wel02 {
    font-size: 26px;
    margin: 0 0 20px;
}
h3.h3_wel01, h3.h3_wel02 {
    font-size: 23px;
}
p.sub_title01, p.sub_title02 {
    font-size: 20px;
    list-style: 200%;
}
}


/* サブページボックス */
.subbox {
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox01 {
    padding: 50px 0;
    background: linear-gradient(90deg, #fff2e6, #ffe4dc);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #ebf4ff, #e1ecff);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox h3, .subbox01 h3,.subbox02 h3,
.subbox p, .subbox01 p, .subbox02 p {
    text-align: justify;
}
.s01 {
    text-align: center;
    margin-bottom: 50px;
}
.s01:last-of-type {
    margin-bottom: 0;
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px) {
.subbox, .subbox01, .subbox02 {
    padding: 80px 0;
}
.subbox:first-of-type,
.subbox01:first-of-type, 
.subbox02:first-of-type {
    padding-bottom: 0;
}
.s01 {
    margin-bottom: 100px;
}
}



/* 部長メッセージ*/
h2.bossmsg_txt {
    font-size: 22px;
    line-height: 150%;
    font-weight: normal;
    text-align: center;
    color: #ff7d32;
    margin-bottom: 30px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}
h2.bossmsg_txt:before,
h2.bossmsg_txt:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
h2.bossmsg_txt:before {
    border-left: solid 1px #ff7d32;
    border-top: solid 1px #ff7d32;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #ff7d32;
    border-bottom: solid 1px #ff7d32;
    bottom: 0;
    right: 0;
}
p.boss_name {
    font-size: 17px;
    text-align: right;
    margin-top: 5px;
}
.mes_p_box {
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.mes_p_box02 {
    background-color: #ff7d32;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.h2_mes_p {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: #3c96ff;
}
.triangle01, .triangle02 {
    background-color: #3c96ff;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle03, .triangle04 {
    background-color: #ff7d32;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle01, .triangle03 {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02, .triangle04 {
    bottom: 0;
    right: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media screen and (min-width: 390px) {
h2.bossmsg_txt {
    padding: 15px 25px;
}
}
@media screen and (min-width: 1000px) {
h2.bossmsg_txt {
    font-size: 27px;
    margin-bottom: 60px;
    padding: 20px 40px;
}
p.boss_name {
    font-size: 18px;
}
.mes_p_box, .mes_p_box02 {
    height: 75px;
    margin-bottom: 40px;
}
h2.h2_mes_p {
    font-size: 23px;
    line-height: 75px;
}
.triangle01, .triangle02, .triangle03, .triangle04 {
    width: 50px;
    height: 50px;
}

}

/* 施設理念pic */
img.mes_p_pic {
    height: 250px;
}
@media screen and (min-width: 499px) {
img.mes_p_pic {
    height: 300px;
}
}
@media screen and (min-width: 1000px) {
img.mes_p_pic {
    height: 400px;
}
}


/* 部長・教育担当インタビューボタン */
.intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #ff8937, #ff702d);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.intv p i {
    margin-left: 10px;
}
.intv img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
.intv {
    height: 100px;
}
.intv p {
    font-size: 16px;
    line-height: 150%;
}
.intv img {
    height: 100px;
}
}

@media screen and (min-width: 1000px) {
.intv {
    height: 120px;
    transition: all 0.2s ease;
}
.intv:hover {
    opacity: 0.8;
}
.intv p {
    width: 400px;
}
.intv img {
    width: 200px;
    height: 120px;
}
}


/* 働く魅力、教育の基本flex */
.tpL {
    margin-bottom: 30px;
}
.tpR_boss {
    margin-bottom: 20px;
}
.tpR_boss img {
    height: 300px;
}
@media screen and (min-width: 1000px) {
.txp {
    display: flex;
    justify-content: space-between;
}
.tpL {
    width: 50%;
    margin-right: 60px;
    margin-bottom: 0;
}
.tpR {
    width: 50%;
}
.tpR_boss {
    min-width: 350px;
    margin: 0 0 0 50px;
    order: 1;
}
.tpR_boss img {
    height: auto;
}
}


/* 先輩の声 */
.v_catchwrap01 {
    background-color: #ff7d32;
    border-radius: 15px 15px 0 0;
}
.v_catchwrap02 {
    background-color: #3c96ff;
    border-radius: 15px 15px 0 0;
}
.v_catchbox {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v_catchbox_in {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
h2.v_catch {
    font-size: 23px;
    line-height: 150%;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.v_name01, .v_name02 {
    line-height: 100%;
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    padding: 8px 10px 10px;
    margin-bottom: 5px;
    
    border-radius: 3px;
}
.v_name01 {
    color: #ff7d32;
    border-left: solid 10px #ffddd7;
}
.v_name02 {
    color: #3c96ff;
    border-left: solid 10px #dce8ff;
}
.v_catchpic {
    height: 250px;
}

@media screen and (min-width: 768px){
.v_catchwrap01, .v_catchwrap02 {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.v_catchbox {
    width: calc(100% - 250px - 40px);
    padding: 30px 0 0 60px;
}
.v_catchpic {
    width: 250px;
    height: auto;
    margin: -20px 0 0 40px;
    object-fit: contain;
}
.v_catch p {
    font-size: 28px;
    line-height: 160%;
}
}

@media screen and (min-width: 1000px){
.v_catchwrap01, .v_catchwrap02 {
    width: calc(100% - 100px);
}
.v_catchbox {
    width: calc(100% - 250px - 40px);
    padding: 50px;
}
h2.v_catch {
    font-size: 26px;
    line-height: 180%;
}
.v_catchpic {
    width: 250px;
    margin: -30px 15px 0 40px;
}
}


/* Q&A */
.qa1bg01, .qa1bg02, .v_qaflex01, .v_qaflex02 {
    padding: 30px 15px;
}
.qa1bg01, .qa1bg02 {
    padding-bottom: 0;
}
.v_qaflex01, .v_qaflex02 {
    padding-top: 0;
    border-radius: 0 0 15px 15px;
}
.qa1bg01, .v_qaflex01 {
    background: linear-gradient(90deg,#fff2e6,#ffe4dc);
}
.qa1bg02, .v_qaflex02 {
    background: linear-gradient(90deg,#ebf4ff,#e1ecff);
}
.v_qabox {
    margin-bottom: 20px;
}
.v_qabox:first-child {
    margin-bottom: 0;
}
.q_box {
    display: flex;
}
.q_square, .a_square {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    margin: 2px 7px 0 0;
    padding-bottom: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.q_square {
    background-color: #ff7d32
}
.a_square {
    background-color: #3c96ff;
}
.v_que {
    font-size: 18px;
    color: #ff7d32;
    font-weight: 600;
    line-height: 145%;
    width: calc(100% - 32px);
    margin-bottom: 15px;
}
.v_ans {
    width: calc(100% - 32px);
    margin-bottom: 25px;
}
.ans_last {
    margin-bottom: 0;
}
.v_qapic img {
    height: 250px;
    border: solid 10px #fff;
    transform: rotate(-1deg);
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}
@media screen and (min-width: 768px){
.qa1bg01, .qa1bg02, .v_qaflex01, .v_qaflex02 {
    padding: 30px 45px;
}
.qa1bg01, .qa1bg02 {
    padding-bottom: 0;
}
.v_qaflex01, .v_qaflex02 {
    padding-top: 0;
}
.v_qapic img {
    height: 300px;
}
}
@media screen and (min-width: 1000px){
.qa1bg01, .qa1bg02, .v_qaflex01, .v_qaflex02 {
    width: calc(100% - 100px);
    padding: 60px 80px;
}
.qa1bg01, .qa1bg02 {
    padding-bottom: 0;
}
.v_qaflex01, .v_qaflex02 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.v_qa2 {
    width: calc(100% - 330px);
    padding: 0 40px 40px 80px;
}
p.v_ans {
    margin-bottom: 25px;
}
p.ans_last {
    margin-bottom: 0;
} 
.v_qapic {
    margin-right: -60px;
    margin-bottom: 60px;
}
.v_qapic img {
    width: 370px;
    height: 300px;
    transform: rotate(-3deg);
}
}





/* マーカー */
.marker, .marker_mainclr, .marker_subclr {
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    /* padding: 0 5px; */
    transition: background-size 1.2s;
}
.marker {
    background: linear-gradient(transparent 60%, #00000017 60%);
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #cdefba 60%);
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #D9DEFF 60%);
}
.marker.on, .marker_mainclr.on, .marker_subclr.on {
    background-size: 100% 100%;
}


/* リンクボタン */
.sub_link_btn {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #ff7d32;
    border-radius: 999px;
    width: 340px;
    padding: 10px 5px 12px;
    margin: 25px 0 0 0;
    display: block;
}
@media screen and (min-width: 768px){
.sub_link_btn {
    font-size: 16px;
    width: 380px;
    padding: 13px 15px 15px;
    margin: 30px 0 0 0;
}
}
@media screen and (min-width: 1000px){
.sub_link_btn {
    font-size: 17px;
    width: 400px;
}
.sub_link_btn:hover {
    background-color: #ff963c;
}
}


/* 教育 */
.mstr_box {
}
.mstr_box p {
    line-height: 100%;
    color: #ff7d32;
    margin-left: 10px;
}
.mstr_box p span {
    color: #222222;
}
.gnrl_box, .mngm_box, .spcl_box {
    background-color: #ffebe1;
    border: solid 1px #ff7d32;
    border-left: solid 10px #ff7d32;
    padding: 15px 0;
}
.gnrl_box, .mngm_box {
    margin-bottom: 15px;
}
.spcl_box {

}

.year {
    font-size: 15px;
    color: #fff;
    background-color: #ff7d32;
    padding: 5px 10px;
    margin: 5px 0 7px;
    display: inline-block;
}
.study {
    font-size: 15px;
    color: #ff7d32;
    background-color: #ffebe1;
    padding: 3px 6px;
    margin-left: 7px;
    display: inline-block;
    font-feature-settings: "palt";
}

@media screen and (min-width: 599px){
.mstr_box {
    display: flex;
}
.gnrl_box, .mngm_box, .spcl_box {
    width: calc(100% / 3 - 20px / 3);
}
.gnrl_box, .mngm_box {
    margin-right: 10px;
    margin-bottom: 0;
}
.mstr_box p {
    line-height: 140%;
    text-align: center;
    margin-left: 0;
}
}
@media screen and (min-width: 1000px){
.gnrl_box, .mngm_box {
    margin-right: 20px;
}
}


/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #666;
}
.t_edu01 tr.tr2ndtop {
    border-top: 0;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #ffebe1;
    width: 50px;
    padding: 5px 10px;
    white-space: nowrap;
}
.t_edu01 th.th2 {
    font-size: 16px;
    background-color: #ffddd7;
}
.t_edu01 td {
    line-height: 170%;
    text-align: justify;
    background-color: #fff;
    border-left: solid 1px #666;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.t_edu01 tr.tr2ndtop {
    border: solid 1px #666;
}
.t_edu01 th {
    padding: 15px;
}
.t_edu01 td {
    padding: 15px;
}
}
/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #222;
}

.t_edu02 th {
    font-weight: bold;
    text-align: justify;
    background-color: #ffe4dc;
    display: block;
    padding: 5px 10px;
}

.t_edu02 td {
    line-height: 170%;
    text-align: justify;
    background-color: #fff;
    display: block;
    border-top: solid 1px #222;
    padding: 10px;
}

.t_edu02 td span.td01 {
    background-color: #ff7d32;
    color: #fff;
    font-size: 15px;
    padding: 3px 10px
}

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

.t_edu02 td {
    line-height: 150%;
}
}

@media screen and (min-width: 1000px) {
.t_edu02 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}

.t_edu02 th.th1 {
    width: 50px;
}

.t_edu02 td {
    border-left: solid 1px #222;
    display: table-cell;
    padding: 15px;
}
}

/* 教育table03 */
.t_edu03 tr {
    border: solid 1px #666;
}

.t_edu03 th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #ffe4dc;
    /* display: block; */
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 th.th1 {
    width: 80px;
    display: table-cell;
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 th.th2 {
    background-color: #fff2e6;
    display: table-cell;
    border-right: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 td {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    display: block;
    padding: 10px;
}

.t_edu03 td li {
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
}

.t_edu03 td.td1 {
    background-color: #fff2e6;
    border-bottom: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 td.td2 {
    background-color: #ff7896;
    border-bottom: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 td.td3 {
    line-height: 170%;
    background-color: #ff7896;
    border-bottom: solid 1px #666;
    padding: 7px 10px;
}

.t_edu03 td.td4 {
    display: table-cell;
    padding: 7px 10px;
}

.t_edu03 td span.bluetri {
    color: #ff5096;
    margin: 10px 0;
    display: inline-block;

}

@media screen and (min-width: 1000px) {
.t_edu03 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}

.t_edu03 td {
    border-left: solid 1px #666;
    display: table-cell;
    padding: 15px;
}

.t_edu03 td.td1 {
    text-align: center;
    width: 10%;
    white-space: nowrap;
}

.t_edu03 td.td2 {
    text-align: center;
    width: 12.5%;
    white-space: nowrap;
}

.t_edu03 td.td3 {
    width: 12.5%;
    padding: 10px 20px;
    white-space: nowrap;
}
}









/* 背景bg */
.sb_bg01, .sb_bg02, .sb_bg03, .sb_bg04 {
    padding: 30px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sb_bg01 {
    background: linear-gradient(135deg, #ebf4ff, #e1ecff);
}
.sb_bg02 {
    background: linear-gradient(135deg, #fff2e6, #ffe4dc);
}
.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
    border: solid 5px #ffebe1;
}
.sb_bg04 {
    border: solid 5px #ffebe1;
    margin: 0 auto;
}
.sb_bg06 {
    background-color: #ffebe1;
    padding: 15px;
}
.sb_bg01:last-of-type,
.sb_bg02:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px) {
.sb_bg01,
.sb_bg02 {
    padding: 30px 40px;
}
}
@media screen and (min-width: 1000px) {
.sb_bg01 {
    padding: 50px 120px;
    margin-bottom: 50px;
}
.sb_bg02 {
    padding: 50px 140px;
    margin-bottom: 50px;
}
.sb_bg03 {
    padding: 60px 100px;
    margin-bottom: 50px;
}
.sb_bg04 {
    padding: 60px 140px;
}
.sb_bg06 {
    padding: 30px;
}
.sb_bg02:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 li,
.sb_bg02 li {
    margin-bottom: 15px;
}
}










