@charset "utf-8";

/* ----------------------------------------------------------------
    Row
----------------------------------------------------------------- */
/* .relief-row-fluid
----------------------------------------------- */
.relief-row-fluid.--bg-color-01-adj {
	position: relative;
}
.relief-row-fluid.--bg-color-01-adj::after, .relief-row-fluid.--bg-color-01-adj::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
	background-image: linear-gradient(transparent 95%, #FFF3F3 0);
}
.relief-row-fluid.--bg-color-01-adj::before {
    bottom: 143px;
	right: 0;
    height: 30%;
    clip-path: polygon(0 100%, 100% 91%, 100% 100%, 0% 100%);
    background-color: #FFF3F3;
}

.relief-row-fluid.--bg-color-01, .relief-row-fluid.--bg-color-02 {
	position: relative;
	padding-bottom: 169px;
}
.relief-row-fluid.--bg-color-01::before, .relief-row-fluid.--bg-color-02::before {
    position: absolute;
    content: '';
    bottom: 0;
	right: 0;
    width: 100%;
    height: 130%;
    clip-path: polygon(0 100%, 100% 85%, 100% 100%, 0% 100%);
}
.relief-row-fluid.--bg-color-01 {
	background-image: linear-gradient(#FFF3F3, #FBE5E5);
}
.relief-row-fluid.--bg-color-01::before {
	background-color: #EEF6FF;
}
.relief-row-fluid.--bg-color-02 {
	background-image: linear-gradient(#EEF6FF, #E5EEF7);
}
.relief-row-fluid.--bg-color-02::before {
    background-color: #FFF;
}

@media only screen and (max-width: 768px) {
	.relief-row-fluid.--bg-color-01-adj::before {
		clip-path: polygon(0 100%, 100% 94%, 100% 100%, 0% 100%);
	}
	.relief-row-fluid.--bg-color-01, .relief-row-fluid.--bg-color-02 {
		padding-bottom: 120px;
	}
	.relief-row-fluid.--bg-color-01::before {
		clip-path: polygon(0 100%, 100% 93%, 100% 100%, 0% 100%);
	}
	.relief-row-fluid.--bg-color-02::before {
		clip-path: polygon(0 100%, 100% 93%, 100% 100%, 0% 100%);
	}
}

/* .relief-row-inner
----------------------------------------------- */
.relief-row-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 72px 20px 0;
	box-sizing: content-box;
	text-align: left;
}
.relief-row-inner > *:first-child {
	margin-top: 0;
}
.relief-row-inner > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.relief-row-inner {
		padding: 40px 20px 0;
	}
}

/* ----------------------------------------------------------------
    MainVisual
----------------------------------------------------------------- */
/* .relief-mv
----------------------------------------------- */
.relief-mv {
	position: relative;
	z-index: -1000;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 200px;
	background: url(/content/dam/yayoi-corp/yss/service/support_point/images/index-mv-bg.png) no-repeat center / cover, linear-gradient(#FBE5EB, #E5EEF7);
	font-size: 5rem;
	font-weight: bold;
	color: #005BAC;
}
.relief-mv::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	z-index: -999;
	margin-top: -1px;
	width: 100%;
	height: 50%;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #E5EEF7;
}
.relief-mv_title-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
}
.relief-mv_title-img {
	display: flex;
}
.relief-mv_title {
	font-size: 2.4rem;
}
.relief-mv_title-strong {
	position: relative;
	margin: 0 4px 0 3px;
	padding: 3px 16px 0;
	font-size: 2.8rem;
}
.relief-mv_title-strong::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 312px;
	height: 48px;
	background: url(/content/dam/yayoi-corp/yss/service/support_point/images/index-mv-02.png) no-repeat center / contain;
}
.relief-mv_img-txt {
	position: relative;
}
.relief-mv_img-txt::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 349px;
	height: 2px;
	background-color: #F56262;
}

@media only screen and (max-width: 768px) {
	.relief-mv {
		padding-bottom: 650px;
		font-size: 3.2rem;
	}
	.relief-mv::after {
		height: 5%;
	}
	.relief-mv_title-wrap {
		align-items: center;
		margin-bottom: 4px;
	}
	.relief-mv_title {
		font-size: 1.8rem;
	}
	.relief-mv_title-strong {
		margin: 0 0 0 4px;
		padding: 6px 11px;
		font-size: 2.2rem;
		line-height: 1;
	}
	.relief-mv_title-strong::before {
		width: 240px;
		height: 32px;
		background: url(/content/dam/yayoi-corp/yss/service/support_point/images/index-mv-02-sp.png) no-repeat center / contain;
	}
	.relief-mv_img-txt::before {
		width: 284px;
	}
}

