@charset "UTF-8";

/* .bg-video
-----------------------------------------------    */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 720px;
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .bg-video {
        min-width: 100%;
        min-height: 202px;
    }
}

/* .main
-----------------------------------------------    */
.main {
    margin-top: 120px;
}
@media screen and (max-width: 1000px) {
    .main {
        margin-top: 45px;
    }
}
.main .whole {
    padding: 0;
    margin: 0;
}

/* .main-visual
-----------------------------------------------    */
.main .main-visual {
    position: relative;
    height: 600px;
    background-color: rgba(93,128,186,0.3);
}
@media screen and (max-width: 767px) {
    .main .main-visual {
        height: 202px;
    }
}
.main .main-visual::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 6px);
    height: 0;
    width: 100%;
    opacity: 0.7;
    border-right: 1256px solid transparent;
    border-bottom: 600px solid #09182f;
}
@media screen and (max-width: 1360px) {
    .main .main-visual::before {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        width: 0;
        border-right: 690px solid transparent;
        border-bottom: 328px solid #09182f;
    }
}
@media screen and (max-width: 767px) {
    .main .main-visual::before {
        border-right: 340px solid transparent;
        border-bottom: 160px solid #09182f;
    }
}
.main .main-visual .whole {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .main .main-visual .whole {
        margin: 0 20px;
        padding: 0;
    }
}
.main .main-visual .content {
    padding-top: 271px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .main .main-visual .content {
        padding-top: 70px;
    }
}
.main .main-visual .content .lead {
    color: #fff;
    font-weight: bold;
}
.main .main-visual .content .lead .en {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 82px;
    line-height: 1.1;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
    .main .main-visual .content .lead .en {
        font-size: 35px;
        line-height: 1.143;
    }
}
.main .main-visual .content .lead .ja {
    font-size: 36px;
    line-height: 1.1;
    padding-top: 13px;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
    .main .main-visual .content .lead .ja {
        font-size: 17px;
        padding-top: 6px;
    }
}


/* .design-group1
-----------------------------------------------    */
.design-group1 {
    position: relative;
    background-color: #fff;
}


/* .main-notification
-----------------------------------------------    */
.main .main-notification {
    margin-bottom: -25px;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .main .main-notification {
        margin-bottom: -15px;
        padding: 0;
    }
}
.main .main-notification .whole {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    background-color: #f7f5f3;
    top: -25px;
}
@media screen and (max-width: 767px) {
    .main .main-notification .whole {
        top: -15px;
        margin: 0 20px;
        align-items: stretch;
    }
}
.main .main-notification .title {
    position: relative;
    background-color: #a18c72;
    width: 276px;
}
@media screen and (max-width: 1000px) {
    .main .main-notification .title {
        width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .main .main-notification .title {
        width: 29.55%;
        min-width: 100px;
    }
}
.main .main-notification .title::before {
    position: absolute;
    top: 0;
    right: -26px;
    height: 0;
    width: 0;
    display: block;
    content: "";
    border-right: 26px solid #f7f5f3;
    border-bottom: 25px solid #a18c72;
}
@media screen and (max-width: 767px) {
    .main .main-notification .title::before {
        display: none;
    }
}
.main .main-notification .title::after {
    position: absolute;
    top: 25px;
    right: -26px;
    height: 0;
    width: 0;
    display: block;
    content: "";
    border-right: 26px solid #f7f5f3;
    border-top: 25px solid #a18c72;
}
@media screen and (max-width: 767px) {
    .main .main-notification .title::after {
        display: none;
    }
}
.main .main-notification .title h2 {
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .main .main-notification .title h2 {
        font-size: 14px;
        line-height: 1.393;
        text-align: left;
        padding: 9px 10px 7px 32px;
    }
}
.main .main-notification .title h2::before {
    display: inline-block;
    content: url("https://www.icc-kit.jp/assets/images/ico/ico_important.svg");
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    .main .main-notification .title h2::before {
        position: absolute;
        top: 11px;
        left: 10px;
    }
}
.main .main-notification .content .notification-list ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.875;
    color: #000;
    padding: 10px 30px 10px 62px;
}
@media screen and (max-width: 1000px) {
    .main .main-notification .content .notification-list ul li a {
        padding: 12px 30px 12px 50px;
        line-height: 1.393;
    }
}
@media screen and (max-width: 767px) {
    .main .main-notification .content .notification-list ul li a {
        padding: 9px 10px 7px 10px;
        line-height: 1.393;
        font-size: 14px;
    }
}
.main .main-notification .content .notification-list ul li a:hover {
    text-decoration: underline;
}
.main .main-notification .content .notification-list ul li a[target='_blank']::after {
    display: inline-block;
    content: url("https://www.icc-kit.jp/assets/images/ico/ico_window.svg");
    font-size: 11px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 4px;
}
@media screen and (max-width: 767px) {
    .main .main-notification .content .notification-list ul li a[target='_blank']::after {
        display: none;
    }
}


