@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #0182DE;
	--color-primary-shade: #111;
	--color-primary-tint: #A8D2FC;
	--color-secondary: #E6F3FF;
	--color-secondary-tint: #eee;
	--color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1600px;
	--max-wide: calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner: calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #111;
	--header-color-primary: #0182DE;
	--header-color-primary-shade: #111;
	--header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #111;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: "Montserrat", sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

.bg_re {
	position: relative;
}

.bg_max {
	margin-left: var(--max-wide);
	margin-right: var(--max-wide);
}

.w_fit {
	max-width: fit-content
}

.flex_wrap {
	flex-wrap: wrap;
}

.gap_col_row {
	row-gap: 3em;
}

.txt_red {
	color: red;
}

.txt_white {
	color: white;
}

.ap_1 img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.ap_3_2 img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.ap_8_5 img {
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}

.min_txt,
.post .min_txt {
	font-size: 2.2rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-primary-shade);
}

.em_txt,
.post .em_txt {
	font-size: var(--rem24w);
	color: var(--color-primary);
}

.post p {
	line-height: 2.0;
}



/*================================================
					事業内容
================================================*/

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*--teleco_v1------------------------------*/

.teleco_v1 h2 {
	width: 100%;
}

.teleco_v1 .w50.image_box {
	position: relative;
	overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}

.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px);
	/* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}

	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}

.flexinnerBtn {
	align-self: normal;
}

@media print,
screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box {
		margin-bottom: 0;
	}

	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}

	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom: 0;
	}
}


/*================================================
					会社概要
================================================*/

/*--見出し--------------------------------------------*/

.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
	/* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
	/* 120-65px auto 50-35px (1920-375) */
}

.post .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}

.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
	border-width: 1px 0;
	border-color: var(--color-table-border);
}

.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
	/* 30-20px (1920-375) */
}

.post table.table_style02 th,
.post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
	/* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
	background: var(--color-secondary);
}

.post table.table_style02:first-child {
	margin-top: 0;
}

.post table.table_style02:last-child {
	margin-bottom: 0;
}

.post table th {
	background: var(--color-secondary);
}

.wpcf7-form .must {
	background: #ff6767;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}

.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.post .list_style01 li:nth-child(odd) {
	background: #eee;
}

@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}

	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
	/* 120-80px (1920-375) */
	background: #fafafa;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');
*/
/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
	/* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
	/* 120-80px (1920-375) */
	background: #fafafa;
}

.post .widecolor>h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01>li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}

.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
	/* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}

@media screen and (min-width: 769px) {
	ul.box_style01>li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}

a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}

a.external.ico_phone::after,
a.external.ico_mail::after {
	content: none;
}

/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}

.post table.table_style04,
.post table.table_style04 th,
.post table.table_style04 td {
	border: none;
}

table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}

table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}

table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
	padding: 50px 30px;
}

table.table_style04 th {
	position: relative;
	z-index: 0;
}

table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-secondary);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}

table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}

table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

@media print,
screen and (max-width: 768px) {

	table.table_style04 th,
	table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}

	table.table_style04 th {
		width: 32%;
	}

	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
	padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);
	/*80px-40px (1920-375)x*/
	text-align: center;
	background: transparent;
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
	border: solid 2px var(--color-primary);
}

.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem);
	/* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px);
	/* 120-65px auto 50-35px (1920-375) */
}

.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}

.contact_read {
	margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	/*30px-15px (1920-375)*/
	text-align: center;
}

.button_wrap,
.post .button_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button_wrap>*,
.post .button_wrap>* {
	margin: 10px !important;
}

.contact_area .linkBtn,
.contact_area .post .linkBtn {
	padding: 0;
}

.contact_area li.linkBtn {
	max-width: 250px;
}

.contact_area li.linkBtn a {
	color: var(--color-font);
	padding: 0;
	display: block;
}

/*header*/
@media print,
screen and (min-width: 1024px) {

	nav#mainNav ul li a span,
	nav#mainNav ul li.current-menu-item a span,
	nav#mainNav ul li a:hover span,
	nav#mainNav ul li.current-menu-item a:hover span {
		color: var(--header-color-primary);
		font-weight: 400;
	}

	nav#mainNav ul li a:hover b,
	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li.current-menu-item a:hover b {
		color: var(--header-color-primary-shade);
	}

	#header a.head_btn.tel_btn {
		color: var(--header-color-primary);
		background: white;
	}

	nav#mainNav ul li.current-menu-item a::before,
	nav#mainNav ul li a:hover::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 15px;
		margin: 0 auto;
		display: block;
		height: 5px;
		width: 5px;
		border-radius: 1000%;
		background: var(--header-color-primary);
	}

	#header a.head_btn:hover {
		background: var(--header-color-primary);
		opacity: 0.8;
	}

	#header a.head_btn.tel_btn:hover {
		background: white;
		opacity: 0.7;
	}
}

/*blog-list*/
#front_top_content,
#front_bottom_content {
	background: transparent;
}

