@charset "UTF-8";

/* home.css
**************************************************************************************/


/* Layout
=============================================================================*/

/* Important
=============================================================================*/

.home .important-area {
    border-top: 3px solid #e3918e;
    border-bottom: 3px solid #e3918e;
    background: linear-gradient(90deg, #c84b47 0%, #c84b47 50%, #fff 50%, #fff 100%);
    /*boxsizing*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.home .important-area .important-area-in {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.home .important-area .important-title {
    background: #c84b47;
    width: 20%;
    text-align: center;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.home .important-area .important-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}
.home .important-area .important-txt {
    background: #fff;
    width: 80%;
    padding: 17px 20px 17px 20px;
    /*boxsizing*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.home .important-area .important-txt dl {
    display: flex;
    padding-bottom: 5px;
}
.home .important-area .important-txt dl:last-child {
    padding-bottom: 0;
}
.home .important-area .important-txt dl dt {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-right: 10px;
    width: 90px;
}
.home .important-area .important-txt dl dd {
    font-weight: 500;
}
.home .important-area .important-txt dl dd a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}
.home .important-area .important-txt dl dd a:hover {
    color: #c84b47;
}

@media screen and (max-width: 1279px) {
    .home .important-area .important-area-in {
        width: 100%;
    }
    .home .important-area .important-title {
        width: 23%;
    }
    .home .important-area .important-title h2 {
        font-size: 16px;
    }
    .home .important-area .important-txt {
        width: 77%;
        padding: 7px 15px 7px 15px;
    }
}

@media screen and (max-width: 767px) {
    .home .important-area {
        width: 100%;
        position: absolute;
        top: 60px;
        z-index: 65;
    }
    .home .important-area .important-area-in {
        display: block;
    }
    .home .important-area .important-title {
        width: 100%;
    }
    .home .important-area .important-title h2 {
        font-size: 15px;
    }
    .home .important-area .important-txt {
        width: 100%;
        padding: 5px 8px 8px 8px;
    }
    .home .important-area .important-txt dl dt {
        font-size: 16px;
        width: 82px;
    }
    .home .important-area .important-txt dl dd {
        font-size: 13px;
    }
    .home .important-area .important-txt dl dd a {
        font-size: 13px;
    }
}

/* Main-visual
=============================================================================*/

.home .mainvisual-area {
    width: 100%;
    margin: 0 auto;
}
.home .mainvisual-area img {
    max-width: 100%;
}
.home .mainvisual-sp-area {
    display: none;
}
.home .mainvisual-sp-area img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .home .mainvisual-area {
        display: none;
    }
    .home .mainvisual-sp-area {
        display: block;
        position: relative;
    }
    .home .mainvisual-sp-area .bx-pager {
        position: absolute;
        bottom: 24px;
        text-align: center;
        z-index: 200;
        width: 100%;
    }
    .home .mainvisual-sp-area .bx-pager-item {
        display: inline-block;
        padding: 10px;
    }
    .home .mainvisual-sp-area .bx-pager-item a {
        text-decoration: none;
        font-size: 1px;
        text-indent: -999%;
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #b5b3b6;
    }
    .home .mainvisual-sp-area .bx-pager-item a.active {
        background: #fff;
    }
}

/* Students
=============================================================================*/
.home .student-container,
.home .student-container * {
    box-sizing: border-box;
}
.home .student-container {
    background: url('../../image/k18-home-bg001.png') repeat-x left top;
    padding: 29px 0 29px;
}
.home .student-container-in {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 98px 0 50px;
}
.home .student-container h2 {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    position: relative;
    margin-bottom: 81px;
    line-height: 1;
    letter-spacing: .1em;
}
.home .student-container h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #111111;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 25px);
}

.home .student-container .nav-list {
    width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    box-shadow:  0 0 13px #d0d0d0;
}
.home .student-container .nav-list.sp {
    display: none;
}

.home .student-container .nav-list-first,
.home .student-container .nav-list-second {
    display: flex;
    width: 600px;
    align-items: flex-end;
    background: #ffffff;
}