/* .h2-section
-----------------------------------------------    */
.main .h2-section .h2-section-title {
    position: relative;
}
.main .h2-section .h2-section-title .ja {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .main .h2-section .h2-section-title .ja {
        font-size: 21px;
        top: 17px;
    }
}
.main .h2-section .h2-section-title .en {
    font-size: 106px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #efeae5;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .main .h2-section .h2-section-title .en {
        font-size: 53px;
    }
}


/* .h3-section
-----------------------------------------------    */
.main .h3-section {
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .main .h3-section {
        margin-bottom: 30px;
    }
}
.main .h3-section .title {
    display: flex;
    align-items: center;
}
.main .h3-section .title::before {
    content: "";
    width: 25px;
    height: 8px;
    background-color: #c5b19e;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .main .h3-section .title::before {
        content: "";
        width: 13px;
        height: 4px;
        margin-right: 6px;
    }
}
.main .h3-section .title h3 {
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .main .h3-section .title h3 {
        font-size: 16px;
    }
}
.main .h3-section .title h3 .caption {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
@media screen and (max-width: 1160px) {
    .main .h3-section .title h3 .caption {
        display: inline-block;
        line-height: 18px;
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section .title h3 .caption {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        margin-right: 6px;
    }
}
.main .h3-section .content .text {
    padding: 32px 0;
}
@media screen and (max-width: 767px) {
    .main .h3-section .content .text {
        padding: 14px 0 15px;
    }
}


/* .h2-section.main-feature
-----------------------------------------------    */
.main .h2-section.main-feature {
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature {
        padding-top: 28px;
    }
}
.main .h2-section.main-feature .h2-section-title {
    margin: -10px 0 42px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature .h2-section-title {
        margin: 0 0 18px;
    }
}
.main .h2-section.main-feature > .content .h3-section .visual .image {
    overflow: hidden;
    height: 500px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section .visual .image {
        height: 235px;
    }
}
.main .h2-section.main-feature > .content .h3-section:nth-child(odd) .visual .image {
    padding-right: 100px;
}
@media screen and (max-width: 1800px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(odd) .visual .image {
        padding-right: 0;
    }
}
.main .h2-section.main-feature > .content .h3-section:nth-child(even) .visual .image {
    padding-left: 100px;
}
@media screen and (max-width: 1800px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .visual .image {
        padding-left: 0;
    }
}
.main .h2-section.main-feature > .content .h3-section .visual .image img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1800px) {
    .main .h2-section.main-feature > .content .h3-section .visual .image img {
        width: 1700px;
    }
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .visual .image img {
        margin-left: auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section .visual .image img,
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .visual .image img {
        position: relative;
        width: 799px;
        height: 235px;
        margin-left: 0;
        left: calc(50% - 799px / 2);
    }
}
.main .h2-section.main-feature > .content .h3-section .frame {
    position: relative;
    background-color: #fff;
    margin-top: -280px;
}
@media screen and (max-width: 1378px) {
    .main .h2-section.main-feature > .content .h3-section .frame {
        width: 670px;
    }
}
.main .h2-section.main-feature > .content .h3-section:nth-child(odd) .frame {
    margin-left: calc(50% + 19px);
}
@media screen and (max-width: 1378px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(odd) .frame {
        margin-left: auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(odd) .frame {
    }
}
.main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame {
    margin-right: calc(50% + 19px);
}
@media screen and (max-width: 1378px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame {
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame {
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section .frame,
    .main .h2-section.main-feature > .content .h3-section:nth-child(odd) .frame,
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame {
        width: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        background-color: transparent;
    }
}
.main .h2-section.main-feature > .content .h3-section .frame .body {
    width: 590px;
    padding: 50px 40px 0 40px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section .frame .body {
        width: auto;
        padding: 0;
    }
}
.main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame .body {
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame .body {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-feature > .content .h3-section .frame .body .content .document {
        width: 280px;
        box-sizing: border-box;
        margin-top: -140px;
        min-height: 140px;
        background-color: #fff;
        padding: 20px 20px 0 20px;
    }
    .main .h2-section.main-feature > .content .h3-section:nth-child(odd) .frame .body .content .document {
        margin-left: auto;
    }
    .main .h2-section.main-feature > .content .h3-section:nth-child(even) .frame .body .content .document {
        margin-right: auto;
    }
    .main .h2-section.main-feature > .content .h3-section .frame .body .content .col2-link-list {
        margin: 0 20px;
    }
}


/* .h3-section.main-apply
-----------------------------------------------    */
.main .h3-section.main-apply {
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply {
        margin-top: 53px;
        margin-bottom: 20px;
    }
}
.main .h3-section.main-apply .whole {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .whole {
        max-width: 670px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .whole {
        margin: 0 20px;
    }
}
.main .h3-section.main-apply .frame {
    background: linear-gradient(154deg,#0e3576 61%,#124289 61%);
    border-top: 1px solid transparent;
    max-width: 1280px;
    min-height: 490px;
    margin: 0 auto;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame {
        min-height: 0;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .frame {
        min-height: 0;
        padding-bottom: 19px;
    }
}
.main .h3-section.main-apply .frame .visual {
    position: relative;
    margin-top: -70px;
    width: 50%;
    float: left;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame .visual {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .frame .visual {
        margin-top: -25px;
    }
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame .visual .image.pc {
        display: none;
    }
}
.main .h3-section.main-apply .frame .visual .image.sp {
    display: none;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame .visual .image.sp {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .frame .visual .image.sp img {
        width: 100%;
        height: auto;
    }
}
.main .h3-section.main-apply .frame .body {
    color: #fff;
    width: 50%;
    float: left;
    padding: 70px 0 0 0;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame .body {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .frame .body {
        padding-top: 19px;
    }
}
.main .h3-section.main-apply .frame .body .btn-link-list {
    width: 320px;
}
@media screen and (max-width: 1140px) {
    .main .h3-section.main-apply .frame .body .btn-link-list {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-apply .frame .body .btn-link-list {
        width: 240px;
        margin: 0 auto;
    }
}


/* .h3-section.main-video
-----------------------------------------------    */
.main .h3-section.main-video {
    margin-bottom: 100px;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video {
        margin-bottom: 0;
    }
}
.main .h3-section.main-video .whole {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .whole {
        margin: 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .whole {
        margin: 0 15px;
    }
}
.main .h3-section.main-video .frame {
    background-image: url('https://www.icc-kit.jp/assets/images/pages/index/video_bg.png');
    max-width: 1280px;
    min-height: 306px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame {
        min-height: 0;
        background-size: 10px 10px;
    }
}
.main .h3-section.main-video .frame .header {
    width: 256px;
    float: left;
    color: #fff;
    margin-top: 70px;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .header {
        width: auto;
        float: none;
        margin-top: 0;
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .header {
        padding-top: 20px;
    }
}
.main .h3-section.main-video .frame .header .content .title {
    margin-bottom: 60px;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .header .content .title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .header .content .title {
        margin-bottom: 19px;
    }
}@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .header .content .btn-link-list {
        display: none;
    }
}
.main .h3-section.main-video .frame .body {
    padding-left: 300px;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .body {
        padding-left: 0;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .body {
        padding-bottom: 25px;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul {
    position: relative;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .body .content .play-list ul {
        display: flex;
        justify-content: center;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li {
    float: left;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li {
        float: none;
        width: 50%;
        max-width: 400px;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure {
    box-shadow: 10px 14px #124289;
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li figure {
        box-shadow: 7px 5px #124289;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure a {
    display: block;
    text-decoration: none;
    position: relative;
}
.main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(2) {
    margin-left: 40px;
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(2) {
        margin-left: 20px;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(1) figure a {
    margin-top: 50px;
}
.main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(2) figure a {
    margin-top: -20px;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(1) figure a,
    .main .h3-section.main-video .frame .body .content .play-list ul li:nth-child(2) figure a {
        margin-top: 0;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure a img {
    display: block;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li figure a img {
        width: 100%;
        height: auto;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure a::after {
    display: block;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 25px);
    content: "";
    width: 80px;
    height: 50px;
    border-radius: 10px;
    background-image: url('https://www.icc-kit.jp/assets/images/ico/ico_play.svg');
    background-size: 17px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(14, 53, 118, 0.9);
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li figure a::after {
        width: 31px;
        height: 20px;
        border-radius: 5px;
        left: calc(50% - 15px);
        top: calc(50% - 10px);
        background-size: 7px auto;
    }
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure a:hover::after {
    background-color: rgba(65, 113, 185, 0.9);
}
.main .h3-section.main-video .frame .body .content .play-list ul li figure figcaption {
    background-color: #124289;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    text-align: center;
    padding-top: 14px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .body .content .play-list ul li figure figcaption {
        margin-left: 7px;
        line-height: 1.5;
        font-size: 10px;
        padding-top: 4px;
    }
    .main .h3-section.main-video .frame .body .content .play-list ul li figure figcaption.twice-height {
        line-height: 3;
    }
}
.main .h3-section.main-video .frame .footer {
    display: none;
}
@media screen and (max-width: 1240px) {
    .main .h3-section.main-video .frame .footer {
        display: block;
        width: 320px;
        margin: 0 -40px 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h3-section.main-video .frame .footer {
        width: 240px;
        margin: 0 -20px 0 auto;
    }
}


/* .h2-section.main-topics
-----------------------------------------------    */
.main .h2-section.main-topics {
    background-color: #f7f5f3;
    padding-top: 90px;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics {
        padding-top: 14px;
        padding-bottom: 30px;
    }
}
.main .h2-section.main-topics .whole {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .whole {
        padding: 0 20px;
    }
}
.main .h2-section.main-topics .content .topics-list {
    margin-top: 37px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .topics-list {
        margin-top: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .main .h2-section.main-topics .content .topics-list ul li {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .topics-list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 380px) {
    .main .h2-section.main-topics .content .topics-list ul li {
        width: 100%;
    }
}
.main .h2-section.main-topics .content .topics-list ul li:nth-child(9) {
    display: none;
}
@media screen and (max-width: 1000px) {
    .main .h2-section.main-topics .content .topics-list ul li:nth-child(9) {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .topics-list ul li:nth-child(9) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .topics-list ul li a {
        margin-left: 20px;
    }
}
@media screen and (max-width: 380px) {
    .main .h2-section.main-topics .content .topics-list ul li a {
        margin-left: 0;
    }
}
.main .h2-section.main-topics .content .more-button {
    width: 320px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .more-button {
        width: 240px;
        margin: 0 auto;
    }
}

.main .h2-section.main-topics .content .h3-section.main-report {
    background-color: #fff;
    padding: 70px;
    margin: 70px -40px 0;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report {
        padding: 20px;
        margin: 30px auto 0;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .header {
    float: left;
    width: 500px;
}
@media screen and (max-width: 1270px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .header {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .header .text {
        padding-bottom: 12px;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .header .list-button {
    width: 256px;
    margin: 0 auto 0 70px;
}
@media screen and (max-width: 1270px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .header .list-button {
        display: none;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .body {
    float: right;
}
@media screen and (max-width: 1270px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body {
        float: none;
        margin: 0 auto;
        width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body {
        width: auto;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .body a {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 7px 7px 17px 7px;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body a {
        padding: 4px 4px 5px 4px;
    }
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body a figure img {
        width: 100%;
        height: auto;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .body a figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body a figure figcaption {
        margin-top: 5px;
        font-size: 13px;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .body a figure figcaption::before {
    display: inline-block;
    content: "";
    background-image: url('https://www.icc-kit.jp/assets/images/ico/ico_pdf.svg');
    background-repeat: no-repeat;
    background-size: 20px 27px;
    width: 20px;
    height: 27px;
    margin-right: 10px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .body a figure figcaption::before {
        margin-right: 7px;
    }
}
.main .h2-section.main-topics .content .h3-section.main-report .frame .footer {
    display: none;
}
@media screen and (max-width: 1270px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .footer {
        display: block;
        margin: 40px auto 0;
        width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .main .h2-section.main-topics .content .h3-section.main-report .frame .footer {
        display: block;
        margin: 20px auto 0;
        width: 240px;
    }
}


/* .h2-section.main-inquiry
-----------------------------------------------    */
.main .main-inquiry {
    height: 464px;
    background-image: url('https://www.icc-kit.jp/assets/images/pages/index/inquiry_bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 82px 0 0 0;
}
@media screen and (max-width: 1800px) {
    .main .main-inquiry {
        background-size: 1800px auto;
    }
}
@media screen and (max-width: 767px) {
    .main .main-inquiry {
        background-size: auto 100%;
        height: auto;
        padding: 47px 0 0 0;
    }
}
.main .main-inquiry .title h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .main .main-inquiry .title h2 {
        font-size: 15px;
        line-height: 1.6;
    }
}
.main .main-inquiry .content .desc {
    font-size: 18px;
    line-height: 1.889;
    padding: 24px 0 40px;
}
@media screen and (max-width: 767px) {
    .main .main-inquiry .content .desc {
        font-size: 13px;
        line-height: 1.6;
        padding: 10px 0 16px;
    }
}
.main .main-inquiry .content .inquiry-button {
    width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .main .main-inquiry .content .inquiry-button {
        width: auto;
        margin: 0 20px;
        padding-bottom: 40px;
    }
}
.main .main-inquiry .content .inquiry-button ul li::before {
    display: none;
}
.main .main-inquiry .content .inquiry-button ul li a {
    line-height: 80px;
    font-size: 24px;
    color: #000;
}
@media screen and (max-width: 767px) {
    .main .main-inquiry .content .inquiry-button ul li a {
        line-height: 45px;
        font-size: 18px;
    }
}
.main .main-inquiry .content .inquiry-button ul li:hover a {
    color: #4171b9;
}
.main .main-inquiry .content .inquiry-button ul li a::before {
    display: inline-block;
    content: "";
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('https://www.icc-kit.jp/assets/images/ico/ico_mail02.svg');
    width: 31px;
    height: 20px;
    vertical-align: 0;
    margin-right: 10px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .main .main-inquiry .content .inquiry-button ul li a::before {
        background-size: 25px auto;
        background-position: 0 50%;
        width: 25px;
        height: 17px;
        vertical-align: 0;
        margin-right: 6px;
        z-index: 2;
    }
}
