@charset "utf-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_brand a {
    background-color: rgba(0, 0, 0, .1);
}

sup {
    font-size: 10px;
    vertical-align: top;
}

@media only screen and (max-width:992px) {
    .tabView {
        display: none !important;
    }
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 3em;
}

.row-reverse {
    flex-direction: row-reverse;
}

.contents_bg {
    /* background-color: #fff; */
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual {
    position: relative;
    height: 560px;
}

.commonKeyvisual .imagearea.imagearea_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: no-repeat center center / cover; */
    background: no-repeat center bottom / 100% auto;
    z-index: 1;
}

.commonKeyvisual .imagearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    z-index: 1;
}

.commonKeyvisual .imagearea:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.commonKeyvisual .imagearea.dark:after {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.commonKeyvisual .imagearea .imgCap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
}

.commonKeyvisual .textArea {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    color: #fff;
    z-index: 5;
}

.commonKeyvisual .textArea .wide {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}

.commonKeyvisual .textArea .title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.3;
}

.commonKeyvisual .textArea .lead {
    font-size: 24px;
    line-height: 1.5;
    font-family: "EB Garamond", serif;
}

.commonKeyvisual .textArea .lead small {
    font-size: 0.6em;
}

.commonKeyvisual .textArea .lead sup {
    font-size: 0.6em;
    vertical-align: top;
}

.commonKeyvisual .textArea .info_link {
    margin-top: 20px;
}

.commonKeyvisual .textArea .info_link a:hover {
    transition: .4s;
    opacity: .8;

}

.commonKeyvisual .textArea .inBtn {
    margin-top: 30px;
}

.commonKeyvisual .textArea .inBtn a {
    display: block;
    max-width: 200px;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #003c7a;
    text-decoration: none;
}

