/* サブページトップ */
.sub_top {
    width: 100%;
    height: 150px;
    background: url(../img/bg_round_subhead.svg) no-repeat center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.sub_title span.jp {
    font-size: 26px;
    line-height: 130%;
    font-weight: 400;
}
h1.sub_title span.eng {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
	color: #133a8b;
}
@media screen and (min-width: 768px){
.sub_top {
    height: 200px;
}
}
@media screen and (min-width: 1000px){
.sub_top {
    height: 280px;
    padding-top: 70px;
}
h1.sub_title span.jp {
    font-size: 28px;
}
h1.sub_title span.eng {
    font-size: 17px;
}
}



/* サブページボックス */
.subbox {
    padding: 50px 0 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* subbox01・02は何番目にくるかでpaddingが変わる */
.subbox01 {
    padding: 0 0 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0 150px;
    background: linear-gradient(90deg, #dce1f8, #e6ebfc);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox03 {
    padding: 50px 0 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox p, .subbox02 p, .subbox03 p {
    text-align: justify;
}
.s01 {
    text-align: center;
    margin-bottom: 50px;
}   
.s01:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 {
    text-align: center;
    background: #e1e6fa;
    padding: 40px 20px 30px;
    border-radius: 15px;
}
.sb_bg02 {
    text-align: center;
    background: #e1e6fa;
    padding: 40px 20px 30px;
    border-radius: 10px;
}
.philo_pic {
    max-width: 600px;
    border-radius: 15px;
}
@media screen and (min-width: 768px){
.sb_bg01 {
    padding: 50px 35px;
}
.sb_bg02 {
    padding: 50px 35px;
}
}
@media screen and (min-width: 1000px){
.subbox {
    padding: 80px 0 200px;
}
/* subbox01・02は何番目にくるかでpaddingが変わる */
.subbox01 {
    padding: 0 0 80px;
}
.subbox02 {
    padding: 80px 0 200px;
}
.subbox03 {
    padding: 80px 0 0;
}
.s01 {
    margin-bottom: 100px;
}
.s01:last-of-type {
    margin-bottom: 0;
}
.sb_bg01 {
    padding: 80px 100px;
    border-radius: 30px;
}
.sb_bg02 {
    padding: 60px 100px 50px;
    border-radius: 30px;
}
.philo_pic {
    border-radius: 30px;
}
}
@media screen and (min-width: 1200px){
}

/* サブボックスの中flex */
@media screen and (min-width: 1000px){
.sub_flex01 {
    display: flex;
    justify-content: space-between;
}
.sub_flex02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

/* テキスト */
.sub_txt01_mainbg, .sub_txt01_mainbg_slim {
    background-color: #e1e6fa;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sub_txt01_subbg, .sub_txt01_subbg_slim {
    background-color: #fae6f0;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sub_txt01, .sub_txt02, .sub_txt03 {
    margin-bottom: 25px;
}
@media screen and (min-width: 599px){
.sub_txt01_mainbg, .sub_txt01_mainbg_slim {
    padding: 30px;
}
.sub_txt01_subbg, .sub_txt01_subbg_slim {
    padding: 30px;
}
}
@media screen and (min-width: 1000px){
.sub_txt01_mainbg {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_mainbg_slim {
    width: 50%;
    padding: 30px 40px 15px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_subbg {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01_subbg_slim {
    width: 50%;
    padding: 30px 40px 15px;
    border-radius: 15px 0 0 15px;
}
.sub_txt01 {
    width: calc(50% - 25px);
    margin-bottom: 0;
}
.sub_txt02 {
    width: calc(55% - 25px);
    margin-bottom: 0;
}
.sub_txt03 {
    width: calc(60% - 25px);
    margin-bottom: 0;
}
}
@media screen and (min-width: 1024px){
.sub_txt01_mainbg_slim02 {
    width: 50%;
    padding: 40px;
    border-radius: 15px 0 0 15px;
}
}


/* 写真 */
.sub_pic_bdr img {
    padding: 5px;
    border: solid 2px #ddd;
}
.sub_pic01_bg img, .sub_pic01_bg_wide img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
}
.sub_pic02 img, .sub_txt01 img, .sub_txt02 img {
    border-radius: 10px;
}
.no_rad img {
    border-radius: 0;
}
@media screen and (min-width: 499px){
.sub_pic01_bg img, .sub_pic01_bg_wide img {
    height: 300px;
}
}

@media screen and (min-width: 1000px){
.sub_pic01_bg, .sub_pic01_bg_wide {
    width: 50%;
}
.sub_pic01 {
    width: calc(50% - 25px);
}
.sub_pic02 {
    width: calc(45% - 25px);
}
.sub_pic03 {
    width: calc(40% - 25px);
}

.sub_pic01_bg img {
    height: 360px;
    border-radius: 0 15px 15px 0;
}
.sub_pic01_bg_wide img{
    height: 500px;
    border-radius: 0 15px 15px 0;
}
.sub_pic01 img, .sub_pic02 img {
    border-radius: 15px;
}
}
.no_rad img {
    border-radius: 0;
}
@media screen and (min-width: 1100px){
.sub_pic01_bg_wide img{
    height: 460px;
    border-radius: 0 15px 15px 0;
}
.no_rad img {
    border-radius: 0;
}
}

/* タイトル */

p.sub_title04, 
p.sub_title04_mainclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    color: #133a8b;
    display: block;
    border-bottom: solid 1px #133a8b;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
p.sub_title04_subclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    color: #dc3785;
    display: block;
    border-bottom: solid 1px #dc3785;
    margin: 0 0 25px;
    padding-bottom: 10px;
}

p.sub_title05, 
p.sub_title05_mainclr {
    font-size: 20px;
	line-height: 140%;
    text-align: left;
    font-weight: 600;
    color: #133a8b;
    margin-bottom: 5px;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    z-index: 1;
}
p.sub_title05_subclr {
    font-size: 20px;
	line-height: 140%;
    text-align: left;
    font-weight: 600;
    color: #dc3785;
    margin-bottom: 5px;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    z-index: 1;
}
p.sub_title05:before, 
p.sub_title05_mainclr:before {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
p.sub_title05_subclr:before {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
p.sub_title07 {
    font-size: 22px;
	line-height: 100%;
    font-weight: 500;
    color: #fff;
    margin-bottom: -35px;
    margin-left: -10px;
    padding-bottom: 3px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    letter-spacing: 0.1em;
}
.st07_a {
    background-color: #fa4f9f;
}
.st07_b {
    background-color: #1ac4fa;
}
.st07_c {
    background-color: #fa9027;
}
.st07_d {
    background-color: #3bbd45;
}
.rct_a {
    color: #fa4f9f;
}
.rct_b {
    color: #1ac4fa;
}
.rct_c {
    color: #fa9027;
}
.rct_d {
    color: #3bbd45;
}

p.name {
    font-size: 18px;
    text-align: right;
    margin-top: 5px;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #ffd7e0 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #f6dce6 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr.on, .marker_subclr.on {
    background-size: 100% 100%;
}

@media screen and (min-width: 768px){
p.sub_title07 {
    font-size: 23px;
    margin-bottom: -50px;
    width: 80px;
    height: 80px;
}
}
@media screen and (min-width: 1000px){
p.sub_title04, 
p.sub_title04_mainclr, 
p.sub_title04_subclr {
    font-size: 25px;
    margin-bottom: 35px;
}
p.sub_title05, 
p.sub_title05_mainclr, 
p.sub_title05_subclr {
    font-size: 23px;
    margin-bottom: 15px;
}
p.sub_title05:before, 
p.sub_title05_mainclr:before, 
p.sub_title05_subclr:before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: -10px;
}
p.sub_title07 {
    margin-bottom: -65px;
}
}


/* 理念方針 */


/* リスト */
ol.num, ol.num_big {
    padding-left: 20px;
    list-style-type: decimal;
}
ul.rectangle_mainclr  {
    list-style: url(../img/ul-rectangle-maincolor.svg);
    padding-left: 15px;
}
ul.rectangle_subclr  {
    list-style: url(../img/ul-rectangle-subcolor.svg);
    padding-left: 15px;
}
ul.check_mainclr  {
    list-style: url(../img/ul-checkbox-maincolor.svg);
    padding-left: 25px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul-donuts-maincolor.svg);
    padding-left: 25px;
}
ul.circle_mainclr  {
    list-style: url(../img/ul-circle-maincolor.svg);
    padding-left: 25px;
}
ul.square_mainclr  {
    list-style: url(../img/ul-square-maincolor.svg);
    padding-left: 25px;
}
.s01 li {
    text-align: justify;
    margin-bottom: 10px;
}
.s01 li.slim {
    margin-bottom: 5px;
}
.s01 li.wide01 {
    margin-bottom: 15px;
}
.s01 li.wide {
    margin-bottom: 30px;
}
ul.ul_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline li {
    text-align: left;
    margin-bottom: 5px;
}
ul.ul_inline li:last-of-type {
    margin-bottom: 0;
}
/* ul.ul_inline li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
} */
ul.ul_slim li {
    margin-bottom: 5px;
}
ul.ul_slim li:last-of-type {
    margin-bottom: 0;
}
ul.ul_narrow li {
    margin-bottom: 3px;
}
ul.ul_narrow li:last-of-type {
    margin-bottom: 0;
}
ol.num_big li {
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    margin-bottom: 10px;
    font-feature-settings: "pkna";
}
li:last-of-type {
    margin-bottom: 0;
}


/* メッセージ */
h2.bossmsg_catch {
    font-size: 22px;
	line-height: 140%;
    text-align: center;
    color: #133a8b;
    margin-bottom: 35px;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
}
h2.bossmsg_catch:before, h2.bossmsg_catch:after { 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
}
h2.bossmsg_catch:before {
    border-left: solid 1px #133a8b;
    border-top: solid 1px #133a8b;
    border-bottom: solid 1px #133a8b;
    left: 0;
}
h2.bossmsg_catch:after {
    border-top: solid 1px #133a8b;
    border-right: solid 1px #133a8b;
    border-bottom: solid 1px #133a8b;
    right: 0;
}
.bossmsg_pic {
    margin-bottom: 25px;
}
.bossmsg_pic img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (min-width: 499px){
.bossmsg_pic img {
    height: 300px;
}
}
@media screen and (min-width: 768px){
h2.bossmsg_catch {
    font-size: 24px;
    padding: 10px 25px;
}
}
@media screen and (min-width: 1000px){
h2.bossmsg_catch {
    font-size: 26px;
    margin-bottom: 60px;
    padding: 15px 50px;
}
h2.bossmsg_catch:before, h2.bossmsg_catch:after { 
    width: 12px;
}
.bossmsg_txt {
    width: calc(62% - 25px);
    margin-bottom: 0;
}
.bossmsg_pic {
    width: calc(38% - 25px);
    order: 1;
}
.bossmsg_pic img {
    height: auto;
    border-radius: 15px;
}
}





/* 福利厚生 */
h2.sub_wel01, 
h2.sub_wel01_subclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    text-align: left;
    display: block;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
h2.sub_wel01 {
    color: #133a8b;
    border-bottom: solid 1px #133a8b;
}
h2.sub_wel01_subclr {
    color: #dc3785;
    border-bottom: solid 1px #dc3785;
}

h3.sub_wel02,  
h3.sub_wel02_subclr {
    font-size: 20px;
	line-height: 140%;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 0 2px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    z-index: 1;
}
h3.sub_wel02 {
    color: #133a8b;
}
h3.sub_wel02_subclr {
    color: #dc3785;
}
h3.sub_wel02:before, 
h3.sub_wel02_subclr:before {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 30%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
.triangle01 {
    background-color: #133a8b;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);

}
.triangle02 {
    background-color: #dc3785;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.putit_box {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #133a8b;
    border-radius: 5px;
    padding: 5px 10px 7px;
    display: inline-block;
}
.sub_wel_link {
    font-weight: 600;
    color: #fff;
    background-color: #dc3785;
    border-radius: 999px;
    padding: 10px 25px 12px;
    margin: 25px 0 0 0;
    display: inline-block;
}
@media screen and (min-width: 1000px){
h2.sub_wel01, 
h2.sub_wel01_subclr {
    font-size: 25px;
    margin-bottom: 35px;
}
h3.sub_wel02,  
h3.sub_wel02_subclr {
    font-size: 23px;
    margin-bottom: 15px;
}
h3.sub_wel02:before, 
h3.sub_wel02_subclr:before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: -10px;
}
.triangle01 {
    width: 40px;
    height: 40px;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.triangle02 {
    width: 40px;
    height: 40px;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}
.putit_box {
    margin-right: 5px;
}
.sub_wel_link:hover {
    background-color: #e64199;
}
}



/* 先輩の声 */
.sv_box01, .sv_box02 {
    display: flex;
    flex-direction: column;
}
.sv_titlebox01, .sv_titlebox02 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 15px 15px 0 0;
    padding: 0 15px;
    position: relative;
}
.sv_titlebox01 {
    background: linear-gradient(0deg, #18449a, #0e307c);
}
.sv_titlebox02 {
    background: linear-gradient(0deg, #e13c8f, #d7327b);
}

h2.sub_voi01 {
    font-size: 22px;
	line-height: 130%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}
h2.sub_voi01:before, h2.sub_voi01:after { 
    content:'';
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
}
h2.sub_voi01:before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top: 0;
    left: 0;
}
h2.sub_voi01:after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom: 0;
    right: 0;
}

.sv_pic01, .sv_pic02 {
    position: relative;
}
.sv_pic01 img, .sv_pic02 img {
    height: 200px;
    object-fit: cover;
}


/* nametag */
.nametag01a, .nametag01b {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    background-color: #ff0;
    padding: 7.5px 10px;
    position: absolute;
    bottom: 15px;
}
.nametag01a {
    color: #133a8b;
    border-radius: 5px 0 0 5px;
    right: 0;
}
.nametag01b {
    color: #dc3785;
    border-radius: 0 5px 5px 0;
    left: 0;
}
@media screen and (min-width: 768px){
.nametag01a, .nametag01b {
    font-size: 16px;
    padding: 7.5px 15px;
}
}
/* nametagここまで */


/* Q&A */
.sv_qabox01a {
    background: #e1e6fa;
}
.sv_qabox01b {
    background: #e1e6fa;
    border-radius: 0 0 15px 15px;
}
.sv_qabox02a {
    background: #fae6f0;
}
.sv_qabox02b {
    background: #fae6f0;
    border-radius: 0 0 15px 15px;
}
.sv_qabox01a_in {
    padding: 25px 15px 0;
}
.sv_qabox01b_in {
    padding: 0 15px 25px;
}

.qa_flex, .qa_flex02, .qa_flex03 {
    display: flex;
}
.q_circle, .a_circle {
    font-size: 14px;
    text-align: center;
    width: 23px;
    height: 23px;
    color: #fff;
    border-radius: 11.5px;
    margin-right: 7px;
    padding-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.q_circle {
    background: #133a8b;
}
.a_circle {
    background: #dc3785;
}
p.q_txt {
    color: #133a8b;
    width: calc(100% - 30px);
}
p.a_txt {
    width: calc(100% - 30px);
}
@media screen and (min-width: 599px){
.sv_pic01 img, .sv_pic02 img {
    height: 250px;
}
.sv_qabox01a_in {
    padding: 40px 40px 0;
}
.sv_qabox01b_in {
    padding: 0 40px 40px;
}
}

@media screen and (min-width: 1000px){
.sv_box01 {
    flex-direction: row;
}
.sv_box02 {
    flex-direction: row-reverse;
}
.sv_titlebox01, .sv_titlebox02 {
    width: 50%;
    height: 300px;
    padding: 0 30px;
}
.sv_titlebox01 {
    border-radius: 30px 0 0 0;
}
.sv_titlebox02 {
    border-radius: 0 30px 0 0;
    margin-right: 7.5%;
}
.sv_pic01, .sv_pic02 {
    width: 42.5%;
}
.sv_pic01 img, .sv_pic02 img {
    height: 300px;
}
.sv_pic01 img {
    border-radius: 0 30px 0 0;
}
.sv_pic02 img {
    border-radius: 30px 0 0 0;
}


.sv_qabox01a, .sv_qabox01b {
    display: flex;
    align-items: center;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #e1e6fa 7.5%, #e1e6fa 100%);
}
.sv_qabox02a, .sv_qabox02b {
    display: flex;
    align-items: center;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 7.5%, #fae6f0 7.5%, #fae6f0 100%);
}
.sv_qabox01b, .sv_qabox02b {
    border-radius: 0 0 30px 30px;
}
.sv_qabox01a_in {
    width: 100%;
    padding: 60px calc(7.5% + 75px) 0 75px;
}
.sv_qabox01b_in {
    padding: 0 calc(7.5% + 220px) 60px 75px;
}
.q_circle, .a_circle {
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.q_circle {
    padding-bottom: 2px;
}
p.q_txt {
    width: calc(100% - 35px);
}
p.a_txt {
    width: calc(100% - 35px);
}
.qa_pic01 {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.qa_pic01 img {
    width: 250px;
}
}


/* 教育担当インタビューリンク */
.edu_intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #18449a, #0e307c);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.edu_intv p {
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    width: calc(100% - 150px);
}
.edu_intv p i {
    margin-left: 10px;
}
.edu_intv img {
    width: 150px;
    height: 80px;
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    clip-path: polygon(9% 0%, 100% 0%,  100% 100%, 0% 100%);
}
@media screen and (min-width: 768px){
.edu_intv {
    height: 100px;
}
.edu_intv p {
    font-size: 16px;
    line-height: 150%;
}
.edu_intv img {
    height: 100px;
}
}
@media screen and (min-width: 1000px){
.edu_intv {
    height: 120px;
}
.edu_intv:hover {
    opacity: 0.8;
}
.edu_intv p {
    width: 400px;
}
.edu_intv img {
    width: 200px;
    height: 120px;
}
}



/* 教育 */
.edu_mainpic {
    border-radius: 10px;
}
.tri_font {
    margin: 15px 20px;
}
.tri_font i {
    font-size: 18px;
    color: #222;
    rotate: 90deg;
}
.bg_box01 {
    background-color: #fae6f0;
    border: solid 1px #dc3785;
    padding: 10px 15px;
}
@media screen and (min-width: 1000px){
.edu_mainpic {
    border-radius: 15px;
}
.tri_font {
    text-align: left;
    margin: 15px 0 15px 90px;
}
}


.tbl800 {
    max-width: 800px;
}

/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01:nth-of-type(-n+2) {
    margin-bottom: 30px;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    width: 60px;
    padding: 10px;
    white-space: nowrap;
}
.t_edu01 th.th01 {
    font-size: 16px;
    color: #fff;
    background: #133a8b;
    padding: 7px 10px;
}
.t_edu01 th.th02 {
    font-size: 16px;
    background: #e1e6fa;
}
.one_year {
    color: #18449a;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.two_year {
    color: #133a8b;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.three_year {
    color: #0e307c;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.t_edu01 td {
    text-align: justify;
    background: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.flex {
    display: flex;
    justify-content: space-between;
}
.t_edu01 {
    width: calc(100% / 3 - 20px);
}
.t_edu01:nth-of-type(-n+2) {
    margin-bottom: 0;
}
.t_edu01 th {
    width: 80px;
}
.t_edu01 td {
    padding: 15px;
}
}


/* 教育table02 */
.t_edu02 tr {
    border: solid 1px #4d4d4d;
}
.t_edu02 th {
    font-weight: bold;
    text-align: justify;
    background: #e1e6fa;
    display: block;
    border-bottom: solid 1px #4d4d4d;
    padding: 5px 10px;
}
.t_edu02 th.th02 {
    background: #fae6f0;
}
.t_edu02 td {
    text-align: justify;
    background: #fff;
    display: block;
    padding: 10px;
}
.t_edu02 td.td01 {
    line-height: 170%;
}
@media screen and (min-width: 1000px){
.t_edu02 th {
    width: 10%;
    display: table-cell;
    padding: 15px;
    white-space: nowrap;
}
.t_edu02 th.th01 {
    text-align: center;
    width: 25%;
}
.t_edu02 th.th02 {
    text-align: center;
    width: 25%;
}
.t_edu02 th.th03 {
    text-align: center;
    width: 15%;
}
.t_edu02 td {
    border-left: solid 1px #4d4d4d;
    display: table-cell;
    padding: 15px;
}
}

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

.t_edu03 th {
    font-weight: bold;
    text-align: center;
    background: #e1e6fa;
    /* display: block; */
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

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

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

.t_edu03 td {
    background-color: #fff;
    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: #e6ebfc;
    border-bottom: solid 1px #4d4d4d;
    padding: 7px 10px;
}

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

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

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

.t_edu03 td span.bluetri {
    color: #133a8b;
    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 #4d4d4d;
    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;
}
}
