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

main #recruit_main_img {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 50px;
}

main #recruit_main_img .img .slide_recruit {
	margin: 0;
	padding: 0;
}

main #recruit_main_img &gt; h1 {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 10;
}

main #recruit_main_img &gt; .txt {
	position: relative;
	margin-top: -35px;
}

main #recruit_main_img &gt; .txt &gt; img {
	width: 100%;
}

main #recruit_main_img &gt; .txt &gt; source {
	width: 100%;
}

main #recruit_main_img &gt; .txt &gt; p {
	margin-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 2.5;
    font-size: 1.6rem;
}

main #recruit_main_img &gt; .txt &gt; p &gt; span {
	display: block;
}

main #recruit_main_img &gt; .txt &gt; p &gt; span br {
	display: block;
}

main #recruit_siru {
	background-color: #e8f3f8;
	padding-top: 60px;
	padding-bottom: 10px;
	position: relative;
}

main #recruit_siru::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url("../images/c_hh.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
}

main #recruit_siru &gt; div {
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	gap: 13%;
	flex-flow: column;
	position: relative;
	z-index: 10;
}

main #recruit_siru &gt; div &gt; .txt &gt; h2 {
	font-size: 2.6rem;
	font-weight: 500;
}

main #recruit_siru &gt; div &gt; .txt &gt; p {
	margin-top: 50px;
}

main #recruit_siru &gt; div &gt; .link {
	margin-top: 50px;
}

main #recruit_siru &gt; div &gt; .link &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
	gap: 40px;
}

main #recruit_siru &gt; div &gt; .link &gt; ul &gt; li &gt; a {
	display: block;
}
main #recruit_siru &gt; div &gt; .link &gt; ul &gt; li &gt; a &gt; .img {
	display: block;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../../images/m_mask3.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: cover;
  /* その他用 */
  mask-image: url("../../images/m_mask3.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: cover;
}
main #recruit_siru &gt; div &gt; .link &gt; ul &gt; li &gt; a &gt; .txt {
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
}

main #recruit_miru &gt; .tt {
	position: relative;
	padding-top: 50px;
}

main #recruit_miru &gt; .tt::before {
	content: "";
	display: block;
	background-color: #e8f3f8;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
}

main #recruit_miru &gt; .tt::after {
	content: "";
	display: block;
	background-color: #ffffff;
	width: calc(100% - 1200px);
	min-width: 5%;
	position: absolute;
	z-index: 0;
	bottom: 0;
	height: 3em;
	font-size: 2rem;
}

main #recruit_miru &gt; .tt &gt; h2 {
	position: relative;
	z-index: 10;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2rem;
	font-weight: 500;
	height: 3em;
}

main #recruit_miru &gt; .tt &gt; h2 &gt; span {
	display: flex;
	align-items: flex-end;
	font-size: 2rem;
	background-color: #ffffff;
	border-radius: 0 20px 0 0;
	height: 3em;
	width: 12em;
}

main #recruit_miru &gt; .tt &gt; h3 {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

main #recruit_miru &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

main #recruit_miru &gt; .inner {
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

main #recruit_miru &gt; .inner &gt; h3 {
	margin-top: 50px;
}

main #recruit_miru &gt; .inner &gt; ul {
	display: flex;
	list-style-type: none;
	margin: 30px 0 0;
	padding: 0;
	gap: 20px 8%;
	flex-wrap: wrap;
}

