@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.rich-contents a[target=_blank]:after {
	display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 4px;
    margin-left: 4px;
    background: url(/asset/image/icon_blank_blue_01.svg) center center no-repeat;
    background-size: cover;
    vertical-align: -3px;
    content: "";
}

.rich-contents {
	letter-spacing: 0;
}

.rich-contents img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	border-radius: 20px;
}

.rich-contents .serif {
	font-family: "Noto Serif JP", serif;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

a.apink {
	color: #0041c0;
	text-decoration: underline;
}

a.apink[target=_blank]::after {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 4px;
	margin-left: 4px;
	background: url(/asset/image/icon_blank_blue_01.svg) center center no-repeat;
	background-size: cover;
	vertical-align: -3px;
	content: "";
}

a.apink:hover,
a.apink:focus-visible {
	text-decoration: none;
}

@media print,
screen and (min-width: 922px) {
	.rich-contents .sp {
		display: none;
	}
}

/* sp */
@media print,
screen and (max-width: 767px) {
	.rich-contents .pc {
		display: none;
	}
}

.rich-contents .w922 {
	position: relative;
}

.rich-contents .w725 {
	position: relative;
}

.rich-contents .w45p {
	width: 45%;
}

.rich-contents .no-wraparound {
	width: calc(100% - 390px);
}

.rich-contents p {
	margin-top: 45px;
	margin-bottom: 46px;
	line-height: 2;
}

.rich-contents .lead {
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
}

.rich-contents .ttl {
	font-size: 28px;
	line-height: 1.6;
}

.rich-contents .notes {
	font-size: 14px;
	color: #5C5C5C;
	line-height: 1.7em;
}

.rich-contents .img-center {
	width: 100%;
	margin: 90px auto;
	text-align: center;
}

.rich-contents .img-right {
	float: right;
	margin-right: -40px;
}

.rich-contents .img-right>div {
	max-width: 430px;
	right: -50px;
}

.rich-contents .img-left {
	float: left;
	margin-left: -40px;
}

.rich-contents .img-left>div {
	max-width: 430px;
	left: -50px;
}

.rich-contents .img-right>div,
.rich-contents .img-left>div {
	position: relative;
	display: block;
	margin-bottom: 25PX;
}

.rich-contents .img-left>div.w730,
.rich-contents .img-right>div.w730 {
	max-width: 730px;
}

.rich-contents .img-left>div.w730 img,
.rich-contents .img-right>div.w730 img {
	width: 35vw;
}

.rich-contents .caption {
	font-size: 12px;
	text-align: left;
	color: #5C5C5C;
	margin: 1em auto;
}

.rich-contents .between {
	display: flex;
	justify-content: space-between;
}

.rich-contents .between>div {
	width: 49%;
}

@-webkit-keyframes left-to-right {
	0% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

@keyframes left-to-right {
	0% {
		width: 100%;
	}

	100% {
		width: 0;
	}
}

.rich-contents .main-img-wrap {
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 200px;
}

.rich-contents .main-img-wrap .ttl-box {
	position: absolute;
	bottom: 0;
	left: 0;
}

.rich-contents .main-img-wrap .ttl-box .date {
	margin: 0;
	font-size: 12px;
	color: #EB477E;
	line-height: 1.75;
}

.rich-contents .main-img-wrap .ttl-box .subject {
	margin: 0;
	font-size: 18px;
}

.rich-contents .main-img-wrap .ttl-box .title {
	font-size: 40px;
	line-height: 60px;
	margin: 0;
	font-family: "Noto Serif JP", serif;
}

.rich-contents .main-img-wrap .ttl-box span {
	background-color: #fff;
	padding: 4px 10px 4px 0;
}

.rich-contents .emphasis {
	position: relative;
	display: inline-block;
	opacity:0;
}

.rich-contents .emphasis.on {
	opacity:1;
}
.rich-contents .emphasis.on::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	height: 100%;
	background-color: #fff;
	animation: left-to-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.rich-contents .emphasis img {
	border-radius: 0;
}

.rich-contents .profile {
	width: 100%;
	margin: 50px auto 50px;
    padding: 41px 0;
    box-sizing: border-box;
	background-color: #F5F5F5;
}

.rich-contents .profile .inner {
	width: 90%;
	margin: 0 auto;
}

.rich-contents .profile .position {
	font-size: 20px;
	margin: 0;
	line-height: 1.4;
	font-weight: 500;
}

.rich-contents .profile .name {
	font-size: 35px;
	margin: 10px 0 0;
	line-height: 1.43;
	font-weight: 500;
}

.rich-contents .profile .belong {
	font-size: 18px;
	margin: 1em auto 1.2em;
	font-weight: 500;
}

.rich-contents .profile .desc {
	padding: 25px 30px;
	margin: 0;
	font-size: 14px;
	box-sizing: border-box;
	background-color: #E5E5E5;
}

/* people start */

.rich-contents.people h2.ttl {
	text-align: center;
	font-size: 39px;
	line-height: 1.8;
	font-weight: 500;
}

.rich-contents.people .number {
	margin: 150px auto 50px;
	line-height: 1;
}

.rich-contents.people .number img {
	border-radius: 0;
}

.rich-contents.people .ttl2 {
	position: relative;
	margin: 50px 0 48px;
	font-size: 28px;
	line-height: 1.6;
	padding-left: 20px;
	font-weight: 500;
}

.rich-contents.people .ttl2::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	margin-right: 21px;
	height: 100%;
	top: 0;
	left: 0;
}

.rich-contents.people .ttl2.green::before {
	background-color: #509449;
}

.rich-contents.people .ttl2.skyblue::before {
	background-color: #1197CA;
}

.rich-contents.people .ttl2.orange::before {
	background-color: #F37537;
}

.rich-contents.people .ttl2.pink::before {
	background-color: #ED6F73;
}

.rich-contents.people .ttl2.blue::before {
	background-color: #1C7DC2;
}

.rich-contents.people .ttl-wrap {
	position: relative;
}

.rich-contents.people .ttl-wrap .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	font-size: 50px;
	margin: 0;
	letter-spacing: 2.5px;
	line-height: 1;
	font-weight: bold;
	width: 100%;
}

