@charset "UTF-8";
/*------------------------------------------
* base
* layout
* #side
* #header
* #footer
* ------------------------------------------
* home
* ------------------------------------------
	* interview
	* solutions
* ------------------------------------------
* category
* ------------------------------------------
* single-interview
------------------------------------------*/

/*------------------------------------------
* base
------------------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}


.center { text-align: center; }
.inline-block { display: inline-block; }

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

.flex {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.tit1 {
	margin-bottom: 25px;
	color: #03aa94;
	text-align: center;
	font-size: 62px;
	line-height: 1em;
	letter-spacing: 2px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 767px) {
	h1.tit1 {
		font-size: 10vw;
		font-size: clamp(18px, 10vw, 52px);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.post-meta {
		margin-bottom: 20px;
	}

	.post-meta li {
		font-size: 12px;
	}

	.post-header {
		padding: 20px 10px !important;
	}

	h1.post-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.bzb-sns-btn li {
		margin: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	#content h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.post-content h3 {
		font-size: 18px;
		margin-top: 24px;
		padding-left: 10px;
	}
}

#side .title {
	font-size: 18px;
	text-align: center;
	margin: 2em 0 1em;
	font-weight: 500;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

h3 span {
	color: #03aa94 !important;
}

.txt {
	width: 95%;
	padding-bottom: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.txt {
		font-size: 4vw;
		font-size: clamp(12px, 4vw, 18px);
		padding-bottom: 20px;
	}
}

.txt1 {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.txt1 {
		margin-bottom: 30px;
		font-size: 4.5vw;
		line-height: 1em;
		letter-spacing: 0px;
	}
}

.post-content,
.post-content p {
	color: #2a2a2a !important;
	background: #fff;
	line-height: 2.2;
}

@media screen and (max-width: 767px) {
	.post-content {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 10px !important;
	}
}

.btn1 {
	width: 33.3%;
	background: #03aa94;
	color: white;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 1px;
	border: none;
	padding: 30px 0;
	transition: .3s;
	overflow: hidden;
	outline: none;
}

body.home .btn1 {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.btn1 {
		width: 75%;
		padding: 25px 0;
		font-size: 100%;
		;
	}

	body.home .btn1 {
		margin-bottom: 50px;
	}
}

.btn1:hover {
	opacity: 0.75;
}

/*------------------------------------------
* layout
------------------------------------------*/
:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

body {
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 767px) {
	#content {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
		font-size: 10px;
		margin: 0 0 10px;
		padding: 0;
	}

	.breadcrumb li {
		margin: 0 !important;
		line-height: 1.25em;
		padding-right: 5px;
	}
}

.l-flex {
	display: -webkit-box;
	display: flex;
}

.l-flex-wrap {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.l-main-img .l-wrap {
	width: 100%;
}

.wrap {
	width: 94% !important;
	max-width: 1280px !important;
	margin: 0 auto;
}

body.home #content {
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

body.home #side {
	display: none !important;
}

.speech-wrap {
	display: flex;
}

.speech-wrap p,
.speech-wrap figure {
	margin: 0;
	padding: 0;
}

.speech-person {
	width: 80px;
	padding: 0 20px 0 0;
}

.speech-icon {
	text-align: center;
	font-size: 13px;
	display: block;
}

.speech-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto !important;
	border: 0;
	border-radius: 50%;
}

.speech-balloon {
	width: calc(100% - 100px);
	height: 100%;
	position: relative;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
}

.speech-balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 10px;
	border-right: 12px solid #ddd;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.speech-balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -9px;
	top: 10px;
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

/*------------------------------------------
* #side
------------------------------------------*/
.side-widget-area ul li a {
	padding: 10px !important;
}

#side h2.title {
	font-size: 18px;
	text-align: center;
	margin: 2em 0 1em;
}

#side .side-post {
	border-bottom: 1px solid #D8DEE3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#side .side-post a {
	width: 100%;
	padding: 0 !important;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	#side .side-post a:hover{
		color:#5e6265;
	}
}

#side .side-post .img {
	width: 90px;
	height:65px;
	-webkit-box-flex: 0;
	background:#eee;
	display:flex;display:-webkit-flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
}

#side .side-post .img img {
	width: 90px;
	height: auto;
	max-height: 90px;
	aspect-ratio: auto 150 / 150;
	vertical-align: top;
	overflow-clip-margin: content-box;
	overflow: clip;
}

#side .side-post .text {
	padding-top: 6px;
	-webkit-box-flex: 0;
	width: calc(100% - 100px);
}

#side .side-post .text .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin: 0;
}