#front-sectionPost {
	width: 100%;
	margin: 0;
}

#wrapper {
	width: 90%;
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
	background: var(--color-primary);
	padding: 7.5px 15px;
}

.post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
	color: var(--color-primary-shade);
}

.post4b_img img {
	/* border-radius:20px; */
}

#front-sectionPost {
	max-width: unset;
}

.postlist .time a {
	color: var(--color-font);
}

/*h1*/
h1.title,
.post h1 {
	font-size: var(--rem60);
	color: var(--color-primary);
	font-weight: 600;
	font-family: var(--body-font-family);
}

h1.title .sub_ttl,
.post h1 .sub_ttl {
	font-size: var(--rem18);
	color: var(--color-font);
	font-family: var(--body-font-family);
	font-weight: 500;
}

h1.title {
	font-size: var(--px30w);
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
}

h1.title .sub_ttl,
.post h2 .sub_ttl {
	display: block;
	font-size: var(--rem48w);
	font-family: var(--body-font-family);
	font-weight: 500;
	color: var(--color-primary);
}

header#h1Header h1.title {
	font-family: var(--font-family01);
	font-size: var(--px50);
	font-weight: 500;
}

/*h2*/
.post h2 {
	font-family: var(--body-font-family);
	color: var(--color-font);
	font-weight: 400;
	font-size: var(--rem30);
	line-height: 1.2;
}

.post h2::after {
	content: none;
}

/*header*/
#thumbImg::before,
header#h1Header::before {
	background: #0182DE;
}

/*footer*/
#footer {
	background: url(/wp-content/uploads/footer-bg.png);
	background-size: cover;
}

#copyright {
	background: transparent;
}

#footer .footnav:not(:last-child) {
	margin-bottom: 0px;
}

#footer .footer__logo img {
	max-width: 180px;
}

#footer .footnav ul>li::before {
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--footer-color-font);
	border-bottom: 1px solid var(--footer-color-font);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	background: transparent;
}

#footer .footnav ul>li::before {
	left: -0.5em;
}

#footer .footnav ul>li::after {
	content: none;
}

/*linkBtn*/
.linkBtn,
.post .linkBtn,
a.linkBtn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	color: var(--color-font);
	line-height: 1.8;
	text-align: left;
	background: none;
	padding: 15px 10px;
	margin: 0 auto;
	border-radius: 0;
	transition: all .3s;
	border-bottom: solid 2px;
	font-weight: 500;
	cursor: pointer;
}

.linkBtn a {
	color: #fff;
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
	background: none;
	color: var(--color-font);
	opacity: 0.8;
}

.linkBtn:hover::before,
.post .linkBtn:hover::before,
a.linkBtn:hover::before {
	opacity: 0.8;
}

.linkBtn input[type="submit"],
.post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}

.linkBtn::after,
input.linkBtn::after,
.post .linkBtn::after,
a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}

.linkBtn::before,
input.linkBtn::before,
.post .linkBtn::before,
a.linkBtn::before {
	content: '';
	position: absolute;
	top: 20%;
	right: 0em;
	width: 35px;
	height: 35px;
	background: #88E7BC;
	border-radius: 100%;
	z-index: 0;
}

d.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
}

.post .subimitarea .linkBtn input[type="submit"] {
	text-align: left;
	padding: 0;
}

input[type="submit"] {
	color: var(--color-font);
	text-align: left;
}

@media print,
screen and (max-width: 1600px) {
	.inner {
		width: 90%;
	}
}

/*top*/
.top01 {
	background: url(https://blessing-coltd.com/wp-content/uploads/top01_bg.png);
	padding-top: 30rem;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 10rem;
}

.top01 h2 {
	font-weight: 600;
}

.top01 h2 .sub_ttl {
	margin-top: 2rem;
	font-weight: 500;
}

.top01 .inner {
	padding: 5% 15%
}

.w33 {
	width: 33.3%;
}

.top02 .link_item {
	width: 100%;
	margin: 0;
	border: none;
	position: relative;
}

.top02 .link_item_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 2/3;
}

.top02 .link_item_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.top02 li .link_item_img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71, 170, 240, 0.7);
	pointer-events: none;
}

.top02 li:nth-child(even) .link_item_img:after {
	background: rgba(179, 209, 225, 0.5);
}

.top02 .link_item_img img {
	position: absolute;
	width: 100%;
	max-width: initial;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

.top02 .link_item a:hover .link_item_img img {
	width: 120%;
	height: 120%;
}

.top02 .link_item .link_item_ttl {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	width: 100%;
	padding: 0 25px;
	line-height: 1.0;
}

.top02 .link_item h2 {
	color: #fff;
	margin: 0 !important;
	font-size: var(--rem40);
	text-align: right;
	font-weight: 600;
	line-height: 1.2;
}

.top02 .link_item .link_item_ttl p {
	color: white;
}

.top02 .link_item .link_item_ttl h2 .sub_ttl {
	color: white;
	font-size: var(--px40w);
	font-weight: 600;
}

.top03::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/top03-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -40%;
}