/* ----------------------------------------------------------------
    Anchor-link
----------------------------------------------------------------- */
/* .relief-anc
----------------------------------------------- */
.relief-anc,
.relief-anc-02 {
	display: flex;
	justify-content: center;
	margin-top: -200px;
	margin-bottom: 42px;
	padding: 66px 0 0 0;
	gap: 41px;
	flex-wrap: wrap;
}
.relief-anc a {
	text-decoration: none;
}
.relief-anc a:hover {
	color: #333;
}
.relief-anc a:hover img {
	opacity: 1;
}

.relief-anc_box {
	position: relative;
}
.relief-anc_box a::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 4px;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	border: 2px solid #F56262;
	cursor: pointer;
}
.relief-anc_box a::before {
	position: absolute;
    content: "";
    z-index: 1;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 14px;
    height: 8px;
    background: url(/content/dam/yayoi-corp/yss/service/support_point/images/index-mv-08.svg) no-repeat, center / contain;
}
.relief-anc_box a:hover, .relief-anc_box a:hover::after {
	background-color: #FBE5E5;
}
.relief-anc_box a {
	display: block;
	padding: 54px 24px 32px;
	min-width: 310px;
	background-color: #FFF;
	border: 2px solid #F58E8E;
	border-radius: 20px;
}
.relief-anc_box-mark {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 100px;
	height: 100px;
	background-image: url(/content/dam/yayoi-corp/yss/service/support_point/images/index-mv-04.png);
	cursor: pointer;
}
.relief-anc_box-mark-txt {
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: bold;
	color:#FFF;
}
.relief-anc_box-txt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.relief-anc-02 {
	margin-top: 0;
	text-align: center;
	flex-wrap: nowrap;
	gap: 30px;
	position: relative;
	padding-bottom: 172px;
}

.relief-anc-02::before {
	content: '';
	position: absolute;
	border-right: 120px solid transparent;
	border-left: 120px solid transparent;
	border-top: 100px solid #fbe5e5;
	bottom: 0;
}

.relief-anc-02 .relief-anc_box {
	width: calc(100% / 3 - 20px);
}

.relief-anc-02 .relief-anc_border {
	box-shadow: 0px 0px 8px 0px #005bac33;
	min-width: unset;
	height: 100%;
}
.relief-anc_border {
	display: block;
	padding: 54px 24px 32px;
	min-width: 310px;
	background-color: #FFF;
	border: 2px solid #F58E8E;
	border-radius: 20px;
}

@media only screen and (max-width: 768px) {
	.relief-anc {
		flex-direction: column;
		align-items: center;
		justify-content: initial;
		margin-top: -650px;
		margin-bottom: 42px;
		padding: 24px 20px 0 44px;
		gap: 22px;
	}

	.relief-anc_box {
		width: calc(100% - 50px);
	}
	.relief-anc_box a::after {
		bottom: -10px;
		left: auto;
		padding-top: 9px;
	}
	.relief-anc_box a::before {
		bottom: 3px;
		left: auto;
		right: 13px;
    }
	.relief-anc_box a {
		padding: 18px 24px 18px 53px;
		min-width: auto;
	}

	.relief-anc_box-mark {
		top: 0;
		bottom: 0;
		left: -50px;
		right: initial;
		margin: auto;
	}
	.relief-anc_box-mark-txt {
		top: 39px;
		font-size: 1.4rem;
	}
	.relief-anc_box-txt {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}

	.relief-anc-02 {
		gap: 85px;
		flex-wrap: wrap;
	}

	.relief-anc-02 .relief-anc_box {
		width: 100%;
	}

	.relief-anc-02 .relief-anc_box-mark {
		top: -50px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* ----------------------------------------------------------------
    Hdg
----------------------------------------------------------------- */
.relief-hdg-l2, .relief-hdg-l3, .relief-hdg-l4, .relief-hdg-l5 {
	margin-bottom: 32px;
	font-weight: bold;
	color: #005BAC;
}

.relief-hdg-l2 {
	font-size: 3.2rem;
	text-align: center;
}

.relief-hdg-l2.strong {
	font-size: 3.8rem;
}

.relief-hdg-l2.-color-02 {
	color: #333;
	font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
	.relief-hdg-l2.-color-02 {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
}

.relief-hdg-l3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	line-height: 1;
}
.relief-hdg-l3.--btm-alg {
	display: flex;
	align-items: flex-end;
}
.relief-hdg-l3_img {
	margin-right: 14px;
}
.relief-hdg-l3_img.--btm-alg {
	margin-bottom: 14px;
}

.relief-hdg-l4 {
	margin-top: 38px;
	position: relative;
	padding-left: 14px;
	font-size: 2.4rem;
}
.relief-hdg-l4::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6px;
	height: 34px;
	border-radius: 3px;
	background-color: #F56262;
}

.relief-hdg-l5 {
	margin: 34px 0 14px;
	font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
	.relief-hdg-l2, .relief-hdg-l3, .relief-hdg-l4, .relief-hdg-l5 {
		margin-bottom: 32px;
		font-weight: bold;
		color: #005BAC;
	}

	.relief-hdg-l2 {
		font-size: 2.2rem;
	}
	.relief-hdg-l2.strong {
		font-size: 2.8rem;
	}

	.relief-hdg-l3 {
		font-size: 2.2rem;
		line-height: 1.4;
		text-align: center;
	}
	.relief-hdg-l3_img {
		margin-right: 10px;
	}
	.relief-hdg-l3_img.--btm-alg {
		margin-bottom: 0;
	}

	.relief-hdg-l4 {
		margin-top: 35px;
		font-size: 1.8rem;
	}
	.relief-hdg-l4::before {
		height: 25px;
	}

	.relief-hdg-l5 {
		margin: 32px 0 17px;
		font-size: 1.6rem;
	}
}

/* ----------------------------------------------------------------
    Box
----------------------------------------------------------------- */
/* .relief-box
----------------------------------------------- */
.relief-box {
	margin-top: 48px;
	padding: 42px;
	border: 2px solid #F56262;
	border-radius: 10px;
	background-color: #FFF;
	text-align: left;
}
.relief-box > *:first-child {
	margin-top: 0;
}
.relief-box > *:last-child {
	margin-bottom: 0;
}

.relief-box_hdg {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 38px;
}
.relief-box_hdg-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.relief-box_hdg-point-wrap {
	position: relative;
}
.relief-box_hdg-point {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F56262;
}
.relief-box_hdg-point-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
}
.relief-box_hdg-point-txt-num {
	font-size: 3rem;
	line-height: 1;
}
.relief-box_hdg-main {
	font-size: 3.2rem;
	font-weight: bold;
	color: #005BAC;
}
.relief-box_hdg-sub {
	display: block;
	font-size: 1.6rem;
	color: #669CCD;
	text-align: left;
}
.relief-box_hdg-img {
	position: relative;
	margin-left: -25px;
}