#side .side-post .text .cats {
	font-size: 10px;
	padding-bottom: 5px;
}

#side .side-post .text .cat {
	margin-right: 5px;
}

.cat,
.cat-list-block .cat-item {
	border: 1px solid #980000;
	border-radius: 30px;
	color: #980000;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	/* margin-right: 10px; */
}


/*------------------------------------------
* #header
------------------------------------------*/
#header {
	padding: 0 !important;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border: none !important;
	font-family: 'Zen Kaku Gothic New';
	font-weight: 500;
	position: relative;
}

body.home #header {
	height: 100px;
	width: 100%;
	/* background: url("img/topimage.png"); */
	background-color: #63cce2;
	background-size: 00px 510px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#header .logo {
	width: 180px;
	height: 100px;
	margin-right: 0;
	border-bottom-right-radius: 50px;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

#header .logo img {
	margin-top: 27px;
	margin-right: 10px;
	width: 70%;
	height: auto;
	display: inline-block;
}

#header #sp-menu {
	width: calc(100% - 180px);
	height: 100px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

#header #gnav {
	width: calc(100% - 200px);
	height: 100px;
	margin: 0;
	border: none !important;
	background: none !important;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

#header #gnav ul {
	width: 98%;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: center;
}

#header #gnav ul li {
	margin: 0 1.25% !important;
	padding: 2px 0 !important;
}

#header #gnav ul li a {
	padding: 4px 0 8px 0 !important;
	margin: 0 !important;
	display: inline-block;
	color: rgba(0, 0, 0, 0.6);
	font-size: 16px !important;
	line-height: 1em !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: none !important;
	border: none !important;
	position: relative;
}

#header #gnav ul li a:hover {
	text-decoration: none !important;
}

#header #gnav ul li a:before {
	background: #03aa94;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .3s;
}

#header #gnav ul li a:hover::before {
	transform-origin: center top;
	transform: scale(1, 1);
}

body.home #header #gnav ul li a {
	color: white !important;
}

body.home #header #gnav ul li a:hover {
	color: white !important;
}

body.home #header #gnav ul li a:before {
	background: white;
}

#header #header-sns {
	width: 90px;
	margin-right: 2%;
}

#header #header-sns ul {
	padding: 0 !important;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

#header #header-sns li {
	height: 100px !important;
	padding-top: 0px !important;
	margin-left: 0px !important;
	line-height: 1em;
	display: flex !important;
	display: -webkit-flex !important;
	flex-flow: row wrap !important;
	justify-content: space-between !important;
	align-items: center !important;
}

body.home #header #header-sns li a {
	color: rgba(255, 255, 255, 0.5) !important;
}

#header #header-sns li a:hover,
body.home #header #header-sns li a:hover {
	color: #03aa94 !important;
}

#header #search {
	width: auto;
	height: 100px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

#header #search #s-box.hide {
	display: none;
}

#header #search #s-btn {
	width: auto !important;
	height: auto !important;
	padding: 12px 9px !important;
	line-height: 1em !important;
	border-radius: 100px;
	border: none;
	display: inline-block !important;
	color: white;
	background: #03aa94;
	display: block;
	outline: none;
}

#header #search #form {
	width: auto;
	padding: 0 !important;
	margin: 0 !important;
	background: white;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: absolute !important;
	border-radius: 150px;
	right: 2%;
	border: solid 1px #03aa94;
}

#header #search #form input {
	margin-left: 10px;
	border: none !important;
	background: none !important;
}

#header #search #form button {
	display: none;
}

