@charset "utf-8";
/*
 the-story-of-my-journey/index.css
*/
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title {
	height: auto;
}
.page_title .img img {
	height: calc(500 / 390 * 100vw);
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title .img img {
	height: auto;
}
}/* @media */
/* -----------------------------------------------
= lead
----------------------------------------------- */
.lead {
	padding: 0 2rem 4.7rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.lead {
	padding: 4rem 4rem 8rem;
	line-height: 3.6rem;
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= btn
----------------------------------------------- */
.block_story {
	margin-bottom: 4rem;
	padding-inline: 1rem;
	letter-spacing: .02em;
}
.block_story .btn {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1rem 1rem 0 0;
	aspect-ratio: 370 / 380;
	text-align: left;
}
.block_story.story01 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story01_sp.jpg);
}
.block_story.story02 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story02_sp.jpg);
}
.block_story.story03 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story03_sp.jpg);
}
.block_story.story04 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story04_sp.jpg);
}
.block_story .btn .num {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: .5rem 1.2rem;
	color: #fff;
	background: #D6082E;
	border-radius: 1rem 0 1rem 0;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
}
.block_story .btn .num::before,
.block_story .btn .num::after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: url(../../img/shared/bg_round_red.svg) no-repeat 50% / cover;
	transform: rotate(90deg);
}
.block_story .btn .num::before {
	bottom: -1rem;
	left: 0;
}
.block_story .btn .num::after {
	top: 0;
	right: -1rem;
}
.block_story .btn .title {
	position: absolute;
	left: 1rem;
	bottom: 10rem;
}
.block_story .btn .title span {
	background: #fff;
	font-size: 2.4rem;
	line-height: 4rem;
}
.block_story .btn .set {
	position: absolute;
	left: 2rem;
	bottom: 1rem;
}
.block_story .btn .name {
	display: block;
	margin-bottom: .6rem;
	font-family: "Lato", sans-serif;
	font-size: 1.6rem;
}
.block_story .btn .division {
	display: block;
	font-size: 1.1rem;
	line-height: 1.6rem;
}
.block_story .btn .more {
	display: inline-block;
	position: absolute;
	right: 1rem;
	bottom: 1.5rem;
	padding: .5rem 4.2rem .5rem 1.5rem;
	color: #fff;
	background: #292929;
	border: 1px solid #292929;
	border-radius: 3em;
	font-size: 1.2rem;
	line-height: 1.3;
}
.block_story .btn .more::before,
.block_story .btn .more::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 1.2rem;
	height: 1px;
	background: #fff;
}
.block_story .btn .more::after {
	transform: rotate(90deg);
}
.block_story .btn.is-active .more {
	color: #292929;
	background: #fff;
}
.block_story .btn.is-active .more::before,
.block_story .btn.is-active .more::after {
	background: #292929;
}
.block_story .btn.is-active .more::after {
	display: none;
}
.block_story.story04 .btn .set {
	bottom: .5rem;
}
.block_story.story04 .btn .title {
	bottom: 8rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.block_story {
	max-width: 112rem;
	margin: 0 auto 6rem;
	padding-inline: 2rem;
}
.block_story .btn {
	aspect-ratio: 1120 / 280;
}
.block_story.story01 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story01_pc.jpg);
}
.block_story.story02 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story02_pc.jpg);
}
.block_story.story03 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story03_pc.jpg);
}
.block_story.story04 .btn {
	background-image: url(../../img/the-story-of-my-journey/index_bg_story04_pc.jpg);
}
.block_story .btn .title {
	left: 4rem;
	bottom: 13.3rem;
}
.block_story .btn .title span {
	font-size: 3rem;
	line-height: 5rem;
}
.block_story .btn .set {
	left: 4rem;
	bottom: 4rem;
}
.block_story .btn .name {
	margin-bottom: .8rem;
	font-size: 1.8rem;
}
.block_story .btn .division {
	font-size: 1.2rem;
	line-height: 2rem;
}
.block_story .btn .more {
	right: 3rem;
	bottom: 3rem;
	padding: .5rem 5.1rem .5rem 1.8rem;
	font-size: 1.4rem;
}
.block_story .btn .more:hover {
	color: #292929;
	background: #fff;
}
.block_story .btn .more:hover::before,
.block_story .btn .more:hover::after {
	background: #292929;
}
.block_story .btn.is-open .more:hover {
	color: #fff;
	background: #292929;
}
.block_story .btn.is-open .more:hover::before,
.block_story .btn.is-open .more:hover::after {
	background: #fff;
}
.block_story.story04 .btn .set {
	bottom: 4rem;
}
.block_story.story04 .btn .title {
	bottom: 13.3rem;
}
}/* @media */
/* -----------------------------------------------
= article
----------------------------------------------- */
.article_story {
	background: #fff;
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s ease;
}
.article_inner {
	margin-bottom: .8rem;
	padding: 4rem 1rem 3.2rem;
	background: #fff;
}
.article_inner h2 {
	margin-bottom: 2.8rem;
	color: #D6082E;
	font-size: 1.6rem;
}
.article_inner h2 .en {
	font-family: "Lato", sans-serif;
}
@media print, screen and (min-width: 768px) {/* PC */
.article_inner {
	margin-bottom: 0;
	padding: 6rem 6rem 8rem;
}
.article_inner h2 {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	display: grid;
	grid-template-columns: auto calc(210 / 390 * 100vw);
	gap: 2rem;
	margin-bottom: 6rem;
}
.profile h2 {
	grid-column: 1;
}
.profile img {
	grid-column: 2;
	border-radius: .5rem;
}
.profile p {
	grid-column: span 2;
	grid-row: 2;
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	grid-template-columns: auto calc(660 / 1000 * 100%);
	margin-bottom: 8rem;
}
.profile h2 {
	grid-column: 1;
}
.profile p {
	grid-column: 2;
	grid-row: 1;
}
}/* @media */
/* -----------------------------------------------
= theme
----------------------------------------------- */
.theme {
	margin-bottom: 6rem;
}
.theme .img {
	position: relative;
	max-width: 35rem;
	margin: 0 auto 3rem;
}
.theme .img img {
	display: block;
	object-fit: cover;
}
.theme .img img:nth-child(2) {
	width: 16.5rem;
	height: 21.8rem;
	margin-top: -5rem;
}
.theme.type02 .img img:nth-child(2) {
	margin-left: auto;
}
.theme .img img:nth-child(3) {
	position: absolute;
	right: 1rem;
	bottom: 1.5rem;
	width: 19rem;
	height: 14rem;
	object-position: 50% 0;
}
.theme h3 {
	margin-bottom: 1.5rem;
	padding: 1.5rem 2rem;
	color: #fff;
	background: #D6082E;
	border-radius: 2.5rem 2.5rem 2.5rem 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.theme .answer {
	margin-bottom: 3rem;
	padding: 1.5rem 2rem;
	border: 1px solid  #D6082E;
	border-radius: 2.5rem 0 2.5rem 2.5rem;
}
.theme .answer h4 {
	margin-bottom: .8rem;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.theme .answer p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.1rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.theme {
	margin-bottom: 8rem;
}
.theme .inner {
	display: flex;
	gap: 0 4rem;
}
.theme .img {
	width: 44rem;
	max-width: none;
	margin: 0;
}
.theme .set {
	flex: 1;
}
.theme.type01 .img {
	order: 2;
}
.theme.type01 .set {
	order: 1;
}
.theme .img img:nth-child(2) {
	width: 29.9rem;
	height: 34rem;
	margin-top: 0;
}
.theme .img img:nth-child(3) {
	position: relative;
	right: 0;
	bottom: 0;
	width: 22rem;
	height: 27.6rem;
	margin: -15rem 0 0 auto;
}
.theme h3 {
	margin-bottom: 2rem;
	padding: 1.8rem 2.5rem;
	border-radius: 3rem 3rem 3rem 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.theme .answer {
	margin-bottom: 4rem;
	padding: 1.8rem 2.5rem;
	border-radius: 3rem 0 3rem 3rem;
}
.theme .answer h4 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.theme .answer p {
	line-height: 2.4rem;
}
}/* @media */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column h2 {
	text-align: center;
}
.column h2 .jp {
	display: block;
	color: #292929;
	font-size: 2.4rem;
	line-height: 3.6rem;
}
.column .set {
	padding: 3rem 2rem;
	color: #fff;
	background: url(../../img/the-story-of-my-journey/index_bg_column_sp.jpg) no-repeat 50% / cover;
}
.column .set h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 3.6rem;
	text-align: center;
}
.column .set p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.column h2 .jp {
	font-size: 3rem;
	line-height: 5.1rem;
}
.column .inner {
	display: flex;
}
.column img {
	width: calc(460 / 1000 * 100%);
}
.column .set {
	flex: 1;
	padding: 5rem 4rem;
	background: url(../../img/the-story-of-my-journey/index_bg_column_pc.jpg) no-repeat 50% / cover;
}
.column .set h3 {
	margin-bottom: 4rem;
	font-size: 2.4rem;
}
.column .set p {
	font-size: 1.6rem;
	line-height: 3rem;
}
}/* @media */
/* -----------------------------------------------
= close
----------------------------------------------- */
.close {
	width: 100%;
	padding-block: 1.1rem;
	color: #fff;
	background: #292929;
	border: 1px solid #292929;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.close {
	padding-block: 2rem;
}
.close:hover {
	color: #292929;
	background: #fff;
}
}/* @media */