.top03 .link_item {
	width: 100%;
	margin: 0;
	border: none;
	position: relative;
}

.top03 .link_item_img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.top03 .link_item_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.top03 .link_item_img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	pointer-events: none;
}

.top03 a:hover .link_item_img:after {
	opacity: 0.8;
}

.top03 .link_item_img img {
	position: absolute;
	width: 100%;
	max-width: initial;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

.top03 .link_item a:hover .link_item_img img {
	width: 120%;
	height: 120%;
}

.top03 .link_item .link_item_ttl {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
	gap: 10px;
	width: 100%;
	padding: 40px;
	line-height: 1.0;
	/* letter-spacing: 0.05em; */
}

.top03 .link_item h2 {
	color: #fff;
	margin: 0 !important;
	font-size: var(--rem30);
	line-height: 1.2;
}

.top03 .link_item h2 .sub_ttl {
	color: white;
	font-size: var(--px80);
	font-family: var(--font-family01);
	font-weight: 400;
}

.top03 .linkBtn,
.top03 .linkBtn:hover {
	color: white;
}

.top03 .linkBtn::before {
	background: white;
}

.top03 .linkBtn::after {
	border-right: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
}

.cta {
	padding: 9rem 0;
}

.cta .bg {
	position: absolute;
	background: url(/wp-content/uploads/cta_bg.png);
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -10;
	background-position-x: 37%;
}

.cta .bg::after {
	/* position:absolute; */
	/* content:""; */
	/* top:0; */
	/* width:100%; */
	/* height:100%; */
	/* background: rgba(187, 224, 230, 0.25); */
}

.cta .wh_box_70 {
	padding: 5%;
	width: 90%;
}

body.home .cta.footer_cta {
	display: none;
}

a.btn_blue,
a.btn_white {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1%;
	z-index: 10;
	box-shadow: 2px 2px 3px 2px #ccc;
}

a.btn_blue i,
a.btn_white i {
	margin-right: 0.5rem;
}

a.btn_white {
	background: white;
	color: var(--color-primary-shade);
}

a.btn_white i {
	color: var(--color-primary);
}

a.btn_blue {
	background: rgb(23, 90, 178);
	background: linear-gradient(90deg, rgba(23, 90, 178, 1) 0%, rgba(1, 130, 222, 1) 100%);
	color: white;
	margin-bottom: 0;
}

a.btn_white:hover {
	background: white;
	opacity: 0.5;
}

a.btn_blue:hover {
	opacity: 0.8;
}

.cta h2.title.txt_white,
.cta h2.title.txt_white .sub_ttl {
	text-align: center;
	color: white;
	font-family: var(--font-family01);
}

.cta h2.title.txt_white .sub_ttl {
	font-family: var(--body-font-family);
}

.cta .min_txt {
	font-size: var(--rem30);
	color: white;
	line-height: 1.5;
}

a.btn_white .min_txt {
	color: var(--color-primary);
	font-size: var(--px24);
}

a.btn_white p {
	color: var(--color-primary);
}

@media print,
screen and (max-width: 1024px) {
	.top01 .inner {
		padding: 5%;
	}
}

@media print,
screen and (max-width: 768px) {
	.top02 .link_item_img {
		aspect-ratio: 3/1;
	}

	.top02 .link_item .link_item_ttl {
		bottom: -30%;
	}

	.top03::before {
		background-size: cover;
		bottom: -5%;
	}

	.top03 .link_item {
		width: 75%;
		margin: auto;
		margin-bottom: 20px;
	}

	a.btn_blue,
	a.btn_white {
		height: 93px;
	}
}

@media print,
screen and (max-width: 430px) {
	.top01 h2 .sub_ttl {
		font-size: var(--rem40);
	}

	.top02 .link_item_img {
		aspect-ratio: 1;
	}

	.top02 .link_item .link_item_ttl {
		bottom: -15%;
	}

	.top03 .link_item {
		width: 100%;
	}
}

@media print,
screen and (max-width: 320px) {
	.top02 .link_item .link_item_ttl {
		bottom: -35%;
	}
}

.widecolor {
	margin-top: 0;
}

.reason01 .card {
	background: var(--color-secondary);
}

.reason01 h3 {
	border-bottom: none;
	font-size: var(--px30w);
	font-weight: 600;
}

.reason01 h3 .reason {
	font-family: var(--body-font-family);
	margin-right: 0.8rem;
	font-size: var(--px30);
	font-weight: 500;
}

.reason01 h3 .num {
	font-family: "Noto Serif JP", serif;
	margin-right: 0.8rem;
	font-size: var(--px40);
	color: var(--color-primary);
}

.reason01 .lead {
	font-style: normal;
}

/*---20241029----*/
.postlist .time a {
	color: #fff !important;
}


/*　投稿日時の非表示　*/

.post .time {
    display: none;
}
.dateLabel {
    display: none;
}

.postlist .date {
    display: none;
}

.postlist .date {
    display: none;
}
