/* //////////////////
メインビジュアル
////////////////// */
.index-fv {
    margin-top: 15vw;
    width: 100%;
    background-color: #F6F6ED;
}

.index-fv figure img {
    width: 100%;
}

.index-fv_txt {
    position: relative;
    text-align: center;
}

.index-fv_txt .txt {
    margin-top: -20vw;
    position: relative;
}

.index-fv_bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.index-fv_note {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .index-fv .pc {
        display: none;
    }

    .index-fv_txt img {
        width: 100%;
    }
}

@media screen and (min-width: 751px) {
    .index-fv {
        margin-top: 126px;
        padding-bottom: 0;
    }

    .index-fv figure {
        overflow: hidden;
    }

    .index-fv figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-fv .sp {
        display: none;
    }

    .index-fv_txt .txt {
        margin-top: -220px;
    }

    .index-fv_bg {
        height: 273px;
    }
}

.mail-button {
    font-size: 3.75vw;
}

@media screen and (min-width: 751px) {
    .mail-button {
        font-size: 16px;
    }
}

/* //////////////////
3つの選ばれる理由
////////////////// */
.reason-section .section-inner {
    padding-top: 40px;
    background-color: #FF7840;
    padding-bottom: 80px;
    background: url(../img/index/bg_reason_sp.jpg) no-repeat center;
    background-size: cover;
}

.reason-section h2 {
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.reason-section h2 .txt-dot {
    display: inline-block;
    border-bottom: dotted 3px;
}

.reason-section h2 .main {
    font-size: 2em;
}

.reason-section .reason-img img {
    width: 100%;
}

.reason-list_item {
    padding: 4vw 2.66667vw 8vw;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 10px;
}

.reason-list_item h3 {
    margin-bottom: 6vw;
    padding: 0.5em;
    position: relative;
    font-weight: 600;
    color: #FF7840;
    font-size: 6vw;
    width: 100%;
}

.reason-list_item h3 .title-wrap {
    position: absolute;
    width: 1em;
}

.reason-list_item h3 .title-wrap:first-child {
    left: 0;
    top: 0;
}

.reason-list_item h3 .title-wrap:last-child {
    right: 0;
    bottom: 0;
}

.reason-list_item h3 .title-wrap img {
    width: 100%;
}

.reason-list_item p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 4vw;
    font-weight: 600;
    color: #E45114;
}

.reason-list_item figure {
    max-width: 48.8vw;
    margin-left: auto;
    margin-right: auto;
}

.reason-list_item figure img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .reason-section .reason-img img.pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .reason-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .reason-section .reason-img img.sp {
        display: none;
    }

    .reason-section .section-inner {
        background: url(../img/index/bg_reason_pc.jpg) no-repeat center;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 96px;
    }

    .reason-list {
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
    }

    .reason-list_item {
        padding: 20px 20px 30px;
        width: calc((100% - 4px) / 3);
    }

    .reason-list_item h3 {
        margin-bottom: 20px;
        padding: 0.75em;
        font-size: 24px;
    }

    .reason-list_item figure {
        max-width: 212px;
    }

    .reason-list_item p {
        margin-top: 0;
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {}

/* //////////////////
お問い合わせ リンク01
////////////////// */
.conttact-link01 {
    padding-top: 4vw;
    padding-bottom: 5vw;
    background-color: #F6F6ED;
    border-top: solid #363636 3px;
    border-bottom: solid #363636 3px;
}

.conttact-link01 h2 {
    line-height: 1.6875;
    text-align-last: center;
    font-weight: 700;
}

.conttact-link01 h2 .txt-c {
    color: #E45114;
}

.conttact-link01 h2 .main {
    font-size: 1.25em;
}

.conttact-link01 h2 .txt-border {
    display: inline-block;
    line-height: 1.25;
    border-bottom: solid #232323 2px;
}

/* ボタン（電話） */
.conttact-link01 ul {
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}

.conttact-link01 .tel-links .main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375em;
}

.conttact-link01 .tel-links .main .icon {
    width: 2.125em;
}

.conttact-link01 .tel-links .main .icon img {
    width: 100%;
}

.conttact-link01 .tel-links .main .txt {
    font-size: 3.2rem;
    line-height: 0.6375;
    color: #E93219;
}

.conttact-link01 .tel-links .sub {
    display: block;
    text-align: center;
    margin-top: 0.25em;
    font-size: 18px;
}

/* メール */
.conttact-link01 .main-links a {
    width: 100%;
    gap: 0.75em;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8em;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(191, 42, 22, .5);
    background-color: #da2228;
    border: 4px #BF2A16 solid;
    padding: 0.5em 2.5em;
}

