/* ヘッダーここから */
.cp_header div.header-content-box{
    height: 500px;
    background-image: none !important;
    position: relative;
}
.cp_header div.header-content-box img.header-image{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
    width: 50vw;
    height: 100%;
    object-fit: cover;
    right: 0;
    position: absolute;
}
.cp_header .fv_sub_title span.fv_sub_title_big,
.cp_header .fv_sub_title span.fv_sub_title_small,
.cp_header div.text-box p.lead{
  padding-left:0;
}
.cp_header .fv_sub_title span.fv_sub_title_small{
    max-width: 33vw;
}
.cp_header div.text-box{
    background-image: none !important;
    position: absolute;
    height: auto;
    width: auto;
    margin: 0;
    top: 10%;
    left: -21rem;
}
.cp_header div.pan{
    background-image: none !important;
    height: auto;
}
.cp_header .fv_sub_title{
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0%);
    margin-bottom: 4rem;
}
.cp_header div.text-box p.lead{
    width: 30vw;
    font-size: 16px;
    color: #333;
}
.cp_header div.text-box::after,
.cp_header div.pan::after,
.cp_header .cta-wrapper::after,
.cp_header .cta-text::after,
.cp_header .download-text-wrapper::after{
  display:none;
}
.cp_header div.header-content-box::after {
    content: url(../../../../img/scroll.png);
    position: absolute;
    top: 40%;
    left: -33rem;
}

/* CTA */
.cp_header .cta-wrapper,
.cp_header .cta-text,
.cp_header .download-text-wrapper{
    background-image: none !important;
    width: auto;
    height: auto;
}
.cp_header .cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 3rem;
    margin-left: 0;
    width: 45rem;
}
.cp_header .cta-consultation {
    background-color: #32a8c7;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    color: #fff;
    justify-content: space-between;
    padding: 1.5rem 5.8rem;
    border: 2px solid #32a8c7;
}
.cp_header .fa-envelope {
    font-size: 5rem;
    color: #FFF;
}
.cp_header .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.cp_header .fa-file-arrow-down {
    color: #31a8c7;
    font-size: 6.65rem;
}
.cp_header .fa-solid{
    font-weight: 900;
}
.cp_header .fa-envelope:before {
    content: "\f0e0";
}
.cp_header .cta-text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}
.cp_header .cta-subtitle {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    align-self: start;
}
.cp_header .cta-main-text {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 8px;
}
.cp_header .cta-consultation .fa-chevron-right {
    font-size: 3rem;
    color: #FFF;
}
.cp_header .fa-chevron-right:before {
    content: "\f054";
}
.cp_header .cta-download {
    background-color: #fff;
    display: flex;
    margin-top: 15px;
    width: 100%;
    gap: 20px;
    white-space: nowrap;
    justify-content: space-between;
    padding: 1.4rem 5.8rem;
    border: 2px solid #32a8c7;
    align-items: center;
}
.cp_header .hero-text-wrapper .fa-file-arrow-down {
    font-size: 6.65rem;
}
.cp_header .fa-file-arrow-down:before,
.cp_header .fa-file-download:before {
    content: "\f56d";
}
.cp_header .download-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.cp_header .download-subtitle {
    color: #32abc7;
    font-size: 16px;
    font-weight: 400;
}
.cp_header .download-main-text {
    color: #32a8c7;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.5rem;
}
.cp_header .cta-download .fa-chevron-right {
    color: #32a8c7;
    font-size: 3rem;
    padding-left: 2.5rem;
}
.cp_header .fa-chevron-right:before {
    content: "\f054";
}


@media (max-width: 768px) {
    .cp_header div.header-content-box {
        height: auto;
        width: 100%;
        margin: auto;
    }
    .cp_header div.text-box {
        position: relative;
        height: auto;
        width: auto;
        top: 0;
        left: 0;
        padding: 0 10px;
    }
.cp_header div.header-content-box img.header-image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 50vw;
    object-fit: cover;
    right: 0;
    position: relative;
}
.cp_header .fv_sub_title span.fv_sub_title_small{
    max-width: 100%;
}
.cp_header div.pan{
  margin-left: 0;
  width: 100%;
  text-align: right;
}
.cp_header .fv_sub_title{
  text-align: center;
  margin: 10px auto 30px;
}
.cp_header .fv_sub_title span.fv_sub_title_big{
  font-size: 48px;
  padding: 0;
}
.cp_header div.text-box p.lead,
.cp_header .cta-wrapper{
  width:100%;
}
.cp_header div.text-box p.lead{
  font-size: 12px;
  margin: 35px auto;
}
.cp_header .cta-text{
}


.cp_header div.header-content-box::after {
    display: block;
    left: 10px;
    top: 37%;
}

.voice_archive_list > ul > li{
  margin-bottom: 8rem;
}
}


/* ヘッダーここまで */


/* アーカイブここから */
.cp_cat_list{
    margin-bottom: 10rem;
}
.voice_archive_list > ul > li {
    border: none;
    padding: 0px;
    box-shadow: 4px 4px 4px #70707030;
}
.voice_archive_img{
    margin-bottom:0;
}
.voice_archive_text{
    padding: 20px;
}
.voice_archive_list h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    text-decoration: none;
}
.voice_archive_list h3::before,
.voice_archive_list h3::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.voice_archive_list h3:before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #32A8C7;
}
.voice_archive_list h3::after{
    left: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.voice_archive_content{
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 20px;
}
table.voice_item th,
table.voice_item td{
    padding: 5px;
}
table.voice_item th{
    padding-left: 0;
    padding-right: 15px;
}
table.voice_item td .voice_archive_cat li{
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #32A8C7;
    color: #32A8C7;
}

.download_cat_list li.current-cat a{
    background: #32A8C7;
    color: #fff;
}

@media (max-width: 768px) {
.cp .container_archive{
    width: calc(100% - 30px);
}
.cp .download_cat_list li a{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.cp_cat_list {
    margin-bottom: 10rem;
    overflow-x: inherit;
    flex-wrap: wrap;
}
}

/* アーカイブここまで */

/* 詳細ページここから */

/* 詳細ページここまで */
