@charset "UTF-8";

/* =========================================================
  Main Visual
========================================================= */
.p-main-visual {
	position: relative;
	overflow: hidden;
}

.p-main-visual__slider,
.p-main-visual__slide,
.p-main-visual__slide picture {
	width: 100%;
}

.p-main-visual__slide picture {
	display: block;
	height: clamp(520px, 46.875vw, 900px);
}

.p-main-visual__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-main-visual__catch {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 2;
	width: clamp(420px, 43.125vw, 828px);
	pointer-events: none;
}

/* =========================================================
  Main Visual - SP
========================================================= */
@media (max-width: 767px) {
	.p-main-visual__slide picture {
		height: 520px;
	}

	.p-main-visual__catch {
		width: min(92vw, 520px);
	}
}

/* =========================================================
  Home News
========================================================= */
.p-home-news {
    padding-top: clamp(70px, 11vw, 110px);
    padding-bottom: clamp(70px, 11vw, 110px);
}

.p-home-news__body {
    margin-top: clamp(45px, 7vw, 70px);
}

.p-home-news__list {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.p-home-news__item a {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: clamp(48px, 8vw, 80px);
    align-items: center;
    padding: 1.45em 0;
    border-bottom: 2px dashed #c9c9c9;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 500;
}

.p-home-news__item time {
    color: #f20012;
    white-space: nowrap;
}

.p-home-news__item span {
    min-width: 0;
}

.p-home-news__button {
    margin-top: clamp(38px, 6vw, 60px);
    text-align: center;
}

.p-home-news__button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 63px;
    border: 1px solid #707070;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 700;
}

.p-home-news__button a::after {
    content: ">";
    margin-left: 1.2em;
}

/* =========================================================
  Home News - SP
========================================================= */
@media (max-width: 767px) {
    .c-section-heading {
        font-size: clamp(32px, 9.5vw, 42px);
    }

    .p-home-news {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .p-home-news__body {
        margin-top: 36px;
    }

    .p-home-news__item a {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 0;
        font-size: 15px;
    }

    .p-home-news__button a {
        min-width: 220px;
        min-height: 52px;
    }
}


/* =========================================================
  Home Business
========================================================= */
.p-home-business {
    padding-top: clamp(70px, 11vw, 110px);
}

.p-home-business > .l-container {
    margin-bottom: clamp(70px, 10vw, 100px);
}

.p-home-business__item {
    position: relative;
    width: 100%;
    margin-bottom: clamp(70px, 11vw, 110px);
}

.p-home-business__image img {
    width: 100%;
    height: auto;
}

.p-home-business__panel {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 33.333vw;
    max-width: 640px;
    padding: clamp(48px, 6.2vw, 119px) clamp(32px, 4.5vw, 86px);
    background-color: var(--color-white);
}

.p-home-business__item--left .p-home-business__panel {
    left: 55vw;
}

.p-home-business__item--right .p-home-business__panel {
    left: 25vw;
}

.p-home-business__title {
    position: relative;
    padding-left: 0.6em;
    font-size: calc(30px - (1920px - 100vw) * 0.00868);
    font-weight: 700;
    line-height: 1.4;
}

.p-home-business__title::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 0.14em;
    height: 1.15em;
    background: linear-gradient(to bottom, #9b001d 0%, #f20012 100%);
}

.p-home-business__en {
    margin-top: 1.1em;
    color: #f20012;
    font-size: calc(45px - (1920px - 100vw) * 0.01736);
    font-weight: 300;
    line-height: 1.2;
}

.p-home-business__list {
    display: grid;
    gap: 0.75em;
    margin-top: 1.8em;
    font-size: calc(25px - (1920px - 100vw) * 0.00955);
    font-weight: 500;
}

.p-home-business__list li {
    position: relative;
    padding-left: 1em;
}

.p-home-business__list li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.5em;
    height: 0.12em;
    background-color: #f20012;
}

/* =========================================================
  Home Business - SP
========================================================= */
@media (max-width: 767px) {
    .p-home-business__item {
        display: block;
    }

    .p-home-business__image img {
        width: 100%;
        height: auto;
    }

    .p-home-business__item--left .p-home-business__panel,
    .p-home-business__item--right .p-home-business__panel {
        position: relative;
        left: auto;
        right: auto;
        width: calc(100% - 30px);
        max-width: none;
        margin: -40px auto 0;
        padding: 28px 24px 32px;
        background-color: var(--color-white);
    }

    .p-home-business__title {
        font-size: 20px;
    }

    .p-home-business__en {
        font-size: clamp(26px, 7.2vw, 32px);
        word-break: normal;
        overflow-wrap: normal;
    }

    .p-home-business__list {
        font-size: 16px;
    }
}


/* =========================================================
  Home Business Other
========================================================= */
.p-home-business-other {
    position: relative;
}

.p-home-business-other__hero {
    position: relative;
}

.p-home-business-other__hero > img:first-child {
    width: 100%;
}

.p-home-business-other__band {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 71.875vw;
    pointer-events: none;
}

.p-home-business-other__heading {
    margin-top: clamp(55px, 8vw, 80px);
}