.home .student-container .nav-list .list-item {
    width: 150px;
    height: 150px;
    text-align: center;
    background: #ffffff;
}
.home .student-container .nav-list .item {
    display: block;
    width: 100%;
    height: 100%;
    color: #111111;
    text-decoration: none;
    padding: 15px 0 12px;
}
.home .student-container .nav-list .item-in {
    height: 100%;
    position: relative;
    background: url('../../image/k18-student-li001.png') repeat-y left top;
}
.home .student-container .nav-list .nav-first .list-item:first-child .item-in {
    background: none;
}
.home .student-container .nav-list .item.last .item-in {
}
.home .student-container .nav-list .item span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.home .student-container .nav-list .list-item008 .item span {
    bottom: 0;
    line-height: 1.4;
}
.home .student-container .nav-list .item span span.item-small {
	bottom: -12px;
	font-size: 10px;
}

.home .student-container .nav-list .list-item001 .item {
    background: url('../../image/k18-student-ic001.png') no-repeat center 26px / 66px;
}
.home .student-container .nav-list .list-item002 .item {
    background: url('../../image/k18-student-ic002.png') no-repeat center 35px / 67px;
}
.home .student-container .nav-list .list-item003 .item {
    background: url('../../image/k18-student-ic003.png') no-repeat center 21px / 60px;
}
.home .student-container .nav-list .list-item004 .item {
    background: url('../../image/k18-student-ic004.png') no-repeat center 35px / 76px;
}
.home .student-container .nav-list .list-item005 .item {
    background: url('../../image/k18-student-ic005.png') no-repeat center 31px / 87px;
}
.home .student-container .nav-list .list-item006 .item {
    background: url('../../image/k18-student-ic006.png') no-repeat center 35px / 89px;
}
.home .student-container .nav-list .list-item007 .item {
    background: url('../../image/k18-student-ic007.png') no-repeat center 29px / 73px;
}
.home .student-container .nav-list .list-item008 .item {
    background: url('../../image/k18-student-ic008.png') no-repeat center 25px / 64px;
}

.home .student-container .department-container-frame {
    width: 1300px;
    margin: 0 auto 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
}
.home .student-container .department-container-frame .department-container.container001 {
	width: 626px;
}
.home .student-container .department-container-frame .department-container.container002 {
	width: 289px;
}
.home .student-container .department-container-frame .department-container.container003 {
	width: 289px;
}
.home .student-container .department-container-frame .department-container.container004 .title {
    width: 626px;
}
.home .student-container .department-container .title-in {
    padding: 32px 0 33px;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
}
.home .student-container .department-container h3 {
    font-size: 35px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    	letter-spacing: .1em;
}
.home .student-container .department-container h3 span {
    font-size: 13px;
    letter-spacing: normal;
}
.home .student-container .department-container h3 a {
    text-decoration: none;
    color: #111;
    padding-right: 30px;
    background:url("../../image/k18-home-ar001.png") no-repeat right 2px top 16px / 12px auto;
    transition: none !important;
}
.home .student-container .department-container:nth-child(3) h3 a {
    padding-right: 20px;
}
.home .student-container .department-container h3 a:hover {
    opacity: 0.7;
    background-position: right top 16px;
}
.home .student-container .department-container .department-box-area {
	display: flex;
	justify-content: space-between;
}
.home .student-container .department-container.container004 .department-box-area {
	justify-content: flex-start;
}
.home .student-container .department-container .department-box {
    width: 289px;
}
.home .student-container .department-container.container004 .department-box-area .department-box {
	margin: 0 48px 0 0;
}
.home .student-container .department-container .department-box h4 {
    font-size: 34px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.26;
    padding: 32px 25px 10px 0;
    /*
    box-sizing: border-box;
    width: 2em;
    */
}
.home .student-container .department-container.container004 .department-box-area .department-box h4 {
	letter-spacing: normal;
	font-size: 24px;
	padding: 45px 25px 30px 0;
}
.home .student-container .department-container.container004 .department-box-area .department-box.box002 h4 {
	padding: 30px 25px 14px 0;
}
.home .student-container .department-container .department-box h4 span {
	font-family: 'Roboto', sans-serif;
    font-size: 17px;
    display: block;
    margin-top: 5px;
    line-height: 1.58;
	letter-spacing: normal;
}
.home .student-container .department-container .department-box .img a {
    display: block;
}
.home .student-container .department-container .department-box img {
    max-width: 100%;
}
.home .student-container .sp-toggle-btn {
    display: none;
}

