@charset "UTF-8";

.main_visual {
    position: relative;

}
.main_visual img {
    width: 100%;
}
.news {
    width: 100%;
    background-color: #FDF5AA;
}
.topics {
    width: 1200px;
    margin: -2px auto 0;
    padding: 22px;
    text-align: center;
}
.topics p {
    display: inline-block;
}   
.topics a {
    text-decoration: none;
    color: #444;
}
.topics::before {
    content: "NEWS";
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
    padding: 4px;
    margin-right: 30px;
}
.content01 {
    background-color: #ED1548;
    color: #fff;
}
.inner_content01 {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0 40px;
    display: flex;
}
.inner_txt {
    line-height: 1.5;
    margin-left: 30px;
}
.ttl02 {
    font-size: 30px;
    margin: 20px 0 40px;
}
.inner_txt p {
    font-size: 20px;
    margin-bottom: 40px;
}
.infomenu {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.infonav {
    border: 1px solid #fff;
    width: 30%;
    text-align: center;
}
.infonav a {
    color: #fff!important;
}
.infonav a::after {
    content: "CLICK!! ＞＞";
    margin-left: 15px;
}

.click_button {
    padding: 0!important;
    border: 1px solid #ED1548;
    background-color: #fff;
    width: 30%;
    text-align: center;
    margin: 50px auto!important;
}
.click_button a{
    padding: 3px;
}
.click_button a p::after {
    color: #ED1548!important;
    display: block;
    content: "CLICK!! ＞＞";
}

/* 先輩ゾーン */
.senior_ttl {
    font-size: 30px;
    margin: 80px;
    text-align: center;
}
.senior_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.senior_img img {
    width: 33vw;
    vertical-align: bottom;
}
/* 看護部紹介 */
.nursing {
    padding: 1px 0;
    background-color: #ED1548;
}
.nursing_ttl {
    color: #fff;
    font-size: 30px;
    margin: 80px;
    text-align: center;
}
.nursing_top img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
/* 教育体制 */
.education_ttl {
    font-size: 30px;
    margin: 80px;
    text-align: center;
}
.education_top img {
    width: 100%;
}
/* 病院施設案内 */
.facility {
    padding: 1px 0;
    background-color: #ED1548;
}
.facility_ttl {
    color: #fff;
    font-size: 30px;
    margin: 80px;
    text-align: center;
}
.facility_top img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
}
/* 福利厚生 */
.welfare_ttl {
    font-size: 30px;
    margin: 80px;
    text-align: center;
}
.welfare_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.welfare_img img{
    width: 33vw;
    vertical-align: bottom;
}
.size h2 {
    font-weight: 900;
    opacity: 0.7;
}
.senittl {
		font-size: 50px;
	}
.bggt {
    background: #48AA5F;
    color: #fff;
    padding: 10px 20px;
}
.bgbt {
    background: #2265E5;
    color: #fff;
    padding: 10px 20px;
}
.bgpt {
    background: #E89207;
    color: #fff;
    padding: 10px 20px;
}
.bgg {
    background: #48AA5F;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
	width: 48px;
    justify-content: center;
}
.bgb {
    background: #2265E5;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
	width: 48px;
    justify-content: center;
}
.bgp {
    background: #E89207;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
	width: 48px;
    justify-content: center;
}
.smenu a {
    text-decoration: none;
}
.prmenu {
    width: 340px;
}
.prmenu::after {
    content: "▼";
    color: #fff;
    margin-left: 20px;
}
.catlist {
    width: 360px;
}
.prlist {
    padding: 14px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
.pritem {
    border: 1px solid #444;
    display: flex;
    margin-bottom: 10px;
    height: 48px;
	justify-content: space-between;
}
.pritem a{
    display: flex;
}
.uname {
    padding: 10px;
    font-size: 16px;
    display: flex;
    line-height: 18px;
    align-items: center;
    font-weight: 300;
	width: 238px;
}
.flex {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:896px) {
	.senittl {
		font-size: 25px;
	}
    .flex {
        display: block;
    }
    .prmenu {
        margin: 0 auto;
        width: 100%;
    }
    .prlist {
        padding: 14px 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .catlist {
        width: 100%;
        margin: 0 auto;
    }
    .pritem {
        height: 48px;
    }
    .bgg {
        padding: 20px 20px;
    }
    .bgb {
        padding: 20px 20px;
    }
    .bgp {
        padding: 20px 20px;
    }
    .uname {
        padding: 20px 10px;
    }
	.pritem a{
	 width: 65%;
}
}