/* 各ブロック */
.sub_top_box {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_top_box img {
    border-radius: 10px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.subbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox:last-child {
    padding-bottom: 50px;
}
.sub_white_box, .sub_white_box02 {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.xs_inner {
    max-width: 700px;
    margin: 0 auto;
}
.xxs_inner {
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (min-width: 768px){
.sub_top_box {
    padding: 140px 0 30px;
}
.sub_white_box {
    padding: 40px 30px;
}
.sub_white_box02 {
    padding: 20px;
}
}
@media screen and (min-width: 1000px){
.sub_white_box {
    padding: 50px 40px;
}
.sub_white_box02 {
    padding: 25px;
}
}



/* 大箱 */
.talk_box {
    margin-bottom: 40px;
}
.talk_box:last-of-type {
    margin-bottom: 0;
}
.talk_box_s {
    max-width: 800px;
    margin: 0 auto;
}
.talk_box_in {
    margin: 0 10px;
}
.border02 {
    padding: 10px 15px 15px;
    background-color: #DCF4FE;
    border: solid 3px #b4dcfa;
    border-radius: 10px;
}
.border03 {
    padding: 20px 15px;
    background-color: #F6FAFE;
    border: solid 3px #b4dcfa;
    border-radius: 10px;
}
.border04 {
    padding: 20px 15px;
    background-color: #fff;
    border: solid 3px rgb(255, 200, 200);
    border-radius: 10px;
}
.border03_in {
    margin: 0 10px;
}
.border04_in {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px){
.border03, .border04 {
    padding: 40px 30px;
}
.talk_box_in, .border03_in, .border04_in {
    margin: 0 15px;
}

.talk_title_box {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px){
.talk_box {
    margin-bottom: 60px;
}
.talk_box:last-of-type {
    margin-bottom: 0;
}
.border03 {
    padding: 40px;
}
.border04 {
    padding: 40px 80px;
}
.border03_in, .border04_in {
    margin: 0 20px;
}
}



/* フレックス */
.flex02 {
    display: flex;
    justify-content: space-between;
}
.flex02_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex01_33 {
    margin-bottom: 20px;
}
.flex01_33:last-of-type {
    margin-bottom: 0;
}
.flex02_33 {
    margin-bottom: 25px;
}
.flex02_33:last-of-type {
    margin-bottom: 0;
}
.flex01_40 {
    margin-bottom: 20px;
}
.flex01_45 {
    margin-bottom: 20px;
}
.flex01_50_lots {
    margin-bottom: 20px;
}
.flex01_50_lots:last-of-type {
    margin-bottom: 0;
}
.flex02_25 {
    width: calc(25% - 10px);
}
.flex02_30 {
    width: calc(30% - 10px);
    margin-bottom: 0;
}
.flex02_70 {
    width: calc(70% - 10px);
}
.flex02_75 {
    width: calc(75% - 10px);
}
@media screen and (min-width: 768px){
.flex01 {
    display: flex;
    justify-content: space-between;
}
.flex01_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex01_cc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex01_w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex01_w::after {
    display: block;
    content:"";
    width: calc(100% / 3 - 20px);
}
.flex03 {
    display: flex;
    justify-content: flex-end;
}
.flex01_33 {
    width: calc(100% / 3 - 15px);
    margin-bottom: 30px;
}
.flex01_33:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}
.flex02_33 {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
}
/* .flex02_33:nth-last-of-type(-n+3) {
    margin-bottom: 0;
} */
.flex01_15 {
    width: calc(15% - 20px);
    margin-bottom: 0;
}
.flex01_20 {
    width: calc(20% - 20px);
    margin-bottom: 0;
}
.flex01_30 {
    width: calc(30% - 20px);
    margin-bottom: 0;
}
.flex01_35 {
    width: calc(35% - 20px);
    margin-bottom: 0;
}
.flex01_40 {
    width: calc(40% - 20px);
    margin-bottom: 0;
}
.flex01_45 {
    width: calc(45% - 20px);
    margin-bottom: 0;
}
.flex01_50 {
    width: calc(50% - 20px);
    margin-bottom: 0;
}
.flex01_50_lots {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
.flex01_50_lots:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
.flex01_55 {
    width: calc(55% - 20px);
    margin-bottom: 0;
}
.flex01_60 {
    width: calc(60% - 20px);
}
.flex02_25 {
    width: calc(25% - 20px);
}
.flex02_30 {
    width: 100%;
    margin-bottom: 0;
}
.flex02_70 {
    width: 100%;
}
.flex02_75 {
    width: calc(75% - 20px);
}
.flex01_calc100 {
    width: calc(100% - 70px - 20px);
}
}
@media screen and (min-width: 1000px){
.flex01_40 {
    width: calc(40% - 20px);
}
.flex01_60 {
    width: calc(60% - 20px);
}
.flex01_calc100 {
    width: calc(100% - 100px - 25px);
}
}

.sub_flex01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sf01_R img {
    max-width: 500px;
}
@media screen and (min-width: 1000px){ 
.sub_flex01 {
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
}
.sf01_L {
    width: calc(60% - 40px);
}
.sf01_R {
    width: 40%;
}
}




/* 本日訪問の先輩 */
.todays_box {
    background: #d2faaf;
    border: solid 3px #AFE146;
    border-radius: 10px;
}
.todays_box_in01 {
    background: #e1f5ff;
    border-bottom: solid 8px;
    border-image: linear-gradient(to bottom, #AFE146 0%, #AFE146 calc(100% - 2px), #d2faaf 100%) 1;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.tb_title_bg01 {
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    background-color: rgb(100, 200, 25);
    border-radius: 10px;
    width: 280px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: calc(50% - 140px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-feature-settings: "palt";
}
.tb_txt01 {
    margin: 15px 15px 0;
}
.todays_box_in02 {
    text-align: center;
    padding: 20px;
}
.todays_box_in02 img {
    max-width: 250px;
    margin: 0 auto;
    border: solid 10px #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
p.tb_sml {
    font-size: 10px;
    line-height: 120%;
    text-align: right;
    color: #4b4b4b;
    margin-top: 15px;
}
@media screen and (min-width: 499px){
.todays_box_in02 {
    padding: 20px 60px;
}
}
@media screen and (min-width: 599px){
p.tb_sml {
    font-size: 15px;
    line-height: 120%;
}
}
@media screen and (min-width: 768px){
.todays_box {
    background: rgb(225, 245, 255);
    background-image: url(../_img/voice_illustol.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px left 0px;
    background-size: 50%;
    border-radius: 10px;
}
.todays_box_in02 {
    padding: 20px 25px;
}
.tb_title_bg01 {
    width: 300px;
    height: 45px;
    position: relative;
    top: 0;
    left: 0;
}
.todays_box_in02 img {
    width: auto;
    height: 200px;
    margin-left: 20px;
}
}
@media screen and (min-width: 1000px){
.todays_box {
    background-size: 40%;
}
.todays_box_in02 {
    padding: 20px 60px;
}
.todays_box_in02 img {
    margin-left: 40px;
}
}



/* 小箱 */
.talk_title_box {
    border-bottom: solid 2px #FF7777;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.bubble_box01 {
    background: #FFFFFF;
    border: 2px solid #FF7777;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 10px;
    position: relative;
}
.bubble_box01:after {
    content: "";
    display: inline-block;
    border: 11px solid transparent;
    border-bottom-color: #FFFFFF;
    position: absolute;
    left: calc(50% - 11px);
    top: -20px;
}
.bubble_box01:before {
    content: "";
    display: inline-block;
    border: 12px solid transparent;
    border-bottom-color: #FF7777;
    position: absolute;
    left: calc(50% - 12px);
    top: -24px;
}
.bubble_box02 {
    background: #fff;
    border: 2px solid #FF7777;
    border-radius: 5px;
    padding: 15px;
    margin-left: 10px;
    position: relative;
}
.bubble_box02:after {
    content: "";
    display: inline-block;
    border: 11px solid transparent;
    border-right-color: #FFFFFF;
    position: absolute;
    left: -20px;
    top: calc(50% - 11px);   
}
.bubble_box02:before {
    content: "";
    display: inline-block;
    border: 12px solid transparent;
    border-right-color: #FF7777;
    position: absolute;
    left: -24px;
    top: calc(50% - 12px);   
}
.free_talk_box {
    padding: 20px 15px;
    background-color: #FFEEE8;
    border-radius: 10px;
}
.offtime_box {
    border-top: solid 3px #FF7777;
}
@media screen and (min-width: 768px){
.talk_title_box {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
}



/* 画像 */
.senpa_illust01 {
    margin-left: 15px;
}
.senpa_illust01 img {
    min-width: 50px;
    max-width: 150px;
}
.senpa_illust02 img {
    min-width: 60px;
    max-width: 150px;
}
.ribbon_pic {
    max-width: 500px;
    margin: 0 auto 10px;
}
.border_pic01 img {
    border: solid 10px #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.border_pic02 img {
    border: solid 10px #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
    margin-top: -10px;
}
.pic_bdb01 {
    border-bottom: solid 12px;
    border-image: linear-gradient(to bottom, #FF7777 0%, #FF7777 calc(100% - 2px), #fff 100%) 1;
    margin-bottom: 20px;
}
.pic_bdb01 img {
    max-width: 800px;
}
.pic_bdb02 {
    border-bottom: solid 2px #b4dcfa;
}
.shin_zuba_pic {
    margin: 15px 0;
}
img.recomen_pic {
    width: auto;
    height: 250px;
    margin: 0 auto;    
}
@media screen and (min-width: 768px){
.senpa_pic01 {
    margin-top: 20px;
}
.senpa_pic01 img {
    max-width: 300px;
}
.ribbon_pic {
    margin: 0 auto 20px;
}
.shin_zuba_pic {
    margin: 0;
}
}
@media screen and (min-width: 1000px){
.ribbon_pic {
    max-width: 600px;
    margin: 0 auto 30px;
}
}



/* タイトル・テキスト */
.senpa_title01 {
    font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
    line-height: 100%;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ff4c4c;
    display: inline-block;
}
.senpa_title01 span {
    font-size: clamp(1.375rem, 0.795rem + 2.9vw, 2.188rem);
    display: block;
    margin-top: 10px;
}
.talk_num_title01 {
    font-size: 18px;
    line-height: 150%;
    color: #ff4c4c;
    font-feature-settings: "palt";
}
.sub_title01 {
    font-size: 17px;
    line-height: 140%;
    font-weight: bold;
    text-align: left;
    color: #008cdc;
    margin-bottom: 10px;
    font-feature-settings: "palt";
}
.sub_title02 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #008cdc;
    position: relative;
    display: inline-block;
    padding: 0 22px;
}
.sub_title02:before, 
.sub_title02:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #008cdc;
}
.sub_title02:before {
    left:0;
}
.sub_title02:after {
    right: 0;
}
.sub_title03 {
    font-size: 17px;
    line-height: 140%;
    font-weight: bold;
    text-align: left;
    color: #ff4c4c;
    margin-bottom: 5px;
    font-feature-settings: "palt";
}
.sub_title04 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-align: left;
    color: #ff4c4c;
    border-left: solid 5px #ff4c4c;
    padding: 0px 5px 2px;
    margin-bottom: 10PX;
}
.pic_cap01 {
    font-size: 15px;
    line-height: 130%;
    color: #4b4b4b;
}
.sub_title_bg02 {
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #ff4c4c;
    background-color: #fff;
    padding: 10px 10px 12px;
    border-radius: 10px 10px 0 0;
}
.sub_title_bg03 {
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #FF7777;
    padding: 10px 10px 12px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 2;
}
.sub_title_bg03:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    border: 10px solid transparent;
    border-top: 15px solid #FF7777;
    width: 0;
    height: 0;
}
.sub_title_bg04 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #ff4c4c;
    background-color: #FFEEE8;
    border-top: solid 3px #FF7777;
    padding: 10px 10px 12px;
}
.sub_title_bg06 {
    line-height: 100%;
    color: #fff;
    background-color: #008cdc;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 10PX;
}
.sub_title_bg06 i {
    margin-right: 5px;
}
.st_title_bg01 {
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #FF7777;
    padding: 10px 10px 12px;
    border-radius: 10px 10px 0 0;
}
.st_title_bg02 {
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #ff4c4c;
    background-color: #FFEEE8;;
    padding: 10px 10px 12px;
    border-radius: 0 0 10px 10px;
}
.sub_title_bg05 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    color: #ff4c4c;
    background-color: #FFEEE8;
    border-top: solid 3px #FF7777;
    padding: 10px 10px 12px;
    margin-bottom: 20PX;
}
.st_title_catch01 {
    font-size: 19px;
    line-height: 140%;
    font-weight: 600;
    color: #ff4c4c;
    border-left: solid 5px #ff4c4c;
    padding-left: 10px;
    margin-bottom: 15px;
}
.rb01_box {
    position: relative;
}
.sub_title_ribbon01 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    color: #ff4c4c;
    background-color: #ffeee8;
    border-top: solid 4px #ff7777;
    padding: 8px 10px 10px;
    margin-bottom: 30PX;
    letter-spacing: 0;
    clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
}
.rb01_tri {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(245, 200, 200);
    border-left: 15px solid transparent;
}
.offtime_career01 {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    background-color: #ff4c4c;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 10px auto 0;
}
.offtime_catch01 {
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    background-color: #008cdc;
    padding: 8px 10px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
}
.offtime_catch01:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    border: 7.5px solid transparent;
    border-top: 10px solid #008cdc;
    width: 0;
    height: 0;
}
.sub_txt01 {
    font-size: 16px;
    line-height: 150%;
    color: #ff4c4c;
}
.setsu_mail, .setsu_tel {
    color: #ff4c4c;
}
.seikyu-mail {
    font-size : 20px;
    line-height : 100%;
    color: #ff4c4c;
    margin: 10px 0;
    display: inline-block;     
}
@media screen and (min-width: 768px){
.senpa_title01 {
    font-size: 20px;
    margin-bottom: 20px;
}
.senpa_title01 span {
    font-size: 35px;
}
.talk_num_title01 {
    font-size: 20px;
}
.sub_title_bg02, .sub_title_bg03 {
    font-size: 15px;
    padding: 10px 5px 12px;
}
.sub_title_bg05 {
    font-size: 20px;
    padding: 13px 10px 15px;
}
.st_title_catch01 {
    font-size: 20px;
    border-left: solid 7px #ff4c4c;
}
.sub_title_ribbon01 {
    font-size: 20px;
    padding: 11px 15px 13px;
    letter-spacing: 0.01em;
    clip-path: polygon(100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%, 0 0);
}
.offtime_career01 {
    text-align: center;
    padding: 8px 10px;
    margin: 0 auto 10px;
}
.sub_txt01 {
    font-size: 18px;
}
}
@media screen and (min-width: 1000px){
.senpa_title01 {
    font-size: 25px;
}
.senpa_title01 span {
    font-size: 45px;
}
.talk_num_title01 {
    font-size: 26px;
}
.sub_title01, .sub_title03 {
    font-size: 18px;
    line-height: 150%;
}
.sub_title_bg02, .sub_title_bg03 {
    font-size: 17px;
}
.st_title_catch01 {
    font-size: 23px;
    margin-bottom: 20px;
}
.sub_title_ribbon01 {
    font-size: 22px;
}
.offtime_catch01 {
    padding: 10px 15px 12px;
}
.sub_title02 {
    font-size: 16.5px;
}
.sub_title_bg05 {
    font-size: 22px;
}
.sub_txt01 {
    font-size: 20px;
    line-height: 160%;
}
}


/* 先輩たちのオフタイムページで、確認時のみ表示されるテキスト */
.ot-memo2 {
    margin-bottom: 10px;
}


/* リンクボタン */
.tb_link {
    transition: all 0.2s ease;
}
@media screen and (min-width: 1000px){
.tb_link:hover {
    color: #ff4c4c;
}
}


/* テーブル */
.tbl01 tr {
    border: solid 1px #C9C9C9;
}
.tbl01 th {
    font-weight: 600;
    text-align: center;
    background: #ffffec;
    padding: 10px;
    border-right: solid 1px #C9C9C9;
}
.tbl01 th.th01 {
    white-space: nowrap;
    font-feature-settings: "palt";
}
.tbl01 th.th02 {
    font-size: 15px;
    padding: 10px 5PX;
    white-space: nowrap;
    font-feature-settings: "palt";
}
.tbl01 td {
    background: #fff;
    padding: 10px;
    border-right: solid 1px #C9C9C9;
}
@media screen and (min-width: 768px){
.tbl01 th.th01, .tbl01 th.th02 {
    font-size: 16px;
    width: 15%;
}
}
@media screen and (min-width: 1000px){
.tbl01 th.th01, .tbl01 th.th02 {
    font-size: 16px;
    width: 12%;
}
}


/* テーブルシフト */
.tbl_shift {
    max-width: 800px;
    margin: 0 auto;
}
.tbl_shift tr {
    border: solid 1px #C9C9C9;
}
.tbl_shift th {
    font-weight: 600;
    text-align: center;
    background: #efefef;
    padding: 10px;
    width: 10%;
    border-right: solid 1px #C9C9C9;
    white-space: nowrap;
}
.tbl_shift th.th01 {

}
.tbl_shift td {
    text-align: center;
    background: #fff;
    padding: 10px;
    border-right: solid 1px #C9C9C9;
}
.tbl_shift td.td01 { /* 公休 */
    background: #FFE6E6;
    width: 90%;
}
.tbl_shift td.td02 { /* 日勤 */
    background: #ffcc00;
    width: 28%;
}
.tbl_shift td.td03 { /* 夜勤 */
    background: #84C1FF;
    width: 28%;
}
.tbl_shift td.td04 { /* 夜勤明け */
    background: #A4D1FF;
    width: 24%;
}


/* パーツ */
.talk_num {
    font-size: 12px;
    line-height: 110%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(130deg, #ff6464 0%, #ff3232 100%);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 15px;
}
.talk_num span {
    font-size: 25px;
    font-weight: 300;
}
.inquiry_box {
    border-left: solid 8px #ff4c4c;
    padding-left: 15px;
}
@media screen and (min-width: 768px){
.talk_num {
    font-size: 14px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin: 0;
}
.talk_num span {
    font-size: 30px;
}
}
@media screen and (min-width: 1000px){
.talk_num {
    font-size: 16px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0;
}
.talk_num span {
    font-size: 40px;
}
}