@charset "utf-8";

/* =======================================================
※共通うわがき
* ======================================================= */
img {
    width: 100%;
    height: auto;
    border: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}


/* =======================================================
header
* ======================================================= */
.new-hed-inner {
    background-color: transparent;
    box-shadow: none;
}

header nav li a {
    color: var(--fontcolor);
}


/* =======================================================
MV
* ======================================================= */
.new-mv {
    background: var(--bgcolor) url(../../img/new_top/mv_bg.png) repeat-x left bottom;
    background-size: 10px auto;
    position: relative;
}

.new-mv-inner {
    width: 100%;
    height: 576px;
    display:flex;
    flex-wrap: wrap;
    text-decoration: none;
}


/* 左側：テキスト */
.new-mv-content {
    width: calc(((100% - 1100px) / 2) + 570px);
    position: relative;
    height: 576px;
    top: -576px;
    z-index: 200;
    background: url(../../img/new_top/mv_ttl_bg.png) no-repeat right top -66px;
    background-size: 788px auto;
    display: flex;
    align-items: center;
}
.new-mv-content-inner {
    width: 100%;
    max-width: 585px;
    margin-left: auto;
    padding: 108px 15px 10px 15px;
}

.new-mv-ttl {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.05rem;
}

.new-mv-ttl-small {
    margin-bottom: 16px;
    font-size: 32px;
}

.new-mv-corp {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}

.new-mv-name {
    margin-bottom: 16px;
    font-size: 16px;
}
.new-mv-name strong {
    font-size: 18px;
}

.new-mv-lead {
    font-size: 16px;
    line-height: 1.7;
    font-feature-settings: "palt";
}
.new-mv-lead-sp {
    display: none;
}

/* ラベル */
.new-mv-label {
    margin-bottom: 16px;
    display: flex;
}

.new-mv-label-item:not(:first-child) {
    margin-left: 12px;
}

.new-mv-label-item {
    padding: 0 16px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
}

/* 画像 */
.new-mv-img {
    width: 100%;
    height: 576px;
    padding-top: 140px;
    padding-left: calc(((100% - 1100px) / 2) + 570px);
}

.new-mv-img-inner {
    background-color: #FEF4F4;
    border-radius: 6px 0 0 6px;
}

.new-mv-img img {
    width: 100%;
    max-width: 605px;
    height: auto;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 1036px) {

    .new-mv-ttl-small {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .new-mv-inner {
        height: auto;
    }

    .new-mv-ttl {
        font-feature-settings: "palt";
    }

    .new-mv-content {
        width: 100%;
        height: auto;
        position: static;
        background: none;
    }
    .new-mv-content-inner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 32px 16px;
    }

    .new-mv-name {
        margin-bottom: 0;
    }

    .new-mv-img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .new-mv-img-inner {
        padding: 80px 0 24px;
        text-align: center;
    }

    .new-mv-img img {
        width: 100%;
        height: auto;
    }

    }

    @media screen and (max-width: 767px) {
    .new-mv-ttl {
        margin-bottom: 16px;
        font-size: 26px;
        font-feature-settings: "palt";
    }

    .new-mv-label-item:not(:first-child) {
        margin-left: 10px;
    }

    .new-mv-label-item {
        padding: 0 10px;
        font-size: 12px;
        line-height: 24px;
        border-radius: 12px;
    }
}


/* =======================================================
アンカーリンク
* ======================================================= */
.a-inner {
	border-radius: 80px 80px 0 0;
	background-color: var(--bgcolor);
}