@media screen and (max-width: 767px) {
	#header {
		width: 100%;
		height: 50px !important;
		padding: 0 !important;
		position: sticky !important;
		top: 0;
		z-index: 10000 !important;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	}

	body.home #header {
		height: 50px !important;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
		background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
	}

	#header .logo {
		width: 100px;
		height: 50px !important;
		padding: 0 3% !important;
		margin-right: 0;
		border: none !important;
		background: none;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}

	#header .logo img {
		width: 70px !important;
		height: auto !important;
		margin: 0;
		display: block;
	}

	#header #sp-menu {
		width: 100%;
		height: auto;
		margin: 0 !important;
		padding: 20px 3% 15px 3% !important;
		background: #03aa94 !important;
		position: fixed;
		top: 50px;
		left: 0;
	}

	#header #sp-menu.hide {
		display: none;
	}

	#header #search {
		width: 100% !important;
		height: 55px;
		padding: 0 0 5px 0 !important;
		margin: 0 !important;
		text-align: right;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-start;
	}

	#header #search #form {
		width: 86%;
		margin: 0 auto !important;
		display: block;
		left: 0;
	}

	#header #search #form #s-box {
		width: 85%;
		text-align: left !important;
		margin-left: 0px;
		border: none !important;
		background: none !important;
	}

	#header #search #form #s-box.hide {
		display: inline-block;
	}

	#header #search #s-btn {
		background: white;
		color: #03aa94;
	}

	#header #sp-icon {
		padding: 0 2.5% !important;
		color: #03aa94;
		font-size: 24px;
		line-height: 44px;
	}

	#header #gnav {
		width: 100%;
		height: auto !important;
		display: block;
	}

	#header #gnav ul {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}

	#header #gnav ul li {
		width: 50%;
		margin: 0 !important;
		padding: 10px 0 !important;
		background: white;
		text-align: center;
		border-bottom: solid 1px #03aa94;
		border-right: solid 1px #03aa94;
		color: #03aa94 !important;
	}

	body.home #header #gnav ul li a,
	body.home #header #gnav ul li a:hover,
	#header #gnav ul li a,
	#header #gnav ul li a:hover {
		color: #03aa94 !important;
	}

	body.home #header #gnav ul li a:hover {
		border-color: #03aa94;
	}
}

/*------------------------------------------
* #footer
------------------------------------------*/
#footer {
	padding: 50px 3%;
	color: white !important;
	display: block;
	background: #222;
}

#footer p>small {
	letter-spacing: 1px;
	opacity: 0.75;
}

#footer>div {
	margin-bottom: 75px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

#footer>div>div {
	width: 130px;
	text-align: left;
}

#footer>div>div img {
	width: 80%;
	display: inline-block;
}

#footer ul {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

#footer ul li {
	padding: 0 10px;
}

#footer li a {
	color: white !important;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 3%;
		color: white !important;
		display: block;
		background: #222;
	}

	#footer p>small {
		letter-spacing: 0.5px;
		opacity: 0.75;
		font-size: 2vw;
	}

	#footer>div {
		width: 100% !important;
		margin-bottom: 50px;
	}

	#footer nav,
	#footer ul {
		width: 100%;
		justify-content: center;
	}

	#footer ul li {
		padding: 0 2%;
		font-size: 3vw;
	}
}

/*------------------------------------------
* home
------------------------------------------*/
body.home .main-inner {
	margin-right: 0 !important;
}

#topimage {
	text-align: center;
	height: 400px !important;
	/* 	background-image:url('/wp-content/themes/xeory_base_child/img/grad.png');
	background-size:auto 100%;
 */
	background: #61cce2;
	background: -moz-linear-gradient(top, #61cce2 0%, #67d0e3 12%, #73d8e6 18%, #80e0e8 22%, #85e0e8 22%, #a7ebef 30%, #e4fbfc 40%, #f5ffff 46%, #f3feff 74%, #daf4f7 86%, #bcdde2 100%);
	background: -webkit-linear-gradient(top, #61cce2 0%, #67d0e3 12%, #73d8e6 18%, #80e0e8 22%, #85e0e8 22%, #a7ebef 30%, #e4fbfc 40%, #f5ffff 46%, #f3feff 74%, #daf4f7 86%, #bcdde2 100%);
	background: linear-gradient(to bottom, #61cce2 0%, #67d0e3 12%, #73d8e6 18%, #80e0e8 22%, #85e0e8 22%, #a7ebef 30%, #e4fbfc 40%, #f5ffff 46%, #f3feff 74%, #daf4f7 86%, #bcdde2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61cce2', endColorstr='#bcdde2', GradientType=0);
}
#topimage .img {
	height: 400px !important;
	background-image: url('/wp-content/uploads/2026/01/topimg2-scaled.jpg');
	background-repeat: no-repeat !important;
	/* background-size:1920px 450px; */
	background-size: auto 100%;
	background-position: center;
}
@media screen and (max-width: 767px) {
	#topimage {
		width: 100% !important;
		height: auto !important;
		background: none;
	}
	#topimage .img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 10 / 8;
		background-image: url('/wp-content/uploads/2026/01/topimg_sp2.jpg');
		background-repeat: no-repeat !important;
		background-size: cover;
		background-position: center;
	}
}

