/* サブページトップ・タイトル */
.sub_top {
    width: 100%;
    height: 150px;
    margin-top: 60px;
    background-image: url(../img/bg_pattern.svg);
	background-position: bottom 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: #fa4d6b;
}
@media screen and (min-width: 1000px) {
.sub_top {
    height: 200px;
    margin-top: 130px;
    background-position: bottom  center;
}
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: #fa4d6b;
    display: block;
    border-bottom: solid 1px #fa4d6b;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h2.h2_wel02 {
    font-size: 24px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #235dfb;
    display: block;
    border-bottom: solid 1px #235dfb;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
h3.h3_wel01 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #fa4d6b;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #fa4d6b;
}

h3.h3_wel02 {
    font-size: 21px;
    line-height: 120%;
    font-weight: normal;
    color: #235dfb;
    display: block;
    margin: 0 0 15px;
    padding-left: 10px;
    padding-bottom: 1px;
    border-left: solid 7px #235dfb;
}
p.sub_title01 {
    font-size: 19px;
    line-height: 180%;
    font-weight: 600;
    color: #fa4d6b;
}
p.sub_title02 {
    font-size: 19px;
    line-height: 180%;
    font-weight: 600;
    color: #235dfb;
}
@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, #fff0f1, #ffe7e8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox02 {
    padding: 50px 0;
    background: linear-gradient(90deg, #e5f2ff, #d9eaff);
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox h3, .subbox01 h3,.subbox02 h3,
.subbox p, .subbox01 p, .subbox02 p {
    text-align: justify;
}
.s01, .s02 {
    text-align: center;
    margin-bottom: 50px;
}

.s01:last-of-type, .s02: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: 20px;/*22→20*/
    line-height: 150%;
    font-weight: normal;
    text-align: center;
    color: #fa4d6b;
    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 #fa4d6b;
    border-top: solid 1px #fa4d6b;
    top: 0;
    left: 0;
}
h2.bossmsg_txt:after {
    border-right: solid 1px #fa4d6b;
    border-bottom: solid 1px #fa4d6b;
    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: #fa4d6b;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.h2_mes_p01, h2.h2_mes_p02 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

h2.h2_mes_p01 {
    color: #235dfb;
}

h2.h2_mes_p02 {
    color: #fa4d6b;
}

.triangle01, .triangle02 {
    background-color: #235dfb;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle03, .triangle04 {
    background-color: #fa4d6b;
    width: 30px;
    height: 30px;
    position: absolute;   
}
.triangle01, .triangle03 {
    top: 0;
    right: 80px;
    clip-path: polygon(100% 1%, 0 0, 100% 100%);
}
.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_p01, h2.h2_mes_p02  {
    font-size: 23px;
    margin-bottom: 40px;
}
.triangle01, .triangle02, .triangle03, .triangle04 {
    width: 80px;
    height: 80px;
}

}

/* 看護部理念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, #fc5770, #f84366);
    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;
}
}


/* 先輩の声 */
.sub_flex01, .sub_flex02 { 
    border-radius: 20px 20px 0 0;
    padding: 35px 25px;
}

.sub_flex01 {
    background: #ffeced;  
}

.sub_flex02 {
    background: #e0f0ff;  
}

.voi_pic img {
    border-radius: 15px;
    height: 200px;
    margin-bottom: 25px;
}

.voi_title01 p, .voi_title02 p {
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px;

}

.voi_title01 p {
    color: #fa4d6b;
}

.voi_title02 p {
    color: #235dfb;
}

.name_tag01 p ,.name_tag02 p {
    font-size: 16px;
    color: #fff;   
    border-left: solid 10px #fff222;
    border-radius: 7px;
    padding: 3px 8px;
    display: block;
    width: fit-content;
}

.name_tag01 p {  
    background: #fa4d6b;
}
    

.name_tag02 p {
    background: #235dfb;
}

.qa_box01_a, .qa_box01_b {
    background: #ffeced;
    padding: 0 25px;
}

.voi_gap {
    gap: 50px;
}

.qa_box02_a, .qa_box02_b {
    background: #e0f0ff;
    padding: 0 25px;
}

.qa_box01_b, .qa_box02_b {
    border-radius: 0 0 20px 20px;
}

.qa_flex {
    display: flex;
}

.q_square01,.a_square01  {
    font-size: 14px;
    font-weight: bold;
    text-align: center;  
    border-radius: 5px;
    width: 23px;
    height: 23px;   
    display: flex;
    justify-content: center;
    align-items: center;
}