.rich-contents.people .ttl-wrap .bk-text img {
	width: 100%;
}

.rich-contents.people .lead {
	font-size: 32px;
	text-align: center;
	margin: 6% auto 10%;
}

/* people end */


.rich-contents.rekishi h2 {
	font-weight: 500;
	font-size: 28px;
	margin: 100px 0 48px;
}

.rich-contents.rekishi .img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
}

.rich-contents.rekishi .img-wrap div {
	width: calc(100% / 5)
}

.rich-contents.rekishi .img-wrap div img {
	border-radius: 0;
}

.rich-contents.rekishi .history-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 660px;
	width: 100%;
	margin: 48px auto;
}

.rich-contents.rekishi .history-logo .img {
	text-align: center;
}

.rich-contents.rekishi .history-logo .text {
	width: calc(100% - 231px);
	font-weight: 500;
	margin-left: 30px;
}

/* rekishi end */

/* tablet */
@media print, screen and (max-width: 1366px) {
	.rich-contents .no-wraparound {
		width: 100%;
	}
}


/* sp */
@media print,
screen and (max-width: 767px) {

	.rich-contents .w45p {
		width: 100%;
	}

	.rich-contents p {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.rich-contents .img-center {
		margin: 30px auto;
	}

	.rich-contents .img-right,
	.rich-contents .img-left {
		float: none;
		margin: 0;
	}

	.rich-contents .img-left>div,
	.rich-contents .img-right>div {
		position: initial;
	}

	.rich-contents .img-right>div,
	.rich-contents .img-left>div {
		margin-bottom: 12px;
	}

	.rich-contents .between {
		flex-wrap: wrap;
	}

	.rich-contents .between>div {
		margin-bottom: 12px;
	}

	.rich-contents .between>div:last-child {
		margin-bottom: 0;
	}

	.rich-contents .main-img-wrap {
		margin: 0 auto 70px;
	}

	.rich-contents .main-img-wrap .ttl-box .subject {
		font-size: 15px;
		line-height: 1.75em;
	}

	.rich-contents .main-img-wrap .ttl-box .title {
		font-size: 18px;
		line-height: 28px;
	}

	.rich-contents .main-img-wrap .ttl-box span {
		padding: 2px 5px 2px 0;
	}

	.rich-contents .ttl {
		font-size: 21px;
	}

	.rich-contents .emphasis {
		max-width: calc(100% - 26px - 26px);
	}

	.rich-contents .profile {
		margin: 30px auto;
		padding: 20px 15px;
	}

	.rich-contents .profile .position {
		font-size: 16px;
	}

	.rich-contents .profile .name {
		font-size: 27px;
	}

	.rich-contents .profile .belong {
		font-size: 16px;
	}

	.rich-contents .profile .desc {
		padding: 10px 15px;
	}

	.rich-contents.people h2.ttl {
		font-size: 24px;
		line-height: 1.5;
	}

	.rich-contents.people .number {
		margin: 80px auto 30px;
	}

	.rich-contents.people .ttl2 {
		font-size: 19px;
		margin: 30px 0 30px;
		letter-spacing: 0;
	}

	.rich-contents.people .ttl2::before {
		width: 4px;
	}

	.rich-contents .between>div {
		width: 100%;
	}

	.rich-contents.rekishi h2 {
		font-size: 21px;
		margin: 80px 0 30px;
	}

	.rich-contents.rekishi .history-logo {
		margin: 32px auto;
		display: block;
	}

	.rich-contents.rekishi .history-logo .img img {
		width: 115.5px;
	}

	.rich-contents.rekishi .history-logo .text {
		width: 100%;
		margin: 16px auto;
	}

	.rich-contents.people .lead {
		font-size: 16px;
	}

	.rich-contents.people .ttl-wrap .ttl {
		font-size: 35px;
		width: 100%;
	}

	.rich-contents .img-left>div.w730 img,
	.rich-contents .img-right>div.w730 img {
		width: auto;
	}

}

/* chikara start */
.rich-contents.chikara .main-img-wrap {
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 200px;
}

.rich-contents.chikara .main-img-wrap .ttl-box {
	position: absolute;
	bottom: 0;
	left: 0;
}

.rich-contents.chikara .main-img-wrap .ttl-box .date {
	margin: 0;
	font-size: 12px;
	color: #EB477E;
	line-height: 1.75;
}

.rich-contents.chikara .main-img-wrap .ttl-box .subject {
	margin: 0;
	font-size: 18px;
}

.rich-contents.chikara .main-img-wrap .ttl-box .ttl {
	font-size: 40px;
	line-height: 60px;
	margin: 0;
	font-family: "Noto Serif JP", serif;
}

.rich-contents.chikara .main-img-wrap .ttl-box span {
	background-color: #fff;
	padding: 4px 10px 4px 0;
}

.rich-contents.chikara h3 {
	text-align: center;
}

.rich-contents.chikara h3 img {
	border-radius: 0;
}

.rich-contents.chikara .lead {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #707070;
}

.rich-contents.chikara .swiper-wrapper {
	height: auto;
}

.rich-contents.chikara figure {
	margin: 0 0 30px;
}

.rich-contents.chikara figure .slide-img {
	height: 0;
	padding-bottom: 66.812%;
	overflow: hidden;
	position: relative;
}

.rich-contents.chikara figure .slide-img img {
	max-width: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.rich-contents.chikara figure figcaption {
	margin: 10px 0 0;
	word-break: break-all;
	font-size: 12px;
}

.rich-contents.chikara .btn-img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rich-contents.chikara .btn-img-wrap .thumb {
	width: 24%;
	margin: 0 0 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	padding-bottom: 24%;
	border-radius: 20px;
}

.rich-contents.chikara .btn-img-wrap .thumb.active {
	outline: 3px solid #EB477E;
}

.rich-contents.chikara .btn-img-wrap .thumb.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	z-index: 2;
	background-color: #000;
	opacity: 0.3;
}


.rich-contents.chikara .btn-img-wrap .thumb img {
	max-width: 160%;
	position: absolute;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rich-contents.chikara .name-wrap {
	text-align: center;
	margin: 76px 0 71px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rich-contents.chikara .name-wrap .heading {
	display: grid;
	place-content: center;
	margin: 0 40px 0 0;
	position: relative;
	background-color: #F5F5F5;
	width: 96px;
	height: 96px;
	font-size: 27px;
	font-weight: 500;
}

.rich-contents.chikara .name-wrap h4 {
	display: inline-block;
	margin: 0;
}

.rich-contents.chikara .name-wrap h4 img {
	vertical-align: baseline;
	border-radius: 0;
}

.rich-contents.chikara .sub-lead {
	font-size: 18px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin: 0 0 21px;
	line-height: 32px;
}

.rich-contents.chikara .small {
	font-size: 14px;
	margin: 0 0 100px;
}

.rich-contents.chikara .move-wrap {
	margin: 190px auto 150px;
}

.rich-contents.chikara .private {
	background-color: #EDF5E2;
	border-radius: 20px;
	padding: 0 48px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 150px;
}

.rich-contents.chikara .private .img-box {
	max-width: 330px;
	width: 39.952%;
}

.rich-contents.chikara .private .img-box img {
	border-radius: 0;
}

.rich-contents.chikara .private .txt-box {
	width: 54.67%;
	padding: 15px 0;
    box-sizing: border-box;
}

.rich-contents.chikara .private .txt-box p {
	margin: 0;
}

.rich-contents.chikara .private .txt-box .title {
	font-weight: 500;
	line-height: 1;
	border-bottom: 1px solid #EC6E6F;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.rich-contents.chikara .private .txt-box .title span {
	font-style: italic;
	font-size: 35px;
	font-family: "Noto Serif JP", serif;
	color: #EC6E6F;
	margin-right: 22px;
}

@media print,
screen and (max-width: 921px) {

	.rich-contents.chikara .main-img-wrap {
		margin: 0 auto 70px;
	}

	.rich-contents.chikara .main-img-wrap .ttl-box .subject {
		font-size: 15px;
		line-height: 1.75em;
	}

	.rich-contents.chikara .main-img-wrap .ttl-box .ttl {
		font-size: 18px;
		line-height: 28px;
	}

	.rich-contents.chikara .main-img-wrap .ttl-box span {
		padding: 2px 5px 2px 0;
	}

	.rich-contents.chikara .lead {
		font-size: 15px;
		line-height: 1.75em;
	}

	.rich-contents.chikara figure {
		margin: 0 0 20px;
	}

	.rich-contents.chikara .btn-img-wrap a {
		width: 23%;
	}

	.rich-contents.chikara .btn-img-wrap a .thumb,
	.rich-contents.chikara .btn-img-wrap a .thumb.active::after {
		border-radius: 10px;
	}

	.rich-contents.chikara .name-wrap {
		margin-bottom: 40px;
		display: block;
	}

	.rich-contents.chikara .name-wrap .heading {
		margin: 0 auto 15px;
		width: 70px;
		height: 70px;
	}

	.rich-contents.chikara .name-wrap .heading span {
		font-size: 18px;
	}

	.rich-contents.chikara .name-wrap h4 {
		text-align: center;
	}

	.rich-contents.chikara .sub-lead {
		font-size: 16px;
		line-height: 26px;
	}

	.rich-contents.chikara .small {
		margin: 0 0 60px;
	}

	.rich-contents.chikara .move-wrap {
		margin: 100px auto 70px;
	}

	.rich-contents.chikara .private {
		padding: 20px;
		margin-top: 100px;
		display: block;
	}

	.rich-contents.chikara .private .img-box {
		margin: 0 auto 20px;
		width: 80%;
	}

	.rich-contents.chikara .private .txt-box {
		width: 100%;
		padding: 0;
	}

	.rich-contents.chikara .private .txt-box .title span {
		font-size: 28px;
		margin-right: 10px;
	}
}

/* chikara end */

/* philosophy start */
/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0);
				transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}

.ponpon-anime .img-ani {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ponpon-anime .img-ani .wrap {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}

.ponpon-anime .img-ani .ani02 {
	max-width: 493px;
	width: 49%;
}

.ponpon-anime .img-ani .ani03 {
	max-width: 542px;
	width: 49%;
}

.ponpon-anime .img-ani .ani05 {
	max-width: 491px;
	width: 53%;
}

.ponpon-anime .img-ani .ani06 {
	max-width: 400px;
	width: 47%;
}

.ponpon-anime .img-ani img {
	border-radius: 0;
	opacity:0;
}

.ponpon {
	animation: scale-up-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
}
.ponpon-anime .img-ani img.ponpon {
	opacity:1;
}

/* sp */
@media print, screen and (max-width: 767px) {
	.ponpon-anime .img-ani .wrap {
		margin: 15px auto;
	}
}
/* philosophy end */

/* phd */

.rich-contents.phd .profile {
	border-radius: 21px;
	margin: 100px auto 200px;
}

.rich-contents.phd .profile .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92%;
}

.rich-contents.phd .profile .inner .img {
	width: 30%;
}

.rich-contents.phd .profile .inner .box {
	width: calc(100% - 30% - 42px);
}

.rich-contents.phd .profile .inner .box .desc {
	background-color: transparent;
	padding: 0;
}

.rich-contents.phd .step {
	position: relative;
	padding: 43px 0;
	box-sizing: border-box;
	margin: 100px auto;
}

.rich-contents.phd .step::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 100px;
	border-left: 4px dotted;
}

