@charset "utf-8";
/*
 index.css
*/
/*--------------------------------------------------

  =  Home(hm_)

--------------------------------------------------*/
/*--------------------------------------------------
  = hm_main
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_main {
		padding-bottom: 9.2rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_main {
		padding-bottom: 7.5rem;
	}
}
/*--------------------------------------------------
  = hm_mv
--------------------------------------------------*/
.hm_mv {
	position: relative;
}
.hm_mv img {
	width: 100%;
	object-fit: cover;
}
.hm_mv_cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	transform: translateY(-50%);
}
.hm_mv_ttl {
	text-shadow: 0 0 1rem rgba(10, 30, 55, 0.9);
}
html:lang(en) .hm_mv_ttl {
	line-height: 1.1;
}
.hm_mv_txt {
	text-shadow: 0 0 1rem rgba(10, 30, 55, 0.9);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_mv {
		max-height: 80rem;
		height: calc(100vh - 12.5rem);
	}
	.hm_mv img {
		max-height: 80rem;
        height: calc(100vh - 12.5rem);
	}
	.hm_mv_cnt {
        height: 70%;
		padding: 7.4rem 8rem 0;
		line-height: 1.167;
	}
	.hm_mv_ttl {
		margin-bottom: 2.4rem;
		font-size: calc(100% + 4.4rem);
		letter-spacing: .12em;
	}
	.hm_mv_txt {
		font-size: calc(100% + .8rem);
		letter-spacing: .08em;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_mv {
		height: 40rem;
	}
	.hm_mv img {
		height: 40rem;
	}
	.hm_mv_cnt {
        height: 80%;
		padding: 2.8rem 1rem 0;
		line-height: 1.167;
	}
	.hm_mv_ttl {
		margin-bottom: 1rem;
		font-size: 2.3rem;
		letter-spacing: .04em;
	}
	.hm_mv_txt {
		font-size: 1.3rem;
		letter-spacing: .1em;
	}
}
/* -----------------------------------------------
= hm_emg
----------------------------------------------- */
.hm_emg {
	position: relative;
}
.hm_emg_ctr {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.hm_emg_ttl {
	position: relative;
    z-index: 1;
	background: #ac0e2d;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.hm_emgPostUnits {
	background: #fff;
}
.hm_emgPostUnits a{
  display: block;
  box-sizing: border-box;
}
.hm_emgPost time {
	color: #595959;
}
.hm_emgPost p {
	color: #a40000;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_emg {
		padding: 0 0 2.9rem;
	}
	.hm_emg_ctr {
		display: flex;
    align-items: stretch;
		max-width: 110rem;
		margin: -2.8rem auto 0;
		box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, 0.2);
		border-radius: .5rem;
	}
	.hm_emg_ttl {
    min-width: 24rem;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 2rem 2.5rem;
		font-size: calc(100% + .2rem);
	}
	.hm_emgPostUnits {
    flex: 1;
		position: relative;
		line-height: 1.5;
    padding: 0.8rem 0;
	}
	.hm_emgPostUnits a{
		width: 100%;
		padding: 0.8rem 5rem 0.8rem 2.7rem;
    position: relative;
	}
	.hm_emgPostUnits a::after {
		content: '';
		position: absolute;
    top: calc(50% - .5rem);
    right: 2.3rem;
		width: 1.1rem;
		height: 1.3rem;
		background: #a40000;
		clip-path: polygon(0 0,100% 50%,0 100%);
	}
	.hm_emgPost time {
		margin-right: 2.3rem;
	}
	.hm_emgPost p {
		flex: 1;
		display: inline-block;
		position: relative;
	}
	/* hover */
	.hm_emgPost:hover p {
		text-decoration: underline;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_emg {
		margin: 0 1.8rem;
		padding: 0 0 1.85rem;
	}
	.hm_emg_ttl {
		margin: 0 2rem;
    padding: .9rem 1rem 1.2rem;
		border-radius: .25rem;
    font-size: 1.4rem;
	}
	.hm_emgPostUnits {
    margin-top: -1.8rem;
		padding: 2.95rem 1.35rem 1.8rem;
		border-radius: .5rem;
		box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.1);
		border-radius: .5rem;
	}
	.hm_emgPostUnits li{
    margin-bottom: 0.5rem;
	}
	.hm_emgPostUnits li:last-child{
    margin-bottom: 0;
	}
	.hm_emgPost p {
		margin-top: .3rem;
	}	  
}
/*--------------------------------------------------
  = hm_guide
--------------------------------------------------*/
.hm_guide {
	position: relative;
}
.hm_guide::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background: #edf4fb;
	z-index: -1;
}
.hm_guide_heading {
	color: #00479e;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_guide {
		margin-bottom: 7rem;
		padding-bottom: 2.7rem;
	}
	.hm_guide::before {
		top: -6.1rem;
        height: calc(100% + 6.1rem);
	}
	.hm_guide_heading {
		margin-bottom: 2rem;
		font-size: calc(100% + 1rem);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_guide {
		margin-bottom: 3.4rem;
		padding-bottom: 2rem;
	}
	.hm_guide::before {
        top: -14.6rem;
        height: calc(100% + 14.6rem);
	}
	.hm_guide_heading {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
}
/*--------------------------------------------------
  = hm_topics
--------------------------------------------------*/
.hm_topics {
	position: relative;
}
.hm_topics_ttl {
	display: inline-block;
	line-height: 1;
}
.hm_topics_ttl::first-letter {
	color: #00479e;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_topics {
		margin-bottom: 8.7rem;
	}
	.hm_topics_ttl {
		margin-left: .8rem;
		font-size: calc(100% + 3.8rem);
	}
	.hm_topics_body {
		margin-top: -5.2rem;
	}
	.hm_topics .el_btn {
		margin-top: 4.4rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_topics {
		margin-bottom: 4rem;
	}
	.hm_topics_header {
		margin-bottom: 1.3rem;
		text-align: center;
	}
	.hm_topics_ttl {
		line-height: 1;
		font-size: 3.5rem;
	}
	.hm_topics .el_btn {
		margin-top: 2.8rem;
	}
}
/*--------------------------------------------------
  = hm_bnr
--------------------------------------------------*/
.hm_bnr_ttl {
	position: relative;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.hm_bnr_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccdaec;
	transform: translateY(-50%);
}
.hm_bnr_ttl span {
	position: relative;
	background: #fff;
	z-index: 1;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.hm_bnr_ttl {
		margin-bottom: 3.5rem;
		font-size: 3.2rem;
	}
	.hm_bnr_ttl span {
		padding: 0 2.6rem;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.hm_bnr_ttl {
		margin-bottom: 2.7rem;
		font-size: 2.1rem;
	}
	.hm_bnr_ttl span {
		padding: 0 1.2rem;
	}
}
/*--------------------------------------------------
  = 
--------------------------------------------------*/
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
}