/* Layout
============================================================================= */
.home .main-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

@media screen and (max-width: 989px) {
    .home .main-container {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .home .main-container {
        margin: 0 auto;
    }
}

.home #main {
    width: 100%;
    background: transparent;
    padding: 0;
}

@media screen and (max-width: 989px) {
    .home #main {
        width: auto;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .home #main {
        float: none;
    }
}

/* Topics
============================================================================= */
.home .news-section {
    background: #fff;
    padding: 87px 0 62px;
}

@media screen and (max-width: 989px) {
    .home .news-section {
        padding: 45px 10px 52px;
    }
}

@media screen and (max-width: 767px) {
    .home .news-section {
        padding: 32px 10px 52px;
    }
}

.home .news__container {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 989px) {
    .home .news__container {
        width: 710px;
    }
}

@media screen and (max-width: 767px) {
    .home .news__container {
        width: auto;
    }
}

.news-area-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .news-area-wrapper {
        display: block;
    }
}

.home .news-area-in {
    width: 824px;
    margin-left: 0;
    position: relative;
}

@media screen and (max-width: 989px) {
    .home .news-area-in {
        width: 370px;
    }
}

@media screen and (max-width: 767px) {
    .home .news-area-in {
        width: auto;
        margin-bottom: 25px;
    }
}

.home .news-banner-area {
    width: 310px;
}

@media screen and (max-width: 767px) {
    .home .news-banner-area {
        margin: 0 auto;
    }
}

.home .news__title {
    position: relative;
    padding: 10px 0 27px;
}

@media screen and (max-width: 989px) {
    .home .news__title {
        padding-bottom: 36px;
    }
}

@media screen and (max-width: 767px) {
    .home .news__title {
        padding-bottom: 27px;
    }
}

.home .news__title h2 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 989px) {
    .home .news__title h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .home .news__title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 989px) {
    .news-tab {
        display: none;
    }
}

.news-tab__state-radio {
    display: none;
}

.news-tab__lists {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 45px;
}

.news-tab__list {
    text-align: center;
    position: relative;
}

.news-tab__list::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: -45px;
    top: 19px;
}

.news-tab__list:last-child::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    right: -45px;
    top: 19px;
}

.news-tab__label {
    width: 100%;
    display: block;
    padding: 14px 0 5px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.news-tab__label:hover::after {
    content: '';
    display: block;
    border-right: 7px solid transparent;
    border-top: 12px solid #000;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 7px);
}

.news-tab__txt {
    font-size: 16px;
    font-weight: 500;
}

.news-tab-list__wrapper .news-lists {
    display: none;
}

@media screen and (max-width: 989px) {
    .news-tab-list__wrapper .news-lists {
        display: none !important;
    }
    .news-tab-list__wrapper .news-lists.news-lists--type1 {
        display: block !important;
    }
}

.news-tab-list__wrapper .news-tab__state-radio[value="1"]:checked ~ .news-lists--type1,
.news-tab-list__wrapper .news-tab__state-radio[value="2"]:checked ~ .news-lists--type2,
.news-tab-list__wrapper .news-tab__state-radio[value="3"]:checked ~ .news-lists--type3,
.news-tab-list__wrapper .news-tab__state-radio[value="4"]:checked ~ .news-lists--type4,
.news-tab-list__wrapper .news-tab__state-radio[value="5"]:checked ~ .news-lists--type5 {
    display: block;
}

.news-tab__state-radio[value="1"]:checked ~ .news__tab .news-tab__list--type1 .news-tab__label::after,
.news-tab__state-radio[value="2"]:checked ~ .news__tab .news-tab__list--type2 .news-tab__label::after,
.news-tab__state-radio[value="3"]:checked ~ .news__tab .news-tab__list--type3 .news-tab__label::after,
.news-tab__state-radio[value="4"]:checked ~ .news__tab .news-tab__list--type4 .news-tab__label::after,
.news-tab__state-radio[value="5"]:checked ~ .news__tab .news-tab__list--type5 .news-tab__label::after {
    content: '';
    display: block;
    border-right: 7px solid transparent;
    border-top: 12px solid #000;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 7px);
}

.news-banner__upper {
    margin-top: 90px;
    margin-bottom: 32px;
}

@media screen and (max-width: 989px) {
    .news-banner__upper {
        margin-top: 0;
    }
}

.news-banner__upper ul li {
    margin-bottom: 5px;
}

.news-banner__upper ul li img {
    width: 100%;
}


.news-banner-under__title {
    text-align: center;
    color: #fff;
    background: #000;
    font-weight: 500;
    padding: 12px 0;
}

.news-banner-under__lists {
    display: flex;
}

.news-banner-under__list:nth-child(1) {
    width: 78px;
}

.news-banner-under__list:nth-child(2) {
    width: 77px;
}

.news-banner-under__list:nth-child(3) {
    width: 77px;
}

.news-banner-under__list:nth-child(4) {
    width: 78px;
}

.news-banner-under__btn {
    max-width: 100%;
}

.home .news-list-item {
    padding-left: 30px;
}

@media screen and (max-width: 989px) {
    .home .news-list-item {
        padding-left: 14px;
    }
}

.home .news-list-item:first-child {
    border-top: 1px solid #000;
}

.home .news-list-item__date {
    width: 16em;
}

/* Important
============================================================================= */
.important-section__wrapper {
    background: #bb1a1a;
}

@media screen and (max-width: 989px) {
    _::-webkit-full-page-media, _:future, :root .important-section__wrapper {
        position: relative;
        top: -2px;
    }
}

@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .important-section__wrapper {
        top: 0;
    }
}