#copy {
	padding: 28px 20px 40px 20px;
	color: white;
	font-size: 50px;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-family: 'Zen Maru Gothic', sans-serif;
	background: #03aa94;
	text-align: center;
	position: relative;
}
#copy:before {
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent#03aa94 transparent;
	border-width: 0px 15px 20px 15px;
}
#copy .large { font-size: 62px; }
#copy .small { font-size: 56px; }
@media screen and (max-width: 767px) {
	#copy {
		padding: 20px 0px;
		font-size: 7vw;
		font-size: clamp(20px, 7vw, 40px);
		line-height: 1.5em;
		letter-spacing: 1.5px;
	}
	#copy:before {
		content: "";
		position: absolute;
		right: 0;
		top: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: transparent transparent#03aa94 transparent;
		border-width: 0px 8px 10px 8px;
	}
	#copy .large {
		font-size: 9vw;
		font-size: clamp(30px, 9vw, 51px);
		line-height: 1.25em;
	}
	#copy .small {
		font-size: 7vw;
		font-size: clamp(20px, 7vw, 40px);
	}
}

#intro {
	margin-bottom: 100px;
	padding: 50px 0;
	background: #efefe1;
	font-size: 22px;
	line-height: 2em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#intro {
		margin-bottom: 20px;
		padding: 25px 5.5%;
		font-size: 16px;
		line-height: 1.75em;
	}
}

/*------------------------------------------
* interview
------------------------------------------*/
.case-content {
	align-items: stretch;
}

.case-content .item {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.3% - 20px);
	margin: 0 10px 20px 10px;
	background: white;
}

@media only screen and (max-width: 767px) {
	.case-content .item {
		margin-left: 0;
		margin-right: 0;
		flex: 0 0 calc(100%);
	}
	.case-content .item,
	.service-case .item {
		padding-bottom: 0;
	}
}

.case-content .item .text-block,
.service-case .item .text-block {
	padding: 30px;
}
@media only screen and (max-width: 991px) {
	.case-content .item .text-block,
	.service-case .item .text-block {
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.case-content .item .text-block,
	.service-case .item .text-block {
		padding: 10px;
		flex: 0 0 calc(100% - 120px);
	}
}

.case-content .item .title,
.service-case .item .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0;
	min-height: 30px;
}

.case-content .item .title br,
.service-case .item .title br {
	display: none;
}

.case-content .item .img,
.service-case .item .img {
	-webkit-box-flex: 0;
	flex: 0 0 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 70px;
	border: 1px solid #D8DEE3;
	padding: 5px;
	background: #fff;
	justify-content: center;
}

.case-content .item .text,
.service-case .item .text {
	padding-left: 20px;
}
@media only screen and (max-width: 991px) {
	.case-content .item .text,
	.service-case .item .text {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.case-content .item .text,
	.service-case .item .text {
		padding-left: 5px;
		line-height: 1.4;
	}
}

.case-content .item .text .company-name,
.service-case .item .text .company-name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}

.case-content .item .text span,
.service-case .item .text span {
	font-size: 12px;
	letter-spacing: .04em;
}

@media only screen and (max-width: 991px) {
	.case-content .item .text span,
	.service-case .item .text span {
		font-size: 10px;
	}
}

.case-content .item .text .company-type,
.service-case .item .text .company-type {
	padding-right: 10px;
}

.cat,
.cat-list-block .cat-item {
	border: 1px solid #03aa94;
	border-radius: 30px;
	color: #03aa94;
	font-size: 12px;
	font-weight: bold;
	display: inline-block !important;
	padding: 0 15px;
}

.link-item {
	display: block;
	text-decoration: none !important;
}

.link-item .title {
	color: #222;
}

@media only screen and (min-width: 768px) {
.link-item:hover .title {
	color: #03aa94;
}
}

.link-item:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8;
}

.thumbnail {
	background: #000 !important;
	overflow: hidden !important;
}

.thumbnail img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.case-content .thumbnail {
	aspect-ratio: 7 / 2 !important;
	width: 100%;
	height: auto;
}

.case-content .thumbnail img {
	width: 100% !important;
	height: auto !important;
	position: relative;
	top: -67%;
}

/*------------------------------------------
* solutions
------------------------------------------*/
#contents {
	align-items: stretch !important;
	padding-bottom: 50px;
}

#contents .item {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	background: white;
}

@media only screen and (max-width: 767px) {
	#contents .item {
		width: 100%;
		margin: 0 5px 10px;
	}
}

#contents a:hover .name {
	border-bottom: 1px solid #03aa94;
}

#contents .img {
	position: relative;
}

#contents .img .name {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
	#contents .img .name {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#contents .img .name {
		font-size: 4.5vw;
		font-size: clamp(16px, 4.5vw, 20px);
	}
}

#contents .text {
	padding: 30px 40px;
}

@media only screen and (max-width: 991px) {
	#contents .text {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#contents .text {
		padding: 10px;
	}
}

