@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/

/* 共通 */
:root {
	--page-main-color: #333;
	--page-sub-color: #333;
	--page-default-font: "Noto Sans JP", sans-serif;
}

#contents,
.l-main {
	width: 100%;
	padding-bottom: 0;
	overflow: hidden;
}

.l-page * {
	font-family: var(--page-default-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.66;
}

.section__space {
	padding-block: 104px;
}

.section__inner {
	width: var(--screen-size);
	margin: 0 auto;
}

.section__ttl {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.25;
}

.section__ttl span {
	display: block;
	font-size: 14px;
	color: var(--page-sub-color);
	letter-spacing: 0.2em;
	margin: 3px 0 0;
}

[class*="content__list--"] {
	display: flex;
	flex-wrap: wrap;
}

[class*="content__subttl--"] {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

[class*="content__img--"] img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

[class*="content__btn--"] a {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 243px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid var(--page-main-color);
    border-radius: 30px;
    margin: 13px auto 0;
    color: var(--page-main-color);
    padding: 0;
	position: relative;
}

[class*="content__btn--"] a::after {
	content: '';
    background: url(/pg-business/images/icn_arrow.png) no-repeat center / contain;
    display: block;
    width: 17px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

[class*="section__wrapper--"] {
	background: #fff;
}

/* メイン画像 */
.main__bg--catch {
	font-size: 40px;
	text-align: center;
	color: #fff;
	height: 600px;
}

.main__bg--catch img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.main__bg--catch span {
	display: block;
	font-size: 18px;
	margin-top: 8px;
}

/* 流れ共通 */
[class*="content__items--flow--"] {
	position: relative;
	counter-increment: count;
	background-color: #FFFFFF;
}

[class*="content__items--flow--"]::before {
	content: counter(count);
}

/* 事例紹介共通 */
[class*="content__items--case--"] {
	position: relative;
}

/* 事業紹介 */
[class*="content__items--business--"] {
	position: relative;
}

[class*="content__items--matrix--"] {
	position: relative;
	counter-increment: count;
}

[class*="content__items--worry--"] {
	position: relative;
}

/* case06 */
.section__wrapper--case--06 {
	background: #F2FCFF;
}

.section__wrapper--case--06 .section__space {
	padding-bottom: 99px;
}

.section__wrapper--case--06 .section__ttl {
	margin-bottom: 59px;
}

.section__ttl span {
	display: block;
	font-size: 14px;
	color: var(--page-sub-color);
	letter-spacing: 0.2em;
	margin: 3px 0 0;
}

.content__wrap--case--06 {
	padding: 63px 50px;
	border: none;
}

.content__block--case--06 .content__list--vertical {
	gap: 69px;
	background: #f2fcff;
}

.content__img--case--06 {
	top: -30px;
	height: 404px;
}

.content__description--case--06 {
	font-size: 16px;
	line-height: 1.75;
}

.content__items--case--06:last-of-type .content__wrap--case--06 {
	padding: 49px 50px;
}

/* case04 */
.section__wrapper--case--04 .section__space {
	padding-bottom: 85px;
}

.section__wrapper--case--04 .section__ttl {
	margin-bottom: 29px;
}

.content__block--case--04 .content__list--vertical {
	justify-content: center;
	gap: 22px 60px;
}

.content__img--case--04 {
	margin: 0 auto 18px;
}

.content__subttl--case--04 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 7px;
}

.content__description--case--04 {
	line-height: 1.75;
}

/* flow05 */
.section__wrapper--flow--05 {
	background-color: #F2FCFF;
}

.section__wrapper--flow--05 .section__space {
	padding-bottom: 100px;
}

.section__wrapper--flow--05 .section__ttl {
	margin-bottom: 28px;
}

/* parts06 */
.cont-parts06 .section__ttl {
    margin-bottom: 28px;
}

[class*="contact06__li--"] {
	width: 366px;
	height: 168px;
	border: 1px solid #DBDBDB;
}

.contact06__li--tel {
	padding: 28px;
}

.contact06__li--mail,
.contact06__li--line {
	padding: 28px 35px;
}

.contact06__term {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
	text-align: center;
    margin-bottom: 16px;
}

.contact06__li--mail .contact06__term {
	color: #3C38B1;
}
.contact06__li--line .contact06__term {
	color: #06C755;
}

.contact06__tel {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
	line-height: 1;
	margin-bottom: 10px;
}

.contact06__tel::before {
	content: '';
	background: url(/pg-business/images/icn_tel.png) no-repeat center / contain;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 10px;
}

.contact06__text__wrap {
	display: flex;
	justify-content: center;
}

.contact06__text {
	font-size: 13px;
	color: #7A7A7A;
}

.contact06__link {
    font-size: 16px;
	font-weight: 500;
    width: 294px;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 30px;
	position: relative;
}

.contact06__gray {
	background-color: #3C38B1;
}

.contact06__line {
	background-color: #06C755;
}

.contact06__gray::before {
	content: '';
	background: url(/pg-business/images/icn_mail.png) no-repeat center / contain;
	display: block;
	width: 26px;
	height: 23px;
	position: absolute;
	top: 18px;
    left: 41px;
}

.contact06__line::before {
	content: '';
	background: url(/pg-business/images/icn_line.png) no-repeat center / contain;
	display: block;
	width: 26px;
	height: 27px;
	position: absolute;
	top: 18px;
    left: 41px;
}

.contact06__link::after {
	content: '';
	background: url(/pg-business/images/icn_arrow-white.png) no-repeat center / contain;
	display: block;
	width: 17px;
	height: 7px;
	position: absolute;
    top: 26px;
    right: 22px;
}