.conttact-link01 .main-links a .txt {
    font-size: 1.15rem;
}

.conttact-link01 .main-links a .icon {
    width: 1.5em;
}

.conttact-link01 .main-links a .icon img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .conttact-link01 .tel-links .sub {
        font-size: 18px;
    }
}

@media screen and (min-width: 751px) {
    .conttact-link01 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .conttact-link01 h2 .main {
        font-size: 2em;
    }

    .conttact-link01 ul {
        margin-top: 40px;
        gap: 60px 100px;
    }

    .conttact-link01 .tel-links .main .icon {
        width: 2.625em;
    }

    .conttact-link01 .tel-links .main .txt {
        font-size: 4.5em;
    }

    .conttact-link01 .main-links a {
        padding: 1.25em;
        width: 420px;
    }

    .conttact-link01 .main-links a .icon {
        width: 1.75em;
    }

    .conttact-link01 .main-links a .txt {
        font-size: 1.25em;
    }

    .conttact-link01 .tel-links .sub {
        margin-top: 0.875em;
    }
}

@media screen and (min-width: 1024px) {
    .conttact-link01 .main-links a:hover {
        border-color: #232323;
        background-color: #363636;
    }

}

/* //////////////////
施工実績01
////////////////// */
/* 背景 文字 */
.work-section01 {
    position: relative;
    overflow: hidden;
    padding-top: 16vw;
    padding-bottom: 16vw;
}

.work-section01:before {
    content: "";
    background: linear-gradient(to top, #F5F5F5, rgba(245, 245, 245, .0));
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.work-section01 .section-inner {
    position: relative;
    z-index: 1;
}

.work-section01 .bg-txt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32vw;
    white-space: nowrap;
    color: #F2F2F2;
    opacity: .5;
}

.work-section01 .content-title {
    margin-bottom: 5.333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}

.work-section01 .content-title .jp {
    font-weight: 600;
    font-size: 2.25em;
}

.work-section01 .content-title .en {
    font-size: 1.1875em;
    line-height: 1.1875;
    color: #E93219;
}

@media screen and (min-width: 751px) {
    .work-section01 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .work-section01 .bg-txt {
        font-size: 180px;
    }

    .work-section01 .content-title {
        margin-bottom: 60px;
    }

    .work-section01 .content-title .jp {
        font-size: 3.875em;
    }

    .work-section01 .content-title .en {
        font-size: 2em;
    }
}

/* 実績のリスト */
.work-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.0666667vw;
    flex-wrap: 10.66667vw;
}

.work-list_item {
    width: 100%;
}

.work-list_item .work-img {
    display: flex;
    position: relative;
    margin-bottom: 6.6666vw;
}

.work-list_item .work-img p {
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: 1;
    border-radius: 5em;
    padding: 0.25em 1.5em;
    font-weight: 600;
    font-size: 2.13333vw;
}

.work-list_item .work-img figure:nth-child(1) p {
    background-color: #fff;
}

.work-list_item .work-img figure:nth-child(2) p {
    background-color: #E45114;
    color: #fff;
}

.work-list_item .work-img h3 {
    display: block;
    padding: 1em 1em 0.5em;
    width: 100%;
    background: linear-gradient(to top, rgba(35, 35, 35, 1), rgba(35, 35, 35, 0));
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 3.2vw;
}

.work-list_item .work-img h3 strong {
    font-size: 1.5em;
}

.work-list_item figure {
    overflow: hidden;
    height: 48vw;
    width: 50%;
    position: relative;
}

.work-list_item figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-list_item dl {
    padding: 0.75em 0;
    display: flex;
    font-size: 18px;
}

.work-list_item dl+dl {
    border-top: solid 1px #D9D9D9;
}

.work-list_item dt {
    width: 6.25em;
    font-weight: 500;
    color: #707070;
}

.work-list_item dd {
    font-weight: 500;
    width: calc(100% - 6.25em);
}

.work-list_item .work-txt {
    margin-top: 5vw;
}

.work-list_item .work-txt h4 {
    margin-bottom: 0.75em;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0 1em;
    background-color: #E45114;
    border-radius: 2em;
}

