@charset "UTF-8";
.contentpage .m_img_area.no_bg .m_title .ft_ag {
	color: var(--color-och);
}
.contentpage .m_img_area::before {
	display: block !important;
	width: 100%;
	height: min(22vw,335px);
	background-color: #FDA13F;
	top: auto;
	bottom: 0;
}
.contentpage .m_img {
	width: 82%;
	height: min(33vw,500px);
	background-image: url("../images/staff/m_img@2x.jpg");
	margin: 0 auto;
}
.contentpage #pagebody::before {
	background: linear-gradient(to bottom, #FDA13F 65%, transparent);
	height: 850px;
}
.pankuzu,
.com_lead > dt,
.com_lead > dd {
	color: #FFF;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img {
	width: 96%;
}
.contentpage #pagebody::before {
	height: 120vw;
}	
}


/*message
---------------------------------------------------------*/
#message .tit_area {
	position: relative;
}
#message .tit_area::before {
	position: absolute;
	content: "";
	background: url("../images/common/bg_wave_opc@2x.png") no-repeat left bottom;
	background-size: 100% 100%;
	width: 56%;
	height: min(18vw,260px);
	left: 0;
	bottom: 0;
}
#message .tit_area .bg_img {
	background: url("../images/staff/msg_bg@2x.jpg") no-repeat center top;
	background-size: cover;
	width: 82%;
	height: min(28vw,420px);
	margin-left: auto;
}
#message .tit_area .msg_tit {
	position: relative;
}
#message .msg_copy {
	width: 85%;
	max-width: 998px;
	margin-left: 4.5%;
	margin-bottom: 5%;
}
#message .msg_tit {
	font-size: 105%;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-top: -3em;
	margin-left: 8.8%;
	margin-bottom: 4em;
}
#message .msg_tit .ft_ag {
	color: #FC890F;
	font-size: min(9vw,900%);
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: .1em;
}
#message .box_txt > p,
#message .box_txt > dl {
	box-sizing: border-box;
	padding: 0 8.4%;
}
#message .box_txt > dl {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #473219;
}
#message .box_img .name {
	width: 60.14%;
	max-width: 231px;
	margin-top: 5%;
	margin: 5% auto 0;
}
#message .prof_box dt {
	color: #FC890F;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#message .prof_box table {
	width: 100%;
}
#message .prof_box table th {
	text-align: left;
	width: 6em;
	font-weight: normal;
	vertical-align: top;
	padding-right: 1em;
	white-space: nowrap;
	box-sizing: border-box;
}
#message .prof_box table td {
	width: calc(100% - 6em);
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
#message .msg_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#message .box_img {
	width: 35%;
}
#message .box_txt {
	width: 58%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

#message .box_txt > p,
#message .box_txt > dl {
	padding-left: 6%;
	padding-right: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#message .msg_copy {
	margin-bottom: 8%;
}
#message .msg_tit {
	font-size: 85%;
	letter-spacing: .12em;
	margin-top: -1.5em;
	margin-left: 8.8%;
	margin-bottom: 2em;
}
#message .msg_tit .ft_ag {
	font-size: 320%;
}
#message .box_txt > p,
#message .box_txt > dl {
	box-sizing: border-box;
	padding: 0 4%;
}
#message .box_txt > dl {
	padding-top: 6%;
	margin-top: 6%;
}
#message .box_img {
	width: 70%;
	margin: 0 auto 6%;
}
#message .prof_box dd {
	font-size: 85%;
}
}


/*history
---------------------------------------------------------*/
#history .com_tit1 {
	margin-bottom: 0;
}
#history .com_deco_txt1 {
	color: #BFE0F5;
}
#history .bg_blue {
	background-color: #8BC7ED;
	padding-bottom: 110px;
}
#history .bg_white {
	box-sizing: border-box;
	padding: 40px 8% 90px;
	box-shadow: 0 100px 20px -80px rgba(0,0,0,0.15);
}
#history .his_list {
	max-width: 860px;
	margin: 0 auto;
}
#history .his_list > li {
	position: relative;
}
#history .his_list > li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 3em);
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	border-left: 1px dashed #473219;
}
#history .his_list > li:last-of-type::before {
	display: none;
}
#history .his_list dt,
#history .his_list dd {
	position: relative;
	padding-left: 5.4rem;
}
#history .his_list dt::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e803';
	color: #BFE0F5;
	font-size: 110%;
	letter-spacing: normal;
	left: 0;
	top: 0.3em;
	transform: translateX(-50%);
}
#history .his_list dt::after {
	position: absolute;
	content: "";
	background-color: #8BC7ED;
	width: 1.2em;
	height: 4px;
	border-radius: 2px;
	left: 2.2em;
	top: 1.2em;
}
#history .his_list dt p {
	color: #FFF;
	width: 12em;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #35AEEE;
	border-radius: 2em;
	padding: .5em 1em;
	margin-bottom: 1em;
}
#history .his_list dd {
	padding-bottom: 2em;
}
#history .his_list > li:last-of-type dd {
	padding-bottom: 0;
}
#history .txt_al_c {
	color: #FFF;
	font-size: 133%;
	font-weight: bold;
	letter-spacing: .15em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#history .bg_blue {
	padding-bottom: 10%;
}
#history .bg_white {
	padding: 4% 8% 8%;
}
#history .txt_al_c {
	font-size: 120%;
	letter-spacing: .12em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#history .bg_blue {
	padding-bottom: 10%;
}
#history .bg_white {
	padding: 4% 6% 8% 8%;
	box-shadow: 0 100px 20px -80px rgba(0,0,0,0.15);
}
#history .his_list > li::before {
	height: calc(100% - 10vw);
}
#history .his_list dt,
#history .his_list dd {
	padding-left: 10vw;
}
#history .his_list dt::after {
	width: .7em;
	height: 3px;
	left: 1.1em;
}
#history .his_list dt p {
	font-size: 100%;
	letter-spacing: .1em;
}
#history .his_list dd {
	padding-bottom: 2em;
}
#history .txt_al_c {
	font-size: 105%;
}
}

/*
---------------------------------------------------------*/

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}