main #recruit_miru &gt; .inner &gt; ul + h3 {
	margin-top: 60px;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li {
	width: 100%;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl {
	border: solid 1px #e5e5e5;
	width: 100%;
	border-radius: 20px;
	padding: 18px;
	position: relative;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dt {
	text-align: center;
	padding: 0px 0 14px;
	font-size: 2rem;
	font-weight: 500;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dt &gt; div {
	padding: 14px 0 0;
	line-height: 1.8;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dd {
	border-top: solid 1px #e5e5e5;
	padding-top: 14px;
	display: flex;
	align-items: center;
	gap: 25px;
	line-height: 1.8;
	font-size: 1.2rem;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dd::before {
	content: "";
	display: block;
	background-image: url("../images/c_point.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; span.note {
	font-size: 1.2rem;
	line-height: 1;
}

main #recruit_miru + #recruit_entry {
	margin-top: 50px;
}

main #recruit_entry {
	background-color: #00499a;
	padding: 30px 5%;
	display: flex;
	justify-content: center;
	gap: 3%;
	flex-flow: row;
}

main #recruit_entry &gt; .link {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	background-color: #ffffff;
	max-width: 450px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #00499a;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0;
}

main #recruit_entry &gt; .link:last-of-type {
	background-color: #e8f3f8;
}

main #recruit_entry &gt; .link &gt; span {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}

main #recruit_link {
	border-top: solid 1px #e5e5e5;
	margin-top: 50px;
}


main #recruit_link &gt; .wrap {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

main #recruit_link &gt; .wrap &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

main #recruit_link &gt; .wrap &gt; ul &gt; li &gt; a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #e5e5e5;
	padding: 15px 5%;
	height: 70px;
}

main #recruit_link &gt; .wrap &gt; ul &gt; li &gt; a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../../common/images/bb3.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 15px;
}


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

main #recruit_main_img {
	padding-bottom: 80px;
}

main #recruit_main_img &gt; h1 {
	font-size: 2.6rem;
}

main #recruit_main_img &gt; .txt {
	position: relative;
	margin-top: -55px;
}

main #recruit_main_img &gt; .txt &gt; p {
	margin-left: 20.5%;
	margin-top: 90px;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.8rem;
}

main #recruit_main_img &gt; .txt &gt; p &gt; span br {
	display: none;
}

main #recruit_siru {
	padding-bottom: 0px;
}

main #recruit_siru::before {
	margin-top: 60px;
	width: 43.5%;
}

main #recruit_siru &gt; div {
	flex-flow: row;
}

main #recruit_siru &gt; div &gt; .txt {
	padding-top: 80px;
	width: 38.5%;
}

main #recruit_siru &gt; div &gt; .txt &gt; h2 {
	font-size: 3rem;
}

main #recruit_siru &gt; div &gt; .txt &gt; p {
	margin-top: 50px;
}

main #recruit_siru &gt; div &gt; .link {
	width: 48.5%;
	margin-top: 0px;
}

main #recruit_siru &gt; div &gt; .link &gt; ul {
	gap: 60px;
}

main #recruit_siru &gt; div &gt; .link &gt; ul &gt; li &gt; a &gt; .txt {
	margin-top: 8px;
	font-size: 2rem;
}

main #recruit_miru &gt; .inner &gt; ul {
	margin: 20px 0 0;
	gap: 20px 8%;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li {
	width: 46%;
	display: flex;
	flex-direction: column;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl {
	display: block;
	flex-grow: 1;
	padding: 0;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dt {
	padding: 30px 25px 15px;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dt &gt; div {
	padding: 10px 0 0;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; dl &gt; dd {
	padding: 15px 0 25px;
	margin: 0 25px 0;
	font-size: 1.6rem;
}

main #recruit_miru &gt; .inner &gt; ul &gt; li &gt; span {
	padding: 15px 0 25px;
	height: 1em;
	font-size: 1.6rem;
}

main #recruit_miru &gt; .inner &gt; h3 {
	margin-top: 45px;
}

main #recruit_miru &gt; .inner &gt; ul + h3 {
	margin-top: 50px;
}

main #recruit_miru &gt; .tt::after {
	font-size: 3rem;
}

main #recruit_miru &gt; .tt &gt; h2 {
	font-size: 3rem;
}

main #recruit_miru &gt; .tt &gt; h2 &gt; span {
	height: 3em;
	font-size: 3rem;
}

