@charset "UTF-8";

/* 共通設定 ----------------- */
:root {
	--hato_red_color: #e60012;
	--hato_blue_color: #00a0e9;
}

* {
	margin: 0;
	padding: 0;
}

#project_hatomamire {
	color: #000000;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	background: #ffffff;
}
#project_hatomamire img {
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
#project_hatomamire a {
	text-decoration: none;
	cursor: pointer;
}
#project_hatomamire a:hover {
	opacity: .8;
}
#project_hatomamire br.sp{
	display: block;
}
#project_hatomamire ul {
	list-style: none;
}
#project_hatomamire .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
}
#project_hatomamire .row {
	padding: 32px 25px;
}
#project_hatomamire h1 {
	color: #231815;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #fff;
	margin: 0px;
	padding: 20px 15px;
}
#project_hatomamire h2,
#project_hatomamire h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 32px 0;
}
#project_hatomamire .title {
	background: transparent;
	border-left: solid 5px;
	padding: 0.25em 0.5em;
}
#project_hatomamire .txt_b {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
#project_hatomamire .txt_b span {
	display: inline-block;
}
#project_hatomamire section {
	border-bottom: 1px solid var(--hato_blue_color);
}
#project_hatomamire section:last-child {
	border-bottom: none;
}
#project_hatomamire section .inner > p {
	margin-left: 1rem;
}
#project_hatomamire .mt_1rem {
	margin-top: 1rem;
}
#project_hatomamire .ib {
	display: inline-block;
}
#project_hatomamire .kv_area .inner img {
	margin: 0 auto;
}

/* read_area ----------------- */
#project_hatomamire .read_area {
	padding-bottom: 5%;
}
#project_hatomamire .read_area p {
	text-align: center;
}
#project_hatomamire .read_area > div {
	max-width: 900px;
	background-color: var(--hato_blue_color);
	margin: 2em auto 1em;
	padding: 1em;
}
#project_hatomamire .read_area > h2 {
	text-align: center;
	margin: 1em auto 0;
}
#project_hatomamire .read_area > p {
	text-align: left;
	width: 90vw;
	max-width: 900px;
	margin: 1em auto 0;
}
#project_hatomamire .read_area > div h2 {
	color: #ffffff;
	line-height: 1;
	text-align: center;
	margin: 0 auto 0;
}
#project_hatomamire .read_area > div div {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	margin: 0.5em auto 0;
	padding: 1em;
}
#project_hatomamire .read_area > div p {
	font-size: 1.5em;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.25;
}
#project_hatomamire .read_area > div p span {
	color: var(--hato_red_color);
}
#project_hatomamire .read_area > div p br{
	display: block;
}
#project_hatomamire .read_area > div .txtCmSn {
	color: var(--hato_red_color);
	font-size: 2.5em;
	margin: 0 auto 0.25em;
}

/* item_area_inner  ----------------- */
#project_hatomamire .item_area {
	border-top: 1px solid var(--hato_red_color);
}
#project_hatomamire .item_area_inner {
	display: block;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	display: block;
}
#project_hatomamire .item_area_inner li {
	display: block;
	width: 100%;
	max-width: 550px;
	border-radius: 14px;
	background-color: #ffffff;
	margin-bottom: 32px;
	padding-bottom: 2em;
}
#project_hatomamire .item_area_inner li.a {
	border: 10px solid var(--hato_blue_color);
	margin: 0 auto 32px;
}
#project_hatomamire .item_area_inner li img {
	width: 90%;
	max-width: 500px;
	margin: 1.5em auto 0;
}
#project_hatomamire .item_area_inner li h4 {
	color: var(--hato_blue_color);
	font-size: 20px;
	font-weight: 600;
	margin: 0.5em auto 0;
}
#project_hatomamire .item_area_inner li h4 span {
	font-size: 18px;
}
#project_hatomamire .item_area_inner li .item_txt {
	width: fit-content;
	margin: 1em auto 0;
}
#project_hatomamire .item_area_inner li .item_txt p {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	font-feature-settings: "palt";
	width: fit-content;
	margin: 0 0 0 auto;
}
#project_hatomamire .item_area_inner li .item_txt p span {
	font-size: 0.75em;
}