.rich-contents.phd .step .skyblue-box {
	border-radius: 50px;
	padding: 7px;
	box-sizing: border-box;
	max-width: 668px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #E5F3FF;
	min-height: 100px;
}

.rich-contents.phd .step .skyblue-box .img {}

.rich-contents.phd .step .skyblue-box .img img {
	width: 88px;
	border-radius: 50%;
}

.rich-contents.phd .step .skyblue-box .text {
	width: calc(100% - 88px);
	display: grid;
	place-content: center;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
}

.rich-contents.phd .step .ttl-wrap {
	text-align: center;
}

.rich-contents.phd .step .ttl-wrap .num {
	font-size: 45px;
	font-weight: bold;
}

.rich-contents.phd .step .ttl-wrap .num span {
	display: inline-block;
	position: relative;
	border-bottom: 4px solid;
}

.rich-contents.phd .step .ttl-wrap .ttl {
	font-size: 35px;
	margin: 45px auto;
}

.rich-contents.phd .step .dialog {
	margin: 64px auto 112px;
}

.rich-contents.phd .step .dialog:last-child {
	margin-bottom: 64px;
}

.rich-contents.phd .step .dialog .question {
	position: relative;
}

.rich-contents.phd .step .dialog .question .profile-img {
	position: absolute;
	top: 0;
	left: -140px;
}