main #recruit_link {
	margin-top: 80px;
	padding-top: 50px;
}

main #recruit_link &gt; .wrap {
	width: 90%;
}

main #recruit_link &gt; .wrap &gt; ul {
	display: flex;
	gap: 0 60px;
	flex-wrap: wrap;
}

main #recruit_link &gt; .wrap &gt; ul &gt; li &gt; a {
	border-bottom: none;
	padding: 0;
	height: auto;
}

main #recruit_link &gt; .wrap &gt; ul &gt; li &gt; a:hover {
	color: #004999;
}

main #recruit_entry {
	margin-top: 50px;
	padding: 50px 5%;
	flex-flow: row;
	gap: 5%;
}

main #recruit_entry &gt; .link {
	height: 130px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

main #recruit_entry &gt; .link:hover {
	color: #ffffff;
	background-color: #004999;
	border: solid 1px #ffffff;
}

main #recruit_entry &gt; .link &gt; span {
	font-size: 1.8rem;
}

}









/*■■■■■■■■クロストーク■■■■■■■■*/
@charset "utf-8";
/* CSS Document */

#crosstalk_mainp &gt; h2 {
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-size: 2rem;
	text-align: center;
}


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


#crosstalk_mainp &gt; h2 {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-size: 2.6rem;
	text-align: center;
}


}





/*■■■■■■■■福利厚生・人材育成■■■■■■■■*/
@charset "utf-8";
/* CSS Document */

.welfare_list &gt; .wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.welfare_list &gt; h2 {
	font-size: 2.6rem;
	width: 100%;
}

.welfare_list &gt; h2 &gt; div {
	margin-top: 40px;
}

