@charset "utf-8";
/*
 interview/index.css
*/
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title h1 {
	padding: 2rem;
	color: #fff;
	background: #928076;
	font-size: 5rem;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title h1 {
	font-size: 3.4rem;
}
}/* media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin-bottom: 5rem;
	padding: 3rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
	font-weight: 400;
}
.index p {
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: 2;
	text-align: center;
}
.index ul {
	display: flex;
	flex-wrap: wrap;
}
.index li {
	width: calc(50% - 4rem);
	margin: 0 2rem 3rem;
}
.index li p {
	position: relative;
	margin: -3rem 2rem 0;
	padding: 2rem;
	color: #704535;
	background: #e7e3cf;
	font-size: 2.2rem;
	line-height: 1.5;
}
.index li p span {
	margin-left: 1em;
	font-size: 2.6rem;
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 1rem;
	padding: 6rem 3rem;
}
.index p {
	margin-bottom: 6rem;
	font-size: 1.8rem;
}
.index ul {
	justify-content: center;
}
.index li {
	width: calc(33.333% - 4rem);
	max-width: 32rem;
}
.index li p {
	margin: -2rem 5rem 0;
	font-size: 1.4rem;
}
.index li p span {
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= bnr
----------------------------------------------- */
.bnr {
	margin: 0 13rem 8rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
}
.bnr a {
	display: block;
	color: #704535;
	background: #dbd3cf;
	text-align: center;
}
.bnr .set {
	padding: 4.5rem 0;
	font-size: 2.6rem;
}
.bnr .set .title {
	margin: 3rem 0 4rem;
	font-size: 3.6rem;
	font-weight: 700;
}
.bnr .set .play {
	margin: 0 6rem;
	padding: 2.5rem;
	border: 1px solid #704535;
	font-size: 2.4rem;
	letter-spacing: .32em;
}
@media print, screen and (min-width: 768px) {/* PC */
.bnr {
	max-width: 84rem;
	margin: 0 auto 7rem;
}
.bnr a {
	display: flex;
}
.bnr .img {
	width: 48rem;
}
.bnr .set {
	flex: 1;
}
.bnr .set {
	padding: 6rem 0 0;
	font-size: 1.6rem;
}
.bnr .set .title {
	margin: 3.5rem 0 3rem;
	font-size: 2.6rem;
}
.bnr .set .play {
	margin: 0 6rem;
	padding: 1.5rem;
	font-size: 1.4rem;
}
}/* @media */
/* -----------------------------------------------
= step
----------------------------------------------- */
.step {
	padding: 3rem;
	font-family: 'Noto Sans CJK JP Regular', sans-serif;
	font-weight: 400;
}
.step h2 {
	margin-bottom: 3rem;
	padding: 3rem 0;
	color: #fff;
	background: #928076;
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
	text-align: center;
}
.step p {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 1.6;
}
.step p span {
	font-weight: 700;
}
.step .block {
	margin-bottom: 5rem;
	border: .2rem solid #dbd3cf;
}
.step .block h3 {
	padding: 1rem;
	color: #704535;
	background: #dbd3cf;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.step .block.type01 .img,
.step .block.type02 .img {
	padding: 2rem;
}
.step .block.type02 ul {
	padding: 2rem;
}
.step .block.type02 li {
	margin-left: 1em;
	font-size: 2.2rem;
	line-height: 1.6;
	text-indent: -1em;
}
.step .block.type03 {
	border: none;
}
.step .block.type03 h3 {
	margin-bottom: .6rem;
}
.step .block.type03 > div > dl,
.step .block.type03 > div > div {
	margin: 0 0 .6rem;
	padding: 2.4rem 0 1.6rem;
	background-color: #f6f1ef;
	border: .2rem #dbd3cf solid;
	text-align: center;
	box-sizing: border-box;
}
.step .block.type03 > div dl dt {
	display: inline-block;
	margin: 0 auto 2.4rem;
	padding-left: 3rem;
	color: #333;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.3;
	text-indent: -3rem;
	white-space: nowrap;
}
.step .block.type03 > div dl dt img {
	margin-right: .6rem;
	vertical-align: middle;
	width: 2.4rem;
}
.step .block.type03 > div dl dt span {
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.6;
}
.step .block.type03 > div dl dd {
	display: block;
	text-align: center;
}
.step .block.type03 > div dl dd img {
	width: auto;
	height: 4.4rem;
}
.step .block.type03 > div > div span,
.step .block.type03 > div dl dd span {
	display: block;
	padding-top: 1rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}
.step .block.type03 > div > div > ul {
	display: flex;
}
.step .block.type03 > div > div > ul li {
	border-left: .2rem #999 dotted;
	flex: 1;
}
.step .block.type03 > div > div > ul li:first-child {
	border-left: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.step {
	max-width: 99.6rem;
	margin: 0 auto;
	padding: 0 3rem 4rem;
}
.step h2 {
	padding: 2.2rem 0;
	font-size: 3rem;
}
.step p {
	margin: 0 3rem 5rem;
	font-size: 1.8rem;
	line-height: 2;
}
.step .block {
	margin-bottom: 5.6rem;
	border-width: .1rem;
}
.step .block h3 {
	padding: 1.3rem;
	font-size: 2.2rem;
}
.step .block.type01 .img,
.step .block.type02 .img {
	padding: 4rem 3rem;
}
.step .block.type01 .img img,
.step .block.type02 .img img {
	max-width: 93.6rem;
	width: 100%;
}
.step .block.type02 ul {
	padding: 0 3rem 3rem;
}
.step .block.type02 li {
	font-size: 1.2rem;
}
.step .block.type03 h3 {
	margin-bottom: .3rem;
}
.step .block.type03 > div {
	display: flex;
	justify-content: space-between;
}
.step .block.type03 > div > dl,
.step .block.type03 > div > div {
	padding: 3rem 0;
	border-width: .1rem;
}
.step .block.type03 > div > div {
	width: calc(498 / 996 * 100%);
}
.step .block.type03 > div > dl {
	width: calc(245 / 996 * 100%);
}
.step .block.type03 > div dl dt {
	height: 5.5rem;
	margin: 0 auto;
	font-size: 2rem;
	white-space: normal;
}
.step .block.type03 > div dl dt span {
	font-size: 1.2rem;
}
.step .block.type03 > div > div span,
.step .block.type03 > div dl dd span {
	font-size: 1.2rem;
}
.step .block.type03 > div dl dd img {
	height: 4rem;
}
}/* @media */

/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
}/* media */

