@charset "UTF-8";

/* ======================================================
 * component.css
====================================================== */


/* section
------------------------------------------ */
.l-section {
	padding-inline: 60px;
}
/* PC */
@media screen and (min-width: 769px) {
  .l-section__inner {
    margin-inline: auto;
		max-width: 990px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
	.l-section {
		padding-inline: 16px;
	}
}


/* heading
------------------------------------------ */

/* c-pageTitle */
.c-pageTitle {
  background-image: url(/assetm/assets/images/common/bg_pagetitle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
	padding: 48px 60px;
}
.c-pageTitle__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.c-pageTitle h1 {
	font-weight: bold;
  line-height: 1.1;
}
.c-pageTitle h1 .maintext {
	font-family: var(--font-inter);
  font-size: 6rem;
  letter-spacing: 0.1em;
}
.c-pageTitle h1 .subtext {
  display: block;
  font-size: 3rem;
  margin-top: 20px;
}
/* PC */
@media screen and (min-width: 769px) {
	.c-pageTitle__inner {
		margin-inline: auto;
		max-width: 990px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.c-pageTitle {
		background-image: url(/assetm/assets/images/common/bg_pagetitle_sp.png);
		padding: 30px 40px;
	}
  .c-pageTitle h1 .maintext {
    font-size: 3.2rem;
  }
  .c-pageTitle h1 .subtext {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

/* c-pageTitle--type2 */
.c-pageTitle--type2 {
	background: #333;
	color: #fff;
	padding: 52px 60px;
	text-align: center;
}
.c-pageTitle--type2 h1 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.c-pageTitle--type2 h1 span {
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding-bottom: 8px;
}
/* SP */
@media screen and (max-width: 768px) {
	.c-pageTitle--type2 {
		padding: 45px 40px;
	}
	.c-pageTitle--type2 h1 {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0;
	}
}


/* text
------------------------------------------ */
.u-text-bold {
	font-weight: 600 !important;
}
.u-align-left {
	text-align: left !important;
}
.u-align-center {
	text-align: center !important;
}
.u-align-right {
	text-align: right !important;
}



/* link
------------------------------------------ */
a.c-text-link {
	color: #005BAC;
	text-decoration: underline;
}
* + [class^="c-button"] {
	margin-top: 46px;
}
[class^="c-button"] {
	position: relative;
	width: 250px;
}
[class^="c-button"][data-align="center"] {
	margin-left: auto;
	margin-right: auto;
}
[class^="c-button"][data-align="right"] {
	margin-left: auto;
}
[class^="c-button"] a {
	background: #fff;
	color: #005BAC;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	position: relative;
	text-align: center;
  transition: 0.3s ease-in-out;
	z-index: 0;
}
[class^="c-button"] a span {
	display: inline-block;
	padding-right: 80px;
	position: relative;
}
[class^="c-button"] a span:after {
	background-image: url(/assetm/assets/images/common/icon_arrow_right_blue.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	content: "";
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  transition: 0.3s ease-in-out;
	right: 0;
	width: 28px;
}
/* PC */
@media screen and (min-width: 769px) {
	[class^="c-button"][data-align-pc="center"] {
		margin-left: auto;
		margin-right: auto;
	}
	[class^="c-button"][data-align-pc="right"] {
		margin-left: auto;
	}
	[class^="c-button"] a:before {
		background: #005BAC;
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.3s ease-in-out;
		width: 0;
		z-index: -1;
	}
	[class^="c-button"] a:hover {
		background: transparent;
		color: #fff;
		opacity: 1;
	}
	[class^="c-button"] a:hover:before {
		width: 100%;
	}
	[class^="c-button"] a:hover span:after {
		background-image: url(/assetm/assets/images/common/icon_arrow_right_white.svg);
		transform: translateX(10px) translateY(-50%);
	}
}
/* SP */
@media screen and (max-width: 768px) {
	* + [class^="c-button"] {
		margin-top: 24px;
	}
	[class^="c-button"] {
		width: 200px;
	}
	[class^="c-button"] a {
		font-size: 1.6rem;
		padding: 7px 18px;
		text-align: left;
	}
	[class^="c-button"] a span {
		display: block;
		padding-right: 34px;
	}
	[class^="c-button"] a span:after {
		height: 12px;
		width: 22px;
	}
}



/* c-block-keyvisual
------------------------------------------ */
.c-block-keyvisual__text {
	font-weight: bold;
}
.c-block-keyvisual__text .text-catch {
	font-size: 4.8rem;
	line-height: 1.875;
}
.c-block-keyvisual__bg img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
/* PC */
@media screen and (min-width: 769px) {
	.c-block-keyvisual {
		color: #fff;
		height: 600px;
		overflow: hidden;
		padding-inline: 60px;
		position: relative;
		z-index: 0;
	}
	.c-block-keyvisual:before,
	.c-block-keyvisual:after {
		background: #333;
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.c-block-keyvisual:before {
		mix-blend-mode: multiply;
		opacity: 0.4;
		left: 0;
		z-index: -1;
	}
	.c-block-keyvisual:after {
		right: 0;
		transition: 0.3s ease-in-out;
		z-index: 0;
	}
	.c-block-keyvisual.is-active:after {
		width: 0;
	}
	.c-block-keyvisual__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		position: relative;
		margin-inline: auto;
		max-width: 990px;
		z-index: 1;
	}
	.c-block-keyvisual__text .text-summary {
		font-size: 2rem;
		line-height: 2;
		margin-top: 40px;
	}
	.c-block-keyvisual__bg {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: 100%;
		z-index: -2;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.c-block-keyvisual {
		position: relative;
	}
	.c-block-keyvisual__bg {
		height: 240px;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}
	.c-block-keyvisual__bg:before,
	.c-block-keyvisual__bg:after {
		background: #333;
		content: "";
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.c-block-keyvisual__bg:before {
		mix-blend-mode: multiply;
		opacity: 0.4;
		left: 0;
		z-index: 0;
	}
	.c-block-keyvisual__bg:after {
		right: 0;
		transition: 0.3s ease-in-out;
		z-index: 1;
	}
	.c-block-keyvisual.is-active .c-block-keyvisual__bg:after {
		width: 0;
	}
	.c-block-keyvisual__text .text-catch {
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 2rem;
		line-height: 2;
		padding-left: 40px;
		padding-right: 35px;
		position: absolute;
		height: 240px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.c-block-keyvisual__text .text-summary {
		font-size: 1.4rem;
		padding: 32px 40px;
	}
}



/* breadcrumb
------------------------------------------ */
.l-breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #C9C9C9;
	padding: 6px 60px;
	width: 100%;
}
.l-breadcrumb > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
}
.l-breadcrumb > ul li {
	font-size: 1.2rem;
}
.l-breadcrumb > ul li + li {
	margin-left: 8px;
	padding-left: 16px;
	position: relative;
}
.l-breadcrumb > ul li + li:before {
  border-top: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  content: "";
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
}
/* SP */
@media screen and (max-width: 768px) {
	.l-breadcrumb {
		padding: 4px 16px;
	}
}