/* サブページトップ */
.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: #00b973;
}
@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, #ddf6ec, #e3fcf2);
    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: #e0f9ef;
    padding: 40px 20px 30px;
    border-radius: 15px;
}
.sb_bg02 {
    text-align: center;
    background: #e0f9ef;
    padding: 40px 20px 30px;
    border-radius: 10px;
}
.sb_bg03 {
    background: #e0f9ef;
    padding: 25px 15px 15px;
    border-radius: 10px;
}
.sb_bg04 {
    background: #fbebe6;
    padding: 25px 15px 15px;
    border-radius: 10px;
}
.philo_pic {
    max-width: 600px;
    border-radius: 15px;
    margin: 0 auto;
}
@media screen and (min-width: 768px){
.sb_bg01 {
    padding: 50px 35px;
}
.sb_bg02 {
    padding: 50px 35px;
}
.sb_bg03, 
.sb_bg04 {
    padding: 35px 30px 30px;
}
}
@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;
}
}

/* 写真4個並べ */
.sf03, .sf04 {
    margin-bottom: 25px;
}
.sf03:last-of-type, 
.sf04:last-of-type {
    margin-bottom: 0;
}
.sf03 img, .sf04 img {
    border-radius: 10px;
}
p.pic_cap {
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    margin-top: 10px;
}
@media screen and (min-width: 599px){
.sub_flex03, .sub_flex04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sf03, .sf04 {
    width: calc(50% - 10px);
}
.sf04:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
}
@media screen and (min-width: 1000px){
.sf03 {
    width: calc(100% / 3 - 15px);
    margin-bottom: 0;
}
.sf04 {
    width: calc(25% - 15px);
    margin-bottom: 0;
}
.sf03 img, .sf04 img {
    height: 220px;
}
}


/* テキスト */
.sub_txt01_mainbg, .sub_txt01_mainbg_slim {
    background-color: #e0f9ef;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.sub_txt01_subbg, .sub_txt01_subbg_slim {
    background-color: #fbebe6;
    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_pic01 img, .sub_pic02 img {
    border-radius: 10px;
}
.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: #00b973;
    display: block;
    border-bottom: solid 1px #00b973;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
p.sub_title04_subclr {
    font-size: 23px;
	line-height: 140%;
    font-weight: 600;
    color: #ff7d4b;
    display: block;
    border-bottom: solid 1px #ff7d4b;
    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: #00b973;
    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: #ff7d4b;
    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;
}
.sub_title06 {
    font-size: 19px;
	line-height: 100%;
    font-weight: 700;
    color: #00b973;
    margin-bottom: 15px;
    display: block;
}
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%, #f7e1dc 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.rectangle_mainclr_dark  {
    list-style: url(../img/ul-rectangle-maincolor_dark.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: #00b973;
    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 #00b973;
    border-top: solid 1px #00b973;
    border-bottom: solid 1px #00b973;
    left: 0;
}
h2.bossmsg_catch:after {
    border-top: solid 1px #00b973;
    border-right: solid 1px #00b973;
    border-bottom: solid 1px #00b973;
    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: #00b973;
    border-bottom: solid 1px #00b973;
}
h2.sub_wel01_subclr {
    color: #ff7d4b;
    border-bottom: solid 1px #ff7d4b;
}

h3.sub_wel02, 
h3.sub_wel02_invert, 
h3.sub_wel02_subclr, 
h3.sub_wel02_subclr_invert {
    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, 
h3.sub_wel02_invert {
    color: #00b973;
}
h3.sub_wel02_subclr, 
h3.sub_wel02_subclr_invert {
    color: #ff7d4b;
}
h3.sub_wel02:before, 
h3.sub_wel02_invert:before, 
h3.sub_wel02_subclr:before, 
h3.sub_wel02_subclr_invert:before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 40%;
    left: -10px;
    transform: translateY(-50%);
    z-index: -1;
}
h3.sub_wel02:before, 
h3.sub_wel02_subclr:before {
    background: #fff;
}
h3.sub_wel02_invert:before {
    background: #e0f9ef;
}
h3.sub_wel02_subclr_invert:before {
    background: #fbebe6;
}
.triangle01 {
    background-color: #00b973;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.triangle02 {
    background-color: #ff7d4b;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.putit_box {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #00b973;
    border-radius: 5px;
    padding: 5px 10px 7px;
    display: inline-block;
}
.sub_wel_link {
    font-weight: 600;
    color: #fff;
    background-color: #ff7d4b;
    border-radius: 999px;
    padding: 10px 25px 12px;
    margin: 25px 0 0 0;
    display: inline-block;
}
@media screen and (min-width: 768px){
.triangle01, 
.triangle02 {
    width: 60px;
    height: 60px;
}
}
@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_invert, 
h3.sub_wel02_subclr, 
h3.sub_wel02_subclr_invert {
    font-size: 23px;
    margin-bottom: 15px;
}
h3.sub_wel02:before, 
h3.sub_wel02_invert:before, 
h3.sub_wel02_subclr:before, 
h3.sub_wel02_subclr_invert:before {
    width: 50px;
    height: 50px;
    top: 40%;
    left: -10px;
}
.triangle01, 
.triangle02 {
    width: 80px;
    height: 80px;
}
.putit_box {
    margin-right: 5px;
}
.sub_wel_link:hover {
    background-color: #ff9157;
}
}