.welfare_list &gt; h2 &gt; div &gt; div {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #004999;
	color: #ffffff;
	font-weight: bold;
	height: 88px;
	padding: 20px 5%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.welfare_list &gt; h2 &gt; div &gt; span {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.welfare_list &gt; .wrap &gt; dl {
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
}

.welfare_list &gt; .wrap &gt; dl &gt; dt {
	width: 100%;
	padding: 30px 0 10px;
	font-size: 2rem;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd {
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	padding: 0 0 30px;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd:last-of-type {
	border-bottom: none;
	padding: 0;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 1.5em;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; ul &gt; li &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; ul &gt; li &gt; ul &gt; li {
	position: relative;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; ul &gt; li &gt; ul &gt; li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: -1.5em;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; .img {
	display: flex;
	margin-top: 30px;
	gap: 20px;
	flex-flow: column;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; .img &gt; div {
	width: 100%;
}

.welfare_list &gt; .wrap &gt; p {
	margin-top: 50px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#welfare_humanresourcesdevelopment_kensyu {
	margin-top: 30px;
	padding-top: 15px;
	border-top: solid 1px #e5e5e5;
}

#welfare_humanresourcesdevelopment_kensyu &gt; h3 {
	font-size: 2.6rem;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds {
	display: flex;
	align-items: flex-start;
	margin-top: 20px; 
	gap: 10px;
	flex-flow: column;
	border-top: solid 1px #e5e5e5;
	padding-top: 30px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds:first-of-type {
	border-top: none;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds &gt; h4 {
	background-color: #004999;
	color: #ffffff;
	padding: 0 30px;
	height: 50px;
	display: flex;
	align-items: center;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0px 0 0;
	padding: 0;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li {
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	padding: 30px 0 0;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li:last-of-type {
	border-bottom: none;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; dl &gt; dt {
	font-weight: 500;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; .img + dl &gt; dt {
	margin-top: 20px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; dl &gt; dd {
	margin-top: 20px;
	padding-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; dl &gt; dd &gt; div + div {
	margin-top: 20px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .note {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.8;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .note &gt; li {
	position: relative;
	padding-left: 1.2em;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .note &gt; li::before {
	content: "※";
	position: absolute;
	left: 0;
}

#welfare_humanresourcesdevelopment_kensyu &gt; dl.list {
	margin-top: 30px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; dl.list &gt; dt {
	font-weight: 500;
}

#welfare_humanresourcesdevelopment_kensyu &gt; dl.list &gt; dd {
	margin-top: 20px;
	font-size: 1.4rem;
}



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

.welfare_list &gt; .wrap {
	margin-top: 20px;
}

#welfare_humanresourcesdevelopment.welfare_list &gt; .wrap {
	margin-top: 50px;
}

.welfare_list &gt; .wrap &gt; p {
	margin-top: 70px;
}

.welfare_list &gt; h2 {
	font-size: 3.3rem;
}

.welfare_list &gt; h2 &gt; div {
	margin-top: 50px;
}

.welfare_list &gt; h2 &gt; div &gt; div {
	font-size: 3.3rem;
	height: 155px;
	padding: 10px 30px;
	margin-bottom: 30px;
}

.welfare_list &gt; .wrap &gt; dl {
	margin-top: 0px;
}

.welfare_list &gt; .wrap &gt; dl &gt; dt {
	width: 38%;
	border-bottom: solid 1px #e5e5e5;
	padding: 35px 0;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd {
	width: 62%;
	border-bottom: solid 1px #e5e5e5;
	padding: 35px 0;
}

.welfare_list &gt; .wrap &gt; dl &gt; dt:last-of-type {
	border-bottom: none;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd:last-of-type {
	border-bottom: none;
	padding: 35px 0;
}

.welfare_list &gt; .wrap &gt; dl &gt; dd &gt; .img {
	flex-flow: row;
	margin-top: 50px;
}

#welfare_humanresourcesdevelopment_kensyu {
	margin-top: 50px;
	padding-top: 50px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list {
	margin: 50px 0 0;
	gap:30px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li {
	width: calc((100% - 60px) / 3);
	padding: 0;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; dl &gt; dd {
	margin-top: 5px;
	padding-bottom: 32px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; ul.list &gt; li &gt; .img + dl &gt; dt {
	margin-top: 15px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds {
	flex-flow: row;
	align-items: center;
	border-top: solid 1px #e5e5e5;
	padding-top: 50px;
	margin-top: 42px; 
	gap: 20px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds:first-of-type {
	border-top: none;
	padding-top: 0px;
	margin-top: 50px; 
}

#welfare_humanresourcesdevelopment_kensyu &gt; .welfare_humanresourcesdevelopment_mds &gt; h4 {
	font-size: 2rem;
	height: 60px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; dl.list {
	margin-top: 50px;
}

#welfare_humanresourcesdevelopment_kensyu &gt; dl.list &gt; dd {
	margin-top: 15px;
	font-size: 1.6rem;
}


}





/*■■■■■■■■社員紹介■■■■■■■■*/
@charset "utf-8";
/* CSS Document */

main #topics_link &gt; .wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

main #topics_link &gt; .wrap &gt; ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0 14%;
	flex-wrap: wrap;
	justify-content: space-between;
}

main #topics_link &gt; .wrap &gt; ul &gt; li {
	width: 43%;
}

main #topics_link &gt; .wrap &gt; ul &gt; li &gt; a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #e5e5e5;
	padding: 10px 0;
}

main #topics_link &gt; .wrap &gt; ul &gt; li &gt; a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../../../common/images/bb3.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 15px;
	transform: rotate(90deg);
}

main .employee_itiran h2 {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	align-items: center;
	color: #004999;
	font-size: 2rem;
}

main .employee_itiran h2::after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background-color: #004999;
	margin-left: 20px;
}

main .employee_itiran &gt; .inner {
	margin-top: 25px;
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

main .employee_itiran &gt; .inner + .inner {
	margin-top: 40px;
}

main .employee_itiran &gt; .inner &gt; .img {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

main .employee_itiran &gt; .inner &gt; .img &gt; h3.mds {
	width: 26%;
	display: none;
}

main .employee_itiran &gt; .inner &gt; .img &gt; div.name {
	font-size: 3rem;
	font-weight: 500;
	display: inline-block;
	padding: 10px 5% 0;
}

main .employee_itiran &gt; .inner &gt; .img &gt; div.name &gt; span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
}

main .employee_itiran &gt; .inner &gt; .txt {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

main .employee_itiran &gt; .inner &gt; .content {
	width: 90%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

main .employee_itiran &gt; .inner &gt; .content &gt; h4 {
	background-color: #f5f5f5;
	text-align: center;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	position: relative;
	cursor: pointer;
}

main .employee_itiran &gt; .inner &gt; .content &gt; h4::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("../../../common/images/bb3.svg");
	position: absolute;
	right: 20px;
	transform:rotate(90deg);
	transition: all 0.5s;
}

main .employee_itiran &gt; .inner &gt; .content &gt; h4.active::after {
	transform:rotate(270deg);
}

main .employee_itiran &gt; .inner &gt; .content &gt; div {
	display: none;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul {
	width: 90%;
	max-width: 640px;
	list-style-type: none;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	flex-flow: column;
	gap: 30px;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li {
	display: flex;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time {
	width: 100px;
	position: relative;
	font-size: 1.4rem;
	top: 0.2em;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time::before {
	content: "";
	height: calc(100% + 40px);
	width: 4px;
	background-color: #f5f5f5;
	display: block;
	position: absolute;
	right: 18px;
	top: 0.5em;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li:last-of-type &gt; .time::before {
	display: none;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time::after {
	content: "";
	height: 20px;
	width: 20px;
	background-color: #004999;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: 10px;
	top: 0.3em;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; dl {
	margin: 0;
	padding: 0;
	width: 100%;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; dl &gt; dt {
	font-size: 1.6rem;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; dl &gt; dd {
	font-size: 1.4rem;
	line-height: 1.8;
}



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

main #topics_link &gt; .wrap {
	padding-top: 55px;
}

main #topics_link &gt; .wrap &gt; ul {
	gap: 0 60px;
	justify-content: flex-start;
}

main #topics_link &gt; .wrap &gt; ul &gt; li {
	width: auto;
}

main #topics_link &gt; .wrap &gt; ul &gt; li &gt; a {
	padding: 0;
	border-bottom: none;
}

main .employee_itiran h2 {
	margin-top: 50px;
	font-size: 3rem;
}

main .employee_itiran &gt; .inner {
	margin-top: 45px;
}

main .employee_itiran &gt; .inner + .inner {
	margin-top: 65px;
}

main .employee_itiran &gt; .inner &gt; .img {
	flex-flow: row;
}

main .employee_itiran &gt; .inner &gt; .img &gt; h3.mds {
	display: block;
	width: 28%;
}

main .employee_itiran &gt; .inner &gt; .img &gt; div.name {
	position: absolute;
	bottom: -1.4em;
	left: 4%;
	font-size: 4rem;
	background-color: #ffffff;
	width: 28%;
	padding: 10px 0% 0 2.5%;
}

main .employee_itiran &gt; .inner &gt; .img &gt; picture {
	width: 68%;
}

main .employee_itiran &gt; .inner &gt; .txt {
	width: 88.3%;
	margin-top: 80px;
	padding-left: 26%;
}

main .employee_itiran &gt; .inner &gt; .content {
	margin-top: 60px;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div {
	border: solid 1px #f5f5f5;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul {
	gap: 20px;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time {
	width: 200px;
	font-size: 1.8rem;
	top: auto;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; dl &gt; dt {
	font-size: 1.8rem;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time::before {
	right: 48px;
}

main .employee_itiran &gt; .inner &gt; .content &gt; div &gt; ul &gt; li &gt; .time::after {
	right: 40px;
	top: 0.5em;
}




}




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