.rich-contents.phd .step .dialog .question .profile-img img {
	border-radius: 50%;
}

.rich-contents.phd .step .dialog .question .text {
	position: relative;
	display: inline-block;
	margin: 35px 0 0;
	font-size: 19px;
	color: #fff;
	background-color: #1197CA;
	padding: 7px 20px 5px 28px;
	font-weight: bold;
}

.rich-contents.phd .step .dialog .question .text::after {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(100% - 15px);
    transform: translateY(-50%) rotate(-102deg);
    width: 10px;
    height: 35px;
    border-left: 15px solid #1197CA;
    border-radius: 120px 0px 0px 120px / 90px 0px 0px 90px;
}

.rich-contents.phd .step .dialog .answer {
	position: relative;
	background-color: #F5F5F5;
	padding: 35px 72px;
	box-sizing: border-box;
}

.rich-contents.phd .step .dialog .answer .profile-img {
	position: absolute;
	top: 0;
	right: -140px;
}

.rich-contents.phd .step .dialog .answer .profile-img img {
	border-radius: 50%;
}

.rich-contents.phd .step .dialog .answer .wrap::after {
	content: '';
    display: inline-block;
    position: absolute;
    top: 31px;
    left: calc(100% - 15px);
    transform: rotate(-78deg);
    width: 10px;
    height: 35px;
    border-left: 15px solid #f5f5f5;
    border-radius: 120px 0px 0px 120px / 90px 0px 0px 90px;
}

