@charset "utf-8";
/*------------------------------------------------------------
	global
------------------------------------------------------------*/

.headLine01 {
	margin-bottom: 36px;
	font-weight: 700;
	font-size: 6rem;
}
.main .topTxt {
	margin-bottom: 115px;
	/*max-width: 690px;*/
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.88;
}
.main .photoUl li {
	width: 46.6%;
}
.main .photoUl li img {
	width: 100%;
}
.main .photoUl li p {
	margin: 0 2px 15px;
	line-height: 2.43;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.main .photoUl li .title {
	margin: 18px 2px 9px;
	color: #3ec87a;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
}
.main .photoUl li .link {
	margin: 10px 0 0 3px;
	max-width: 350px;
}
.main .photoUl li .link a {
	padding: 18px 19px 19px;
	display: block;
	font-weight: 700;
	color: #3ec87a;
	border: 1px solid #3ec87a;
	background: url("../img/common/icon_blank_green.svg") no-repeat center right 20px;
	background-size: 15px 15px;
	transition: all ease 0.4s;
}
@media only screen and (min-width: 897px) {
	.main .photoUl li .link a:hover {
		color: #fff;
		background-color: #3ec87a;
		background-image: url("../img/common/icon_ blank_white.svg");
	}
}
@media only screen and (max-width: 896px) {
	.main {
		padding: 97px 0 50px;
		background: url("../img/news/bg.png") no-repeat right -110px top 1px;
		background-size: 316px auto;
	}
	.headLine01 {
		margin-bottom: 27px;
		font-weight: 100;
		font-size: 3rem;
		line-height: 1.33;
		letter-spacing: 0.1em;
	}
	.headLine01:before {
		bottom: -14px;
	}
	.main .topTxt {
		margin-bottom: 56px;
		max-width: inherit;
		font-size: 1.4rem;
		line-height: 1.85;
	}
	.main .photoUl {
		display: inherit;
	}
	.main .photoUl li {
		width: auto;
	}
	.main .photoUl li:first-child {
		margin-bottom: 60px;
	}
	.main .photoUl li p {
		margin: 0 0 17px;
		line-height: 2;
		font-size: 1.2rem;
	}
	.main .photoUl li .title {
		margin: 8px 0 9px;
		font-size: 2.2rem;
	}
	.main .photoUl li .link {
		margin: 10px 0 0;
		max-width: inherit;
	}
}

img.tgc_name {
    width: 65.13vw;
    max-width: 1251px;
    display: block;
    position: absolute;
    right: 15.43%;
    bottom: -4.64vw;
}
img.tgc_name2 {
    width: 65.13vw;
    max-width: 1251px;
    display: block;
    position: absolute;
    left: 15.43%;
    bottom: 0;
}
.photo {
    border-radius: 5px;
    background: #fafafa;
    color: #555;
    border: 1px solid #ccc;
    padding: 2rem;
    margin: 0 2rem 0 0;
    opacity: 0.8;
}
.interview {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.interview-spec {
	display: flex;
	align-items:flex-end;
}
.interview-syokusyu {
	font-size: 1.5rem;
}
.interview-name {
	font-size: 2.5rem;
}
@media only screen and (max-width: 896px) {
	.interview {
		grid-template-columns: 1fr;
	}
}
.interview-t {
	font-size:24px;
	color:#7a0c36;
	font-weight: 555;
	padding: 20px 0 10px 0;
	/*letter-spacing: 0.05em;*/
}
.margin-c {
	margin:200px auto 100px auto;
}