.important-section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 989px) {
    .important-section {
        width: 710px;
    }
}

@media screen and (max-width: 767px) {
    .important-section {
        width: auto;
        display: block;
        padding: 12px 12px;
    }
}

.important__title-wrapper {
    width: 130px;
}

@media screen and (max-width: 989px) {
    .important__title-wrapper {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .important__title-wrapper {
        width: auto;
    }
}

.important__title {
    font-size: 93%;
    font-weight: 500;
    position: relative;
}

.important__title::after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

@media screen and (max-width: 989px) {
    .important__title {
        font-size: 81%;
    }
    .important__title::after {
        height: 14px;
        top: calc(50% - 5px);
    }
}

@media screen and (max-width: 767px) {
    .important__title {
        text-align: center;
        margin-bottom: 20px;
    }
    .important__title::after {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: -11px;
    }
}

.important__list-wrapper {
    width: calc(100% - 130px);
    padding: 10px 0 11px 25px;
}

@media screen and (max-width: 989px) {
    .important__list-wrapper {
        padding-left: 13px;
    }
}

@media screen and (max-width: 767px) {
    .important__list-wrapper {
        width: auto;
        padding: 0;
    }
}

.important__list {
    margin: 4px 0;
}

.important__link {
    color: #fff !important;
    display: flex;
}

.important__date {
    color: #fff;
    font-size: 81%;
    padding-right: 15px;
}

.important__text {
    color: #fff;
    font-size: 81%;
}

/* Media Pickup
============================================================================= */
.media-pickup-wrapper {
    background: #fff;
}

.media-pickup {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 110px;
}

@media screen and (max-width: 989px) {
    .media-pickup {
        width: 710px;
        padding-bottom: 67px;
    }
}

@media screen and (max-width: 767px) {
    .media-pickup {
        width: auto;
        padding: 0 10px 50px;
    }
}

.media-pickup__title-wrapper {
    margin-bottom: 44px;
}

@media screen and (max-width: 989px) {
    .media-pickup__title-wrapper {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .media-pickup__title-wrapper {
        margin-bottom: 26px;
    }
}

.media-pickup__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 989px) {
    .media-pickup__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .media-pickup__title {
        font-size: 20px;
    }
}

.media-pickup__content {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px;
    min-height: 207px;
}

@media screen and (max-width: 989px) {
    .media-pickup__content {
        min-height: 255px;
    }
}

@media screen and (max-width: 767px) {
    .media-pickup__content {
        min-height: 320px;
    }
}

.media-pickup__content iframe {
    height: 100%;
    min-height: 207px;
}

@media screen and (max-width: 989px) {
    .media-pickup__content iframe {
        min-height: 255px;
    }
}

@media screen and (max-width: 767px) {
    .media-pickup__content iframe {
        min-height: 320px;
    }
}

/* Examinee
============================================================================= */
.examinee-wrapper {
    background: url("../../image/examinee-bg002.png") no-repeat center top;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-content: center;
}

@media screen and (max-width: 767px) {
    .examinee-wrapper {
        background: url("../../image/examinee-bg002-sp.png") no-repeat center top;
        background-size: cover;
        min-height: 667px;
    }
}

.examinee {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 989px) {
    .examinee {
        width: 710px;
    }
}

@media screen and (max-width: 767px) {
    .examinee {
        flex-direction: column;
        justify-content: center;
        width: auto;
    }
}

.examinee__col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .examinee__col {
        display: block;
        width: auto;
    }
    .examinee__col + .examinee__col {
        margin-top: 60px;
    }
}

