@charset "utf-8";
/*
 * smp.css
 *
 sp
 */ 

@media only screen and (max-width : 767px){
	/* !wrapper
	---------------------------------------------------------- */
	#wrapper {
		padding-top: 8rem;
	}
	/* !layout
	---------------------------------------------------------- */
	#header {
		padding: 0 2rem;
	}
	.header-logo {
	    height: 8rem;
	}
	.header-logo img {
	    width: 18rem;
	}
	.btn-menu {
	    display: block;
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		padding: 2.4rem 0 0;
		width: 4rem;
		background: url(../img/common/icon_menu.svg)no-repeat center 0.4rem;
		background-size: 2.4rem;
		text-align: center;
	}
	.btn-menu:after {
		content: "menu";
		display: block;
		transform: scale(0.9, 0.9);
		letter-spacing: 0.1em;
		color: #2E4989;
		text-transform: uppercase;
		font-family: YakuHanJP, "Noto Serif JP", serif;
		font-size: 1rem;
	}
	.btn-menu.active {
		background-position: center top;
		background-image: url(../img/common/icon_menu_close.svg);
	}
	.btn-menu.active:after {
		content: "close";
	}
	#g-navi {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		transition-duration: 0.5s;
		padding: 8rem 2rem;
		width: 100%;
		height: 100vh;
		background: #fff;
	}
	#g-navi.open {
		opacity: 1;
		visibility: visible;
	}
	#g-navi ul {
	    display: block;
	}
	#g-navi li {
		display: block;
	    margin-left: 0;
	    height: auto;
	}
	#g-navi li a {
	    padding: 1rem 0;
	    font-size: 2rem;
	}
	#g-navi .pc {
		display: none;
	}
	
	.footer-swiper .swiper-slide {
	    width: 24rem;
	    height: 19rem;
	}
	.footer-inner {
	    display: block;
	    padding: 3.6rem 0 3rem;
	}
	.foot-logo {
	    margin-bottom: 1.6rem;
		text-align: center;
	}
	#footer .address {
		text-align: center;
	}
	.foot-links {
	    display: none;
	}
	#footer .contacts {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 0;
	}
	#footer .contacts li {
		padding: 2rem 0;
		margin-top: -1px;
		text-align: center;
	}
	#copyright {
	    padding: 2rem 0;
	}
	.footer-group {
	    padding: 3.2rem 0 3.5rem;
	}
	.footer-group-body {
	    display: block;
	}
	.footer-group .title {
		text-align: center;
	}
	.footer-group .logo {
		margin: 1rem auto 2rem;
		text-align: center;
	}
	.footer-group .links a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #555;
		max-width: 100%;
	}
	.footer-group .links a span {
	    padding: 0 0 0 1.3rem;
	}
	.footer-group .links a span:before {
		top: 50%;
		right: auto;
		left: 0;
		width: 0.6rem;
		height: 0.8rem;
		background: #fff;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
	
	
	
	/* !common
	---------------------------------------------------------- */
	#main-visual {
	    margin: 0 2rem 4.5rem;
	}
	.main-swiper {
	    border-radius: 1rem;
	}

	.main-swiper img {
		height: calc(100dvh - 12rem);
	}

	#main-visual .head {
	    left: 2rem;
	    bottom: 5.5rem;
		line-height: 1.26667;
	    font-size: 3rem;
		font-weight: 900;
	}
	
	#teaser {
		overflow: hidden;
	    padding: 0 1.4rem 4.6rem;
	}
	#teaser .box {
	    position: static;
	    padding: 3.5rem 1rem 0;
	    width: auto;
		max-width: inherit;
		text-align: center;
	}
	#teaser .head-large .eng {
	    font-size: 4.2rem;
	}
	#teaser .head-large .jap {
	    font-size: 1.6rem;
	}
	#breadcrumb {
	    position: static;
		justify-content: center;
		margin-top: 2rem;
	}
	#breadcrumb li {
		font-size: 1rem;
	}
	
	.inner, 
	.inner-large {
		padding: 0 2rem;
	}
	
	.head-large .eng {
		font-size: 5rem;
	}
	.head-large .jap {
		font-size: 1.4rem;
	}
	
	.head-medium {
		margin-bottom: 3rem;
		font-size: 2.6rem;
	}
	
	.head-small {
	    margin-bottom: 2rem;
	}
	
	.common-txt {
		line-height: 1.7333;
	}
	
	.service-module {
	    padding: 4rem 0 3.4rem;
	}
	.service-module .head {
	    margin-bottom: 3.5rem;
	    font-size: 2rem;
	}
	.service-module .symptoms {
	    gap: 0.8rem;
	}
	.service-module .symptoms li {
		padding: 0.8rem 2rem 0.9rem;
		font-size: 1.4rem;
	}
	
	.btn-link {
	    padding: 0.9rem 6.6rem 0.9rem 2rem;
	    min-height: 3.8rem;
	    font-size: 1.4rem;
	}

	.btn-link.st3 {
		padding: 0.9rem 5.6rem 0.9rem 3rem;
	}

	.btn-link.st3:after {
		right: 2rem;
	}
	
	.more-box {
		position: relative;
	}
	.more-box .box {
		max-height: 23.2rem;
		overflow-y: hidden;
		transition-duration: 0.5s;
	}
	.more-box .box.set-show {
		max-height: unset;
	}
	.more-show-btn {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 10rem 0 0;
		width: 100%;
		background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	}
	.more-show-btn.active {
		display: none;
	}
	.more-show-btn .btn-link:after {
		right: 2rem;
		background: url(../img/common/icon_down_wh.svg)no-repeat center;
		background-size: 100%;
	}
	
	.bg-lightgray .more-show-btn {
		background-image: linear-gradient(-180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 1) 60%);
	}
	 
	 
	/* !page
	---------------------------------------------------------- */
	.news-wrap {
	    padding: 6rem 0 8rem;
	}
	.news-wrap .content {
	    display: block;
	}
	.news-wrap .side { 
	    flex-direction: row;
		margin-bottom: 2rem;
	    width: auto;
	}
	.news-wrap .main {
		width: auto;
	}
	.news-wrap .side .btn {
		margin-top: 1rem;
	}
	.news-list li {
	    padding: 1rem 0;
	}
	.news-list li a {
		display: block;
	    padding: 1rem 0;
	}
	.news-list li .dt {
	    padding: 0 0 0.5rem;
	    width: auto;
	    line-height: 1;
	    font-size: 1.4rem;
	}
	.news-list li .dd {
		max-width: inherit;
	}
	
	.information-wrap {
	    padding: 6rem 0 1rem;
	}
	.information-wrap .title {
	    display: block;
	    margin-bottom: 2.8rem;
	}
	.information-wrap .title .head-large {
	    margin-bottom: 2rem;
	}
	.information-wrap .title .btn {
	    margin-top: 3rem;
	}
	.information-wrap .title .download {
		margin-top: 4rem;
	    width: auto;
		text-align: left;
	    font-size: 1.4rem;
		padding-bottom: 3rem;
	}
	.information-wrap .download .tit {
		display: block;
	    margin-bottom: 1.3rem;
		padding: 0.8rem;
	    padding: 1rem;
		text-align: center;
	    font-size: 1.4rem;
	}
	.information-wrap .download .tit2 {
	    margin-bottom: 1.2rem;
	    font-size: 1.4rem;
	}
	.information-wrap .download .btns {
		max-width: 33.3rem;
	}
	.information-wrap .download .btns a {
	    justify-content: flex-start;
		padding-left: 2rem;
	    height: 3.8rem;
		background-position: right 2rem center;
	}
	
	.information-wrap .service-link {
	    display: block;
	}
	.information-wrap .service-link .item {
		margin-bottom: 2.4rem;
	    width: auto;
	}
	.information-wrap .service-link .info {
	    padding: 3rem 2rem 2rem;
	}
	.information-wrap .service-link .head-large .jap {
	    font-size: 2.6rem;
	}
	.information-wrap .service-link .btn {
	    margin-top: 0.8rem;
	}
	
	.access-wrap {
	    padding: 0 0 5rem;
		background: #fff;
	}
	.access-wrap .map-display .info {
	    padding: 6rem 0 0;
	    width: auto;
	}
	.access-wrap .head-large {
	    margin-bottom: 3rem;
	}
	.access-wrap .map-display .map {
	    position: static;
		margin: 0 -2rem 2.4rem;
	    width: auto;
	    height: 24rem;
	}
	.access-wrap .map-display .route {
	    margin-bottom: 1.2rem;
	    font-size: 1.6rem;
	}
	.access-wrap .map-display .address {
		letter-spacing: -0.05em;
	}
	.access-wrap .about-parking {
	    margin-top: 4.6rem;
	}
	.access-wrap .about-parking .display {
	    display: block;
	    padding: 0;
	    margin-bottom: 4rem;
	    border-radius: 0;
	}
	.access-wrap .about-parking .img {
		margin-bottom: 2rem;
	    width: auto;
	}
	.access-wrap .about-parking .info {
	    width: auto;
		line-height: 1.857;
		font-size: 1.3rem;
	}
	.access-wrap .about-parking .head {
	    margin-bottom: 1rem;
	    font-size: 2.2rem;
	}
	.access-wrap .policy {
	    margin-top: 5rem;
	}
	.access-wrap .policy .scroll-bar {
	    padding: 1.6rem 0.6rem 1.6rem 1.6rem;
	    height: 42rem;
	}
	.scroll-bar .mCSB_inside > .mCSB_container {
	    margin-right: 1rem;
	}
	
	/* to_patients */
	.to-patients {
		font-size: 1.5rem;
	}
	.message-display {
	    display: block;	
	}
	.message-display .info {
		width: auto;
	}
	.message-display .img {
		width: auto;
	} 
	.message-display .info + .img,
	.message-display .img + .info {
		margin-top: 3.6rem;
	}
	.message-display .sub {
		font-size: 1.7rem;
	}
	.message-display .position {
	    margin-top: 4rem;
	}
	.message-display .position .name {
	    margin-top: 0.5rem;		
	}
	.message-wrap .to-patients.top .message-display .info {
	    padding: 0;
	}
	.message-display.row-reverse .img {
		margin: 3rem 0 0;
	}
	
	.to-patients .movie {
		margin-top: 6rem;
	}
	
	.to-patients .patient-care {
	    margin-top: 2rem;
	    padding: 4rem 2rem;
	    line-height: 1.7333;
	}
	.to-patients .patient-care .head-medium {
	    margin-bottom: 2.8rem;
	    line-height: 1.45;
	    font-size: 2.1rem;
	}
	
	.to-patients .features li {
	    padding: 0;
	    line-height: 1.7333;
	}
	.to-patients .features li + li {
		margin-top: 2.8rem;
	}
	.to-patients .features li .tit {
	    font-size: 1.6rem;
	}
	
	.to-patients .sub-txt {
	    margin-bottom: 3rem;
	    line-height: 1.7333;
	}
	
	.to-patients .achievements ul {
		margin: 0 auto;
		max-width: 31.3rem;
	}
	.to-patients .achievements li {
		padding: 2.6rem 1rem 3rem;
		width: 100%;
	}
	.to-patients .achievements li .tit {
	    margin-bottom: 2rem;
	}
	
	.to-patients .treatment-flow {
	    margin-top: 6rem;
	}
	.to-patients .treatment-flow li {
	    display: block;
	}
	.to-patients .treatment-flow li + li {
	    margin-top: 6rem;
	}
	.to-patients .treatment-flow li + li:before {
		top: -4rem;
	}
	.to-patients .treatment-flow li .info {
	    padding: 2rem 2.5rem;
	    width: auto;
		line-height: 2.2;
	}
	.to-patients .treatment-flow li .img {
	    width: auto;
		height: 16rem;
		border-radius: 0 0 0.8rem 0.8rem;
	}
	.to-patients .treatment-flow li .head {
		line-height: 1.45;
	}
	.to-patients .treatment-flow li .txt {
	    line-height: 1.85;
		font-size: 1.4rem;
	}
	.to-patients .treatment-flow li .note {
		line-height: 1.2;
		font-size: 1.2rem;
	}
	.to-patients .treatment-flow .treatments {
	    flex-wrap: wrap;
		gap: 1rem 0;
		line-height: 2;
	}
	.to-patients .treatment-flow .treatments .col {
	    width: 100%;
	}
	.to-patients .treatment-flow .treatments .cols {
		display: flex;
		justify-content: space-between;
		gap: 0 1rem;
	}
	.to-patients .treatment-flow .treatments .item + .item {
	    margin-top: 0;
	}
	
	.to-patients .doctors-doctors ul {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 2rem 0;
	}
	.to-patients .doctors-doctors li {
	    padding: 2.5rem;
	}
	.to-patients .doctors-doctors .name {
	    display: block;
	}
	.to-patients .doctors-doctors .name .jap {
		display: block;
	    margin: 0 0 0.2rem;
	}
	.to-patients .doctors-doctors .graduate {
	    margin-top: 1rem;
	}
	
	.to-patients .certificate {
		padding-bottom: 0;
	}
	.certificate-display {
		display: block;
		padding: 3rem 2rem;
		margin: 0 -2rem 0.3rem;
		border-radius: 0;
	}
	.certificate-display .img {
		margin-bottom: 3rem;
		width: auto;
	}
	.certificate-display .info {
		width: auto;
	}
	.certificate-display .head {
	    margin-bottom: 2rem;
		text-align: center;
	}
	
	.hospital-swiper .swiper-slide {
	    width: 31.3rem;
	}
	.hospital-swiper .tit {
	    font-size: 1.4rem;
	}
	
	.to-patients .equipment-display {
		margin-top: 3rem;
	    padding: 0;
	}
	.equipment-display .display {
	    display: block;
	}
	.equipment-display .display .img {
		margin-bottom: 3.9rem;
	    width: auto;
	}
	.equipment-display .display .info {
	    width: auto;
	}
	.equipment-head {
		font-size: 1.8rem;
	}
	.equipment-head .pre {
	    margin: 0 0 1rem;
	}
	
	.equipment-display .manufacturer tr + tr {
	    border-top: 0;
	}
	.equipment-display .manufacturer th {
		display: block;
		padding: 1rem 0;
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
	}
	.equipment-display .manufacturer td {
		display: block;
		padding: 1.4rem 2rem;
		width: 100%;
		border-left: 0;
	}
	.equipment-display .manufacturer .welfare li {
		display: block;
	}
	.equipment-display .manufacturer .welfare li + li {
		margin-top: 2rem;
	}
	.equipment-display .manufacturer .welfare .th {
		width: auto;
	}
	.equipment-display .manufacturer .welfare .td {
		width: auto;
	}
	
	/* vascular_access.html */
	.vascular-access-wrap {
		font-size: 1.5rem;
	}
	.vascular-access-wrap .title {
	    margin-bottom: 5rem;
	}
	
	.for-shunt-operation {
		padding: 4rem 0 0;
	}
	.for-shunt-operation .list {
		margin: 0 -2rem;
	}
	.for-shunt-operation .list li + li {
		margin-top: 0.1rem;
	}
	.for-shunt-operation .head {
		padding: 1.6rem 7.2rem 1.6rem 2rem;
		background-position: right 1rem center;
		background-size: auto 2.5rem;
		border-radius: 0!important;
		font-size: 2rem;
	}
	.for-shunt-operation .operation-box {
	    padding: 2rem;
		line-height: 1.6667;
	}
	
	/* medical_personnel */
	.medical-personnel-wrap {
		font-size: 1.5rem;
	}
	.recruitment-points {
	    padding: 0;
	}
	.medical-personnel-wrap .message-display {
	    margin-bottom: 6rem;
	}
	
	.medical-personnel-part {
	    padding: 5rem 0;
	}
	.contact-form form .table {
		margin: 0 -2rem;
		border-top: 1px solid #ccc;
	}
	.contact-form form tr {
		border-bottom: 1px solid #ccc;
	}
	.contact-form form th {
		display: block;
		padding: 2rem 2rem 1rem;
		width: 100%;
	}
	.contact-form form td {
		display: block;
		padding: 0 2rem 2rem;
		width: 100%;
	}
	.contact-form form th .must {
	    position: static;
		margin-left: 1rem;
	}
	.contact-form input[type=text], 
	.contact-form input[type=tel], 
	.contact-form input[type=email] {
		height: 5.4rem;
		font-size: 1.6rem;
	}
	.contact-form textarea {
		height: 27rem;
		font-size: 1.6rem;
	}
	.contact-form .privacy-policy {
	    margin-top: 2rem;
	}
	.contact-form .agree {
	    margin-top: 2.4rem;
	}
	.btn-teams {
	    margin-top: 2.4rem;
	}
	.btn-teams input {
	    padding: 0 2rem;
	    margin: 1rem 0 0;
	    width: 100%;
		font-size: 1.6rem;
	}
	
	/* news */
	.wp-pagenavi {
		margin-top: 4rem;
	}
	
	.detail-style {
	    padding-bottom: 8rem;
	}
	.detail-style .title {
	    padding-bottom: 3rem;
	    margin-bottom: 3rem;
	}
	.detail-style .title .date {
	    margin-bottom: 1rem;
	}
	.detail-style .title h2 {
	    font-size: 2.2rem;
	}
	
	.pagenavi-prevnext {
	    margin: 6rem -2rem 0;
	    padding: 2rem 2rem 0;
	}
	.pagenavi-prevnext .prev, 
	.pagenavi-prevnext .next {
	    top: 2.4rem;
	}
	.pagenavi-prevnext .prev {
		left: 2rem;
	}
	.pagenavi-prevnext .next {
	    right: 2rem;
	}

	.anchor-wrap .anchor {
		top: -8rem;
	}
	/* 以下202506 */
	.select-wrapper {
		max-width: 450px;
		margin-left: initial;
	}
	.download-button {
		max-width: 450px;
	}
}