.rich-contents.phd .step .dialog .answer .wrap p {
	margin: 1em auto;
}

.rich-contents.phd .step .dialog .answer .wrap img {
	border-radius: 0;
}

.rich-contents.phd .step .dialog .answer .popup .detail-btn{
	font-size: 17px;
	font-weight: bold;
	color: #1197CA;
	text-decoration: underline;
	padding-right: 44px;
	position: relative;
}

.rich-contents.phd .step .dialog .answer .popup .detail-btn span{
	position: absolute;
    width: 36px;
    height: 36px;
    background-color: #F59F0B;
    border-radius: 18px;
	margin-left: 8px;
}

.rich-contents.phd .step .dialog .answer .popup .detail-btn span::after{
	content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 10px;
    top: 7px;
    left: 7px;
}

.rich-contents.phd .step .dialog .answer .popup .detail-btn span::before{
	content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background-color: #fff;
    top: 20px;
    right: 9px;
    transform: rotate(135deg);
}

.close-btn{
	width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;	
}

.close-btn::after{
	content: "";
	position: absolute;
	width: 3px;
	height: 40px;
	left: 50%;
	background-color: #000;
	transform: rotate(135deg);
}

.close-btn::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 40px;
	left: 50%;
	background-color: #000;
	transform: rotate(45deg);
}