.q_square01 {
    background: #fa4d6b;
    color: #fff;
    padding: 0 13px 1px;
}

.a_square01 {
    background: #ffeced;
    color: #fa4d6b;
    border: solid 2px #fa4d6b;
    padding: 0 11px 1px;
}

.q_square02,.a_square02  {
    font-size: 14px;
    font-weight: bold;
    text-align: center;  
    border-radius: 5px;
    width: 23px;
    height: 23px;   
    display: flex;
    justify-content: center;
    align-items: center;
}

.q_square02 {
    background: #235dfb;
    color: #fff;
    padding: 0 13px 1px;
}

.a_square02 {
    background: #e0f0ff;
    color: #235dfb;border: solid 2px #235dfb;
    padding: 0 11px 1px;
}

.q_txt01, .q_txt02, .a_txt01, .a_txt02 {
    margin-left: 10px;
    width: calc(100% - 10px);
    margin-bottom: 35px;

}

.q_txt01 {
    color: #fa4d6b;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 140%;
}

.q_txt02 {
    color: #235dfb;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 140%;
}

.a_txt01 , .a_txt02 {
    color: #4b4b4b; 
}

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

.sub_flex01, .sub_flex02 { 
    padding: 45px;
}
.voi_pic img {
    height: 350px;
    margin-bottom: 45px 55px;
}

.voi_title01 p, .voi_title02 p {
    font-size: 24px;
    margin-bottom: 15px;
}

.name_tag01 p ,.name_tag02 p {
    font-size: 18px;
    padding: 5px 10px;
}

.qa_box01_a, 
.qa_box02_a {
border-radius: 0;
padding: 0 45px;
}

.qa_box01_b,
.qa_box02_b {
    border-radius: 0 0 20px 20px;
    padding: 0 45px;

}

.q_txt01, .q_txt02 {
    font-size: 17px;
    margin-left: 15px;
    width: calc(100% - 15px);
}

.a_txt01, .a_txt02 {
    font-size: 16px;
    margin-bottom: 55px;
    margin-left: 15px;
}
}

@media screen and (min-width: 1000px) {
.sub_flex01{ 
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #ffeced 8%, #ffeced 100%);
    border-radius: 30px 30px 0 0;
    padding: 60px calc(60px + 8%)60px 60px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: relative
}

.sub_flex02 { 
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #e0f0ff 8%, #e0f0ff 100%);
    border-radius: 30px 30px 0 0;
    padding: 60px calc(60px + 8%)60px 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    position: relative
    
}


.PC_qa01 {
    font-size: 165px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: -80px;
    right: 85px;
    opacity: 0.5;
}

.PC_qa02 {
    font-size: 165px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: -80px;
    left: 0;
    opacity: 0.5;
}
.PC_qa_q {
  font-size: 145px;
  position: relative;
  top: -25px;
}

.voi_pic {
    width: calc(50% - 40px);
}

.voi_pic img {
    border-radius: 20px;
    height: 300px;
    margin-bottom: 0;
}

.qa_flex {
}

.voi_title01 {
    width: calc(50% - 40px);
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.voi_title02 {
    width: calc(50% - 40px);
    padding-right:40px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.voi_title01 p, .voi_title02 p {
    font-size: 25px;
    text-align: center;
    

}

.name_tag01 p ,.name_tag02 p {
    font-size: 18px;
    border-left: solid 15px #fff222;
    padding: 0 20px;
    
}

.qa_box01_a {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #ffeced 8%, #ffeced 100%);
    border-radius: 0 ;
    padding: 0 160px 0 60px;
    align-items: center;
}

.qa_box02_a {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #e0f0ff 8%, #e0f0ff 100%);
    border-radius: 0 ;
    padding: 0 160px 0 60px;
    align-items: center;
}

.qa_box01_b {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #ffeced 8%, #ffeced 100%);
    border-radius: 0 ;
    padding: 0;
    position: relative;
    align-items: center;  
}

.qa_box02_b {
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, #e0f0ff 8%, #e0f0ff 100%);
    border-radius: 0 ;
    padding: 0;
    position: relative;
    align-items: center;  
}

.qa_box01_a_in {
    padding-right: 60px;
}

.qa_box01_b_in, .qa_box02_b_in {
padding: 0 calc(210px + 60px) 0 60px;
}

.a_square01, .a_square02{
    margin-top: 3px;

}

.a_txt01, .a_txt02 {
    margin-bottom: 60px;
}

.qa_pic01 {
    width: 250px;
    position: absolute;
    bottom: 0;
    right: -40px;
}

 .dummy_pic {
    width: 130px;
    position: absolute;
    bottom: 0;
    right: 100px;
}
}

/* マーカー */
.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%, #1949ff 60%);
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #f53961 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: #fa4d6b;
    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: #ff5c75;
}
}