@media screen and (max-width: 1279px) {
    .home .student-container {
        background: url('../../image/k18-home-bg002.png') repeat-x left top;
        padding: 26px 0 50px;
    }
    .home .student-container-in {
        padding: 40px 0 10px;
    }
    .home .student-container h2 {
        font-size: 33px;
        margin-bottom: 50px;
    }
    .home .student-container h2::after {
        bottom: -18px;
    }

    .home .student-container .sp-toggle-btn {
        display: none;
    }

    .home .student-container .nav-list {
        width: 608px;   
        margin: 0 auto 50px;
        display: block;
        box-shadow: none;
    }

    .home .student-container .nav-list-first,
    .home .student-container .nav-list-second {
        display: flex;
        width: auto;
        margin-bottom: 12px;
        box-shadow:  0 0 13px #d0d0d0;
    }
    .home .student-container .nav-list .list-item {
        width: 156px;
        height: 148px;
        text-align: center;
    }
    .home .student-container .nav-list .nav-list-second .list-item:first-child .item-in {
        background: none;
    }
    .home .student-container .department-container-frame {
        width: 626px;
        margin-bottom: 45px;
    }
	.home .student-container .department-container-frame .department-container.container001 {
		margin-bottom: 40px;
	}
	.home .student-container .department-container.container004 .department-box-area {
		flex-wrap: wrap;
		width: 626px;
	}
	.home .student-container .department-container.container004 .department-box-area .department-box:nth-child(2) {
		margin: 0 0 0 0
	}
    .home .student-container .department-container .title {
        margin-bottom: 0;
    }
    .home .student-container .department-container .title-in {
        margin: 0 auto 0;
    }
    .home .student-container .department-container h4 {
        padding-top: 40px;
    }
    .home .student-container .department-container.container002 h4 {
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .home .student-container {
        background: url('../../image/k18-home-bg003.png') repeat-x left top;
        padding: 14px 0 15px;
    }
    .home .student-container-in {
        padding: 26px 0 26px;
    }
    .home .student-container h2 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .home .student-container h2::after {
        width: 23px;
        background: #807b78;
        bottom: -12px;
        left: calc(50% - 12px);
    }
    .home .student-container .sp-toggle-btn {
        font-family: 'Roboto', sans-serif;
        display: block;
        position: relative;
        margin-bottom: 21px;
        padding-bottom: 11px;
        border-bottom: 1px solid #d6d6d6;
        cursor: pointer;
        text-align: center;
        font-size: 13px;
        letter-spacing: .19em;
    }
    .home .student-container .sp-toggle-btn::before {
        content: '';
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid;
        border-color: #565656 #565656 transparent transparent;
        transform: rotate(-45deg);
        top: -10px;
        left: calc(50% - 9px);
    }
    .home .student-container .sp-toggle-btn.is-close {
        margin-bottom: 0;
    }
    .home .student-container .sp-toggle-btn.is-close::before {
        top: -20px;
        transform: rotate(135deg);
    }

    .home .student-container .nav-list {
        display: none;
    }
    .home .student-container .nav-list.sp {
        display: block;
        width: 355px;
        margin: 0 auto 30px;
    }
    .home .student-container .nav-list.sp::after {
        content: '';
        display: table;
        clear: both;
    }
    .home .student-container .nav-list .list-item {
        width: 113px;
        height: 107px;
        float: left;
        box-shadow:  0 0 13px #d0d0d0;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .home .student-container .nav-list .list-item:nth-child(3n) {
        margin-right: 0;
    }
    .home .student-container .nav-list.sp .item-in {
        background: none;
        font-size: 12px;
    }

    .home .student-container .nav-list.sp .list-item001 .item {
        background: url('../../image/k18-student-ic001.png') no-repeat center 18px / 45px;
    }
    .home .student-container .nav-list.sp .list-item002 .item {
        background: url('../../image/k18-student-ic002.png') no-repeat center 18px / 60px;
    }
    .home .student-container .nav-list.sp .list-item003 .item {
        background: url('../../image/k18-student-ic003.png') no-repeat center 18px / 40px;
    }
    .home .student-container .nav-list.sp .list-item004 .item {
        background: url('../../image/k18-student-ic004.png') no-repeat center 22px / 55px;
    }
    .home .student-container .nav-list.sp .list-item005 .item {
        background: url('../../image/k18-student-ic005.png') no-repeat center 18px / 72px;
    }
    .home .student-container .nav-list.sp .list-item006 .item {
        background: url('../../image/k18-student-ic006.png') no-repeat center 18px / 69px;
    }
    .home .student-container .nav-list.sp .list-item007 .item {
        background: url('../../image/k18-student-ic007.png') no-repeat center 18px / 55px;
    }
    .home .student-container .nav-list.sp .list-item008 .item {
        background: url('../../image/k18-student-ic008.png') no-repeat center 18px / 48px;
    }

	.home .student-container .department-container-frame {
		width: auto;
		padding: 0 10px;
		text-align: center;
	}
	.home .student-container .department-container-frame.frame002 {
		margin-bottom: 0;
	}
	.home .student-container .department-container-frame .department-container.container001 {
		width: 100%
	}
	.home .student-container .department-container-frame .department-container.container002{
		width: 100%;
	}
	.home .student-container .department-container-frame .department-container.container003 {
		width: 100%;
	}
	.home .student-container .department-container-frame .department-container.container004 .title {
		width: 100%;
	}
    .home .student-container .department-container {
        margin-bottom: 22px;
        display: block;
		width: 100%;
    }
    .home .student-container .department-container .title-in {
        padding: 11px 0 11px;
        margin: 0 auto 10px;
    }
    .home .student-container .department-container h3 {
        font-size: 24px;
    }
    .home .student-container .department-container h3 span {
        font-size: 13px;
        margin-top: 5px;
    }
    .home .student-container .department-container h3 a {
        background:url("../../image/k18-home-ar001.png") no-repeat right 2px center/ 12px auto;
        padding-left: 30px;
    }
    .home .student-container .department-container:nth-child(3) h3 a {
        padding-left: 20px;
    }
    .home .student-container .department-container h3 a:hover {
        background-position: right center;
    }
	.home .student-container .department-container .department-box-area {
		display: block;
	}
	.home .student-container .department-container.container004 .department-box-area {
		width: 100%;
	}
	.home .student-container .department-container .department-box{
		margin: 0 auto;
	}
	.home .student-container .department-container.container004 .department-box-area .department-box {
		margin: 0 auto 0 auto;
	}
	.home .student-container .department-container.container004 .department-box-area .department-box:nth-child(2) {
		margin: 0 auto 0 auto;
	}
	.home .student-container .department-container .department-box h4 {
		padding: 11px 0 11px;
		font-size: 24px;
	}
	.home .student-container .department-container.container004 .department-box-area .department-box h4 {
		padding: 20px 0 20px;
	}
	.home .student-container .department-container.container004 .department-box-area .department-box.box002 h4 {
		padding: 20px 0 20px 0;
	}
}


/* Events
=============================================================================*/

.home .event-container,
.home .event-container * {
    box-sizing: border-box;
}
.home .event-container {
    background: url('../../image/k18-event-bg001.png') no-repeat left top #ffffff;
    padding: 73px 0 60px;
}
.home .event-container-in {
    width: 1200px;
    margin: 0 auto;
}
.home .event-container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: .1em;
}
.home .event-container h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #111111;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 25px);
}
.home .event-container .event-list {
    display: flex;
    width: 1096px;
    margin: 0 auto 90px;
    justify-content: space-around;
    align-items: flex-start;
}
.home .event-container .event-list .list-item {
    width: 274px;
    padding: 9px 35px 10px;
}
.home .event-container .event-list .list-item + .list-item {
    border-left: 1px solid #99885d;
}
.home .event-container .event-list .list-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #111111;
}
.home .event-container .event-list .list-item .img {
    margin-bottom: 15px;
    text-align: center;
}
.home .event-container .event-list .list-item .img img {
    max-width: 100%;
}
.home .event-container .event-list .list-item .txt {
    margin-bottom: 14px;
    font-size: 121%;
}
.home .event-container .event-list .list-item .more {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 20px;
    padding: 3px 0 5px;
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 20px;
    text-align: center;
    letter-spacing: .19em;
    width: 94%;
    margin: 0 auto;
}