/* info_area/attention_area  ----------------- */
#project_hatomamire .info_area ul,
#project_hatomamire .attention_area ul {
	margin-top: 32px;
}
#project_hatomamire .num_area {
	margin: 32px 0 0 1rem;
}
#project_hatomamire .num_area .info_block {
	margin-top: 0;
}
#project_hatomamire .info_block li {
	text-indent: -1rem;
	margin-left: 1rem;
}
#project_hatomamire .info_block li a {
	color: var(--hato_red_color);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 6px;
}
#project_hatomamire .li_kome li::before {
	content: "※";
}
#project_hatomamire .li_dot li::before {
	content: "・";
	display: inline;
}
#project_hatomamire ul.info_ster:not(:last-child) {
	margin-bottom: 32px;
}
#project_hatomamire .img_niyoso {
	width: 100%;
	max-width: 600px;
	margin-top: 32px;
}
#project_hatomamire .num_area .txt_b {
	text-indent: -1rem;
	margin: 0 0 5px 1rem;
}
#project_hatomamire .num_area .txt_b::before {
	display: inline;
}
#project_hatomamire .num_area .txt_b.num1::before {
	content: "①";
}
#project_hatomamire .num_area .txt_b.num2::before {
	content: "②";
}
#project_hatomamire .num_area .txt_b.num3::before {
	content: "③";
}
#project_hatomamire .attention_area {
	color: #333333;
	background-color: #F0F0F0;
	border-bottom: none;
}
#project_hatomamire .attention_area .title {
	border-left: solid 5px;
}
#project_hatomamire .attention_area li a {
	color: #333333;
}

/* bottom_area  ----------------- */
#project_hatomamire .bottom_area {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#project_hatomamire .bottom_area ul {
	margin-top: 32px;
}
#project_hatomamire .bottom_area ul li a {
	color: #231815;
	background-color: #ffffff;
	display: block;
	width: 100%;
	max-width: 600px;
	border-radius: 14px;
	margin: 0 auto 0;
	padding: 15px 0 15px;
}
#project_hatomamire .bottom_area ul li a.apply {
	color: #ffffff;
	width: 90%;
	border-radius: 100px;
	background-color: var(--hato_red_color);
	margin-top: 1em;
}


/* 画面サイズが768pxからはここを読み込む */
@media screen and (min-width:768px) {
	/* 共通設定 ----------------- */
	#project_hatomamire {
		font-size: 18px;
	}
	#project_hatomamire br.sp{
		display: none;
	}
	#project_hatomamire .row {
		padding: 62px 25px;
	}
	#project_hatomamire h1 {
		font-size: 32px;
	}
	#project_hatomamire h2,
	#project_hatomamire h3 {
		font-size: 32px;
		margin-bottom: 42px;
	}
	#project_hatomamire .txt_b {
		font-size: 22px;
	}

	/* read_area ----------------- */
	#project_hatomamire .read_area > div p br{
		display: none;
	}

	/* item_area_inner  ----------------- */
	#project_hatomamire .item_area_inner {
		display: flex;
		justify-content: space-between;
	}
	#project_hatomamire .item_area_inner li {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: calc((100% - (1em * 2)) / 3);
		max-width: 47%;
		margin-bottom: 32px;
	}
	#project_hatomamire .item_area_inner li > a {
		padding-bottom: 80px;
	}
	#project_hatomamire .item_area_inner li div {
		display: block;
		width: 100%;
	}
	#project_hatomamire .item_area_inner li h4 {
		font-size: 26px;
	}
	#project_hatomamire .item_area_inner li h4 span {
		font-size: 22px;
	}
	#project_hatomamire .item_area_inner li .item_txt p {
		font-size: 22px;
	}
	#project_hatomamire .info_area .txt_b {
		font-size: 22px;
	}
	#project_hatomamire .bottom_area {
		font-size: 22px;
	}

	/* info_area/attention_area  ----------------- */
	#project_hatomamire .info_area ul,
	#project_hatomamire .attention_area ul {
		margin-top: 42px;
	}
	#project_hatomamire .num_area {
		margin-top: 42px;
	}
	#project_hatomamire .img_niyoso {
		margin: 42px 0 0 1rem;
	}
	#project_hatomamire .info_block li a {
		margin-left: 3px;
	}

	/* bottom_area  ----------------- */
	#project_hatomamire .bottom_area {
		font-size: 22px;
	}
	#project_hatomamire .bottom_area ul {
		margin-top: 42px;
	}
	#project_hatomamire .bottom_area ul li a.apply {
		width: 70%;
		margin-top: 2em;
	}
}