@media only screen and (max-width: 768px) {
	.relief-box {
		margin-top: 24px;
		padding: 24px;
	}
	.relief-box_hdg {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-bottom: 35px;
	}
	.relief-box_hdg-main {
		font-size: 2.2rem;
		text-align: center;
	}
	.relief-box_hdg-sub {
		font-size: 1.4rem;
	}
}

/* .relief-versatile-box
----------------------------------------------- */
.relief-versatile-box {
	padding: 33px;
	background: #E5EEF7;
	border-radius: 10px;
}
.relief-versatile-box > *:first-child {
	margin-top: 0;
}
.relief-versatile-box > *:last-child {
	margin-bottom: 0;
}

/* ----------------------------------------------------------------
    Button
----------------------------------------------------------------- */
/* .relief-btn
----------------------------------------------- */
.relief-btn {
	position: relative;
	display: block;
	width: min(420px, 100%);
	margin: 35px auto 0;
	padding: 18px;
	background-color: #FFCC00;
	box-shadow: 0 0 8px rgb(0 91 172 / 20%);
	border-radius: 33px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #005BAC;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .2s ease-out, transform .2s ease-out;
}

.relief-btn::before {
	content: "";
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid #005BAC;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
}

.relief-btn:hover {
	background-color: #FFBB00;
}
a:hover {
	color: #005BAC;
}

@media only screen and (max-width: 768px) {
	.relief-btn {
		padding: 13px;
		width: min(335px, 100%);
		font-size: 1.6rem;
	}
}