.examinee__btn-wrapper {
    width: 510px;
    height: 336px;
}

@media screen and (max-width: 989px) {
    .examinee__btn-wrapper {
        width: 355px;
        height: 530px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__btn-wrapper {
        width: 355px;
        height: 175px;
        margin: 0 auto;
    }
}

.examinee__banner-list-wrapper {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 989px) {
    .examinee__banner-list-wrapper {
        width: 255px;
        left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__banner-list-wrapper {
        width: 184px;
        left: 0;
    }
}

.examinee__banner-list-wrapper .bx-controls {
    position: relative;
    bottom: 287px;
}

@media screen and (max-width: 989px) {
    .examinee__banner-list-wrapper .bx-controls {
        bottom: 270px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__banner-list-wrapper .bx-controls {
        bottom: 187px;
    }
}

.examinee__banner-list-wrapper .bx-prev {
    position: absolute;
    left: -55px;
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url("../../image/examinee-ic001.png") no-repeat center;
}

@media screen and (max-width: 989px) {
    .examinee__banner-list-wrapper .bx-prev {
        left: -34px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__banner-list-wrapper .bx-prev {
        left: -56px;
    }
}

.examinee__banner-list-wrapper .bx-next {
    position: absolute;
    right: -55px;
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url("../../image/examinee-ic002.png") no-repeat center;
}

@media screen and (max-width: 989px) {
    .examinee__banner-list-wrapper .bx-next {
        right: -34px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__banner-list-wrapper .bx-next {
        right: -56px;
    }
}

.examinee__banner-list + .examinee__banner-list {
    margin-top: 10px;
}

@media screen and (max-width: 989px) {
    .examinee__banner-list + .examinee__banner-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .examinee__banner-list + .examinee__banner-list {
        margin-top: 10px;
    }
}

.examinee__banner {
    max-width: 100%;
}

/* Full Background Section
============================================================================= */
.full-bg-section {
    position: relative;
    background-size: cover;
    background-position: center top;
}

.full-bg-section::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: -5;
}

.full-bg-section.full-bg-section--lg {
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
    .full-bg-section.full-bg-section--lg {
        min-height: 665px;
    }
}

.full-bg-section.full-bg-section--md {
    min-height: 320px;
}

.full-bg-section.full-bg-section--md .full-bg__content-wrapper {
    min-height: 320px;
}

.full-bg__fixed-bg-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: #000;
    display: block;
}

.full-bg__fixed-bg-wrapper.full-bg__fixed-bg-wrapper--sec1 {
    z-index: -1;
}

.full-bg__fixed-bg-wrapper.full-bg__fixed-bg-wrapper--sec2 {
    z-index: -2;
}

.full-bg__fixed-bg-wrapper.full-bg__fixed-bg-wrapper--sec3 {
    z-index: -3;
}

.full-bg__fixed-bg {
    width: 100%;
    padding-top: 100%;
}

.full-bg__fixed-bg.full-bg__fixed-bg--sec1 {
    background: url("../../image/home-bg001.png") #000 no-repeat top center;
    background-size: cover;
}

.full-bg__fixed-bg.full-bg__fixed-bg--sec2 {
    background: url("../../image/home-bg002.png") #000 no-repeat top center;
    background-size: cover;
}

.full-bg__fixed-bg.full-bg__fixed-bg--sec3 {
    background: url("../../image/home-bg003.png") #000 no-repeat top center;
    background-size: cover;
}

.full-bg--section4 {
    background-image: url("../../image/home-bg004.png");
}

@media screen and (max-width: 989px) {
    .full-bg--section4 {
        background-image: url("../../image/home-bg004-tab.png");
    }
}

@media screen and (max-width: 767px) {
    .full-bg--section4 {
        background-image: url("../../image/home-bg004-sp.png");
    }
}

.full-bg--section5 {
    background-image: url("../../image/home-bg005.png");
}

@media screen and (max-width: 989px) {
    .full-bg--section5 {
        background-image: url("../../image/home-bg005-tab.png");
    }
}

@media screen and (max-width: 767px) {
    .full-bg--section5 {
        background-image: url("../../image/home-bg005-sp.png");
    }
}

.full-bg--section6 {
    background-image: url("../../image/home-bg006.png");
}

@media screen and (max-width: 989px) {
    .full-bg--section6 {
        background-image: url("../../image/home-bg006-tab.png");
    }
}

@media screen and (max-width: 767px) {
    .full-bg--section6 {
        background-image: url("../../image/home-bg006-sp.png");
    }
}

.full-bg__content-wrapper {
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 989px) {
    .full-bg__content-wrapper {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content-wrapper {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
}

.full-bg__content-wrapper--reverse {
    justify-content: flex-end;
    text-align: right;
}

@media screen and (max-width: 989px) {
    .full-bg__content-wrapper--reverse {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content-wrapper--reverse {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.full-bg__content {
    color: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .full-bg__content {
        margin: 0 auto;
    }
}

.full-bg__content.full-bg__content--section1 {
    top: 284px;
    left: 240px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section1 {
        top: 414px;
        left: 140px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section1 {
        top: 260px;
        left: auto;
    }
}

.full-bg__content.full-bg__content--section1::before {
    content: url("../../image/home-ic001.png");
    display: block;
    width: 231px;
    height: 232px;
    position: absolute;
    left: -100px;
    top: -90px;
    z-index: 0;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section1::before {
        content: url("../../image/home-ic001-tab.png");
        width: 256px;
        height: 257px;
        left: -100px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section1::before {
        content: url("../../image/home-ic001-sp.png");
        width: 161px;
        height: 162px;
        left: 60px;
        top: -75px;
    }
}

.full-bg__content.full-bg__content--section2 {
    top: 284px;
    right: 250px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section2 {
        top: 414px;
        right: 130px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section2 {
        top: 260px;
        right: auto;
    }
}

.full-bg__content.full-bg__content--section2::before {
    content: url("../../image/home-ic002.png");
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    right: -100px;
    top: -137px;
    z-index: 0;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section2::before {
        content: url("../../image/home-ic002-tab.png");
        width: 252px;
        height: 252px;
        right: -100px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section2::before {
        content: url("../../image/home-ic002-sp.png");
        width: 161px;
        height: 162px;
        left: 40px;
        top: -63px;
    }
}

.full-bg__content.full-bg__content--section3 {
    top: 284px;
    left: 240px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section3 {
        top: 414px;
        left: 140px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section3 {
        top: 260px;
        left: auto;
    }
}

.full-bg__content.full-bg__content--section3::before {
    content: url("../../image/home-ic003.png");
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    left: -100px;
    top: -120px;
    z-index: 0;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section3::before {
        content: url("../../image/home-ic003-tab.png");
        width: 252px;
        height: 252px;
        left: -100px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section3::before {
        content: url("../../image/home-ic003-sp.png");
        width: 161px;
        height: 162px;
        left: 90px;
        top: -65px;
    }
}

.full-bg__content.full-bg__content--section4 {
    top: 85px;
    right: 150px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section4 {
        top: 57px;
        right: 28px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section4 {
        top: 70px;
        right: auto;
    }
}

.full-bg__content.full-bg__content--section5 {
    top: 87px;
    left: 155px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section5 {
        top: 53px;
        left: 28px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section5 {
        top: 70px;
        left: auto;
    }
}

.full-bg__content.full-bg__content--section6 {
    top: 85px;
    right: 212px;
}

@media screen and (max-width: 989px) {
    .full-bg__content.full-bg__content--section6 {
        top: 53px;
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content.full-bg__content--section6 {
        top: 70px;
        right: auto;
    }
}

@media screen and (max-width: 989px) {
    .full-bg__content--md {
        padding: 30px 30px;
        background: rgba(0, 0, 0, 0.55);
        max-height: 192px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__content--md {
        width: 355px;
        padding: 30px 0;
        background: rgba(0, 0, 0, 0.55);
        max-height: 170px;
    }
}

.full-bg__title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 989px) {
    .full-bg__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__title {
        margin-bottom: 16px;
        font-size: 20px;
    }
}

.full-bg__title--md {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .full-bg__title--md {
        font-size: 20px;
        margin-bottom: 0;
    }
}

.full-bg__description {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 989px) {
    .full-bg__description {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .full-bg__description {
        margin-bottom: 15px;
    }
}

.full-bg__description--md {
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .full-bg__description--md {
        margin-bottom: 15px;
        font-weight: 500;
    }
}

.full-bg__button-wrapper {
    display: block;
    width: 150px;
    height: 40px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .full-bg__button-wrapper {
        margin: 0 auto;
    }
}

.full-bg__button-wrapper--reverse {
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .full-bg__button-wrapper--reverse {
        margin: 0 auto;
    }
}

.full-bg__button-wrapper--md {
    margin: 0 auto;
    text-align: center;
}

.full-bg__button {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

/* Research
============================================================================= */
.research-wrapper {
    padding-bottom: 75px;
    padding-top: 100px;
    background: #fff;
}

@media screen and (max-width: 989px) {
    .research-wrapper {
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .research-wrapper {
        padding-top: 41px;
        padding-bottom: 50px;
    }
}

.research {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 989px) {
    .research {
        width: 710px;
    }
}

@media screen and (max-width: 767px) {
    .research {
        width: 355px;
    }
}

.home__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.research__title-wrapper {
    margin-bottom: 55px;
}

@media screen and (max-width: 989px) {
    .research__title-wrapper {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .research__title-wrapper {
        margin-bottom: 20px;
    }
}

.research__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
    .research__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .research__title {
        font-size: 20px;
    }
}

.research__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.research__list {
    width: 376px;
    height: 376px;
    margin-bottom: 36px;
}

@media screen and (max-width: 989px) {
    .research__list {
        width: 232px;
        height: 232px;
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 767px) {
    .research__list {
        width: 177px;
        height: 177px;
        margin-bottom: 1px;
    }
}

.research__list--type1 {
    background: url("../../image/research-bg001.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type1 {
        background: url("../../image/research-bg001-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type1 {
        background: url("../../image/research-bg001-sp.png") no-repeat left top;
    }
}

.research__list--type2 {
    background: url("../../image/research-bg002.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type2 {
        background: url("../../image/research-bg002-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type2 {
        background: url("../../image/research-bg002-sp.png") no-repeat left top;
    }
}

.research__list--type3 {
    background: url("../../image/research-bg003.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type3 {
        background: url("../../image/research-bg003-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type3 {
        background: url("../../image/research-bg003-sp.png") no-repeat left top;
    }
}

.research__list--type4 {
    background: url("../../image/research-bg004.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type4 {
        background: url("../../image/research-bg004-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type4 {
        background: url("../../image/research-bg004-sp.png") no-repeat left top;
    }
}

.research__list--type5 {
    background: url("../../image/research-bg005.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type5 {
        background: url("../../image/research-bg005-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type5 {
        background: url("../../image/research-bg005-sp.png") no-repeat left top;
    }
}

.research__list--type7 {
    background: url("../../image/research-bg007.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type7 {
        background: url("../../image/research-bg007-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type7 {
        background: url("../../image/research-bg007-sp.png") no-repeat left top;
    }
}

.research__list--type6 {
    background: url("../../image/research-bg006.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type6 {
        background: url("../../image/research-bg006-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type6 {
        background: url("../../image/research-bg006-sp.png") no-repeat left top;
    }
}

.research__list--type8 {
    background: url("../../image/research-bg008.png") no-repeat left top;
}

@media screen and (max-width: 989px) {
    .research__list--type8 {
        background: url("../../image/research-bg008-tab.png") no-repeat left top;
    }
}

@media screen and (max-width: 767px) {
    .research__list--type8 {
        background: url("../../image/research-bg008-sp.png") no-repeat left top;
    }
}

.research__link {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.research__content {
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 30px;
    border-left: 3px solid #1e00b7;
    color: #fff;
    line-height: 1.9;
}

@media screen and (max-width: 989px) {
    .research__content {
        margin-left: 18px;
    }
}

@media screen and (max-width: 767px) {
    .research__content {
        font-size: 14px;
        margin-left: 10px;
        padding-left: 10px;
    }
}