@media screen and (min-width: 751px) {
    .work-list_item dl {
        font-size: 18px;
    }

    .work-list {
        gap: 80px;
    }

    .work-list_item .work-img {
        margin-bottom: 20px;
    }

    .work-list_item figure {
        height: 320px;
    }

    .work-list_item .work-txt {
        margin-top: 20px;
    }

    .work-list_item .work-txt h4 {
        font-size: 22px;
    }

    .work-list_item .work-img h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .work-list {
        gap: 80px;
    }

    .work-list_item {
        width: calc(50% - 40px);
    }

    .work-list_item figure {
        height: 240px;
    }

    .work-list_item .work-img p {
        font-size: 0.875rem;
    }
}

/* //////////////////
地域トップ01
////////////////// */
.why-box01 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    position: relative;
    background-color: #E45114;
    color: #fff;
    text-align: center;
}

.why-box01 .read {
    line-height: 2;
    font-size: 18px;
}

.why-box01 .read span {
    line-height: 1.5;
    display: inline-block;
    border-bottom: dotted 3px #fff;
    white-space: nowrap;
}

.why-box01 .main-read {
    margin-top: 5vw;
}

.why-box01 .main-read img {
    max-width: 100%;
}

.why-box01 .main-read img.sp {
    width: 74.6666vw;
}

.why-box01 .arow {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 16vw solid transparent;
    border-left: 16vw solid transparent;
    border-top: 8vw solid #E45114;
    border-bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

@media screen and (max-width: 750px) {
    .why-box01 .main-read img.pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .why-box01 {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .why-box01 .read {
        font-size: 24px;
    }

    .why-box01 .main-read img.sp {
        display: none;
    }

    .why-box01 .main-read {
        margin-top: 20px;
    }

    .why-box01 .arow {
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        border-top: 30px solid #E45114;
    }
}

@media screen and (min-width: 1024px) {
    .why-box01 .read span+span {
        margin-left: 3px;
    }
}

/* イラスト部分 */
.why-box02 {
    color: #fff;
    text-align: center;
    padding-top: 13.5vw;
    padding-bottom: 8vw;
    background-color: #FF7840;
    background-image: url(../img/index/why02-bg_sp.png);
    background-position: bottom;
    background-size: cover;
}

.why-box02 p {
    font-weight: 700;
    font-size: 5.33333vw;
    margin-bottom: 5.3333vw;
}

.why-box02 p span {
    white-space: nowrap;
}

.why-box02 p strong {
    font-size: 1.375em;
}

.why-box02 img {
    max-width: 100%;
}

@media screen and (max-width: 750px) {
    .why-box02 img.pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .why-box02 img.sp {
        display: none;
    }

    .why-box02 {
        padding-top: 70px;
        padding-bottom: 80px;
        background-image: url(../img/index/why02-bg.png);
        background-position: bottom;
        background-size: cover;
    }

    .why-box02 p {
        margin-bottom: 50px;
        font-size: 32px;
    }

    .why-box02 p br {
        display: none;
    }
}

/* //////////////////
PROFESSIONAL
////////////////// */
.pro-section {
    position: relative;
    padding-top: 18vw;
    padding-bottom: 22vw;
    background-color: #F6F6ED;
    overflow: hidden;
}

.pro-section .bg-txt {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 32vw;
    opacity: .9;
    left: -0.25em;
    top: -0.0725em;
    position: absolute;

}

.pro-section .section-inner {
    position: relative;
}

.pro-section h2 {
    margin-bottom: 1.3333vw;
    line-height: 1.5;
    font-size: 16px;
    padding: 0 0.5em;
    color: #fff;
    display: inline-block;
    background-color: #E93219;
    font-weight: 700;
}

.pro-section .pro-section_header {
    margin-bottom: 18vw;
}

.pro-section .pro-section_header .read {
    line-height: 1.5;
    font-weight: 700;
    font-size: 20px;
}

.pro-section .pro-section_header .read span {
    display: inline-block;
}

.pro-section .pro-section_header .read .txt {
    font-size: 20px;
}

.pro-section .pro-section_header .read .txt-img {
    height: 8vw;
    margin-right: 2.3333vw;
}

.pro-section .pro-section_header .read .txt-img img {
    max-height: 100%;
}

.pro-section .img-box {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.pro-section .img-box .nom {
    z-index: 1;
    color: #E93219;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    left: 3vw;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    font-size: 10.66667vw;
}

.pro-section .img-box .nom .main {
    font-size: 16vw;
}

.pro-section .img-box figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 61.3333vw;
}

.pro-section .img-box figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-item .en-title {
    display: inline-block;
    background-color: #E93219;
    color: #fff;
    font-size: 3.2vw;
    padding: 0 0.5em;
    line-height: 1.5;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.5em;
}

.pro-item .content-inner .bg-cont {
    padding-top: 6vw;
}

.pro-item .content-inner h3 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
}

.pro-item .content-inner p {
    line-height: 1.5em;
    font-weight: 500;
}

.pro-item .content-inner p+p {
    margin-top: 1.5em;
}

.pro-item .content-inner h3 span {
    color: #E93219;
}

.pro-item+.pro-item {
    position: relative;
    padding-top: 16vw;
    margin-top: 13.3333vw;
}

.pro-item+.pro-item:before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: calc(100% - 12vw);
    height: 2px;
    background-color: #BEBEBE;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 751px) {
    .pro-section {
        padding-top: 90px;
        padding-bottom: 160px;
    }

    .pro-section .pro-section_header {
        text-align: center;
        margin-bottom: 80px;
    }

    .pro-section .pro-section_header .sp {
        display: none;
    }

    .pro-section h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .pro-section .pro-section_header .read .txt {
        font-size: 24px;
    }

    .pro-section .pro-section_header .read .txt-img {
        margin-top: 10px;
        height: 54px;
        margin-right: 10px;
    }

    .pro-section .bg-txt {
        font-size: 240px;
    }

    .pro-section .img-box figure {
        height: 500px;
    }

    .pro-section .img-box .nom {
        left: 12px;
    }

    .pro-section .img-box .nom {
        font-size: 64px;
    }

    .pro-section .img-box .nom .main {
        font-size: 92px;
    }

    .pro-item .content-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pro-item .content-inner .bg-cont {
        position: relative;
        margin-top: -120px;
        background-color: #F6F6EC;
        padding: 40px 40px 0;
    }

    .pro-item .en-title {
        font-size: 16px;
    }

    .pro-item .content-inner h3 {
        font-size: 32px;
    }

    .pro-item .content-inner h3 .sp {
        display: none;
    }

    .pro-item+.pro-item:before {
        max-width: 1000px;
        width: calc(100% - 60px);
    }

    .pro-item+.pro-item {
        position: relative;
        padding-top: 120px;
        margin-top: 110px;
    }
}