/* 先輩の声 */
.sv_box {
    border-radius: 10px;
}
.sv01 {
    background-color: #e0f9ef;
}
.sv02 {
    background-color: #fbebe6;
}
.catch_box {
    position: relative;
    padding: 30px 15px;
    margin-bottom: 50px;
}
.svtitle_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    max-width: 250px;
    position: absolute;
    bottom: -20px;
    left: 15px;
}
.svtitle_txt {
    font-size: 19px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 10px;
}
.sv01 .svtitle_txt {
    color: #00b973;
}
.sv02 .svtitle_txt {
    color: #ff7d4b;
}

.sv_box img {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    margin-left: 10%;
    object-fit: cover;
}
.nametag{
    color: #fff;
    border-radius: 999px;
    padding: 8px 20px 10px;
    display: inline-block;
}
.sv01 .nametag{
    background-color: #00b973;
}
.sv02 .nametag{
    background-color: #ff7d4b;
}

/* QA */
.qa_box {
    padding: 0 15px 30px;
}
.qa_flexq {
    display: flex;
}
.qa_flexa {
    display: flex;
    margin-bottom: 30px;
}
.qa_flexa:last-child{
    margin-bottom: 0;
}
.sv01 .qa_flexa {
    border-bottom: #00b973 dashed 2px;
}
.sv02 .qa_flexa {
    border-bottom: #ff7d4b dashed 2px;
}
.qa_flexa:last-child {
    border-bottom: none;
}
.q_circle, .a_circle {
    font-size: 14px;
    font-weight: 600;
    border-radius: 12.5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    margin-right: 5px;
}
.sv01 .q_circle {
    color: #fff;
    background-color: #00b973;
}
.sv02 .q_circle {
    color: #fff;
    background-color: #ff7d4b;
}
.sv01 .a_circle {
    color: #00b973;
    background-color: #fff;
    border: #00b973 solid 2px;
    margin-top: 2px;
}
.sv02 .a_circle {
    color: #ff7d4b;
    background-color: #fff;
    border: #ff7d4b solid 2px;
    margin-top: 2px;
}
.q_txt, .a_txt {
    width: calc(100% - 30px);
}
.q_txt {
    line-height: 150%;
    font-weight: 600;
}
.sv01 .q_txt {
    color: #00b973;
}
.sv02 .q_txt {
    color: #ff7d4b;
}

@media screen and (min-width: 499px){
.sv_box img {
    height: 250px;
}
}
@media screen and (min-width: 768px){
.sv_box {
    border-radius: 15px;
}
.catch_box {
    padding: 50px 40px;
    margin-bottom: 60px;
}
.svtitle_box {
    border-radius: 15px;
    padding: 25px;
    max-width: 350px;
    left: 40px;
}
.svtitle_txt {
    font-size: 22px;
    margin-bottom: 15px;
}
.nametag{
    padding: 8px 30px 10px;
}
.sv_box img {
    width: 80%;
    height: 300px;
    border-radius: 15px;
    margin-left: 20%;
}

.qa_box {
    padding: 0 60px 50px;
}
}
@media screen and (min-width: 1000px){
.sv_box {
    border-radius: 50px;
}
.catch_box {
    padding: 60px 100px;
    margin-bottom: 80px;
}
.svtitle_box {
    border-radius: 50px;
    padding: 40px 50px;
    max-width: 450px;
    left: 100px;
}
.svtitle_txt {
    font-size: 22px;
    margin-bottom: 25px;
}
.nametag{
    padding: 10px 50px 12px;
}
.sv_box img {
    width: 70%;
    height: 400px;
    border-radius: 40px;
    margin-left: 30%;
}
.qa_box {
    padding: 0 140px 60px;
}
.q_circle, .a_circle {
    margin-right: 8px;
}
}


/* 教育担当インタビューリンク */
.edu_intv {
    max-width: 500px;
    height: 80px;
    background: linear-gradient(90deg, #00c37d, #00af69);
    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: #4b4b4b;
    rotate: 90deg;
}
.bg_box01 {
    background-color: #fbebe6;
    border: solid 1px #ff7d4b;
    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: #00b973;
    padding: 7px 10px;
}
.t_edu01 th.th02 {
    font-size: 16px;
    background: #e0f9ef;
}
.one_year {
    color: #00c37d;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.two_year {
    color: #00b973;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.three_year {
    color: #00af69;
    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: #e0f9ef;
    display: block;
    border-bottom: solid 1px #4d4d4d;
    padding: 5px 10px;
}
.t_edu02 th.th02 {
    background: #fbebe6;
}
.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: #e0f9ef;
    /* display: block; */
    border-bottom: solid 1px #4d4d4d;
    border-right: solid 1px #4d4d4d;
    padding: 7px 10px;
}

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

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

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

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

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

.t_edu03 td span.bluetri {
    color: #00b973;
    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;
}
}