/* 教育 */

p.philo_subtitle {
    font-size: 18px;
}

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

}

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

.t_edu_title {
    font-size: 20px;
    font-weight: bold;
    color: #fa4d6b;
    margin-bottom: 10px;
    
}

.edu_box_mainclr {
    background: #ffeced;
    border: solid 2px #fa4d6b;
    padding: 20px 10px;
}

h3.h3_edu01 {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    color: #fa4d6b;
    display: block;
    margin: 0 0 15px;
    padding-bottom: 1px;
}

h3.h3_edu02 {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    color: #235dfb;
    display: block;
    margin: 0 0 15px;
    padding-bottom: 1px;
}

.edu_box_subclr {
    background: #e0f0ff;
    border: solid 2px #235dfb;
    padding: 20px 10px;
}



@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: 768px){

.edu_box_subclr {
    border: solid 3px #235dfb;
}

.edu_box_mainclr {
    border: solid 3px #fa4d6b;
}

.edu_box_subclr, .edu_box_mainclr {
    padding: 30px 40px;
}
}

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

p.philo_subtitle {
    font-size: 19px;
}
.gnrl_box, .mngm_box {
    margin-right: 20px;
}

h3.h3_edu01,h3.h3_edu02 {
    font-size: 21px;
}
.edu_box_subclr, .edu_box_mainclr {
    padding: 30px 55px;
}
}

/* 教育table01 */
.t_edu01 tr {
    border: solid 1px #4d4d4d;
}
.t_edu01 tr.tr2ndtop {
    border-top: 0;
}
.t_edu01 th {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #e0f0ff;
    width: 50px;
    padding: 5px 10px;
    white-space: nowrap;
}
.t_edu01 th.th2 {
    font-size: 16px;
    background-color: #ffe7e8;
}
.t_edu01 td {
    line-height: 170%;
    text-align: justify;
    background-color: #fff;
    border-left: solid 1px #4d4d4d;
    padding: 10px;
}
@media screen and (min-width: 1000px){
.t_edu01 tr.tr2ndtop {
    border: solid 1px #4d4d4d;
}
.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: #ffe7e8;
    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: #fa4d6b;
    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;
}
}
/*AMGキャリアラダーtable*/

.t_edu03 {
	border: solid 1px #222;
}

.t_edu03 th {
    font-size: 15px;
    font-weight: 700;
    font-feature-settings: "palt";
    line-height: 140%;
    text-align: center;
    border-right:1px #222;
    padding: 10px 5px;
    white-space: wrap;
}
/*ラダーレベル＊、経験の目安*/
.t_edu03 th.th01 {
    color: #fff;
    background-color: #fa4d6b;
    width: 17%;
    border-right:  solid 1px #222;
    border-bottom: solid 1px #222;

}
/*到着目標*/
.t_edu03 th.th02 {
    color: #fff;
    background-color: #fa4d6b;
    border-bottom: solid 1px #222;
}

/*レベル*/
.t_edu03 th.th03 {             
    color: #f84366;
    background-color: #ffe2e3;
    width: 17%;
    border-bottom: solid 1px #222;
}

.t_edu03 td {
    line-height: 140%;
    text-align: justify;
    background-color: #fff;
    border-bottom: solid 1px #222;
    padding: 10px;
}
.t_edu03 td.td01 {
    text-align: center;
    color: #222;
    background-color: #ffeced;
    width: 17%;
    border-right: solid 1px #222;
    border-left: solid 1px #222;
    border-bottom: solid 1px #222;
}

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

.t_edu03 th.th02 {
        font-size: 17px;
    }

.t_edu03 td {
        padding: 20px;
}
}
@media screen and (min-width: 1000px) {

.t_edu03 th.th01 {
    width: 13%;
}  
.t_edu03 th.th03 {
    font-size: 17px;
    width: 13%;
}

.t_edu03 td.td01 {
    width: 13%;

}
}


/* 背景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, #e5f2ff, #d9eaff);
}
.sb_bg02 {
    background: linear-gradient(135deg, #fff0f1, #ffe7e8);
}
.sb_bg03 {
    background: url(../img/bg_watercolor.jpg) repeat top center;
    border: solid 5px #ffeced;
}
.sb_bg04 {
    border: solid 5px #ffeced;
    margin: 0 auto;
}
.sb_bg06 {
    background-color: #ffeced;
    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;
}
}










