<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */

/*==================================================

繝｡繧､繝ｳ繧､繝｡繝ｼ繧ｸ

=================================================*/
.main-image .Flexboxcenter{
	width: 90%;
	margin: auto;
	background: #ebf3f6;
	}
.main-image .Title h2{
	font-size: 7.0vw;
   font-family: "Cinzel", serif;
  font-weight: 400;
	line-height: 1.3em;
	color: #268ea4;
}
.main-image .Title .backb{
	color: #fff;
	background: #268ea4;
	display: inline-block;
	padding: 4px 20px 5px 100px;
	text-align: right;
	line-height: 1.4em;
}

.main-image .Photo{
	width: 40%;
	margin: 5%;
	padding: 20px;
}
.main-image .txt{
	width: 50%;
	padding: 20px;
}

.main-image .txt{
	width: 50%;
	padding: 20px;
}
.main-image .txt .txt_t{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5%;
}
.main-image .txt .en{
   font-family: "Cinzel", serif;
  font-weight: 400;
	line-height: 1.3em;
	color: #268ea4;
	font-size: 3.2rem;
	display: inline-block;
}
.main-image .txt .gmaru{
	color: #9bc0cb;
	display: inline-block;
	padding: 0 20px;
	font-size: 0.6em;
}
.main-image .txt .min{
	color: #268ea4;
	display: inline-block;
}

.main-image .txt h3 span{
	display: inline-block;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #268ea4;
	margin-bottom: 10px;
}
.main-image  .txt .profile{
	margin: 5% auto;
}
.main-image  .txt .profile .name{
	padding: 10px;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.6em;
}



.main-image .kazaril{
	position: absolute;
	left: 0%;
	top: 10%;
	width: 22%;
	z-index: 1;
}
.sidebar .kazaril{
	position: absolute;
	left: -40%;
	top: 0%;
	width: 150%;
	z-index: -1;
}
.main-image .kazarir{
	position: absolute;
	right: -5%;
	bottom: -10%;
	width: 30%;
	z-index: 2;
}


@media print , screen and (min-width:1px) and (max-width: 1080px) {
.main-image .Photo{
	width: 46%;
	margin: 2%;
	padding: 50px 30px;
}
.main-image .txt{
	width: 50%;
	padding: 20px 0px;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

	.sidebar .kazaril{
		display: none;
	}
.main-image .Title h2{
	font-size: 4rem;
	line-height: 1.6em;
}
.main-image .Title .backb{
	display: inline-block;
	padding: 4px 20px 5px 50px;
	text-align: right;
	line-height: 1.4em;
}
.main-image .Photo{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 20px 0;
}
.main-image .txt{
	width: 100%;
	padding: 20px;
}
.main-image  .txt .profile{
	margin: 0px auto 20px;
}	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
.main-image .Title h2{
	font-size: 4.0rem;
	text-align: center;
	margin: auto;
}
.main-image .Title .backb{
	color: #fff;
	display: inline-block;
	padding: 1px 20px;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 10px
}
}

.interview{
	background: #ebf3f6;
	width: 90%;
	margin: auto;
}


.sidebar{
  width: 25%;
	position: relative;
	padding: 10px 20px;
}
.sidebar_list{
	position: relative;
}

.sidebar .sidebar_list li{
	text-align: left;
	padding: 5px 0 5px 40px;
}
.sidebar .sidebar_list li.sidebar_t{
	color: #268ea4;
	font-weight: 700;
	padding-bottom: 10px;
   font-family: "Cinzel", serif;
}

ul.sidebar_list li a{
	color: #808080;
	text-decoration: none;
	font-size: 0.9em;
	padding-left: 22px;
	background: url("../img/people/navi_off.svg") left center no-repeat;
	background-size: 15px;
}
ul.sidebar_list li a.current{
	color: #333333;
	font-weight: 500;
	padding-left: 22px;
	background: url("../img/people/navi_on.svg") left center no-repeat;
	background-size: 15px;
}

.sidebar_list.is_fixed {
    position: sticky;
  top: 120px;
	width: 100%;
}

.sidebar_list.is_absolute {
    position: sticky;
  top: 120px;
	width: 100%;
}


.main{
  width: 75%;
	background: #fff;
	padding: 5% 0;
}

.main .photo-L{
	margin: 5% auto;
	position: relative;
}
.main .photo-L .kazarit{
	position: absolute;
	left: 0%;
	top: -20%;
	width: 20%;
	z-index: 1;
}
.main .photo-L .kazarib{
	position: absolute;
	right: -5%;
	bottom: -20%;
	width: 30%;
	z-index: 2;
}


.message{
	max-width: 960px;
	padding: 5%;
	margin-top: -100px;
	padding-top: 100px;
}
.message h4{
	color: #268ea4;
	background: url("../img/people/line.svg") left center no-repeat;
	background-size: 70px;
	padding-left: 80px;
	margin-bottom: 20px;
}
.message p{
	padding-left: 80px;
}


#content{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}
#content p{
	padding: 20px 0;
}
#content h3{
	text-align: left;
	margin: 5% auto 3%;
	
}

@media print , screen and (min-width:1px) and (max-width: 1050px) {

	
.sidebar{
  width: 30%;
	position: relative;
	padding: 10px 20px 10px 0;
}
.main{
  width: 70%;
	background: #fff;
	padding: 5% 0;
}
	
.message h4{
	color: #268ea4;
	background: url("../img/people/line.svg") left center no-repeat;
	background-size: 50px;
	padding-left: 60px;
	margin-bottom: 20px;
}
.message p{
	padding-left: 60px;
}
	
}


@media print , screen and (min-width:1px) and (max-width: 800px) {
.sidebar{
  width: 5%;
	position: relative;
	padding: 0px;
}
.sidebar_list{
	display: none;
}
	
.message{
	margin-top: 0px;
	padding-top: 0px;
	padding: 20px;
	}
.main{
  width: 95%;
	background: #fff;
	padding: 5% 0;
}
}

@media print , screen and (min-width:1px) and (max-width: 480px) {

.message{
	padding: 20px 0px 20px 20px;
	}
.message h4{
	color: #268ea4;
	background: url("../img/people/line.svg") left center no-repeat;
	background-size: 40px;
	padding-left: 50px;
	margin-bottom: 20px;
}
.message p{
	padding-left: 10px;
}
	
}

</pre></body></html>