#contents .check-list li:before {
	font-family: 'fontello';
	content: '\e800';
	color: #03aa94;
	padding-right: 8px;
}

#contents .check-list li a {
	color: #222;
	display: inline;
}

#contents .check-list {
	color: #222;
}

@media only screen and (max-width: 991px) {
	#contents .check-list {
		font-size: 100%;
		line-height: 1.75em;
	}
}

/*------------------------------------------
* category
------------------------------------------*/
.card-type {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.card-type> :not(#post-404) {
	width: 32% !important;
	margin-bottom: 30px;
	border: none !important;
	background: white;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
}

.card-type:after {
	content: "";
	width: 32%;
	visibility: none;
}

.card-type> :not(#post-404)>.post-link {
	width: 100%;
	color: #222;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

@media screen and (min-width: 768px) {
	.card-type> :not(#post-404)>.post-link:hover {
		color: white;
	}
	.card-type> :not(#post-404)>.post-link:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 0;
		background-color: #03aa94;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.card-type> :not(#post-404)>.post-link:hover::before {
		background-color: #03aa94;
		height: 100%;
	}
}

.card-type> :not(#post-404) .post-thumbnail2 {
	aspect-ratio: 7 / 4.55 !important;
	max-height: 200px;
	background: black;
	overflow: hidden;
}

.card-type> :not(#post-404)>.post-link .post-thumbnail2 img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.card-type> :not(#post-404)>.post-link:hover .post-thumbnail2 img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .8;
}

@media screen and (max-width: 767px) {
	.card-type> :not(#post-404) .post-thumbnail2 {
		width: 100%;
		height: auto;
		background: black;
	}
}

.card-type> :not(#post-404) .post-header2 {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	position: relative;
}

.card-type> :not(#post-404) .date2 {
	font-size: 12px;
	color: #aaa !important;
}

.card-type> :not(#post-404)>.post-link:hover .date2 {
	color: white !important;
}

.card-type> :not(#post-404)>.post-link:hover .cat {
	color: white !important;
	border-color: white;
}

.card-type> :not(#post-404) .post-title2 {
	padding-top: 10px;
	font-weight: 600;
}

.card-type> :not(#post-404) .post-content2 {
	padding: 20px;
	padding-top: 6px;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
}

@media screen and (max-width: 767px) {
	.card-type> :not(#post-404) {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.card-type:after {
		display: none;
	}
}

/*------------------------------------------
* single-interview
------------------------------------------*/

.single article .l-post-content p {
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	#toc_container {
		width: 100%;
	}
}



/* company-info */
.single article .company-info {
	margin-bottom: 20px;
}

.single article .company-info .img {
	-webkit-box-flex: 0;
	flex: 0 0 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 70px;
	border: 1px solid #D8DEE3;
	padding: 5px;
	justify-content: center;
}

.single article .company-info .img img {
	width: 70px;
	height: auto;
	max-height: 70px;
}

.single article .company-info i {
	padding-right: 5px !important;
}

.single article .company-info .text {
	padding-left: 20px;
	padding-top: 5px;
}

.single article .company-info .text span {
	font-size: 13px;
	letter-spacing: .04em;
}

.single article .company-info .text .company-name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
}

.single article .company-info .text .company-type {
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.single article .company-info {
		margin-bottom: 20px;
	}

	.single article .company-info .text {
		padding-left: 10px;
	}

	.single article .company-info .text .company-name {
		margin-bottom: 8px;
		font-size: 15px;
	}

	.single article .company-info .text span {
		font-size: 10px;
		line-height: 1em;
		margin-bottom: 6px;
		display: block;
	}
}

.single article .company-info+.text dt {
	color: #fff;
	line-height: 1.4;
	-webkit-box-flex: 0;
	flex: 0 0 240px;
	margin-bottom: 10px;
}

.single article .company-info+.text dt .inner {
	padding: 10px;
	background: #222222;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.single article .company-info+.text dt .inner i {
	padding-right: 5px;
}

.single article .company-info+.text dd {
	padding: 20px;
	background: #f9f9f9;
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% - 240px);
	margin-bottom: 10px;
	border: none;
}

.single article .company-info+.text dl {
	margin-block-start: 0 !important;
	margin-bottom: 0 !important;
}

.single article .company-info+.text+p {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	.single article .company-info+.text dt {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		font-size: 12px;
	}

	.single article .company-info+.text dt .inner {
		padding: 10px;
		background: #222222;
		display: -webkit-inline-box;
		display: inline-flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	.single article .company-info+.text dd {
		font-size: 14px;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		padding: 15px;
		line-height: 1.6;
	}
}