@media only screen and (max-width:768px) {
    .commonKeyvisual {
        height: auto;
    }

    .commonKeyvisual .imagearea {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .imagearea.imagearea_top {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .imagearea:after {
        display: none;
    }

    .commonKeyvisual .textArea {
        position: absolute;
    }

    .commonKeyvisual .textArea .wide {
        padding: 30px 20px;
    }

    .commonKeyvisual .textArea .title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .commonKeyvisual .textArea .lead {
        font-size: 20px;
    }

    .commonKeyvisual .textArea .inBtn {
        margin-top: 20px;
    }
}

.commonKeyvisual .imagearea {
    background-image: url(../images/kv.jpg);
}

@media only screen and (max-width:768px) {
    .commonKeyvisual .textArea {
        color: #fff;
        background-color: transparent;
    }
}

/* commonSpModalImage */
.commonSection .commonSpModalImage+.commonSpModalImage {
    margin-top: 40px;
}

.commonSection .commonBigTitle01.min {
    font-size: 24px;
}

@media only screen and (max-width:768px) {
    .commonSection .commonBigTitle01.min {
        font-size: 18px;
    }

    .commonKeyvisual .imagearea {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .textArea .wide {
        padding: 20px 20px 17%;
        padding: 0;
        padding-left: 20px;
    }
}

.ac {
    text-align: center;
}


/* supportList */
.supportList {
    max-width: 1352px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.supportList li {
    width: 48.8888%;
}

.supportList li:not(:nth-of-type(2n)) {
    margin-right: 2.2223%;
}

.supportList li .supporTtl,
.supportList li .supporTtl+figure {
    margin-bottom: 30px;
}

.supportList li:not(:nth-of-type(2n)) {
    margin-right: 2.2223%;
}

.supportList li:last-of-type {
    padding-top: 60px;
}

.commonSection {
    margin-top: 164px;
    margin-bottom: 164px;
}

main .cont1 {
    padding-top: 164px;
    padding-bottom: 124px;
}

main .cont2 {
    padding-top: 156px;
    margin-bottom: 57px;
}

main .cont3 {
    padding-top: 0px;
    margin-bottom: 72px;
}

main .cont4 {
    padding-top: 0px;
    margin-bottom: 163px;
}

@media only screen and (max-width:768px) {
    .supportList {
        display: block;
    }

    .supportList li {
        width: 100%;
    }

    .supportList li:not(:nth-of-type(2n)) {
        margin-right: 0;
    }

    .supportList li:nth-of-type(n + 2) {
        margin-top: 40px;
    }

    .supportList li:last-of-type {
        padding-top: 0;
    }
}

.le {
    font-weight: 300;
    font-style: normal;
}

.mi {
    font-weight: 400;
    font-style: normal;
}

.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 446px;
}



.bg_w {
    background: #ffff;
}

@media only screen and (max-width:992px) {
    .kv_logo {
        max-width: 250px;
        /* top: 46%; */
    }
}

@media only screen and (max-width:768px) {
    .commonKeyvisual .imagearea:after {
        display: none;
    }

    .commonKeyvisual .textArea .title {
        font-size: 24px;
        margin-bottom: 7px;

    }

    .commonKeyvisual .textArea .lead {
        font-size: 14px;
    }
}

/* top_area
======================================= */
.top_area {
    position: relative;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 80px;
}

.top_area::before {
    content: '';
    position: absolute;
    width: 38%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}

.top_wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 10%;
}

.top_title {
    width: 38%;
}

.top_title h2 {
    font-size: 40px;
    color: #312928;
    letter-spacing: 0.06em;
    margin-top: 6%;
}

.top_body {
    width: 50%;
}

.top_lead_sub {
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #312928;
    font-family: "EB Garamond", serif;
}

.top_lead {
    margin-top: 12px;
    font-size: 32px;
    letter-spacing: 0.06em;
    color: #312928;
}

.top_text {}

@media only screen and (max-width:768px) {
    .top_area {
        padding-top: 60px;
        padding-bottom: 130px;
    }

    .top_area::before {
        width: 76%;
        height: 38%;
        height: 33vh;
        top: auto;
        bottom: 0;
        left: 0;
    }

    .top_wrap {
        flex-direction: column;
        row-gap: 0px;
    }

    .top_title {
        width: 100%;
    }

    .top_body {
        width: 100%;
    }

    .top_lead_sub {
        font-size: 14px;
    }

    .top_lead {
        margin-top: 12px;
        font-size: 24px;
        letter-spacing: 0.06em;
        color: #312928;
    }

    .top_text {
        margin-top: 40px;
    }
}




/* slide_contents
======================================= */
.slide_area {
    padding-top: 70px;
    margin-left: auto;
    width: 80%;
}

.slick-list {
    padding-right: 20%;
}

.slider-top .slick-list {
    padding: 0 20% 0 0 !important;
}

@media only screen and (max-width:768px) {
    .slide_area {
        padding-top: 34px;
    }

    .slider-top .slick-list {
        padding: 0 12% 0 0 !important;
    }
}

/* プログレスバー */
.dots-class_top button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class_top {
    width: 430px;
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.dots-class_top li {
    width: 100%;
    height: 6px;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
}

.dots-class_top li.slick-active::before {
    content: "";
    display: inline-block;
    background-color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dots-class_top li.slick-active::before {
    background-color: #121212;
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .dots-class_top {
        width: 60%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .dots-class_top li {
        height: 4px;
    }
}

/* アロー */
.slider-arrow {
    position: absolute;
    top: -80px;
    z-index: 999;
    background-size: cover;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #312928;
    border-radius: 50%;
    transition: all .3s;
    opacity: 1;
}

.slider-arrow:hover {
    opacity: .3;
}

.slider-arrow.prev {
    background-image: url("../image/arrow-slider-prev.svg");
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    left: 0;
}

.slider-arrow.next {
    background-image: url("../image/arrow-slider-next.svg");
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
    left: 70px;
}

@media only screen and (max-width: 768px) {
    .slider-arrow {
        bottom: -90px;
        top: auto;
    }

    .slider-arrow.prev {
        left: 0;
    }

    .slider-arrow.next {
        left: 70px;
    }
}



/* contents
======================================= */
.contents {
    margin-top: 90px;
}

.main_contents {
    padding-top: 160px;
    padding-bottom: 140px;
    overflow: hidden;
    background-color: transparent;
}

.bgWhite {
    background-color: #fff;
}

.t_m {
    font-size: 15px;
    letter-spacing: 0.06em;
    display: inline-block;
    color: #312928;
    margin-bottom: 40px;
    font-family: "EB Garamond", serif;
}

.t_b {
    font-size: 40px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #1B1B21;
    margin-bottom: 40px;
}

.cont_text {
    width: 42%;
}

.commonText {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06px;
}

.commonCap {
    margin-top: 17px;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: normal;
}

.cont_pic {
    margin-top: 80px;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .contents {
        margin-top: 100px;
    }

    .main_contents {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .t_m {
        font-size: 18px;
        letter-spacing: 0.06em;
        padding: 4px 20px;
        margin-bottom: 28px;
    }

    .t_b {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .cont_text {
        width: 100%;
    }

    .commonText {
        font-size: 14px;
    }

    .cont_pic {
        margin-top: 40px;
        margin-bottom: 50px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
}

/* panel_area
==================================== */
.panel_area {
    margin-top: 74px;
    margin-top: clamp(3.2rem, -2.355rem + 6.774vw, 7.4rem);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.panel_item {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out;
}

.panel_item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 41, 40, .5);
    z-index: 1;
}

.panel_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-size: clamp(3.2rem, 2.142rem + 1.29vw, 4rem);
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    z-index: 2;
     font-family: "EB Garamond", serif;
}

.panel_title span {
    display: block;
    font-size: 15px;
    font-size: clamp(1.3rem, 1.035rem + 0.323vw, 1.5rem);
     font-family: "Noto Sans JP", sans-serif;
}

.panel_item:hover {
    filter: brightness(0.7);
}

.panel_item figure img {
    transition: all .5s ease-out;
}

.panel_item:hover figure img {
    transform: scale(1.05);
}

@media only screen and (max-width:768px) {
    .panel_area {
        margin-top: 32px;
        grid-template-columns: repeat(1, 1fr);
    }

    .panel_title {
        font-size: 32px;
    }

    .panel_title span {
        font-size: 14px;
    }
}


.contents_item+.contents_item {
    margin-top: 20px;
}

.contents_inner {
    padding: 80px 80px;
}

.contents_title {
    position: relative;
    font-size: 40px;
    letter-spacing: 0.06em;
    color: #312928;
    line-height: 1.2;
     font-family: "EB Garamond", serif;
}

.contents_title span {
    font-size: 16px;
    margin-top: 10px;
    display: block;
     font-family: "Noto Sans JP", sans-serif;
}

.contents_title::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../image/dot.png) no-repeat center center / contain;
    top: 15px;
    left: -86px;
}

.contents_lead {
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #312928;
    line-height: 1.8;
}

.contents_flex {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.contents_body {
    width: 48%;
}

.contents_text {
    font-family: "Noto Sans JP", sans-serif;
}

.contents_img_right {
    width: 53vw;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
}

.contents_img_left {
    width: 53vw;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
}

.contents_img_right figure img,
.contents_img_left figure img {
    width: 100%;
}

.contents_img_wrap {
    display: flex;
}

.contents_img_cap {
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 0.03em;
}

.contents_btn {
    position: relative;
    margin-top: 35%;
    background-color: #312928;
    display: block;
    width: 100%;
    max-width: 326px;
    text-decoration: none;
    padding: 24px 0;
    transition: opacity .4s ease-in-out;
}

.contents_btn span {
    color: #fff;
    font-size: 16px;
    margin-left: 32px;
    letter-spacing: 0.06em;
}

.contents_btn::after {
    content: '';
    position: absolute;
    background-image: url(../image/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}

.contents_btn:hover {
    opacity: .8;
}

@media only screen and (max-width:768px) {
    .contents_item+.contents_item {
        margin-top: 20px;
    }

    .contents_inner {
        padding: 60px 20px;
    }

    .contents_title {
        font-size: 32px;
    }

    .contents_title span {
        font-size: 14px;
        margin-top: 6px;
    }

    .contents_title::before {
        width: 15px;
        height: 15px;
        top: 12px;
        left: -28px;
    }

    .contents_lead {
        font-size: 20px;
    }

    .contents_flex {
        margin-top: 34px;
        flex-direction: column;
    }

    .contents_body {
        display: contents;
    }

    .contents_text {
        margin-top: 10px;
    }

    .contents_img_right,
    .contents_img_left {
        width: 114%;
        margin-top: 15px;
    }

    .contents_img_wrap {
        flex-direction: column;
    }

    .contents_img_cap {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        margin-top: 4px;
        letter-spacing: 0.03em;
    }

    .contents_btn {
        order: 1;
        margin-top: 40px;
        max-width: 326px;
        padding: 24px 0;
    }

    .contents_btn span {
        font-size: 14px;
        margin-left: 32px;
    }

    .contents_btn::after {
        content: '';
        position: absolute;
        background-image: url(../image/arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 12px;
        height: 12px;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);
    }
}

.title_wrap {
    display: flex;
    justify-content: space-between;
}

.title_wrap.border {
    padding-top: 30px;
    border-top: 1px solid #312928;
}

.p-requirements__box--inner {
    width: 100%;
    margin-top: 6%;
}

.p-requirements__box--inner tr {
    border-top: 1px solid #c1c1c1
}

.p-requirements__box--inner tr:last-of-type {
    border-bottom: 1px solid #c1c1c1
}

.p-requirements__box--inner .table-title,
.p-requirements__box--inner tr th {
    width: 600px;
    padding: 32px 20px;
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 991px) {

    .p-requirements__box--inner .table-title,
    .p-requirements__box--inner tr th {
        width: 160px
    }
}

@media (max-width: 767px) {

    .p-requirements__box--inner .table-title,
    .p-requirements__box--inner tr th {
        display: block;
        width: 100%;
        padding: 16px
    }
}

.p-requirements__box--inner .table-main,
.p-requirements__box--inner tr td {
    padding: 32px 20px;
    font-size: 14px
}

@media (max-width: 767px) {

    .p-requirements__box--inner .table-main,
    .p-requirements__box--inner tr td {
        display: block;
        padding: 0 16px 16px
    }
}

@media only screen and (max-width: 768px) {
    .title_wrap {
        flex-direction: column;
    }
}