@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@500&display=swap");
@import url("/font/NotoSansJP-VariableFont_wght.ttf");
.page_relocation *{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
}

.sb{
    font-weight: bold;
}

.fc_nara{
    color: #009965!important;
}

.bk_nara{
    background-color: #009965!important;
}

.pages_contents .nara h3{
    border-color: #a5cc99!important;;
}

.w100 {
    width: 100%;
}

.w_top_cont{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .w_top_cont{
        max-width: 1440px;
    }
    .top_senkokai_block {
        padding: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .greeting_item h4{
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .w_top_cont{
        padding: 0 20px;
    }
}

.en,.contents_body h2.en{
    font-family: "Hepta Slab", serif;
    font-weight: 500;
}

header{
    position: static;
}

.header_wrap{
    width: 100%;
    background-color: #fff;
}

.clinical_training_center_top_body .header_wrap{
    background-color: unset;
}

.header{
    position: static;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.header_link_title{
    display: flex;
    align-items: center;
    gap: 16px;
}

.header_link_btn{
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #004F80;
    color: #004F80;
}

.header_link_btn::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    background-color: #004F80;
}

.header_link_title img{
    margin-top: 4px;
    width: 120px;
}

.header_link:hover{
    text-decoration: unset;
}


.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px auto 0;
    width: 100%;
    min-width: unset;
    padding: 40px 40px 30px;
    background-color: #fff;
    border-top: 1px solid #E3E3E3;
}

.footer_info{
    display: flex;
    gap: 40px 0;
}

.footer_info_item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 20px;
}

.footer_info_item address{
    margin-top: 5px;
}

.footer_info_item{
    font-size: 15px;
}

.footer_info_item h5{
    font-size: 17px;
}

.footer_info_item + .footer_info_item{
    border-left: 1px solid #E3E3E3;
}

.footer_links,
.footer_link{
    display: flex;
}

.text_link{
    display: flex;
    align-items: center;
}

.footer_link > *{
    padding: 0 10px;
    border-left: 1px solid #E3E3E3;
}

.footer_link > *:last-of-type{
    border-right: 1px solid #E3E3E3;
}

.footer_link .text_link{
    font-size: 14px;
}

.footer_link .icon_external{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0.5em;
    margin-top: -5px;
    background: url(../img/common/icon_blue_external.svg) no-repeat;
    background-size: 16px 16px;
    vertical-align: middle;
}

.footer_links{
    gap: 20px;
    flex-direction: column;
    justify-content: flex-end;
}

.footer_links .btn_link{
    text-align: right;
    padding: 0 10px 0 20px;
}

.footer_links .btn_link a{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 16px 35px;
    transition: .3s;
    color: #FFF;
    background: #004F80;
    border-radius: 8px;
    text-decoration: none;
}
.clinical_training_center_top_body .contents_wrap{
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .clinical_training_center_top_body .header_wrap{
        display: flex;
        align-items: center;
        min-height: 103.2px;
    }
    .clinical_training_center_top_body .contents_wrap {
        width: 100%;
        max-width: 1200px;
    }
    .clinical_training_center_top_body .header_link.header_link_btn{
        display: none;
    }
    .topic_path + .footer{
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .pages_contents h1{
        height: auto;
    }
    .contents_body{
        margin: 0!important;
    }
    .header{
        padding: 10px
    }
    .header_link_title{
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }
    .header_link_title img{
        width: 80px;
    }
    .header_link_title h1{
        font-size: 16px;
    }
    .header_link_btn{
        padding: 10px 20px 10px 10px;
        font-size: 12px;
    }
    .header_link_btn::after{
        right: 2px;
        width: 10px;
        height: 10px;
    }
    .footer,.footer_info,.footer_link {
        flex-direction: column;
    }
    .footer_info{
        gap: 20px;
    }
    .footer_info_item + .footer_info_item{
        padding-top: 20px;
        border-top: 1px solid #E3E3E3;
        border-left: none;
    }
    .footer{
        margin-top: 0;
        padding: 20px 20px 40px;
    }
    .footer_links{
        gap: 0;
    }
    .footer_info,
    .footer_links,
    .footer_link,
    .footer_link .text_link{
        width: 100%;
    }
    .footer_link > *{
        border: none;
    }
    .footer_link{
        gap: 10px;
        margin-top: 20px;
        padding: 20px 10px;
        border-top: 1px solid #E3E3E3;
    }
    .footer_links .btn_link{
        text-align: center;
    }
    .sp_padding{
        padding: 0 20px;
    }
    .scroll_t{
        margin-left: 20px;
        padding-right: 20px;
    }
}

.link_blk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 70px;
    border-radius: 90px;
    font-size: 16px;
    color: #fff!important;
    text-decoration: unset;
    background-color: rgba(0, 0, 0, .8);
    transition: .4s;
}