.rich-contents.phd .step .dialog .answer .wrap .view-wrap{
	background-color: #fff;
    padding: 34px;
}

.rich-contents.phd .step .dialog .answer .wrap .view-wrap .view-ttl{
	font-size: 25px;
	font-weight: bold;
	color: #1197CA;
	margin: 0;
}

.rich-contents.phd .step .dialog .answer .wrap .view-wrap .view-txt{
	font-size: 14px;
	color: #1197CA;
}

.rich-contents.phd .step .dialog .answer .wrap .img-box{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
	background-color: #fff;
    padding: 34px;
}

.rich-contents.phd .step .dialog .answer .wrap .img-box .img{
	max-width: 330px;
    width: 43.923%;	
}

.rich-contents.phd .step .dialog .answer .wrap .img-box p{
	width: 48%;
	margin: 0;
	color: #1197CA;
	font-weight: bold;
}

.rich-contents.phd .step .dialog .answer .wrap .img-box p .apink{
	display: block;
    margin-top: 10px;
	font-weight: normal;
}

.rich-contents.phd .column {
	padding: 33px 72px 150px 72px;
	margin-bottom: 140px;
	box-sizing: border-box;
	color: #FFF3ED;
	background: url(../images/special-02/colum-bg.png), linear-gradient(180deg, rgba(17, 151, 202, 1) 90%, transparent 100%);
    background-repeat: round;
}

.rich-contents.phd .column .ttl {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2.25px;
	font-size: 45px;
	margin: 15px 0;
	line-height: 1;
}

.rich-contents.phd .column .img {
	margin: 30px auto;
}

.rich-contents.phd .mov-ttl {
	margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    color: #1197CA;
    border-left: 8px solid #1197CA;
    padding-left: 14px;
    line-height: 1.1em;
}

.Movie:not(:first-child) {
	margin-top: 50px;
}

.rich-contents.phd .link-ttl {
	font-size: 28px;
    padding-top: 58px;
    margin-top: 80px;
    border-top: 1px dashed #707070;
}

.rich-contents.phd .alink {
	font-size: 20px;
	color: #666;
	text-decoration: underline;
	display: block;
}