@media screen and (min-width: 1024px) {
    .pro-section .img-box figure {
        height: 560px;
    }
}


/* //////////////////
施工実績02
////////////////// */
/* 背景 文字 */
.work-section02 {
    position: relative;
    overflow: hidden;
    padding-top: 16vw;
    padding-bottom: 16vw;
}

.work-section02:before {
    content: "";
    background: linear-gradient(to top, #F5F5F5, rgba(245, 245, 245, .0));
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.work-section02 .section-inner {
    position: relative;
    z-index: 1;
}

.work-section02 .bg-txt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32vw;
    white-space: nowrap;
    color: #F2F2F2;
    opacity: .5;
}

.work-section02 .content-title {
    margin-bottom: 5.333vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}

.work-section02 .content-title .jp {
    font-weight: 600;
    font-size: 2.25em;
}

.work-section02 .content-title .en {
    font-size: 1.1875em;
    line-height: 1.1875;
    color: #E93219;
}

@media screen and (max-width: 750px) {
    .work-section02 {
        height: 217.6vw;
        position: relative;
        transition: .2s;
    }

    .work-section02:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        height: 47.333vw;
        width: 100%;
        transition: .2s;
        background: linear-gradient(to top, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
    }

    .sp-button {
        left: 0;
        right: 0;
        margin: auto;
        width: 69.33333vw;
        padding: 1em;
        position: absolute;
        bottom: 24vw;
        z-index: 2;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        gap: 0.5em;
        line-height: 1;
        color: #fff;
        justify-content: center;
        background-color: #E93219;
        border: solid 3px #BF2A16;
        border-radius: 5em;
        align-items: center;
        transition: .2s;
    }

    .sp-button .icon {
        display: flex;
        align-items: center;
        width: 0.666667em;
    }

    .sp-button .icon img {
        width: 100%;
    }

    .show .sp-button {
        display: none;
    }

    .work-section02.show {
        height: auto;
    }

    .work-section02.show:after {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 751px) {
    .work-section02 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .work-section02 .bg-txt {
        font-size: 180px;
    }

    .work-section02 .content-title {
        margin-bottom: 60px;
    }

    .work-section02 .content-title .jp {
        font-size: 3.875em;
    }

    .work-section02 .content-title .en {
        font-size: 2em;
    }

    .sp-button {
        display: none;
    }
}




/* //////////////////
ツジ建装の取り組みINITIATIVE
initiative
////////////////// */
.initiative-section {
    position: relative;
    padding-top: 18vw;
    padding-bottom: 22vw;
    background-color: #F6F6ED;
    overflow: hidden;
}

.initiative-section .bg-txt {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 32vw;
    opacity: .9;
    left: -0.25em;
    top: -0.0725em;
    position: absolute;

}

.initiative-section .section-inner {
    position: relative;
}

.initiative-section h2 {
    margin-bottom: 1.3333vw;
    line-height: 1.5;
    font-size: 3.2vw;
    padding: 0 0.5em;
    color: #fff;
    display: inline-block;
    background: linear-gradient(to top, #BF2A16, #E93219);
    font-weight: 700;
    font-style: italic;
}

.initiative-section .initiative-section_header {
    margin-bottom: 18vw;
}

.initiative-section .initiative-section_header .read {
    line-height: 1.5;
    font-size: 7.73333vw;
    font-weight: 700;
}

.initiative-section .img-box {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.initiative-section .img-box .nom {
    z-index: 1;
    color: #E93219;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    left: 3vw;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    font-size: 10.66667vw;
}

.initiative-section .img-box .nom .mini {
    position: absolute;
    left: 0;
    font-size: 3.2vw;
    top: 1.25em;
}

.initiative-section .img-box .nom .main {
    font-size: 16vw;
}

.initiative-section .img-box figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 61.3333vw;
}

.initiative-section .img-box figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initiative-item .en-title {
    display: inline-block;
    background-color: #E93219;
    color: #fff;
    font-size: 3.2vw;
    padding: 0 0.5em;
    line-height: 1.5;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.5em;
}

.initiative-item .content-inner .bg-cont {
    padding-top: 6vw;
}

.initiative-item .content-inner h3 {
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 5.6vw;
    font-weight: 700;
}

.initiative-item .content-inner p {
    line-height: 1.5em;
    font-weight: 500;
}

.initiative-item .content-inner p+p {
    margin-top: 1.5em;
}

.initiative-item .content-inner h3 span {
    color: #E93219;
}

.initiative-item+.initiative-item {
    position: relative;
    padding-top: 16vw;
    margin-top: 13.3333vw;
}

.initiative-item+.initiative-item:before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: calc(100% - 12vw);
    height: 2px;
    background-color: #BEBEBE;
    position: absolute;
    top: 0;
}

.initiative-item.img-png img {
    width: 100%;
}

@media screen and (min-width: 751px) {
    .initiative-section {
        padding-top: 130px;
        padding-bottom: 160px;
    }

    .initiative-section .initiative-section_header {
        margin-bottom: 90px;
    }

    .initiative-section h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .initiative-section .initiative-section_header .read {
        font-size: 54px;
    }

    .initiative-section .bg-txt {
        font-size: 240px;
    }

    .initiative-section .img-box figure {
        height: 500px;
    }

    .initiative-section .img-box .nom {
        left: 12px;
        font-size: 64px;
    }

    .initiative-section .img-box .nom .mini {
        font-size: 16px;
    }

    .initiative-section .img-box .nom .main {
        font-size: 92px;
    }

    .initiative-item .content-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .initiative-item .content-inner .bg-cont {
        position: relative;
        margin-top: -120px;
        background-color: #F6F6EC;
        padding: 40px 40px 0;
    }

    .initiative-item.img-png .content-inner .bg-cont {
        padding-top: 0;
        margin-top: 0;
    }

    .initiative-item .en-title {
        font-size: 16px;
    }

    .initiative-item .content-inner h3 {
        font-size: 32px;
    }

    .initiative-item .content-inner h3 .sp {
        display: none;
    }

    .initiative-item+.initiative-item:before {
        max-width: 1000px;
        width: calc(100% - 60px);
    }

    .initiative-item+.initiative-item {
        position: relative;
        padding-top: 120px;
        margin-top: 110px;
    }
}

@media screen and (min-width: 1024px) {
    .initiative-section .img-box figure {
        height: 560px;
    }
}


/* //////////////////
Message from CEO
////////////////// */
.message-section {
    position: relative;
    padding-top: 15.2vw;
    padding-bottom: 22vw;
    background-color: #232323;
    overflow: hidden;
    color: #fff;
}

.message-section .bg-txt {
    font-size: 32vw;
    opacity: .25;
    left: -0.25em;
    top: -0.0725em;
    position: absolute;
}

.message-section .section-inner {
    position: relative;
}

.message-section_header {
    text-align: center;
}

.message-section_header .read {
    margin-top: 5vw;
    line-height: 1.5em;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10vw;
}

.message-section_header img {
    max-width: 100%;
}

.message-section .message-img {
    position: relative;
    overflow: hidden;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    height: 66.6667vw;
}

.message-section .message-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-section .message-main h3 {
    margin-top: 2.8vw;
    margin-bottom: 3vw;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.message-section .message-main h3 span {
    font-size: 18px;
}

.message-section .message-main p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
}

@media screen and (max-width: 750px) {
    .message-section .bg-txt {
        writing-mode: vertical-rl;
    }

    .message-section .bg-txt br {
        display: none;
    }

    .message-section_header .pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .message-section {
        padding-top: 140px;
        padding-bottom: 160px;
    }

    .message-section .bg-txt {
        left: -0.125em;
        top: -0.3125em;
        font-size: 240px;
    }

    .message-section_header .sp {
        display: none;
    }

    .message-section_header .read {
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 80px;
    }

    .message-section .message-main h3 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 16px;
    }

    .message-section .message-main h3 span {
        font-size: 20px;
    }

    .message-section .message-main p {
        font-size: 18px;
    }

    .message-section .message-img {
        height: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .message-section .message-img {
        height: 560px;
    }
}

/* //////////////////
問い合わせフォーム
////////////////// */
.contactform-section {
    padding-top: 8vw;
    background-color: #F6F6ED;
}

.contactform-section h2 {
    margin-bottom: 4vw;
    font-size: 9.6vw;
}

.contactform-section h2 span {
    display: inline-block;
    position: relative;
    padding: 0 0.5em;
}

.contactform-section h2 span:before,
.contactform-section h2 span:after {
    content: "-";
    display: block;
    position: absolute;
    top: 0;
}

.contactform-section h2 span:before {
    left: 0;
}

.contactform-section h2 span:after {
    right: 0;
}

.contactform-section .read {
    line-height: 1.75;
    font-weight: 600;
    font-size: 18px;
}

.contactform-section .read .txt-border {
    display: inline-block;
    line-height: 1.25;
    border-bottom: solid 2px;
}

.contactform-section .read .txt-c {
    color: #E45114;
}

.contact-head {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}

.contact-head_item:nth-child(2) a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px;
    border-radius: 10em;
    text-align: center;
    padding: 3vw 3vw 2.66667vw;
}

.contact-head_item:nth-child(2) a .inner {
    display: flex;
    justify-content: center;
}

.contact-head_item:nth-child(2) a .icon {
    width: 5.86667vw;
}

.contact-head_item:nth-child(2) a .icon img {
    width: 100%;
}

.contact-head_item:nth-child(2) a .txt {
    color: #E93219;
    font-size: 9.6vw;
    line-height: 0.6875;
}

.contact-head_item:nth-child(2) a .sub {
    display: block;
    margin-top: 0.5em;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (min-width: 751px) {
    .contactform-section {
        padding-top: 140px;
    }

    .contactform-section h2 {
        margin-bottom: 20px;
        font-size: 64px;
    }

    .contactform-section .read {
        font-size: 24px;
    }

    .contact-head {
        align-items: center;
        gap: 60px;
    }

    .contact-head_item:nth-child(2) a {
        padding: 20px 20px 15px;
        width: 90%;
    }

    .contact-head_item:nth-child(2) a .txt {
        font-size: 58px;
    }

    .contact-head_item:nth-child(2) a .icon {
        width: 36px;
    }

    .contact-head_item:nth-child(2) a .sub {
        font-size: 16px;
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 1023px) {
    .contactform-section h2 {
        text-align: center;
    }

    .contact-head_item {
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .contactform-section h2 span {
        padding-left: 0;
    }

    .contactform-section h2 span:before {
        display: none;
    }

    .contact-head {
        gap: 0;
    }

    .contact-head_item {
        width: 50%;
    }

    .contact-head_item:nth-child(2) a {
        width: 100%;
    }
}

/* フォーム部分 */

.form-block {
    padding-bottom: 18vw;
    padding-top: 11.2vw;
}

.form-block h3 {
    text-align: center;
    margin-bottom: 8vw;
}

.form-block h3 .en {
    margin-bottom: 0.5em;
    color: #E93219;
    display: block;
    font-size: 4.266667vw;
}

.form-block h3 .jp {
    font-size: 5.6vw;
    font-weight: 600;
}

.form-block dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    font-size: 18px;
    align-items: flex-start;
}

.form-block dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.form-block dl dt span.must {
    color: #fff;
    line-height: 1.5;
    background: linear-gradient(to top, #BF2A16, #E93219);
    padding: 0 0.5em;
    display: inline-block;
    margin-left: 1em;
    font-size: 2.9333vw;
}

.form-block dl dt span {
    font-size: 3.2vw;
}

.form-block dl dd {
    width: 100%;
}

.form-block dl dd input[type="text"],
.form-block dl dd select,
.form-block dl dd textarea {
    width: 100%;
    padding: 1em;
    background-color: #fff;
}

.policy-block {
    margin-top: 4vw;
}

.policy-block h4 {
    margin-bottom: 0.75em;
    font-size: 16px;
    font-weight: 700;
}

.policy-block p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.policy-block p a {
    color: #da2228;
}

.form-block input[type="checkbox"],
.form-block input[type="radio"] {
    display: none;
}

.form-block .check-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}

.form-block .check-box_item label {
    white-space: nowrap;
    display: flex;
    font-weight: 500;
    position: relative;
    padding: 0.5em 0 0.5em 2.5em;
}

.form-block .check-box_item label:before,
.form-block .check-box_item label:after {
    content: "";
    display: block;
    position: absolute;
}

.form-block .check-box_item label:before {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 50%;
}

.form-block .check-box_item label:after {
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0.625em;
    transform: rotate(-45deg);
    background-color: #E45114;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
}

.form-block .check-box_item input[type="checkbox"]:checked+label:after,
.form-block .check-box_item input[type="radio"]:checked+label:after {
    opacity: 1;
}

.form-block .button input[type="submit"] {
    transition: .2s;
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-color: #E93219;
    border: solid 3px #BF2A16;
    box-shadow: 0 10px 10px rgba(191, 42, 22, .5);
    padding: 1em;
    margin-top: 8vw;
    width: 69.33333vw;
    border-radius: 5em;
}

@media screen and (max-width: 750px) {
    .form-block dl {
        margin-top: 1.5em;
    }
}

@media screen and (min-width: 751px) {
    .form-block {
        padding-bottom: 140px;
        padding-top: 80px;
    }

    .form-block h3 {
        margin-bottom: 60px;
    }

    .form-block h3 .en {
        font-size: 16px;
    }

    .form-block h3 .jp {
        font-size: 32px;
    }

    .form-block dl {
        padding-top: 1em;
        padding-bottom: 1em;
        gap: 0;
        font-size: 18px;
    }

    .form-block dl+dl {
        border-top: solid 1px #fff;
    }

    .form-block dl dt {
        padding-top: 1em;
        width: 17.5em;
    }

    .form-block dl dd {
        width: calc(100% - 17.5em);
    }

    .form-block dl dt span.must {
        font-size: 14px;
    }

    .form-block dl dt span {
        font-size: 13px;
    }

    .form-block .check-box {
        gap: 1.5em;
    }

    .form-block .check-box_item label {
        padding-left: 3.25em;
    }

    .form-block .check-box_item label:before {
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2.5em;
        height: 2.5em;
        background-color: #fff;
        border-radius: 50%;
    }

    .form-block .check-box_item label:after {
        opacity: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0.7125em;
        transform: rotate(-45deg);
        background-color: #E45114;
        width: 1.125em;
        height: 1.125em;
        border-radius: 50%;
    }

    .policy-block {
        margin-top: 20px;
    }

    .policy-block h4 {
        font-size: 16px;
    }

    .policy-block p {
        font-size: 16px;
    }

    .form-block .button input[type="submit"] {
        margin-top: 60px;
        border-width: 4px;
        width: 320px;
    }
}

@media screen and (min-width: 1024px) {
    .form-block .button input[type="submit"]:hover {
        border-color: #232323;
        background-color: #363636;
    }
}



/* //////////////////
数字で見る
////////////////// */
.nomber-section {
    background: url(../img/index/nom-bg.png);
    position: relative;
    padding-top: 16vw;
    padding-bottom: 16vw;
}

.nomber-section .en-title {
    display: inline-block;
    padding: 0 0.625em;
    line-height: 2;
    font-weight: 700;
    font-style: italic;
    background-color: #232323;
    color: #fff;
    margin-bottom: 1em;
}

.nomber-section h2 {
    margin-bottom: 6.66667vw;
    width: 66.666667vw;
}

.nomber-section h2 img {
    width: 100%;
}

.nomber-section .read {
    font-weight: 700;
    line-height: 1.75;
    font-size: 18px;
}

.nomber-section img {
    width: 100%;
}

.nomber-section h3 {
    margin-top: 8vw;
    margin-bottom: 2vw;
}

.nomber-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

@media screen and (max-width: 750px) {
    .nomber-section img.pc {
        display: none;
    }
}

@media screen and (min-width: 751px) {
    .nomber-section img.sp {
        display: none;
    }

    .nomber-section {
        padding-top: 130px;
        padding-bottom: 120px;
    }

    .nomber-section .en-title {
        margin-bottom: 20px;
    }

    .nomber-section h2 {
        margin-bottom: 30px;
    }

    .nomber-section h2,
    .nomber-section h2 img {
        width: auto;
    }

    .nomber-section .read {
        font-size: 24px;
    }

    .nomber-section .read .sp {
        display: none;
    }

    .nomber-section h3 {
        margin-top: 40px;
        margin-bottom: 36px;
    }

    .nomber-section ul {
        gap: 20px;
    }

    .nomber-section ul li {
        width: calc(50% - 10px);
    }

    .nomber-section ul li:nth-child(n+3) {
        width: calc((100% - 40px) / 3);
    }
}


/* campaign-section start */
.content-section.campaign-section {
    text-align: center;
}


.content-section.campaign-section .section-inner {
    padding: 5vw 0;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.content-section.campaign-section img {
    max-width: 1120px;
    width: 100%;
}


.content-section.campaign-section::before {
    content: "";
    background: linear-gradient(to top, #F5F5F5, rgba(245, 245, 245, .0));
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



@media screen and (min-width: 751px) {
    .content-section.campaign-section .section-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* campaign-section end */


/* error start */
.error {
    color: #BF2A16;
    font-weight: 700;
}

/* error end */

/* thanks start */
.contact-main {
    background: #F6F6EC;
    margin: 126px 0 0;
    padding: 50px 10px;
}

.contact-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 12px;
    background: #fff;
    text-align: center;
}

.contact-ttl {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #E93219;
}

.contact-text {
    line-height: 1.5em;
}

@media screen and (max-width: 750px) {
    .contact-main {
        margin: 64px 0 0;
    }
}

/* thanks end */

.reason-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.reason-title span {
    color: #FAFFB3;
    font-size: 46px;
    font-weight: 900;
}

.reason {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1120px;
    margin: 100px auto 0;
}

.content-box {
    max-width: 356px;
    background: #f8f8f8;
    border-radius: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.content-head {
    background: #FF6D38;
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding: 35px 15px;
    border-radius: 16px 16px 0px 0px;
}

.content-head span {
    color: #FAFFB3;
    font-weight: 900;
}

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

.content-tail {
    margin-top: auto;
    transition: max-height 0.3s, opacity 0.3s;
    overflow: hidden;
    padding: 24px 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

.content-tail span {
    color: #F40;
}

.toggle-btn {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #3b87f9;
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 8px 24px;
    box-shadow: 0 8px 16px rgba(59, 135, 249, 0.22);
    font-size: 15px;
    cursor: pointer;
    z-index: 2;
    transition: bottom 0.4s;
}

.toggle-btn:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    /* デフォルトはプラス（＋）アイコン、SVGで埋め込み */
    background: url(../img/index/icon_plus.png) no-repeat center;
    background-size: cover;
}

/* 開いているときはマイナス（−）アイコン */
.content-box.active .toggle-btn:before {
    background: url(../img/index/icon_minus.png) no-repeat center;
}


@media (max-width: 768px) {

    .toggle-btn,
    .toggle-btn:before {
        display: block;
    }
}

.reason .content-inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-deco {
    position: absolute;
    left: 50%;
    translate: -50% -100%;
}

@media (max-width: 768px) {

    .reason-title,
    .reason-title span {
        font-size: 28px;
    }

    .reason {
        flex-direction: column;
        gap: 100px;
        margin-top: 80px;
    }

    .content-box {
        min-height: 240px;
        max-width: 100%;
    }

    .toggle-btn {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
        color: #FF6D38;
        bottom: -20px;
        position: absolute;
        width: 228px;
        border: solid 1px #FF6D38;
        border-radius: 20px;
        background: #FFF;
    }

    .content-head {
        font-size: 22px;
    }

    .content-tail {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        padding: 0 15.5px;
    }

    .content-box.active .content-tail {
        max-height: 500px;
        opacity: 1;
        pointer-events: auto;
        margin: 24px auto 20px;
    }

    .content-box.active .toggle-btn {
        position: relative;
        transform: none;
        margin: 0 auto 24px;
        bottom: auto;
        color: #707070;
        border: solid 1px #707070;
        left: 0;
    }
}