.p-home-business-other__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(70px, 8vw, 80px) 28px;
    margin-top: clamp(80px, 9vw, 90px);
    padding-bottom: clamp(90px, 12vw, 120px);
}
.p-home-business-other__item {
	min-width: 0;
}
.p-home-business-other__item-imgbox {
    position: relative;
}
.p-home-business-other__item-imgbox::after {
    z-index: 1;
    width: 16%;
    height: auto;
    aspect-ratio: 48 / 56;
    content: "";
    display: block;
    background-image: url("/assets/img/home/other_triangle.svg");
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.p-home-business-other__item h4,
.p-home-business-other__item li {
	width: max-content;
	white-space: nowrap;
}
.p-home-business-other__item img {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.p-home-business-other__item figcaption {
    margin-top: 20px;
}

.p-home-business-other__item h4 {
    position: relative;
    padding-left: 0.65em;
    font-size: clamp(18px, 2.5vw, 25px);
    font-weight: 700;
    line-height: 1.4;
}

.p-home-business-other__item h4::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 0.12em;
    height: 1.15em;
    background: linear-gradient(to bottom, #9b001d 0%, #f20012 100%);
}

.p-home-business-other__item ul {
    display: grid;
    gap: 0.55em;
    margin-top: 1.4em;
    font-size: clamp(16px, 2.1vw, 21px);
    font-weight: 500;
}

.p-home-business-other__item li {
    position: relative;
    padding-left: 1em;
}

.p-home-business-other__item li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.5em;
    height: 0.12em;
    background-color: #f20012;
}

/* =========================================================
  Home Business Other - SP
========================================================= */
@media (max-width: 767px) {
    .p-home-business-other__band {
        width: 92vw;
    }

    .p-home-business-other__heading {
        margin-top: 45px;
    }

    .p-home-business-other__list {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-top: 45px;
        padding-bottom: 72px;
    }

    .p-home-business-other__item {
        width: min(100%, 360px);
        margin-left: auto;
        margin-right: auto;
    }

    .p-home-business-other__item h4 {
        font-size: 18px;
    }

    .p-home-business-other__item ul {
        font-size: 15px;
    }
}


/* =========================================================
  EN only
========================================================= */

.is-en .p-home-business-other__item h4,
.is-en .p-home-business-other__item li,
.is-en .p-home-business-other__item.u-text__nowrap h4,
.is-en .p-home-business-other__item.u-text__nowrap li {
	width: auto;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.is-en .p-home-business-other__item h4 {
	font-size: clamp(15px, 1.4vw, 20px);
	line-height: 1.35;
}

.is-en .p-home-business-other__item ul {
	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1.5;
}

/* 英語TOP セクション見出し */

.is-en .c-section-heading__ja {

	display: none;

}

.is-en .c-section-heading__en {

	position: relative;
	display: inline-block;
	padding-left: 0.6em;
	font-size: clamp(48px, 4.5vw, 68px);
	font-weight: 400;
	line-height: 1.15;
	color: #333;

}

.is-en .c-section-heading__en::before {

	content: "";
	position: absolute;
	left: 0;
	top: 0.1em;
	bottom: 0.1em;
	width: 0.12em;
	background: linear-gradient(to bottom, #9b001d 0%, #f20012 100%);

}



.is-en .p-home-business__title {

	display: none;

}

.is-en .p-home-business__en {
	position: relative;
	padding-left: 0.6em;
	margin-top: 0;
	display: inline-block;
	font-size: clamp(28px, 2.8vw, 48px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.02em;

}

.is-en .p-home-business__en::before {

	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.12em;
	background: linear-gradient(to bottom, #9b001d 0%, #f20012 100%);

}


/* =========================================================
  Custom Override
  Home News Arrow
========================================================= */

/* JP / EN 共通：NEWS記事に矢印列を追加 */
.p-home-news__item a {
	grid-template-columns: max-content 1fr 18px;
	column-gap: clamp(36px, 6vw, 60px);
	row-gap: 0;
}

.p-home-news__item .c-arrow {
	justify-self: end;
	align-self: center;
	color: #f20012;
}

/* EN：日付幅とタイトル行間だけ調整 */
.is-en .p-home-news__item a {
	grid-template-columns: 140px 1fr 18px;
	column-gap: 36px;
	line-height: 1.4;
}

.is-en .p-home-news__item a > span:not(.c-arrow) {
	line-height: 1.4;
}

/* SP */
@media (max-width: 767px) {

	.p-home-news__item a,
	.is-en .p-home-news__item a {
		grid-template-columns: 1fr 16px;
		column-gap: 12px;
		row-gap: 6px;
	}

	.p-home-news__item time,
	.p-home-news__item a > span:not(.c-arrow),
	.is-en .p-home-news__item time,
	.is-en .p-home-news__item a > span:not(.c-arrow) {
		grid-column: 1 / 2;
	}

	.p-home-news__item .c-arrow,
	.is-en .p-home-news__item .c-arrow {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		align-self: center;
		justify-self: end;
	}
}

/* =========================================================
  Custom Override
  Home News Button Arrow
========================================================= */

.p-home-news__button a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.04em;
	gap: 1em;
}

.p-home-news__button a::after {
	content: none;
}

.p-home-news__button .c-arrow {
	color: currentColor;

}