.home .event-container .more-btn {
    width: 200px;
    margin: 0 auto;
}
.home .event-container .more-btn a {
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    background: #4f4c4c;
    font-size: 27px;
    text-decoration: none;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.5;
    padding: 0 0 0 6px;
}

@media screen and (max-width: 1279px) {
    .home .event-container {
        background: url('../../image/k18-event-bg002.png') no-repeat left top #ffffff;
        padding: 24px 0 40px;
    }
    .home .event-container-in {
        width: 476px;
    }
    .home .event-container h2 {
        margin-bottom: 42px;
    }
    .home .event-container .event-list {
        display: flex;
        width: auto;
        margin: 0 auto 15px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .home .event-container .event-list .list-item {
        width: 202px;
        padding: 0;
        margin-bottom: 26px;
    }
    .home .event-container .event-list .list-item + .list-item {
        border-left: 0;
    }
    .home .event-container .event-list .list-item .txt {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .home .event-container {
        padding: 14px 0 28px;
        background: url('../../image/k18-event-bg003.png') no-repeat left top #ffffff;
    }
    .home .event-container-in {
        width: 290px;
        padding: 0;
    }
    .home .event-container h2 {
        font-size: 20px;
    }
    .home .event-container h2::after {
        width: 23px;
        background: #807b78;
        bottom: -7px;
        left: calc(50% - 12px);
    }
    .home .event-container .event-list {
        margin: 0 auto 5px;
        justify-content: space-between;
    }
    .home .event-container .event-list .list-item {
        /*width: 48%;*/
        width: 134px;
        margin-bottom: 26px;
    }
    .home .event-container .event-list .list-item .img {
        margin-bottom: 9px;
    }
    .home .event-container .event-list .list-item .txt {
        font-size: 85.72%;
        margin-bottom: 9px;
    }
    .home .event-container .event-list .list-item .more {
        font-size: 13px;
        padding: 5px 0;
        border-radius: 20px;
    }
    .home .event-container .more-btn {
        width: 141px;
    }
    .home .event-container .more-btn a {
        font-size: 18px;
        color: #ffffff;
        height: 26px;
        padding-bottom: 2px;
        padding: 0 0 0 3px;
    }
}

/* news information
=============================================================================*/

.home .news-information-container,
.home .news-information-container * {
    box-sizing: border-box;
}
.home .news-information-container {
    background: url('../../image/k18-information-bg001.png') no-repeat right bottom #fafafa;
    padding: 71px 0 108px;
}
.home .news-information-container-in {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.home .news-information-container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 54px;
    position: relative;
    letter-spacing: .1em;
}
.home .news-information-container h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #111111;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 25px);
}
.home .news-information-container .information-container,
.home .news-information-container .news-container {
    width: 50%;
}
.home .news-information-container .information-container .news-list {
    padding-right: 44px;
}
.home .news-information-container .news-container .news-list {
    padding-left: 44px;
    border-left: 1px solid #bcbcbc;
}
.home .news-information-container .list-item {
    display: flex;
    margin-bottom: 32px;
}
.home .news-information-container .item {
    text-decoration: none;
    color: #111111;
    display: flex;
    width: 100%;

}
.home .news-information-container .list-item .day {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #111111;
    border-radius: 50%;
    font-size: 142%;
    width: 90px;
    height: 90px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 90px;
}
.home .news-information-container .list-item .day span {
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.home .news-information-container .list-item .text {
    padding-top: 38px;
    margin-left: 24px;
    width: calc(100% - 114px);
    font-weight: 500;
}


.home .news-information-container .more-btn {
    width: 200px;
    margin: 14px auto 0;
}
.home .news-information-container .more-btn a {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #ffffff;
    background: #4f4c4c;
    text-decoration: none;
    height: 40px;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.46;
    padding: 0 0 0 6px;
}
/*アイコン*/
.home .information-container .list-item.information-ic001 .text {
    background: url('../../image/k18-information-ic001.png') no-repeat left top 7px / auto 22px;
}
.home .information-container .list-item.information-ic002 .text {
    background: url('../../image/k18-information-ic002.png') no-repeat left top 7px / auto 22px;
}
.home .news-container .list-item.news-ic001 .text {
    background: url('../../image/k18-news-ic001.png') no-repeat left top 7px / auto 22px;
}
.home .news-container .list-item.news-ic002 .text {
    background: url('../../image/k18-news-ic002.png') no-repeat left top 7px / auto 22px;
}
.home .news-container .list-item.news-ic003 .text {
    background: url('../../image/k18-news-ic003.png') no-repeat left top 7px / auto 22px;
}

@media screen and (max-width: 1279px) {
    .home .news-information-container {
        background: url('../../image/k18-information-bg002.png') no-repeat right bottom #fafafa;
        padding: 20px 0 50px;
    }
    .home .news-information-container-in {
        width: 708px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .home .news-information-container .information-container,
    .home .news-information-container .news-container {
        width: 100%;
    }
    .home .news-information-container .information-container .news-list {
        padding-right: 0;
    }
    .home .news-information-container .news-container .news-list {
        padding-left: 0;
        border-left: 0;
    }
    .home .news-information-container .title {
        position: absolute;
        top: 10px;
        width: 50%;
        text-align: center;
        cursor: pointer;
    }
    .home .news-information-container .title.inactive {
        color: #c7c7c7;
    }
    .home .news-information-container h2::after {
        bottom: -6px;
    }
    .home .news-information-container .title.inactive h2::after {
        background: #c7c7c7;
    }
    .home .news-information-container .information-container .title {
        left: 0;
    }
    .home .news-information-container .news-container .title {
        right: 0;
    }
    .home .news-information-container .information-container .news-list,
    .home .news-information-container .news-container .news-list {
        padding-top: 120px;
    }

    .home .news-information-container .information-container,
    .home .news-information-container .news-container {
        width: 100%;
    }
    .home .news-information-container .news-container .news-list,
    .home .news-information-container .news-container .more-btn {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .home .news-information-container {
        background: url('../../image/k18-information-bg003.png') no-repeat right bottom #fafafa;
        padding: 20px 0 35px;
    }
    .home .news-information-container-in {
        width: auto;
        margin: 0 auto;
        padding: 0 27px 0 28px;
    }
    .home .news-information-container h2 {
        font-size: 18px;
        margin-bottom: 70px;
    }
    .home .news-information-container h2::after {
        bottom: -10px;
    }
    .home .news-information-container .information-container .news-list,
    .home .news-information-container .news-container .news-list {
        padding-top: 80px;
    }
    .home .news-information-container .list-item {
        margin-bottom: 18px;
    }
    .home .news-information-container .list-item .day {
        font-size: 100%;
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }
    .home .news-information-container .list-item .text {
        padding-top: 29px;
        margin-left: 14px;
        width: calc(100% - 104px);
        font-size: 85.72%;
    }
    .home .news-information-container .more-btn {
        width: 141px;
    }
    .home .news-information-container .more-btn a {
        font-size: 18px;
        color: #ffffff;
        height: 26px;
        padding-bottom: 2px;
        padding: 0 0 0 3px;
    }
    /*アイコン*/
    .home .information-container .list-item.information-ic001 .text {
        background: url('../../image/k18-information-ic001.png') no-repeat left top 7px / auto 18px;
    }
    .home .information-container .list-item.information-ic002 .text {
        background: url('../../image/k18-information-ic002.png') no-repeat left top 7px / auto 18px;
    }
    .home .news-container .list-item.news-ic001 .text {
        background: url('../../image/k18-news-ic001.png') no-repeat left top 7px / auto 18px;
    }
    .home .news-container .list-item.news-ic002 .text {
        background: url('../../image/k18-news-ic002.png') no-repeat left top 7px / auto 18px;
    }
    .home .news-container .list-item.news-ic003 .text {
        background: url('../../image/k18-news-ic003.png') no-repeat left top 7px / auto 18px;
    }
}

/* Topics Navi
=============================================================================*/

.home .topics-navi-container,
.home .topics-navi-container * {
    box-sizing: border-box;
}
.home .topics-navi-container {
    background: url('../../image/k18-topics-bg002.png') no-repeat left top 56px,
                url('../../image/k18-topics-bg001.png') repeat left top;
    min-height: 1105px;
    padding: 68px 0 36px;
}
.home .topics-navi-container h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 57px;
    position: relative;
    letter-spacing: .1em;
}
.home .topics-navi-container .quick-navi-container h2 {
    margin-bottom: 75px;
}
.home .topics-navi-container h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #111111;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 25px);
}
.home .topics-navi-container .topics-navi-container {
}
.home .topics-container {
    width: 1038px;
    padding-bottom: 65px;
    border-bottom: 2px solid #111111;
    margin: 0 auto 49px;

}
.home .topics-container .slider-container {
    width: 978px;
    margin: 0 auto 47px;
    position: relative;
}
.home .topics-container .slider-container .list-item {
}
.home .topics-container .list-item .day {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 142%;
    color: #111111;
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 17px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.home .topics-container .list-item .day span {
    font-weight: 500;
    letter-spacing: .19em;
}
.home .topics-container .list-item a {
    text-decoration: none;
    color: #111111;
}
.home .topics-container .list-item .img {
    margin-bottom: 15px;
}
.home .topics-container .list-item img {
    max-width: 100%;
}
.home .topics-container .list-item .text {
    padding-top: 35px;
    font-weight: 500;
}
.home .topics-container .more-btn {
    width: 200px;
    margin: 0 auto;
}
.home .topics-container .more-btn a {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #ffffff;
    background: #4f4c4c;
    text-decoration: none;
    height: 40px;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.46;
    padding: 0 0 0 6px;
}

.home .topics-container .bx-controls {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
}
.home .topics-container .bx-controls .bx-next,
.home .topics-container .bx-controls .bx-prev {
    position: absolute;
    text-decoration: none;
    font-size: 1px;
    text-indent: -999%;
    overflow: hidden;
    width: 18px;
    height: 35px;
    display: block;
}
.home .topics-container .bx-controls .bx-prev {
    left: -40px;
    top: -35px;
    background: url('../../image/k18-topics-ar002.png') no-repeat left center / 18px auto;
}
.home .topics-container .bx-controls .bx-next {
    right: -40px;
    top: -35px;
    background: url('../../image/k18-topics-ar001.png') no-repeat left center / 17px auto;
}


.home .quick-navi-container {
    width: 1038px;
    margin: 0 auto;
}
.home .quick-navi-container h2 {
}

.home .quick-navi-container .news-list {
    letter-spacing: -.4em;
    margin-right: -22px;
}
.home .quick-navi-container .news-list .list-item {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 22px 22px 0;
    width: 243px;
    vertical-align: bottom;
}
.home .quick-navi-container .news-list .item,
.home .quick-navi-container .news-list img {
    display: block;
    width: 100%;
}
/*アイコン*/
.home .topics-container .list-item.topics-ic001 .text {
    background: url('../../image/k18-topics-ic001.png') no-repeat left top / 222px auto;
}
.home .topics-container .list-item.topics-ic002 .text {
    background: url('../../image/k18-topics-ic002.png') no-repeat left top / 222px auto;
}
.home .topics-container .list-item.topics-ic003 .text {
    background: url('../../image/k18-topics-ic003.png') no-repeat left top / 222px auto;
}
.home .topics-container .list-item.topics-ic004 .text {
    background: url('../../image/k18-topics-ic004.png') no-repeat left top / 222px auto;
}
.home .topics-container .list-item.topics-ic005 .text {
    background: url('../../image/k18-topics-ic005.png') no-repeat left top / 222px auto;
}
@media screen and (max-width: 1279px) {
    .home .topics-navi-container {
        background: url('../../image/k18-topics-bg003.png') no-repeat left top 260px,
        url('../../image/k18-topics-bg001.png') repeat left top;
        min-height: 0;
        padding: 33px 0 40px;
    }
    .home .topics-container {
        width: 650px;
        margin: 0 auto 38px;
        padding-bottom: 52px;
        border-bottom: 1px solid #736451;
    }
    .home .topics-navi-container h2 {
        margin-bottom: 44px;
    }
    .home .topics-container .slider-container {
        width: auto;
        margin: 0 auto 34px;
        position: relative;
    }
    .home .quick-navi-container {
        width: 708px;
    }
    .home .quick-navi-container .news-list {
        letter-spacing: -.4em;
        margin-right: -10px;
    }
    .home .quick-navi-container .news-list .list-item {
        margin: 0 10px 10px 0;
        width: 229px;
    }
    /*
    .home .quick-navi-container .news-list .item {
        height: 50px;
        padding-top: 7px;
        font-size: 19px;
    }
    */
    .home .topics-container .list-item.topics-ic001 .text {
        background: url('../../image/k18-topics-ic001.png') no-repeat left top / 199px auto;
    }
    .home .topics-container .list-item.topics-ic002 .text {
        background: url('../../image/k18-topics-ic002.png') no-repeat left top / 199px auto;
    }
    .home .topics-container .list-item.topics-ic003 .text {
        background: url('../../image/k18-topics-ic003.png') no-repeat left top / 199px auto;
    }
    .home .topics-container .list-item.topics-ic004 .text {
        background: url('../../image/k18-topics-ic004.png') no-repeat left top / 199px auto;
    }
    .home .topics-container .list-item.topics-ic005 .text {
        background: url('../../image/k18-topics-ic005.png') no-repeat left top / 199px auto;
    }
    .home .topics-container .list-item .day {
        font-size: 120%;
    }
    .home .topics-container .list-item .text {
        padding-top: 36px;
    }
    .home .topics-navi-container .quick-navi-container h2 {
        margin-bottom: 38px;
    }
    .home .topics-container .bx-controls .bx-prev {
        left: -32px;
    }
    .home .topics-container .bx-controls .bx-next {
        right: -32px;
    }
}

@media screen and (max-width: 767px) {
    .home .topics-navi-container {
        background: url('../../image/k18-topics-bg004.png') no-repeat left top 104px,
        url('../../image/k18-topics-bg001.png') repeat left top;
        padding: 18px 0 20px;
    }

    .home .topics-navi-container h2 {
        font-size: 20px;
        margin-bottom: 34px;
    }

    .home .topics-navi-container h2::after {
        width: 23px;
        background: #807b78;
        bottom: -7px;
        left: calc(50% - 12px);
    }

    .home .topics-container {
        /*width: calc(100% - 74px);*/
        width: 300px;
        margin: 0 auto 30px;
        padding-bottom: 33px;
    }
    .home .topics-container .list-item .day {
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .home .topics-container .list-item .day span {
        font-weight: 500;
        letter-spacing: .19em;
        font-size: 85.72%;
        position: relative;
        top: -1px;
    }
    .home .topics-container .list-item .text {
        font-size: 85.72%;
    }
    .home .topics-container .more-btn {
        width: 141px;
    }
    .home .topics-container .more-btn a {
        font-size: 18px;
        color: #ffffff;
        height: 26px;
        padding-bottom: 2px;
        padding: 0 0 0 3px;
    }
    .home .topics-container .bx-controls .bx-prev {
        left: -26px;
        top: -62px;
        background: url('../../image/k18-topics-ar002.png') no-repeat left center / 14px auto;
    }
    .home .topics-container .bx-controls .bx-next {
        right: -30px;
        top: -62px;
        background: url('../../image/k18-topics-ar001.png') no-repeat left center / 13px auto;
    }


    .home .quick-navi-container {
        width: auto;
    }
    .home .quick-navi-container .news-list {
        margin-right: 0;
        padding: 0 27px 0 28px;
    }

    .home .quick-navi-container .news-list .list-item {
        margin: 0 12px 12px 0;
        /*width: 154px;*/
        width: calc((100% - 12px) / 2);
    }
    .home .quick-navi-container .news-list .list-item:nth-child(even) {
        margin: 0 0 12px 0;
    }
    .home .quick-navi-container .news-list .list-item .item {
        /*
        height: 36px;
        padding-top: 7px;
        font-size: 13px;
        border: 2px solid #111111;
        */
    }
    .home .topics-navi-container .quick-navi-container h2 {
        margin-bottom: 24px;
    }
    /*アイコン*/
    .home .topics-container .list-item.topics-ic001 .text {
        background: url('../../image/k18-topics-ic001.png') no-repeat left top / 145px auto;
    }
    .home .topics-container .list-item.topics-ic002 .text {
        background: url('../../image/k18-topics-ic002.png') no-repeat left top / 145px auto;
    }
    .home .topics-container .list-item.topics-ic003 .text {
        background: url('../../image/k18-topics-ic003.png') no-repeat left top / 145px auto;
    }
    .home .topics-container .list-item.topics-ic004 .text {
        background: url('../../image/k18-topics-ic004.png') no-repeat left top / 145px auto;
    }
    .home .topics-container .list-item.topics-ic005 .text {
        background: url('../../image/k18-topics-ic005.png') no-repeat left top / 145px auto;
    }
}


/* Movie
=============================================================================*/

.home .mainvisual-area {
    position: relative;
}
.home .mainvisual-area img {
    position: absolute;
    width: 29%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home .mainvisual-area::before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.home .mainvisual-area video {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
}