.link_blk::after {
    content: "";
    display: inline-block;
    margin-left: 14px;
    width: 14px;
    height: 14px;
    background: url("/img/about/relocation/icon_link-arrow.svg") center / contain no-repeat;
    transition: .4s;
}

.link_blk.arrow::after {
    margin-left: 8px;
    width: 8px;
    vertical-align: middle;
    background-image: url("/img/about/relocation/icon_link-arrow02.svg");
}

.link-btn-wrap{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px
}

.link-btn-wrap.center{
    justify-content: center;
}

.link-btn-wrap.right{
    justify-content: flex-end;
}

.link-btn,
.ancher-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #22BBBB;
    width: 212px;
    height: 48px;
    border-radius: 9999px;
    padding: 0 32px;
    text-decoration: none;
    gap: 4px;
    color: #22BBBB!important;
    transition: .4s;
}

.link-btn:hover,
.ancher-btn:hover{
    text-decoration: unset;
}

/*--------------------------------------------------------------------------*/

.page_clinical_training_center{
    margin: 0 auto;
}

.page_clinical_training_center,
.clinical_training_center_top{
    max-width: 1200px;
    width: 100%!important;
}

.mv_wrap{
    position: relative;
    width: 100%;
}

.bk_grd{
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100dvw;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace1f967 100%);
    z-index: -1;
    background-size: 200% 200%;
    animation: GradientBackground 10s ease infinite;
}

.page_clinical_training_center_inner .bk_grd{
    background-image: linear-gradient(to top, #fff 0%, #d7f3ff67 100%);
}

.bk_grd + .contents_body tbody{
    background-color: #fff;
}

@keyframes GradientBackground {
    0% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 50% 0%;
    }
}

.mv{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px;
    height: 600px;
}