/* ----------------------------------------------------------------
    Link
----------------------------------------------------------------- */
.relief-link a {
	text-decoration: none;
}
.relief-link a:hover {
	color: #005BAC;
	text-decoration: underline;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
.relief-list-notice > li {
	position: relative;
    display: flex;
	justify-content: center;
	margin-bottom: 4px;
	font-size: 1.4rem;
}
._mark {
	flex-shrink: 0;
	padding-right: 10px;
}

@media only screen and (max-width: 768px) {
	.relief-list-notice > li {
		font-size: 1.2rem;
	}
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .relief-lyt
----------------------------------------------- */
.relief-lyt {
	display: grid;
    justify-items: center;
    gap: 32px;
    margin: 20px 0 35px;
}
.relief-lyt.--col2 {
	grid-template-columns: 1fr 1fr;
}
.relief-lyt.--col3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.relief-lyt_col {
	text-align: center;
}
.relief-lyt_col-img {
	margin-bottom: 10px;
}
.relief-lyt_col-img-cap {
	margin-bottom: 0;
}
.relief-lyt_col-img-cap + p {
	margin-top: 8px;
	margin-bottom: 0;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.relief-lyt {
		display: block;
	}
	.relief-lyt_col {
		margin-bottom: 16px;
	}
}

/* .relief-media-lyt
----------------------------------------------- */
.relief-media-lyt {
	display: flex;
	align-items: flex-start;
}
.relief-media-lyt_txt {
	padding-right: 30px;
	max-width: 50%;
}
.relief-media-lyt_txt p {
	margin-bottom: 0;
}
.relief-media-lyt_img {
	margin: 0 auto;
	max-width: 600px;
}

@media only screen and (max-width: 768px) {
	.relief-media-lyt {
		flex-direction: column;
	}
	.relief-media-lyt_txt {
		margin-bottom: 16px;
		padding-right: 0;
		max-width: 100%;
	}
}

/* ----------------------------------------------------------------
    End
----------------------------------------------------------------- */
.relief-end-triangle {
	margin-top: 72px;
	margin-bottom: -1px;
	padding-top: 64px;
	clip-path: polygon(-80% 100%, 50% 0%, 180% 100%);
	background-color: #FBE5E5;
}
.relief-end {
	padding: 0 20px 72px;
	background-image: linear-gradient(#FBE5E5, #E5EEF7);
}
.relief-end-img {
	margin-bottom: 20px;
}
.relief-end-txt {
	margin-bottom: 0;
	font-weight: bold;
	color: #005BAC;
}

/* ----------------------------------------------------------------
    Adjust
----------------------------------------------------------------- */
.tc-01 {
	color: #F56262 !important;
}

.pr-12 {
	padding-right: 12px !important;
}

@media only screen and (max-width: 768px) {
	.sp-br {
		display: block;
	}
}

.relief-mv-02 {
	background-color: #fff3f3;
	padding: 80px 16px;
	text-align: center;
	color: #22254c;
}

.relief-mv-02--blue {
	background-color: #edf2f9;
}

.relief-mv-02_inner {
	margin: 0 auto;
}

.relief-mv-02_box {
	position: relative;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 24px 10px 80px;
	font-size: 2.6rem;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	margin-bottom: 24px;
}

.relief-mv-02_box-img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 24px;
}

.relief-mv-02_title {
	font-size: 3.4rem;
}

.relief-mv-02_title-read {
	font-size: 4.8rem;
	display: inline-block;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5c0c0 70%);
	line-height: 5.8rem;
}

@media only screen and (max-width: 768px) {
	.relief-mv-02 {
		padding: 32px 16px;
	}

	.relief-mv-02_box {
		font-size: 1.4rem;
		padding: 8px 16px 8px 50px;
		margin-bottom: 16px;
	}

	.relief-mv-02_box-img {
		width: 27px;
		height: 24px;
		left: 16px;
	}

	.relief-mv-02_title {
		font-size: 2.4rem;
	}

	.relief-mv-02_title-read {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}
}

.relief-text {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 32px;
}

.relief-table-gray {
	background: #f8f8f8 !important;
}

.relief-table-red {
	background: #f06575 !important;
	color: #fff;
}

.relief-table-blue {
	background: #436fc0 !important;
	color: #fff;
}

.relief-note-box {
	background-color: #fbe5e5;
	border-radius: 10px;
	padding: 32px 32px 32px 124px;
	position: relative;
	font-weight: 700;
	color: #22254c;
	font-size: 2rem;
	margin-bottom: 80px;
}

.relief-note-box > *:last-child {
	margin-bottom: 0;
}

.relief-note-box_img {
	position: absolute;
	top: 32px;
	left: 32px;
}

@media only screen and (max-width: 768px) {
	.relief-note-box {
		padding: 32px 16px 32px 51px;
		font-size: 1.6rem;
		margin-bottom: 48px;
	}

	.relief-note-box_img {
		width: 27px;
		height: 24px;
		left: 16px;
	}
}

.relief-em-table {
	width: 960px;
}

.relief-em-table_em {
	position: relative;
}

.relief-em-table_box {
	position: absolute;
	width: 200px;
	padding: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #f56262;
	top: 50%;
    transform: translateY(-50%);
	margin-left: 40px;
	display: block;
    right: -140px;
}

.relief-em-table_box::before {
	content: '';
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 15px solid #f56262;
	left: -10px;
	top: 50%;
    transform: translateY(-50%);
}

.ge-tbl-scroll-pc {
	overflow-x: auto;
	width: 100%;
}

.relief-red-box {
	background-color: #fbe5e5 !important;
	text-align: center;
	font-size: 2.4rem;
	padding: 32px !important;
	border-radius: 10px;
}

.relief-red-box > *:first-child {
	margin-top: 0;
}

.relief-red-box > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.relief-red-box {
		margin: 0 16px;
		border-radius: 10px;
		font-size: 1.6rem;
	}

	.relief-red-box img {
		width: 36px;
		height: 32px;
	}
}