.rich-contents.phd .alink:hover{
	color: var(--accent-color);
}

/* sp */
@media print, screen and (max-width: 767px) {
	.rich-contents.phd .profile {
		border-radius: 8px;
		margin: 50px auto 100px;
	}

	.rich-contents.phd .profile .inner {
		display: block;
	}

	.rich-contents.phd .profile .inner .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.rich-contents.phd .profile .inner .box {
		width: 100%;
	}

	.rich-contents.phd .step {
		padding: 25px 0;
		margin: 50px auto;
	}

	.rich-contents.phd .step::before {
		height: 50px;
	}

	.rich-contents.phd .step .skyblue-box {
		display: block;
		border-radius: 30px;
	}

	.rich-contents.phd .step .skyblue-box .img {
		text-align: center;
	}

	.rich-contents.phd .step .skyblue-box .text {
		width: 100%;
	}

	.rich-contents.phd .step .ttl-wrap .num {
		font-size: 31px;
	}

	.rich-contents.phd .step .ttl-wrap .ttl {
		font-size: 27px;
		margin: 1em auto;
	}
	
	.rich-contents.phd .step .dialog .question .text{
		display: block;
		padding: 40px 20px 20px 20px;
		font-size: 16px;
		margin-bottom: 60px;
	}
	
	.rich-contents.phd .step .dialog .question .text::after{
		display: none;
	}
	
	.rich-contents.phd .step .dialog .question .profile-img{
		width: 60px;
		top: -30px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
	}
		
	.rich-contents.phd .step .dialog .answer{
		padding: 40px 20px 20px 20px;
	}
	
	.rich-contents.phd .step .dialog .answer .profile-img{
		top: -30px;
        width: 60px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
	}
	
	.rich-contents.phd .step .dialog .answer .wrap::after{
		display: none;
	}
	
	.rich-contents.phd .step .dialog .answer .wrap .view-wrap{
		padding: 15px;
	}
	
	.rich-contents.phd .step .dialog .answer .wrap .view-wrap .view-ttl{
		font-size: 21px;
	}
	
	.rich-contents.phd .step .dialog .answer .wrap .img-box{
		padding: 15px;
		display: block;
	}
	
	.rich-contents.phd .step .dialog .answer .wrap .img-box .img{
		max-width: 330px;
		width: 100%;
		margin: auto;
	}

	.rich-contents.phd .step .dialog .answer .wrap .img-box p{
		width: 100%;
	}
	
	.rich-contents.phd .step .dialog .answer .popup .detail-btn{
		display: block;
		margin-bottom: 20px;
		font-size: 16px;
	}
	
	.rich-contents.phd .step .dialog .answer .popup .detail-btn span{
		width: 30px;
	    height: 30px;
		border-radius: 15px;
	}
	
	.rich-contents.phd .step .dialog .answer .popup .detail-btn span::after{
		width: 14px;
	    height: 14px;
		border-radius: 7px;
	}
	
	.rich-contents.phd .step .dialog .answer .popup .detail-btn span::before {
		height: 6px;
		top: 17px;
		right: 8px;
	}
	
	.iziModal .iziModal-content{
		padding: 10px !important;
	}

	.close-btn{
		width: 25px;
		height: 25px;
		top: 10px;
		right: 10px;
	}

	.close-btn::after{
		width: 2px;
		height: 25px;
	}

	.close-btn::before{
		width: 2px;
		height: 25px;
	}
	
	.rich-contents.phd .column{
		padding: 20px 22px 100px 20px;
		margin-bottom: 80px;
	}
	
	.rich-contents.phd .column .ttl{
		font-size: 34px;
	}
	
	.rich-contents.phd .mov-ttl{
		font-size: 20px;
		line-height: 1.45em;
	}
	
	.Movie:not(:first-child) {
		margin-top: 20px;
	}
	
	.rich-contents.phd .link-ttl {
		font-size: 21px;
	}

	.rich-contents.phd .alink {
		font-size: 16px;
	}

}

/* phd end */