/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #fff;
}
p,li,dd {
	overflow-wrap: break-word;
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	font-weight: 400;
	font-style: normal;
	font-size: var(--fontsize-18);
	background-color: #1F2D3E;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
	
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
:root {
	--bg-color: #1F2D3E;
	--bg-sub: #25364B;
	--bg-subpage: #1D2A39;
	--sub-font: #DDDDDD;
	--sub-font2: #8DA5B9;
	--sub-font3: #A5ACB5;
	--padding-130: clamp(50px, 6.8vw, 130px);
	--padding-95: clamp(50px, 4.9vw, 95px);
	--padding-80: clamp(40px, 4.1vw, 80px);
	--padding-65: clamp(40px, 3.4vw, 65px);
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: 16px;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #334860;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #6A798B;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #6A798B;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #334860;
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #6A798B;
}
.single .nav-below a:hover {
	background-color: #6A798B;
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #337B9F;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	background: rgba(31, 45, 62, 0.9);
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:998;
	transition:all ease 0.5s;
	padding: 10px clamp(10px, 2vw, 40px);
	border-bottom: 1px solid #363636;
}
.navwrap p img{
	height: clamp(60px, 4.4vw, 85px);
	width: auto;
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul > li{
	transition:all ease 0.5s;
	position: relative;
}
.navwrap > ul > li:not(:nth-last-child(-n+3))::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: #B11D1D;
	transition:all ease 0.5s;
	width: 1px;
	height: 1px;
	z-index: -1;
	opacity: 0;
	box-shadow: #B11D1D 0 0 10px 10px;
}
.navwrap > ul > li:not(:nth-last-child(-n+3)):hover::before{
	transform: translate(-50%,-50%) scale(2.5,2.5);
	opacity: 1;
}
.navwrap > ul > li:nth-child(1)::before{
	display: none;
}
.navwrap > ul > li:not(:first-child){
	margin-left: clamp(20px, 2.6vw, 50px);
}
.navwrap > ul > li:nth-last-child(-n+3){
	padding-left: clamp(15px, 2vw, 40px);
	margin-left: clamp(15px, 2vw, 40px);
	border-left: 1px solid rgba(255,255,255,0.15);
}
.navwrap > ul > li:nth-last-child(3){
	border-left: none;
	padding-left: 0;
	margin-left: clamp(20px, 3.4vw, 65px);
}
.navwrap > ul > li > a,
.navwrap > ul > li > p{
	display: block;
	color: #fff;
	line-height: 1.5;
	position: relative;
	transition:all ease 0.5s;
}
.navwrap > ul > li > a svg{
	height: clamp(20px, 1.6vw, 30px);
	width: auto;
	margin: 0 auto 5px;
}
.navwrap > ul > li > a svg path{
	transition: all ease 0.5s;
}
.navwrap > ul > li:hover > a svg path{
	fill: #326CB3;
}
.navwrap > ul > li > a svg {
	height: clamp(20px, 1.6vw, 30px);
	width: auto;
	margin: 0 auto 5px;
}
.navwrap > ul > li:nth-last-child(-n+3) > a{
	font-size: 13px;
	text-align: center;
}
.navwrap > ul > li:nth-last-child(-n+3):hover > a{
	color: #ACB2BC;
}
.navwrap > ul > li:not(:nth-last-child(-n+3)) > a,
.navwrap > ul > li:not(:nth-last-child(-n+3)) > p{
	padding-bottom: 10px;
	border-bottom: 1px solid #3F4C57;
}
.navwrap > ul > li:not(:nth-last-child(-n+3)) > a::before,
.navwrap > ul > li:not(:nth-last-child(-n+3)) > p::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 16px;
	background-color: #B11D1D;
	transition:all ease 0.5s;
}
.navwrap > ul > li:not(:nth-last-child(-n+3)):hover > a::before{
	width: 100%;
}
.navwrap > ul > li > a span,
.navwrap > ul > li > p span{
	display: block;
	font-size: 14px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #465765;
	transition:all ease 0.5s;
}
.navwrap > ul > li:hover > a span{
	color: #326CB3;
}
.navwrap ul li ul {
	position: absolute;
	left: 0;
	top: clamp(68px, 4.1vw, 80px);
	transform: scaleY(0);
	transform-origin: center top;
	z-index: 8999;
	display:block;
	transition:all ease 0.5s;
	width: clamp(250px, 15.6vw, 300px);
}
.navwrap ul li:hover ul {
	transform: scaleY(1);
}
.navwrap ul li ul li {
	transition:all ease 0.5s;
	background-color: rgba(51,72,96,0.95);
}
.navwrap ul li ul li:hover {
	background-color: rgba(64,100,142,0.95);
}
.navwrap ul li ul li a{
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1.6vw, 30px) clamp(10px, 1vw, 20px) clamp(30px, 3.1vw, 60px);
	width: 100%;
	display: block;
	position: relative;
}
.navwrap ul li ul li a::before{
	content: "▶";
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: clamp(15px, 1.6vw, 30px);
	transform: translateY(-50%);
}
.navwrap * {
	transition:all ease 0.5s;
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #B11D1D;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb{
	width: 100%;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.breadcrumb__list {
    display: flex;
	width: 90%;
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-end;
}
.breadcrumb__item:not(:last-child){
	padding-right: 35px;
	position: relative;
}
.breadcrumb__item:not(:last-child)::after {
    content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 12px;
	background-color: #B11D1D;
}
.breadcrumb__item a {
    color: #9D9D9D;
}
.breadcrumb__item:last-child a {
    color: rgba(255,255,255,0.5);
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
#container{
	position: relative;
}
.more_btn{
	display: flex;
	align-items: center;
	width: fit-content;
	color: #fff;
	transition:all ease 0.5s;
	text-align: center;
}
.more_btn p{
	text-decoration: underline;
	margin-right: 10px;
}
.arrow{
	width: 40px;
	height: 40px;
	display: block;
	background-color: #B11D1D;
	border-radius: 3px;
	position: relative;
}
.link_arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 1em;
	height: 1rem;
	line-height: 1;
	transform: translate(-50%,-50%);
}
.link_arrow:before,
.link_arrow:after {
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: both;
	animation-duration: 0.3s;
	color: #fff;
	font-family: "DM Sans", sans-serif;
}
.link_arrow:after {
	transform: translateX(-100%);
}
.link_arrow.is-hover:before {
	animation-name: transformLeftRight;
	animation-delay: 0.1s;
}
.link_arrow.is-hover:after {
	animation-name: transformRightLeft;
}
.link_arrow.is-hover:hover:before {
	animation-name: transformRightLeft;
	animation-delay: 0s;
}
.link_arrow.is-hover:hover:after {
	animation-name: transformLeftRight;
	animation-delay: 0.1s;
}
@keyframes transformLeftRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes transformRightLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.taj{
	text-align: justify;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.img_hover {
	overflow: hidden;
}
.img_hover img{
	transition:all ease 0.5s;
}
.img_hover:hover img{
	transform:scale(1.2,1.2);
}
.js-accordion > li{
	position: relative;
}
.js-accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.js-accordion .box {
	display: none;
}
.js-accordion .ttl{
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
}
.js-accordion .ttl::before,
.js-accordion .ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(20px, 1.3vw, 25px);
	height: 2px;
	transition: all ease 0.5s;
	background-color: #fff;
}
.js-accordion .ttl::after {
	transform: rotate(-90deg);
}
.js-accordion .open .ttl::after {
	transform: rotate(0);
}
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.js-modal .wrap {
    width: 100%;
    height: 100%;
}
.js-modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(29,42,57,0.9);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
    width: 100%;
    height: auto;
	max-height: 85vh;
    padding: 10px;
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.js-modal .js-sclollarea {
    width: auto;
	max-width: 95%;
	margin: clamp(15px, 1.6vw, 30px);
    max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: calc(clamp(25px, 1.8vw, 35px) * -1);
    right: 0;
	width: clamp(20px, 1.5vw, 28px);
	height: clamp(20px, 1.5vw, 28px);
	background-image: url('./library/images/modal_close.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.js-modal .js-modalclose:hover {
    transform: rotate(90deg);
}
.js-tabcontent{
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */ 
.home .inner{
	padding: var(--padding-80) 0;
}
.top_h2 span{
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.05em;
	font-size: clamp(50px, 6.8vw, 130px);
	color: rgba(255,255,255,0.3);
	line-height: 1;
	font-weight: 700;
	display: block;
	margin-bottom: clamp(10px, 0.8vw, 15px);
	position: relative;
	z-index: -2;
}
.top_h2 h2{
	color: #fff;
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 700;
	padding-left: clamp(30px, 2.3vw, 45px);
	position: relative;
}
.top_h2 h2::before{
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	padding: clamp(15px, 1.3vw, 25px);
	background-image: url('./library/images/top_h2.svg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.fv{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(110px, 7.6vw, 145px) 0;
	position: relative;
	background-color: var(--bg-color);
	z-index: 1;
}
.fv::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: url('./library/images/fv_bg.png');
	background-size: auto 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.fv::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: clamp(30px, 4.9vw, 95px);
	height: 1px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.fv .txt{
	width:44.5%;
	padding: clamp(30px, 2.9vw, 55px) 0 0 5%;
}
.fv .fv_slider{
	width:55.5%;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}
.fv .fv_slider li img{
	width:100%;
	height: auto;
}
.fv .txt h1{
	font-size: clamp(40px, 5.2vw, 100px);
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #54749A;
	line-height: 1.1;
	margin-bottom: clamp(30px, 3.6vw, 70px);
}
.fv .txt .ttl{
	font-size: clamp(24px, 2.6vw, 50px);
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 10px;
}
.fv .txt p:not(.ttl){
	font-size: clamp(18px, 1.5vw, 28px);
	font-family: "DM Sans", sans-serif;
	color: #54749A;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: left;
}
.top_news {
	position: relative;
}
.top_news::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: clamp(30px, 5.2vw, 100px);
	width: 77%;
	height: clamp(200px, 15.6vw, 300px);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: blur(5px) brightness(1.3);
	backdrop-filter: blur(5px) brightness(1.3);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	background: rgba(255, 255, 255, 0);
	z-index: -1;
}
.top_news::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: clamp(30px, 5.2vw, 100px);
	height: 1px;
	width: 77%;
	z-index: -1;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.top_news > div{
	position: relative;
	padding: 0 5%;
}
.top_news > div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	z-index: -3;
}
.top_news .inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: var(--padding-95) 0 clamp(50px, 7vw, 135px);
}
.top_news .top_h2{
	width: 490px;
}
.top_news .top_newslist{
	width: calc(100% - 520px);
}
.top_newslist ul{
	display: grid;
	gap: clamp(15px, 1.6vw, 30px);
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: clamp(30px, 2vw, 40px);
}
.top_newslist ul li a{
	padding: 20px;
	background-color: #334860;
	border-radius: 5px;
	background-image: url('./library/images/top_newslist.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 
}
.top_newslist ul li .img{
	margin-bottom: 10px;
}
.top_newslist ul li .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 35 / 23;
	object-fit: cover;
}
.top_newslist ul li span{
	color: #96A1AE;
	font-size: 14px;
	margin-bottom: 10px;
}
.top_newslist ul li h3{
	color: #fff;
	transition: all ease 0.5s;
	font-size: var(--fontsize-16);
	margin-bottom: clamp(10px, 1vw, 20px);
}
.top_newslist ul li:hover h3{
	color: rgba(255,255,255,0.3);
}
.top_newslist ul li .more{
	margin-top: auto;
	font-size: 14px;
	font-weight: 700;
	width: fit-content;
	margin-left: auto;
	line-height: 1.3;
	padding-bottom: 5px;
	border-bottom: 1px solid #96A1AE;
	position: relative;
	color: #fff;
	transition:all ease 0.5s;
}
.top_newslist ul li:hover .more{
	color: #326CB3;
}
.top_newslist ul li .more::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 16px;
	background-color: #B11D1D;
	transition:all ease 0.5s;
}
.top_newslist ul li:hover .more::before{
	width: 100%;
}
.top_news_btm{
	height: clamp(50px, 9.9vw, 190px);
	background-image: url('./library/images/top_news_btm.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.top_read{
	background-color: var(--bg-sub);
	position: relative;
}
.top_read::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: clamp(50px, 9.9vw, 190px);
	width: 100%;
	background-image: url('./library/images/top_read_bg.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.top_read::after{
	content: "";
	position: absolute;
	bottom: clamp(30px, 6.2vw, 120px);
	left: 0;
	width:100%;
	height: clamp(60px, 5.5vw, 105px);
	background-image: url('./library/images/top_read_txt.png');
	background-size: auto 100%;
	background-position: bottom 0 right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	transform: rotate(-5deg);
}
@keyframes move_txt {
	0% {
		background-position: bottom 0 right;
	}
	100% {
		background-position: bottom 0 right 3000px;
	}
}
.top_read .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: clamp(100px, 19.3vw, 370px);
	position: relative;
	z-index: 1;
	align-items: flex-start;
}
.top_read .img{
	width: 50vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	z-index: 1;
}
.top_read .inner .compass{
	position: absolute;
	height: clamp(230px, 17.2vw, 330px);
	width: auto;
	bottom: 0;
	right: 5%;
	animation: rotate3d 12s infinite linear;
	z-index: -1;
}
@keyframes rotate3d {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	to {
		transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
	}
}
.top_read .txt{
	width: 49.5%;
}
.top_read .img img{
	width: 100%;
	height: auto;
}
.top_read .txt hgroup{
	font-weight: 700;
	line-height: 1.3;
	padding-bottom: clamp(25px, 2.6vw, 50px);
	margin-bottom: clamp(35px, 3.1vw, 60px);
	margin-top: clamp(50px, 4.4vw, 85px);
	position: relative;
}
.top_read .txt hgroup::before{
	content: "";
	position: absolute;
	left: -30%;
	bottom: 0;
	height: 1px;
	width: 100vw;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.top_read .txt hgroup p{
	font-size: clamp(20px, 2vw, 40px);
}
.top_read .txt hgroup h2{
	font-size: clamp(40px, 3.6vw, 70px);
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
}
.top_read .txt hgroup span{
	color: #B11D1D;
	position: absolute;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
	letter-spacing: 0.05em;
}
.top_read .txt hgroup span::before{
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	width: 1px;
	height: 30px;
	background-color: #B11D1D;
}
.top_training {
	position: relative;
}
.top_training::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	z-index: -3;
}
.training_img{
	position: absolute;
	right: 0;
	top: calc(clamp(140px, 15.1vw, 290px) * -1);
	height: auto;
	width: clamp(350px, 35.4vw, 650px);
}
.top_training .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: clamp(70px, 7.6vw, 145px);
}
.top_training .txt{
	width: 40%;
}
.top_training ul{
	width: 50%;
}
.top_training .txt .top_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.top_training .txt > p{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.top_training ul li:not(:last-child){
	margin-bottom: 10px;
}
.top_training ul li a{
	display: block;
	padding: clamp(15px, 1.6vw, 30px) clamp(25px, 3.1vw, 60px);
	position: relative;
	background-color: #112033;
	border-radius: 5px;
	transition: all ease 0.5s;
	z-index: 1;
}
.top_training ul li:hover a{
	background-color: transparent;
}
.top_training ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -1;
	background-image: linear-gradient(to right bottom, rgba(77,49,114,0.5), rgba(31,78,110,0.5));
	opacity: 0;
	transition: all ease 0.5s;
}
.top_training ul li:hover a::before{
	opacity: 1;
}
.top_training ul li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 53%;
	background-color: #B11D1D;
	transform: translateY(-50%);
}
.top_training ul li span{
	font-size: 14px;
	color: #465765;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.top_training ul li a > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #3F4C57;
	position: relative;
}
.top_training ul li a > div::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 48px;
	background-color: #B11D1D;
	transition:all ease 0.5s;
}
.top_training ul li:hover a > div::before{
	width: 100%;
}
.top_training ul li h3{
	font-size: var(--fontsize-22);
	width: calc(100% - 35px);
}
.top_training ul li .arrow{
	width: 25px;
	height: 25px;
}
.top_link{
	margin-top: var(--padding-130);
	position: relative;
}
.top_link::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/top_link_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_link::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.top_link .inner{
	width: min(90%,1540px);
	padding: var(--padding-65) 0 var(--padding-130);
}
.top_link .inner::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	background: rgba(31, 45, 62, 0);
}
.link_img{
	position: absolute;
	left: 0;
	top: calc(clamp(90px, 10.4vw, 200px) * -1);
	height: auto;
	width: clamp(350px, 35.4vw, 650px);
}
.top_link h2{
	font-size: clamp(40px, 3.4vw, 65px);
	letter-spacing: 0.05em;
	text-align: right;
	color: rgba(255,255,255,0.1);
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
}
.top_link ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid rgba(255,255,255,0.15);
}
.top_link ul li:not(:last-child){
	border-right: 1px solid rgba(255,255,255,0.15);
}
.top_link ul li{
	transition: all ease 0.5s;
	position: relative;
	z-index: 1;
}
.top_link ul li::before{
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right bottom, rgba(77,49,114,0.5), rgba(31,78,110,0.5));
	opacity: 0;
	transition: all ease 0.5s;
}
.top_link ul li:hover::before{
	opacity: 1;
}
.top_link ul li a{
	padding: 20px;
	height: clamp(230px, 18.8vw, 360px);
	text-align: center;
	display: grid;
	place-content: center;
	place-items: center center;
}
.top_link ul li img{
	height: clamp(40px, 2.6vw, 50px);
	width: auto;
	margin: 0 auto clamp(15px, 1.6vw, 30px);
}
.top_link ul li h3{
	font-size: var(--fontsize-18);
}
.top_link ul li a > span{
	font-size: 14px;
	font-weight: 700;
	color: #465765;
	letter-spacing: 0.05em;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 10px;
	line-height: 1.3;
}
.top_link ul li .arrow{
	width: 25px;
	height: 25px;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub_fv{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: clamp(80px, 7.8vw, 150px) 0 clamp(15px, 1.6vw, 30px);
	background-color: var(--bg-color);
}
.sub_fv hgroup{
	width: 60%;
}
.sub_fv .img{
	width: 40%;
}
.sub_fv .img img{
	width: 100%;
	height: auto;
}
.sub_fv hgroup span{
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.05em;
	font-size: clamp(40px, 4.1vw, 80px);
	color: rgba(255,255,255,0.3);
	line-height: 1;
	font-weight: 700;
	display: block;
	margin-bottom: clamp(15px, 1.3vw, 25px);
	position: relative;
	padding-left: 5%;
}
.sub_fv hgroup h1{
	color: #fff;
	font-size: var(--fontsize-22);
	font-weight: 700;
	position: relative;
	padding-top: clamp(15px, 1.3vw, 25px);
	padding-left: 5%;
	z-index: 1;
}
.sub_fv hgroup h1::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.sub_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.sub_h2 h2{
	font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 500;
}
.sub_h2 span{
	display: block;
	width: fit-content;
	padding-right: 40px;
	position: relative;
	font-family: "DM Sans", sans-serif;
	font-size: var(--fontsize-16);
	font-weight: 700;
}
.sub_h2 span::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 1px;
	background-color: #B11D1D;
}
.bg_ttl{
	background-color: #273648;
	padding: 10px 15px 10px clamp(25px, 1.8vw, 35px);
	position: relative;
	font-weight: 500;
	font-size: var(--fontsize-22);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.bg_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 3px;
	width: clamp(15px, 1vw, 20px);
	background-color: #B11D1D;
}
.img_modal{
	width: 100%;
	height: clamp(300px, 31.2vw, 600px);
	background-color: #fff;
	position: relative;
	transition: all ease 0.5s;
}
.img_modal::before{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: clamp(15px, 1.3vw, 25px);
	background-image: url('library/images/img_modal.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all ease 0.5s;
}
.img_modal:hover,
.img_modal:hover::before{
	opacity: 0.7;
}
.img_modal img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}
.img_link{
	text-decoration: underline;
	transition: all ease 0.5s;
	font-size: var(--fontsize-16);
	padding-left: 18px;
	position: relative;
	display: block;
	width: fit-content;
}
.img_link:hover{
	opacity: 0.7;
}
.img_link::before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #B11D1D;
}
.img_link i{
	color: #747D87;
	padding-left: 10px;
}
.link_area{
	padding-bottom: var(--padding-130);
	background-color: var(--bg-color);
	overflow: hidden;
}
.link_area .inner{
	padding: clamp(20px, 1.6vw, 30px) 0;
	position: relative;
	z-index: 1;
}
.link_area .inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background-color: #18283B;
	z-index: -1;
}
.page_link{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(15px, 1vw, 20px);
}
.page_link li a{
	width: 100%;
	height: 100%;
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1vw, 20px);
	border: 1px solid #334860;
	transition: all ease 0.5s;
	position: relative;
	display: grid;
	place-items: center start;
	line-height: 1.5;
}
.page_link li a:hover{
	color: rgba(255,255,255,0.5);
}
.page_link li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 10px;
	background-color: #B11D1D;
}
.bgb_ttl{
	padding: 5px clamp(10px, 1vw, 20px);
	background-color: #54749A;
	font-weight: 500;
	font-size: var(--fontsize-18);
	margin-bottom: 8px;
}
.line_ttl{
	font-size: var(--fontsize-20);
	color: #fff;
	padding-left: clamp(10px, 1vw, 20px);
	margin-bottom: 12px;
	border-left: 4px solid;
	border-image: linear-gradient(to bottom, #D63333, #326CB3) 1;
}
.red_link{
	width: min(100%,300px);
	background-color: #B11D1D;
	border: 1px solid #B11D1D;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-16);
	padding: 10px;
	transition: all ease 0.5s;
	display: block;
}
.red_link:hover{
	background-color: #fff;
	color: #B11D1D;
}
.red_list > li{
	background-color: rgba(255,255,255,0.08);
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2.9vw, 55px);
	position: relative;
	color: var(--sub-font);
}
.red_list > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 65px;
	background-color: #B11D1D;
}
.red_list > li:not(:last-child){
	margin-bottom: 4px;
}
.maru_list li .ttl{
	padding-left: 18px;
	position: relative;
	display: block;
	width: fit-content;
	color: #fff;
	font-weight: 700;
}
.maru_list li .ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: clamp(7px, 0.5vw, 10px);
	width: 8px;
	height: 8px;
	background-color: #B11D1D;
}
.maru_list li:not(:last-child){
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.maru_list li p{
	color: var(--sub-font);
	margin-top: 4px;
}
.sub_2col{
	padding: 0;
	width: min(90%,1621px);
	margin-inline: auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sub_2col .sub_side{
	width: 22%;
	padding: var(--padding-95) 20px var(--padding-130) 0;
	position: sticky;
	top: clamp(25px, 2.6vw, 50px);
}
.sub_2col .sub_main{
	width: 78%;
	padding: var(--padding-95) 0 var(--padding-130) clamp(20px, 7.3vw, 140px);
	border-left: 1px solid #3B4F69;
}
.sub_2col .sub_sidelink li:not(:last-child){
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.sub_2col .sub_sidelink li a{
	font-size: var(--fontsize-20);
	color: #fff;
	position: relative;
	padding-left: 17px;
	display: block;
	line-height: 1.5;
}
.sub_2col .sub_sidelink li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #B11D1D;
}
.sub_2col .sub_sidelink li a span{
	display: block;
	font-size: 14px;
	color: #54749A;
	font-family: "DM Sans", sans-serif;
}
/* 
 hospital
----------------------------------------------------------- */
.hospital_wrap{
	background-color: var(--bg-subpage);
}
.hospital_wrap .inner > ul > li:not(:last-child){
	margin-bottom: clamp(40px, 6.8vw, 130px);
}
.hospital_wrap .inner > ul > li .bg_ttl{
	margin-bottom: 0;
}
.hospital_wrap .inner > ul > li .txt_box{
	background-color: #182434;
	padding: clamp(20px, 1.6vw, 30px);
	font-size: var(--fontsize-16);
	color: var(--sub-font);
	line-height: 1.5;
	margin-bottom: 15px;
}
.hospital_wrap .inner > ul > li .hos_link{
	margin: clamp(15px, 1vw, 20px) auto 0;
}
.hospital_wrap .inner > ul > li .name{
	text-align: right;
	color: #6C8FAC;
	font-size: var(--fontsize-20);
	margin-top: clamp(15px, 1.6vw, 30px);
	font-family: "Noto Serif JP", serif;
}
.hos_link{
	width: min(100%,250px);
	padding: 10px clamp(15px, 1.3vw, 25px);
	background-color: rgba(50,108,179,0.7);
	transition: all ease 0.5s;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--fontsize-16);
	position: relative;
}
.hos_link:hover{
	background-color: transparent;
}
.hos_link::before{
	content: "";
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 100%;
	height: 100%;
	border: 1px solid #326CB3;
	transition: all ease 0.5s;
}
.hos_link:hover::before{
	right: 0;
	bottom: 0;
}
.hos_link img{
	height: 13px;
	width: auto;
	margin-left: 10px;
}
.staff_list {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.staff_list li{
	border: 1px solid #3C4753;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff_list li .img{
	width: 200px;
}
.staff_list li .img img{
	width: 100%;
	height: auto;
}
.staff_list li .txt{
	width: calc(96.5% - 200px);
	line-height: 1.5;
}
.staff_list li .txt .staff_romaji{
	font-size: 14px;
	color: #546D88;
	font-family: "DM Sans", sans-serif;
}
.staff_list li .txt .staff_name{
	font-size: var(--fontsize-20);
	margin-bottom: clamp(10px, 1vw, 20px);
}
.staff_list li .txt dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.staff_list li .txt dl:not(:last-of-type) {
	margin-bottom: 10px;
}
.staff_list li .txt dl dt {
    width: 80px;
	font-size: 14px;
	color: #7D8D9F;
	text-align: center;
	background-color: #0F1C2B;
	border-bottom-right-radius: 2px;
	padding: 2px;
}
.staff_list li .txt dl dd {
    width: calc(100% - 90px);
	font-size: var(--fontsize-16);
}
/* 
 staff
----------------------------------------------------------- */
.staff_wrap{
	background-image: url('library/images/staff_wrap_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.staff_wrap ul{
	display: grid;
	gap: clamp(25px, 2.6vw, 50px);
	grid-template-columns: repeat(2, 1fr);
}
.staff_wrap ul li{
	display: flex;
	flex-direction: column;
}
.staff_wrap ul .img {
	margin-bottom: 8px;
}
.staff_wrap ul .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 32 / 25;
	object-fit: cover;
}
.staff_wrap ul .name {
	background-color: rgba(255,255,255,0.8);
	padding: 10px clamp(20px, 1.6vw, 30px);
	position: relative;
	margin-bottom: 8px;
	color: var(--bg-color);
}
.staff_wrap ul .name::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: calc(100% - 20px);
	background-color: #B11D1D;
}
.staff_wrap ul .name h2{
	font-size: var(--fontsize-20);
}
.staff_wrap ul .romaji{
	font-size: 14px;
	font-weight: 700;
	color: #54749A;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
}
.staff_wrap ul .position{
	font-size: 14px;
	line-height: 1.5;
}
.staff_wrap ul .txt {
	background-color: rgba(37,54,75,0.8);
	padding: clamp(20px, 1.3vw, 25px) 20px;
	height: 100%;
	line-height: 1.5;
}
.staff_wrap ul .txt dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.staff_wrap ul .txt dl:not(:last-of-type) {
	margin-bottom: 8px;
}
.staff_wrap ul .txt dl dt {
    width: 75px;
	font-size: 14px;
	color: #A6ACB4;
}
.staff_wrap ul .txt dl dd {
    width: calc(100% - 75px);
	font-size: var(--fontsize-16);
}
/* 
 training
----------------------------------------------------------- */
#main.training{
	overflow: inherit;
}
.training_charm{
	background-image: url('library/images/medical_equipment_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.training_charm .inner > ul > li{
	margin-left: calc(50% - 50vw);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.training_charm .inner > ul > li:nth-child(even){
	margin-left: 0;
	margin-right: calc(50% - 50vw);
	flex-direction: row-reverse;
}
.training_charm .inner > ul > li:not(:last-child){
	padding-bottom: var(--padding-130);
	margin-bottom: var(--padding-130);
}
.training_charm .inner > ul > li:not(:last-child)::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #D05555, #790000);
	box-shadow: #FF3939 0 0 10px 1px;
}
.training_charm .inner > ul > li > .img{
	width: 40vw;
}
.training_charm .inner > ul > li > .txt{
	width: 45.5%;
	color: var(--sub-font);
}
.training_charm .inner > ul > li > .img img{
	width: 100%;
	height: auto;
}
.training_charm .inner > ul > li > .txt .flex{
	margin-bottom: clamp(15px, 1.3vw, 25px);
	align-items: center;
	color: #fff;
}
.training_charm .inner > ul > li > .txt .flex h3{
	font-weight: 700;
	font-size: var(--fontsize-25);
	width: calc(100% - clamp(80px, 4.9vw, 95px) - clamp(10px, 1vw, 20px));
}
.training_charm .inner > ul > li > .txt .flex span{
	font-weight: 900;
	display: block;
	font-size: clamp(45px, 3.4vw, 65px);
	padding-top: 13px;
	font-family: "DM Sans", sans-serif;
	background-image: url('library/images/appeal.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 13px;
	line-height: 1;
	width: clamp(80px, 4.9vw, 95px);
}
.training_charm .inner > ul > li:nth-child(4) .red_list > li:nth-child(2) .maru_list{
	margin: clamp(8px, 0.8vw, 15px) 0;
}
.training_charm .inner > ul > li:nth-child(4) .red_list > li:nth-child(4) .maru_list{
	margin-top: clamp(8px, 0.8vw, 15px);
}
.training_charm .red_list{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.training_charm .red_list h3{
	font-size: var(--fontsize-22);
	font-weight: 700;
	color: #8DA5B9;
	margin-bottom: 10px;
}
.training_program .img{
	background-color: var(--bg-sub);
	padding: clamp(20px, 2.6vw, 50px);
}
.training_program .img:not(:last-of-type){
	margin-bottom: 4px;
}
.training_program .img img{
	margin: 0 auto;
}
.training_program ul{
	margin-top: clamp(30px, 3.4vw, 65px);
}
.training_program ul li:not(:last-child){
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.training_program ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.training_program ul li .ttl{
	width: 40%;
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2.6vw, 50px);
	background-image: linear-gradient(to right bottom, #15519A 0%, #15519A 15%, #0E1D2F 90%);
}
.training_program ul li .txt{
	width: 60%;
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 2.9vw, 55px);
	background-color: #0F181F;
	color: var(--sub-font);
}
.training_program ul li .txt img{
	margin: clamp(25px, 2.6vw, 50px) auto 0;
}
.training_program ul li h3{
	display: flex;
	font-size: var(--fontsize-25);
	font-weight: 500;
	align-items: flex-start;
}
.training_program ul li h3 span{
	display: block;
	font-size: clamp(25px, 1.8vw, 35px);
	font-size: 400;
	position: relative;
	padding-left: 7px;
	margin-right: clamp(10px, 1vw, 20px);
	line-height: 1;
	font-family: "DM Sans", sans-serif;
}
.training_program ul li h3 span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: clamp(15px, 1vw, 20px);
	background-color: #B11D1D;
}
.training_information{
	background-image: url('library/images/training_information_bg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	overflow: hidden;
}
.training_information .flex{
	margin-bottom: var(--padding-80);
}
.training_information .txt{
	width: 73%;
	color: var(--sub-font);
}
.training_information .txt h3{
	font-size: var(--fontsize-25);
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-weight: 500;
}
.training_information .linkbox{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.information_slider{
	margin: 0 calc(50% - 50vw) !important;
}
.information_slider li {
	margin: 0 clamp(10px, 1vw, 20px);
}
.information_slider li img{
	width: 100%;
	height: auto;
}
/* 
 medical
----------------------------------------------------------- */
.medical_treatment::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/medical_treatment_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.medical_treatment .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.medical_treatment .box{
	width: 840px;
	max-width: 70%;
	padding: clamp(20px, 3.4vw, 65px);
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: blur(15px) brightness(110%);
	backdrop-filter: blur(15px) brightness(110%);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	background: rgba(255,255,255,0.15);
	color: var(--sub-font);
}
.medical_equipment{
	background-image: url('library/images/medical_equipment_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.medical_equipment .inner > ul > li{
	background-color: rgba(255,255,255,0.08);
	padding: clamp(20px, 3.4vw, 65px) clamp(20px, 3.9vw, 75px);
	position: relative;
	color: var(--sub-font);
}
.medical_equipment .inner > ul > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 95px;
	background-color: #B11D1D;
}
.medical_equipment .inner > ul > li:not(:last-child){
	margin-bottom: 4px;
}
.medical_equipment ul li h3{
	margin-bottom: clamp(10px, 0.83vw, 16px);
	font-size: var(--fontsize-25);
	font-weight: 500;
}
.medical_equipment ul li h3 span{
	font-size: var(--fontsize-16);
	font-weight: 700;
	padding-left: clamp(10px, 0.83vw, 16px);
	color: #54749A;
	font-family: "DM Sans", sans-serif;
}
.medical_equipment ul li .img{
	width: 42.5%;
}
.medical_equipment ul li .txt{
	width: 54.5%;
}
.medical_equipment ul li .img_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.medical_equipment ul li .img_list li img{
	width: 100%;
	height: auto;
}
.medical_equipment ul li:nth-child(6) p:last-of-type{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.medical_equipment ul li .bgb_ttl{
	margin-top: clamp(15px, 1.6vw, 30px);
	color: #fff;
}
.medical_disease{
	background-color: var(--bg-sub);
}
.medical_disease .sub_h2{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.medical_disease .inner > p{
	color: var(--sub-font2);
}
.medical_disease .inner > ul{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.medical_disease .inner > ul > li{
	border: 1px solid #4B5E77;
	background-color: #213144;
	padding: clamp(20px, 2vw, 40px) clamp(20px, 3.1vw, 60px);
	color: var(--sub-font3);
}
.medical_disease .inner > ul > li:not(:last-child){
	margin-bottom: 25px;
}
.medical_disease .inner > ul > li .ttl{
	padding-right: clamp(40px, 5.2vw, 100px);
}
.medical_disease .ttl::before,
.medical_disease .ttl::after{
	top: 35%;
}
.medical_disease .inner > ul > li .ttl hgroup{
	padding-left: clamp(50px, 3.9vw, 75px);
	position: relative;
	background-image: url('library/images/medical_disease_icn01.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto clamp(40px, 2.9vw, 55px);
	margin-bottom: 10px;
}
.medical_disease .inner > ul > li:nth-child(2) .ttl hgroup{
	background-image: url('library/images/medical_disease_icn02.svg');
}
.medical_disease .inner > ul > li:nth-child(3) .ttl hgroup{
	background-image: url('library/images/medical_disease_icn03.svg');
}
.medical_disease .inner > ul > li .ttl hgroup h3{
	color: #fff;
	font-size: var(--fontsize-25);
}
.medical_disease .inner > ul > li .ttl hgroup span{
	font-family: "DM Sans", sans-serif;
	font-size: var(--fontsize-16);
	font-weight: 700;
	display: block;
	color: #54749A;
}
.medical_disease .inner .box > ul{
	margin-top: clamp(20px, 2vw, 40px);
}
.medical_disease .inner .box > ul > li{
	padding: clamp(15px, 1.6vw, 30px) clamp(15px, 2.6vw, 50px);
	background-color: rgba(255,255,255,0.05);
}
.medical_disease .inner .box > ul > li:not(:last-child){
	margin-bottom: 4px;
}
.medical_optout{
	background-color: var(--bg-color);
}
.medical_optout .flex p{
	width: 840px;
	max-width: 70%;
	color: var(--sub-font);
}
.medical_optout .box{
	background-color: rgba(255,255,255,0.15);
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 2.9vw, 55px);
	margin-top: clamp(25px, 2.6vw, 50px);
}
.medical_optout .box h3{
	text-align: center;
	font-weight: 700;
	color: var(--sub-font2);
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
.medical_optout .box p{
	color: var(--sub-font);
}
.medical_optout .box ul{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.medical_optout .box ul li:not(:last-child){
	margin-bottom: 10px;
}
.medical_optout .box .red_link{
	margin: clamp(15px, 1.6vw, 30px) auto 0;
}
.medical_information{
	background-image: url('library/images/medical_information_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.medical_information .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.medical_information .box{
	color: var(--sub-font);
	background-color: rgba(15,24,31,0.79);
	padding: clamp(20px, 3.4vw, 65px) clamp(20px, 4.4vw, 85px);
	width: 840px;
	max-width: 70%;
}
.medical_information .linkbox{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.training_job{
	background-color: var(--bg-sub);
}
.training_job .sub_main{
	color: var(--sub-font);
}
.training_job .sub_main > p{
	margin-bottom: var(--padding-95);
}
.training_job .sub_main ul li:not(:last-child){
	padding-bottom: var(--padding-95);
	margin-bottom: var(--padding-95);
	border-bottom: 1px solid #3B4F69;
}
.training_job .sub_main ul li hgroup{
	padding-left: clamp(60px, 4.7vw, 90px);
	position: relative;
	background-image: url("library/images/training_job_diagnosticicn.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto clamp(50px, 3.6vw, 70px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
	color: #fff;
	font-weight: 500;
}
.training_job .sub_main ul li:nth-child(2) hgroup{
	background-image: url("library/images/training_job_ivricn.svg");
}
.training_job .sub_main ul li:nth-child(3) hgroup{
	background-image: url("library/images/training_job_radiationicn.svg");
}
.training_job .sub_main ul li hgroup p{
	padding-left: clamp(10px, 0.83vw, 16px);
	border-left: 2px solid #B11D1D;
	margin-bottom: 8px;
}
.training_job .sub_main ul li hgroup p span{
	padding-left: clamp(10px, 0.83vw, 16px);
	color: #54749A;
	font-size: var(--fontsize-15);
}
.training_job .sub_main ul li hgroup h3{
	font-size: var(--fontsize-25);
}
.training_job .sub_main ul li img{
	width: 100%;
	height: auto;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
/* 
 access
----------------------------------------------------------- */
.access_map,
.access_department{
	background-color: var(--bg-subpage);
}
.access_map iframe{
	height: clamp(300px, 31.2vw, 600px);
}
.access_map ul{
	margin-top: clamp(25px, 2.6vw, 50px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(25px, 2.6vw, 50px);
}
.access_map ul li p{
	font-size: var(--fontsize-16);
}
.access_campus .img_modal{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
/* 
 message
----------------------------------------------------------- */
.message_wrap{
	background-image: url('library/images/message_wrap_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.message_wrap::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('library/images/message_wrap_bgbtm.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: -1;
}
.message_wrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message_wrap .img{
	width: 30%;
}
.message_wrap .txt{
	width: 65%;
	position: relative;
	z-index: 1;
	padding-top: clamp(48px, 5.7vw, 110px);
}
.message_wrap .txt > span{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 0.05em;
	font-size: clamp(45px, 4.9vw, 95px);
	color: rgba(255,255,255,0.3);
	line-height: 1;
	font-weight: 700;
	display: block;
	z-index: -1;
}
.message_wrap .img gimg{
	width: 100%;
	height: auto;
}
.message_wrap dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 1.6vw, 30px);
	background-image: linear-gradient(to right bottom, #042B69, #0A4F8B);
}
.message_wrap dl:first-of-type {
	margin-top: clamp(15px, 1.6vw, 30px);
}
.message_wrap dl:last-of-type {
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.message_wrap dl:not(:last-of-type) {
	margin-bottom: 4px;
}
.message_wrap dl dt {
	width: clamp(120px, 7.3vw, 140px);
	text-align: center;
	display: grid;
	place-content: center;
	place-items: center center;
}
.message_wrap dl dd {
    width: calc(100% - clamp(120px, 7.3vw, 140px) - clamp(15px, 1.3vw, 25px));
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: clamp(15px, 1.3vw, 25px);
}
.message_wrap .name{
	text-align: right;
	margin-top: clamp(15px, 1.6vw, 30px);
	font-size: var(--fontsize-25);
}
.message_wrap .name span{
	display: block;
	font-size: var(--fontsize-18);
}
/* 
 contact
----------------------------------------------------------- */ 
.contact_wrap{
	background-color: var(--bg-subpage);
	font-size: var(--fontsize-16);
}
.contact_wrap .box{
	padding: clamp(20px, 4.9vw, 95px);
	background-color: #293543;
}
.contact_wrap .box .wpcf7{
	width: min(100%,800px);
	margin-inline: auto;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	padding: 2px 5px;
	margin-left: 1em;
	line-height: 1.3;
	font-size: 12px;
	background-color: #B11D1D;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: var(--fontsize-16);
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
	display: block;
	margin-bottom: 5px;
	display: inline-block;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:300px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:#B11D1D;
	border-radius: 5px;
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#fff8f0;
	color: #222;
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.priva {
	margin-top:30px;
	font-size: 14px;
	color: #3E3A39;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: var(--fontsize-16);
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 500;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 エントリー
----------------------------------------------------------- */ 
.entry_area .inner{
	width: min(90%,1000px);
	margin-inline: auto;
	padding: 100px 0;
}
.entry_fi {
	padding: 80px 100px;
	background-color: #F7FAFC;
}
.entry_fi .wpcf7{
	width:auto;
	margin:0;
	max-width:100%;
}
.entry_fi .wpcf7 dt p, 
.entry_fi .mw_wrap dt p,
.entry_fi .address p{
	font-size: 15px;
}
.entry_fi .address > div > p,
.wpcf7 .sub_ttl p,
.mw_wrap .sub_ttl p{
	font-size: 15px;
}
.entry_fi .wpcf7-list-item{
	display: inline-block;
}
.entry_fi .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_fi .birth > p .wpcf7-select{
	width: 150px;
}
.entry_fi .birth > p small{
	padding: 0 10px;
}
.entry_fi .address,
.entry_fi .check .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry_fi .address > div{
	width: 49%;
}
.entry_fi .address > div .wpcf7-select{
	width: 100%;
}
.entry_fi .check .wpcf7-list-item{
	width: 49%;
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	font-size: 0.9rem;
	margin-right: 0;
}
.entry_fi .check .wpcf7-list-item label{
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 10px;
}
.entry_fi .file .sub{
	font-size: 14px;
}
.entry_fi .wpcf7-file{
	width: 100%;
	margin-bottom: 5px;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news_wrap{
	background-color: var(--bg-subpage);
	font-size: var(--fontsize-16);
}
.news_info{
	margin-bottom: 30px;
}
.news_info .date{
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #96A1AE;
}
.cat a{
	color:#192229;
	padding:3px 10px;
	font-size:12px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: #C2D0DB;
}
.cat a:hover{
	background-color:#192229;
	color:#C2D0DB;
}
.ttl_maru{
	font-size: var(--fontsize-16);
	font-weight: 500;
	margin-bottom: 14px;
	color: #fff;
	position: relative;
	padding-left: 23px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	padding: 4px;
	border-radius: 10px;
	background-color: #fff;
	border: 5px solid #326CB3;
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #334860;
	padding: 20px;
	border-left: 6px solid #8DA5B9;
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	opacity: 0.7;
}
.news_list > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_list .news_info{
	margin-bottom: 0;
}
/*アイキャッチなしの場合は削除*/
.news_list > li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list > li dt{
	width:30%;
}
.news_list > li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
.news_list > li dd{
	width:67%;
	/*▼アイキャッチなしの場合*/
	/*width: 100%;*/
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 10px;
	border-top: 1px solid #42617B;
	margin-bottom: 0;
}
.news_list > li dd h3{
	font-size:20px;
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
}
.news_list > li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #90A3B2;
	font-size: 14px;
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 12px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #334860;
	position: relative;
	padding-left: 15px;
	font-weight: 500;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: #337B9F;
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: #337B9F;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F3F3F3;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-22);
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #334860;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: #337B9F;
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 foot
----------------------------------------------------------- */
.footer {
	background-color: #0F181F;
}
.footer a{
	transition:all ease 0.5s;
}
.footer a:hover{
	opacity: 0.7;
}
.footer .inner {
	padding:clamp(40px, 3.4vw, 65px) 0 clamp(30px, 4.7vw, 90px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
}
.footer .inner p{
	line-height: 1.5;
}
.footer .info img{
	height: clamp(60px, 6.5vw, 125px);
	width: auto;
	margin-bottom: clamp(10px, 1vw, 20px);
}
.footer .info .tel{
	color: #697D8E;
	letter-spacing: 0.05em;
	font-family: "DM Sans", sans-serif;
	margin: 3px 0 clamp(10px, 1vw, 20px);
}
.footer .info .tel a{
	color: #697D8E;
	text-decoration: underline;
}
.footer .sitemap{
	max-width: 100%;
}
.footer .sitemap > ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: clamp(20px, 3.4vw, 65px);
	justify-content: flex-start;
}
.footer .sitemap > ul > li:not(:last-child){
	margin-right: clamp(20px, 3.4vw, 65px);
}
.footer .sitemap > ul > li > ul > li{
	padding-left: 18px;
	position: relative;
	margin-top: 10px;
}
.footer .sitemap > ul > li > ul > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 10px;
	background-color: #B11D1D;
}
.footer .sitemap > ul > li > ul > li a{
	color: #697D8E;
	font-size: 14px;
}
.footer .sitemap > a{
	width: fit-content;
	padding: 10px clamp(15px, 1.3vw, 25px);
	background-color: #326CB3;
	border: 1px solid #326CB3;
	transition: all ease 0.5s;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .sitemap > a:hover{
	background-color: transparent;
}
.footer .sitemap > a img{
	height: 14px;
	width: auto;
	margin-left: 10px;
}
.copy {
	padding: 0 10px 10px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: "DM Sans", sans-serif;
	color: #465765;
	line-height: 1.3;
	background-color: #0F181F;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
.spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
.spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
.spnav {
	position:relative;
	z-index:999;
}
.sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
.sp_close.open{
	display: inherit;
}
.spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	overflow-y:scroll;
}
.spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(31,45,62,0.7);
}
.spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
.spnav .trigger > p img {
	height: 55px;
	width: auto;
	margin:0 auto;
}
.spnav .trigger > ul li:first-child {
	border-top:1px solid rgba(177,29,29,0.5);
}
.spnav .trigger > ul li {
	border-bottom:1px solid rgba(177,29,29,0.5);
	font-size:0.9rem;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul li a,
.spnav .trigger > ul li p{
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px rgba(177,29,29,0.5);
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a{
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span{
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: #fff;
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(177,29,29,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(177,29,29,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
.sp_accordionbox{
	width: 100%;
	background: rgba(31,45,62,0.7);
	display: none;
}
.sp_accordionbox li a{
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	/* 
	 top
	----------------------------------------------------------- */
	.top_news .top_h2{
		width: 400px;
	}
	.top_news .top_newslist{
		width: calc(100% - 430px);
	}
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul > li:not(:first-child){
		margin-left: 15px;
	}
	.navwrap > ul > li:nth-last-child(3){
		margin-left: 15px;
	}
	.navwrap > ul > li:nth-last-child(-n+3){
		padding-left: 15px;
		margin-left: 15px;
	}
	.navwrap > ul > li:not(:nth-last-child(-n+3)) > a,
	.navwrap > ul > li:not(:nth-last-child(-n+3)) > p{
		padding-bottom: 5px;
	}
	/* 
	 training
	----------------------------------------------------------- */
	.training_charm .inner > ul > li > .img{
		width: 47vw;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap {
		padding: 10px 15px;
	}
	.navwrap > ul > li > a,
	.navwrap > ul > li > p{
		font-size: 15px;
	}
	.navwrap > ul > li a span,
	.navwrap > ul > li p span{
		font-size: 12px;
	}
	.navwrap > ul > li:nth-last-child(-n+3) > a,
	.navwrap > ul > li:nth-last-child(-n+3) > p{
		font-size: 12px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.top_news .top_h2{
		width: 290px;
	}
	.top_news .top_newslist{
		width: calc(100% - 320px);
	}
	/* 
	 hospital
	----------------------------------------------------------- */ 
	.staff_list {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
		padding: 5px 15px;
	}
	.navwrap ul {
		display: none;
	}
	.navwrap p img{
		height: clamp(50px, 4.4vw, 85px);
		width: auto;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv{
		padding: 90px 0;
	}
	.top_news .top_h2{
		width: 100%;
		margin-bottom: 30px;
	}
	.top_news .top_newslist{
		width: 100%;
	}
	.top_read .img{
		width: 100%;
		margin-left: 0;
	}
	.top_read .txt{
		width: 100%;
	}
	.top_read .txt hgroup::before{
		left: 0;
	}
	.top_read .inner .compass{
		bottom: -5%;
		right: -5%;
	}
	.sub_2col{
		padding: clamp(50px, 6.8vw, 130px) 0;
	}
	.sub_2col .sub_side{
		width: 100%;
		position: relative;
		padding: 0;
		top: auto;
	}
	.sub_2col .sub_main{
		width: 100%;
		padding: 0;
		border-left: none;
	}
	.sub_2col .sub_sidelink{
		display: none;
	}
	/* 
	 training
	----------------------------------------------------------- */ 
	.training_charm .inner > ul > li > .img{
		width: 95vw;
		margin-bottom: 30px;
	}
	.training_charm .inner > ul > li > .txt{
		width: 100%;
		padding-left: 5%;
	}
	.training_charm .inner > ul > li:nth-child(even) > .txt{
		padding-right: 5%;
		padding-left: 0;
	}
	.training_program ul li .ttl,
	.training_program ul li .txt{
		width: 100%;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		top:10px;
		right:10px;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 70px 0;
	}
	.entry_fi {
		padding: 40px 50px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer .info p,
	.footer .sitemap a{
		font-size: 0.9rem;
	}
	.footer .sitemap > ul > li:not(:last-child){
		margin-right: 15px;
	}
	.footer .sitemap > ul > li > ul > li a{
		font-size: 12px;
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-16: 0.9rem;
	}
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv .txt{
		width:100%;
		padding: 0 0 0 5%;
		margin-bottom: 60px;
	}
	.fv .fv_slider{
		width:95%;
		margin-bottom: 0 !important;
		margin-left: auto;
	}
	.fv::before{
		background-image: url('./library/images/fv_bg_sp.png');
		background-size: auto 70%;
	}
	.training_img,
	.link_img{
		display: none;
	}
	.top_training .txt{
		width:100%;
		margin-bottom: 30px;
	}
	.top_training ul{
		width:100%;
	}
	.top_link ul{
		grid-template-columns: repeat(3, 1fr);
	}
	.top_link ul li:not(:nth-last-child(-n+2)){
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	.top_link ul li:last-child{
		border-right: 1px solid rgba(255,255,255,0.15);
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.page_link {
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 hospital
	----------------------------------------------------------- */ 
	.staff_list li .img{
		width: 150px;
	}
	.staff_list li .txt{
		width: calc(96.5% - 150px);
	}
	/* 
	 training
	----------------------------------------------------------- */ 
	.training_information .txt{
		width: 100%;
	}
	.training_charm .inner > ul > li > .txt .flex h3{
		width: 100%;
	}
	/* 
	 medical
	----------------------------------------------------------- */ 
	.medical_treatment .box,
	.medical_optout .flex p,
	.medical_information .box{
		width: 100%;
		max-width: none;
	}
	/* 
	 message
	----------------------------------------------------------- */ 
	.message_wrap .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.message_wrap .img img{
		width: 350px;
		max-width: 100%;
		margin: 0 auto;
	}
	.message_wrap .txt{
		width: 100%;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 50px 0;
	}
	.entry_fi {
		padding: 30px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 130px;
	}
	/* news single page
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
		margin-bottom:15px;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	.footer .info,
	.footer .sitemap {
		display: grid;
		place-content: center;
		place-items: center center;
	}
	.footer .info {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .sitemap {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.top_back{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv{
		padding: 90px 0 60px;
	}
	.fv::before{
		background-size: auto 45%;
	}
	.top_newslist ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.top_newslist ul li span{
		margin-bottom: 5px;
	}
	.top_link ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.top_link ul li:not(:nth-last-child(-n+2)){
		border-bottom: none;
	}
	.top_link ul li:not(:last-child){
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	.top_link ul li:nth-child(2n){
		border-right: none;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub_fv hgroup{
		width:95%;
		margin-bottom: 20px;
	}
	.sub_fv .img{
		width: 95%;
		margin-left: auto;
	}
	.js-modal .js-modalclose {
		top: -30px;
		right: 0;
	}
	/* 
	 hospital
	----------------------------------------------------------- */ 
	.staff_list li .img{
		width: 100%;
	}
	.staff_list li .img img{
		width: 150px;
		margin: 0 auto;
	}
	.staff_list li .txt{
		width: 100%;
		margin-top: 15px;
	}
	/* 
	 staff
	----------------------------------------------------------- */
	.staff_wrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 training
	----------------------------------------------------------- */
	.training_job .sub_main ul li hgroup p {
		text-align: left;
	}
	/* 
	 medical
	----------------------------------------------------------- */
	.medical_equipment ul li .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.medical_equipment ul li .txt{
		width: 100%;
	}
	.medical_equipment ul li .img_list{
		grid-template-columns: repeat(1, 1fr);
	}
	.medical_equipment ul li h3 span{
		display: block;
		padding-left: 0;
	}
	.medical_disease .inner > ul > li .ttl{
		padding-right: 0;
	}
	.medical_disease .inner > ul > li .ttl hgroup{
		padding-right: 40px;
	}
	.medical_disease .ttl::before,
	.medical_disease .ttl::after{
		top: 15%;
	}
	.medical_optout .box p{
		text-align: justify;
	}
	/* 
	 access
	----------------------------------------------------------- */
	.access_map ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 message
	----------------------------------------------------------- */ 
	.message_wrap dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.message_wrap dl dd {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 40px 0;
	}
	.entry_fi {
		padding: 20px;
	}
	.entry_fi .birth > p small{
		padding: 0 5px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 75px;
	}
	.entry_fi .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	.footer .sitemap > ul{
		display: none;
	}
}