.a-inner > ul {
	max-width: var(--wrapperWidth);
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.a-btn {
	width: calc((100% - 48px) / 4);
	margin-right: 16px;
}

.a-btn:nth-child(4n) {
	margin-right: 0;
}

.a-btn > a {
	display: block;
	padding: 16px 24px;
	border-radius: 6px;
	background:  var(--gray) url(../../img/service/icon-a-btn.png) no-repeat right 24px center;
	background-size: 22px auto;
	font-weight: bold;
}

.a-btn-sp-br {
	display: none;
}

@media screen and (max-width: 1036px) {
	.a-inner {
		border-radius: 50px 50px 0 0;
	}

	.a-btn {
		width: calc((100% - 36px) / 4);
		margin-top: 0;
		margin-right: 12px;
		font-feature-settings: "palt";
	}

	.a-btn > a {
		padding: 16px 12px;
		background:  var(--gray) url(../../img/service/icon-a-btn.png) no-repeat right 12px center;
		background-size: 22px auto;
	}
}

@media screen and (max-width: 767px) {
	.a-btn {
		width: calc((100% - 8px) / 2);
		margin-top: 8px;
		margin-right: 8px;
	}

	.a-btn > a {
		padding: 16px;
	}

	.a-btn:nth-child(-n+4) {
		margin-top: 8px;
	}

	.a-btn:nth-child(-n+2) {
		margin-top: 0;
	}

	.a-btn:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 460px) {
	.a-btn > a {
		line-height: 16px;
	}

	.a-btn-sp > a {
		padding: 8px 16px;
	}

	.a-btn-sp-br {
		display: block;
	}
}


/* =======================================================
本文
* ======================================================= */

.new-container {
    max-width: var(--wrapperWidth);
    margin: 64px auto;
    padding: 0 16px;
}

/* 画像 */
.col-box img {
    border-radius: 6px;
}

/* テキスト */
.lead-type4 {
    margin: 8px 0;
}

.co-txt {
    font-size: 14px;
    line-height: 21px;
}

.service-is-sp {
    display: none;
}

@media screen and (max-width: 430px) {
    .service-is-sp {
        display: block;
    }
}

/* 注釈 */
sup {
    color: #939393;
    font-size: 14px;
}

.new-serial-note, .new-note {
    font-size: 14px;
    line-height: 18px;
    color: #939393;
}

/* ナンバリングあり */
.new-serial-note-blc {
    margin-top: 24px;
    counter-reset: number 0;
}

.new-serial-note + .new-serial-note {
    margin-top: 4px;
}

.new-serial-note:before {
    counter-increment: number 1;
    content: "※" counter(number);
    padding-right: 4px;
}
/* なし */
.new-note:before {
    content: "※";
    padding-right: 4px;
}

/* 3カラム */
.new-col1-1-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.new-col1-1-1 .col {
    width: calc((100% - 48px) / 3);
    margin-top: 24px;
    margin-right: 24px;
}

.new-col1-1-1 .col:nth-child(-n+3) {
    margin-top: 0;
}

.new-col1-1-1 .col:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1036px) {
    .new-col1-1-1 .col {
        width: calc((100% - 16px) / 2);
        margin-top: 16px;
        margin-right: 16px;
    }
    .new-col1-1-1 .col:nth-child(-n+3) {
        margin-top: 16px;
    }

    .new-col1-1-1 .col:nth-child(-n+2) {
        margin-top: 0;
    }

    .new-col1-1-1 .col:nth-child(3n) {
        margin-right: 16px;
    }
    .new-col1-1-1 .col:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .new-col1-1-1 .col {
        width: 100%;
        margin-right: 0;
    }

    .new-col1-1-1 .col:nth-child(-n+1) {
        margin-top: 0;
    }

    .new-col1-1-1 .col:nth-child(3n) {
        margin-right: 0;
    }

    .new-col1-1-1 .col:nth-child(2n) {
        margin-top: 16px;
    }
}

/* 2カラム */
.new-col1-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.new-col1-1 .col {
    width: calc((100% - 24px) / 2);
    margin-top: 24px;
    margin-right: 24px;
}

.new-col1-1 .col:nth-child(-n+2) {
    margin-top: 0;
}

.new-col1-1 .col:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 1036px) {
    .new-col1-1 .col {
        width: 100%;
        margin-top: 16px;
        margin-right: 0;
    }

    .new-col1-1 .col:nth-child(-n+1) {
        margin-top: 0;
    }

    .new-col1-1 .col:nth-child(-n+2) {
        margin-top: 16px;
    }

}

/* テキストのみ */
.new-txt-only {
    padding: 40px;
    border-radius: 8px;
    background-color: var(--gray);
}

.new-txt-only-li {
    display: flex;
    padding: 24px 0;
    border-bottom: solid 1px #E2E2E2;
}

.new-txt-only-li:first-child {
    padding-top: 0;
}

.new-txt-only-li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.new-txt-only-li > h4 {
    width: 180px;
    margin: 0;
}

.new-txt-only-li > p {
    margin-left: 40px;
    width: 69.44%;
}

@media screen and (max-width: 767px) {
    .new-txt-only {
    padding: 16px;
}

.new-txt-only-li {
    display: block;
    padding: 16px 0;
}

.new-txt-only-li > h4 {
    width: 100%;
    margin-bottom: 8px;
}

.new-txt-only-li > p {
    margin-left: 0;
    width: 100%;
}
}


/* =======================================================
お客様の声
* ======================================================= */
.col-lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 8px 0;
}

.col a {
    display: block;
}

.new-topics-inner {
    display: flex;
}

.new-topics-date {
    padding-right: 8px;
    font-size: 16px;
    line-height: 28px;
    color: var(--c-lightgray);
}

.new-topics-label {
    padding: 0 10px;
    width: fit-content;
    font-size: 14px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
}

.new-topics-label + .new-topics-label {
    margin-left: 8px;
}