.mv_bk{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mv_bk_image_left{
    position: absolute;
    top: 90px;
    left: -65px;
    width: 700px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.mv_bk_image_right{
    position: absolute;
    bottom: 90px;
    right: -65px;
    width: 700px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mv_bnr{
    position: absolute;
    top: 50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 40px 10px 20px;
    width: 200px;
    height: auto;
    background-color: #00517e;
    border-radius: 5px;
    transition: .4s;
}

.mv_bnr::after{
    content: "";
    position: absolute;
    top: 52%;
    right: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.mv_bnr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv_bnr_text{
    width: 100%;
    color: #fff;
}

.mv_image{
    width: 700px;
    background: linear-gradient(transparent 20%, rgba(255, 255, 255, .95) 20%, rgba(255, 255, 255, .95) 80%, transparent 80%);
}

.mv_note{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 10px auto 0;
}

.mv_note_main{
    margin-top: 20px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: #004f80;
}

.mv_note_main + .mv_note_sub{
    padding: 0 8px 0 4px;
    margin-top: 10px;
}

.mv_note_sub{
    margin-top: 4px;
    display: inline-block;
    padding: 0 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    background: #004f80;
}

@media screen and (max-width: 768px) {
    .mv{
        overflow: hidden;
        padding-bottom: 0;
        height: 480px;
    }
    .mv_bnr{
        display: none;
        padding: 10px 20px 10px 10px;
        width: 140px;
    }
    .mv_bnr::after {
        right: 4px;
    }
    .mv_note{
        margin-top: 0;
    }
    .mv_note_sub{
        text-align: center;
    }
    .mv_bk_image_left{
        top: 25px;
        left: -65px;
        width: 100%;
    }
    .mv_bk_image_right{
        bottom: 55px;
        right: -65px;
        width: 100%;
    }
}

.news_wrap{
    display: flex;
    gap: 30px;
    position: relative;
    padding: 40px 100px 36px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.news_wrap h2{
    display: flex;
    align-items: center;
    width: 150px;
    margin-top: 0;
}

.news{
    margin-top: 0!important;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: calc(100% - 180px);
}

.news_date,.news_text{
    line-height: 1.75;
}

@media screen and (max-width: 768px) {
    .news_wrap {
        flex-direction: column;
        gap: 10px;
        padding: 30px 20px;
    }
    .news_wrap h2{
        border-right: unset;
    }
    .news{
        flex-direction: column;
        width: 100%;
        gap: 5px 0;
    }
    .news_item{
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 5px;
        width: 100%;
    }
    .news_text{
        border-top: 1px solid #E3E3E3;
        padding-top: 4px;
        width: 100%;
    }
}

.pdf_conts{
	display: flex;
	gap: 20px;
}

.pdf_cont{
	width: calc((100% / 3) - 10px);
}

.pdf_cont h4{
    color: #fff;
    background: #004F80;
}

.tab_com01{
    display: flex;
    width: 100%;
}

.tab_com01 li{
    flex: 1;
}

.tab_com01 li button{
    width: 100%;
    padding: 20px;
    line-height: 1.4;
    font-size: 1.6rem;
    text-align: center;
    transition: .4s;
    background-color: #F5F5F5;
    color: #666;
    border-bottom: 1px solid #DDD;
}

.tab_com01 button.current{
    color:#fff;
    border: 1px solid #DDD;
    border-bottom: unset;
    background-color: #004f80;
	box-shadow: inset 5px 5px 0 rgb(248 253 255),inset -5px -5px 0 rgb(247 253 255);
}

.tab_com01 .nara_bk.current{
    background-color: #009965;
}

.com_btn01 a[target="_blank"]::after{
    display:none;
}

.pages_contents .tab_com01_nara h3{
    border-bottom: 2px solid #99cc99;
}

.pages_contents .tab_com01_nara .t_style01 thead th{
    background: #e3f3ef;
}

.pages_contents .tab_com01_nara .com_btn01 a{
    background-color: #009965;
}

.tab_com01_nara_h2{
    color: #009965!important;
}

.tab_com01_article{
    display: none;
}

.tab_com01_article.show{
    display: block;
}

@media (hover: hover) {
    .mv_bnr:hover{
        opacity: .75;
        right: 6px;
    }
	.tab_com01 button.nara_bk:not(.current):hover {
		opacity: .75;
	}
}

.summary_date_wrap{
    margin-top: 0!important;
    padding: 20px 10px;
    background-color: #fff;
}

.top_senkokai_wrap{
    margin-top: 40px;
    padding: 20px 0 0;
    /*background-color: #fff;*/
}

.senkokai_date_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 34px;
    padding: 0 20px;
}

.senkokai_date_item .num{
    margin-right: 8px;
}

.senkokai_med.nara *, .senkokai_med.nara a{
    color: #009965;
}

.senkokai_dep_item h5::before{
    content: "■";
    margin: 0 4px;
}

.nara .senkokai_dep_item h5::before{
    color: #009965;
}

.senkokai_pdf_list a{
    color: #353535!important;
}


.top_senkokai_block{
    padding: 40px 20px;
    background-color: rgb(255 255 255 / 100%);
}

.top_senkokai_block + .top_senkokai_block{
    margin-top: 20px;
}

/*
.top_senkokai_block + .top_senkokai_block::before{
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #E3E3E3; 
}

.top_senkokai_block + .top_senkokai_block{
    margin-top: 40px;
}*/

.senkokai_med_wrap{
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.senkokai_med{
    width: calc(50% - 10px);
}

.senkokai_med > h4{
    color: #fff;
    background: #004F80;
}

.senkokai_med.nara > h4{
    color: #fff;
    background: #009965;
}

.senkokai_med .bk_white{
    margin-top: 0!important;
    padding: 10px;
    background-color: #fff;
}

.senkokai_dep_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0!important;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.senkokai_dep_item{
    width: calc(50% - 10px);
}

.senkokai_dep_item h4{
    background: #e6f1f7;
}

.nara .senkokai_dep_item h4{
    background: #e6f1e2;
}

.senkokai_med.nara .tag_first_visit{
    border-color: #009965;
}

.senkokai_med.nara .marker_list01 li,
.senkokai_med.nara .bk_white{
    color:#353535;
}

a.greeting_thum_item{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px 20px;
}

.greeting_thum_item h4{
    position: relative;
    display: flex;
    padding: 0 0 0 24px;
    align-items: center;
    width: calc(100% - 110px);
    background-color: #fff;
}

.greeting_thum_item h4::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #004F80;
    border-right: 2px solid #004F80;
    transform: rotate(45deg) translateY(-50%);
}

.greeting_thum_item img{
    margin-top: 0;
    width: 100px;
    height: 100%;
}

.greeting_thum_item + .greeting_thum_item{
    margin-top: 20px;
}

.greeting_note{
    display: flex;
    gap: 40px;
}

.greeting_note_image{
    max-width: 300px;
    width: 100%;
}

.greeting_note_image img{
    width: 100%;
    object-fit: contain;
}

.greeting_note_text{
    width: calc(100% - 340px);
}

.greeting_note_text .name{
    margin-top: 40px;
}

.flow_list {
    display: flex; 
    justify-content: space-between;
    margin-top: 40px;
}

.flow_item {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 10px 2% 15px 4%;
    width: 100%;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: #004F80;
    color: #fff;
}

.step01_bk{
    background-color: #004F80;
}

.step02_bk{
    background-color: #006E9F;
}

.step03_bk{
    background-color: #008DBD;
}

.step04_bk{
    background-color: #39AAD1;
}

.step05_bk{
    background-color: #72C7E5;
}

.step01_bk_nara{
    background-color: #009965;
}

.step02_bk_nara{
    background-color: #1AA675;
}

.step03_bk_nara{
    background-color: #33B385;
}

.step04_bk_nara{
    background-color: #4DC095;
}

.step05_bk_nara{
    background-color: #66CDA5;
}

.flow_step_text{
    display: inline-block;
    line-height: 1.5;
}

.step_title{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: none!important;
}

.step_title_icon{
    display: flex;
    justify-content: center;
    width: 120px;
    padding: 4px 20px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    background-color: #004F80;
    color: #fff;
}

.step_title_icon.bk_nara{
    background-color: #009965;
}

.video{
    padding: 0 40px;
    width: 100%;
    aspect-ratio: 16 / 9;
}


@media (hover: hover) {
	.tab_com01 button.nara_bk:not(.current):hover {
		opacity: .75;
	}
}

@media screen and (max-width: 1600px) {
    .senkokai_dep_list{
        padding:10px 10px;
    }
}

.top_nav_bottomlist.com_btn01{
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    h4,h3,.contents_body .att_line01{
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .step_title{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
   .top_senkokai_wrap {
        margin-top: 20px;
        padding: 20px 0 0;
    }
    .top_senkokai_block{
        padding: 20px 10px;
    }
    .greeting_item h3,.greeting_item h4,
    .top_senkokai_block > h3,.top_senkokai_block h4{
        margin: 0;
    }
    .senkokai_date_list {
        gap: 10px;
        font-size: 18px;
        padding: 0 10px;
    }
    .greeting_list,
    .senkokai_dep_list,
    .senkokai_med_wrap{
        flex-direction: column;
    }
    .senkokai_dep_list{
        padding: 20px;
    }
    .senkokai_pdf_list{
        margin-top: 0!important;
    }
    .senkokai_pdf_list li{
        line-height: 0;
    }
    .senkokai_pdf_list li a{
        line-height: 1.75;
    }
    .greeting_item,
    .senkokai_date_item,
    .senkokai_dep_item,
    .senkokai_med{
        width: 100%;
    }
    .top_note{
        margin-left: 0;
        margin-top: 0;
        padding: 0 20px;
    }
    .top_nav_bottomlist.com_btn01{
        margin-top: 0;
    }
    .num_list01.top_note{
        padding: 0 20px 0 36px;
    }
    .top_nav_bottomlist{
        display: flex;
        gap: 20px;
        padding: 20px;
    }
    .top_nav_bottomlist.com_btn01 a{
        padding: 20px;
    }
    .philosophy_text {
        font-size: 15px;
        line-height: 1.75;
    }
    .greeting_item{
        padding: 10px 0;
    }
    .text_link{
        padding: 4px 10px;
    }
    a.greeting_thum_item{
        padding: 10px;
    }
    .greeting_thum_item img{
        width: 80px;
    }
    .greeting_thum_item h4{
        width: calc(100% - 80px);
    }
    .greeting_note{
        flex-direction: column;
        gap: 20px;
    }
    .greeting_note_image{
        max-width: unset;
    }
    .greeting_note_text{
        width: 100%;
    }
    .greeting_note_text .name{
        margin-top: 20px;
    }
    .tab_com01 li button{
        padding: 15px 10px;
    }
	.flow_item {
	    padding: 10px 6px 10px 10px;
	}
	.nara .flow_item {
	    padding: 10px 6px 10px 18px;
	}
    .video{
        padding: 0 20px;
    }
    .file_icon.file_excel{
        margin-left: 20px;
    }
}