@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&display=swap');


/* 
------------------------------------*/
#mainImg {
    background: url("../img/index/main_img01.png")no-repeat center center/cover;
    height: 400px;
    margin-top: 60px;
    position: relative;
  z-index: -1;
}
#mainImg .main_txt .inner {
    position: relative;
    height: 400px;
}
#mainImg .main_txt .inner > div {
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-45%);
    left: 0;
    z-index: -1;
}
#mainImg .main_txt .ttl {
    color: #1f2b62;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
#mainImg .main_txt .s {
    font-size: 11px;
    color: #1f2b62;
    line-height: 2;
}
.indexLayout h2 {
    margin-bottom: 40px;
    min-width: 170px;
}
.indexLayout .cassette {
    position: relative;
    overflow: hidden;
}
.indexLayout .cassette_ttl {
    position: absolute;
    top: -10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: italic;
    z-index: 0;
    text-align: right;
    font-size: 70px;
    color: #fff;
    line-height: 1;
}
.indexLayout .cassette .inner {
    position: relative;
    z-index: 1;
}
.indexLayout .btn {
    margin-left: auto;
    margin-right: auto;
}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #mainImg, #mainImg .main_txt .inner {
                    height: 460px;
                }
                #mainImg .main_txt .ttl {
                    font-size: 50px;
                    margin-bottom: 40px;
                }
                #mainImg .main_txt .s {
                    font-size: 14px;
                }
                .indexLayout h2 {
                    margin-bottom: 60px;
                }
                .indexLayout .cassette_ttl {
                    font-size: 140px;
                    top: -20px;
                }
                .indexLayout .btn {
                    margin-left: 0;
                    margin-right: 0;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #mainImg {
                    margin-top: 0;
                }
                #mainImg, #mainImg .main_txt .inner {
                    height: 800px;
                }
                #mainImg .main_txt .ttl {
                    font-size: 60px;
                }
                .indexLayout .cassette_ttl {
                    font-size: 180px;
                    top: -30px;
                }
            }



/* 
------------------------------------*/
.indexLayout #news {
    padding: 0;
    background-color: #fff;
}
.indexLayout #news .inner {
    width: 100%;
}
.indexLayout #news .box01 {
	display: flex;
	height: 40px;
}
.indexLayout #news .box02 {
    padding-left: 30px;
    width: 100%;
}
.indexLayout #news .box02 a{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.indexLayout #news .box02 time {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #d7d7d7;
}
.indexLayout #news .box0101 {
	background-color: #1f2b62;
	width: 50%;
	color: #fff;
	padding: 5px 0 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	position: relative;
}

.indexLayout #news .box0102 {
	background-color: #e7ebf0;
	background-size: 100% auto;
	width: 50%;
}

.indexLayout #news .box0102 a {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 40px;
    color: #000;
}
.indexLayout #news .box0102 a::after {
	content: '→';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
    transition: all .4s;
}
.indexLayout #news .box0102 a:hover::after {
	right: 10px;
}
.indexLayout #news .box02 li p {
    width: 60%;
}


            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #news .box01 {
				}
				.indexLayout #news .box0101 {
					width: 150px;
				}
				.indexLayout #news .box0102 {
					width: 150px;
				}
                .indexLayout #news .inner {
                  display: flex;
                  align-items: center;
                }
                .indexLayout #news .box02 li p {
                    width: 70%;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #news {
					display: flex;
					align-items: center;
				}
				.indexLayout #news .box01 {
					height: 60px;
				}
				.indexLayout #news .box0101 {
					padding: 5px 0 0;
					line-height: 50px;
					width: 100px;
				}
				.indexLayout #news .box0101:after {
					content: '';
					display: block;
					width: calc(100vw - 1400px / 2);
					height: 60px;
					background-color: #1f2b62;
					position: absolute;
					right: 100%;
					top: 0;
				}
				.indexLayout #news .box0102 {
					width: 200px;
				}
				.indexLayout #news .box0102 a {
					padding: 0 30px;
					line-height: 60px;
				}
                .indexLayout #news .box02 li p {
                    width: 90%;
                }
            }



/* 
------------------------------------*/
.indexLayout #c01 .cassette_ttl {
    right: 0;
    color: #e5e7ec;
}
.indexLayout #c01 .business_box {
    margin-top: 40px;
}

.indexLayout #c01 .business_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexLayout #c01 .business_box .flex_box02 {
    width: 48%;
    margin-bottom: 10px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexLayout #c01 .business_box .flex_box02 a {
    display: block;
    color: #1f2b62;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #1f3b72;
    overflow: hidden;
}
.indexLayout #c01 .business_box .flex_box02 .btn_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .4s;
    width: 90%;
    text-align: center;
}
.indexLayout #c01 .business_box .flex_box02 .btn_box .icon {
    margin: 0 auto 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(1) .btn_box .icon {
    background-image: url("../common/img/common_icon01.png");
    width: 58px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(2) .btn_box .icon {
    background-image: url("../common/img/common_icon04.png");
    width: 40px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(3) .btn_box .icon {
    background-image: url("../common/img/common_icon03.png");
    width: 44px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(4) .btn_box .icon {
    background-image: url("../common/img/common_icon05.png");
    width: 32px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(5) .btn_box .icon {
    background-image: url("../common/img/common_icon06.png");
    width: 60px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(6) .btn_box .icon {
    background-image: url("../common/img/common_icon07.png");
    width: 39px;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(1) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon01_a.png")
}
.indexLayout #c01 .business_box .flex_box02:nth-child(2) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon04_a.png")
}
.indexLayout #c01 .business_box .flex_box02:nth-child(3) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon03_a.png")
}
.indexLayout #c01 .business_box .flex_box02:nth-child(4) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon05_a.png")
}
.indexLayout #c01 .business_box .flex_box02:nth-child(5) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon06_a.png")
}
.indexLayout #c01 .business_box .flex_box02:nth-child(6) a:hover .btn_box .icon {
    background-image: url("../common/img/common_icon07_a.png")
}
.indexLayout #c01 .business_box .flex_box02 a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s;
    width: 102%;
    transform: translate(-50%,-50%);
    height: 100%;
}
.indexLayout #c01 .business_box .flex_box02 a:hover {
    opacity: 1;
}
.indexLayout #c01 .business_box .flex_box02 a:hover p {
    color: #fff;
}
.indexLayout #c01 .business_box .flex_box02 a:hover::after {
    mix-blend-mode: color-burn;
}
.indexLayout #c01 .business_box .flex_box02:nth-child(1) a::after {
    background-image: url("../img/index/index_c01_img01.png");
}
.indexLayout #c01 .business_box .flex_box02:nth-child(2) a::after {
    background-image: url("../img/index/index_c01_img02.png");
}
.indexLayout #c01 .business_box .flex_box02:nth-child(3) a::after {
    background-image: url("../img/index/index_c01_img03.png");
}
.indexLayout #c01 .business_box .flex_box02:nth-child(4) a::after {
    background-image: url("../img/index/index_c01_img05.png");
}
.indexLayout #c01 .business_box .flex_box02:nth-child(5) a::after {
    background-image: url("../img/index/index_c01_img06.png");
}
.indexLayout #c01 .business_box .flex_box02:nth-child(6) a::after {
    background-image: url("../img/index/index_c01_img07.png");
}
.indexLayout #c01 .btn {
    margin-top: 40px;
}


            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c01 h2 {
                    margin-bottom: 0;
                    margin-right: 40px;
                }
                .indexLayout #c01 .h2_wrap {
                    display: flex;
                    align-items: center;
                }
                .indexLayout #c01 .business_box {
                    margin-top: 60px;
                }
                .indexLayout #c01 .h2_wrap p {
                    margin-top: 20px;
                }
                .indexLayout #c01 .business_box .flex_box02 {
                    width: 32.5%;
                    height: 260px;
                }
                .indexLayout #c01 .business_box .flex_box02:not(:last-child) {
                    margin-right: 1%;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(3n) {
                    margin-right: 0;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c01 .business_box .flex_box02 .btn_box .icon {
                    height: 60px;
                    margin-bottom: 20px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(1) .btn_box .icon {
                    width: 82px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(2) .btn_box .icon {
                    width: 60px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(3) .btn_box .icon {
                    width: 66px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(4) .btn_box .icon {
                    width: 50px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(5) .btn_box .icon {
                    width: 84px;
                }
                .indexLayout #c01 .business_box .flex_box02:nth-child(6) .btn_box .icon {
                    width: 58px;
                }
            }



/* c02
------------------------------------*/
.indexLayout #c02 .cassette_ttl {
    left: 0;
    opacity: 1;
}
.indexLayout #c02 {
    position: relative;
}
.indexLayout #c02 .bg {
    height: 190px;
    background: url("../img/index/index_c02_img01.png")no-repeat left center/cover;
    width: 100%;
    margin-top: 40px;
}



            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c02 .inner > div {
                    width: 28%;
                }
                .indexLayout #c02 {
                    padding-bottom: 200px;
                }
                .indexLayout #c02 .bg {
                    position: absolute;
                    right: 0;
                    top: 120px;
                    margin-top: 0;
                    width: 65%;
                    height: 430px;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c03
------------------------------------*/
.indexLayout #c03 {
    background-color: #1f2b62;
    color: #fff;
}
.indexLayout #c03 .cassette_ttl {
    color: #2d3769;
}
.indexLayout #c03 .img {
    display: flex;
    align-items: flex-start;
}
.indexLayout #c03 .img img:first-child {
    margin-top: 60px;
    margin-right: 10px;
}
.indexLayout #c03 .img img {
    width: 48%;
}
.indexLayout #c03 h2, .indexLayout #c03 h2 .en {
    color: #fff;
}
.indexLayout #c03 .btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}


            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c03 .flex {
                    align-items: center;
                }
                .indexLayout #c03 .flex_box01:first-child {
                    width: 38%;
                }
                .indexLayout #c03 .flex_box01:last-child {
                    width: 58%;
                }
                .indexLayout #c03 .img img:first-child {
                    margin-top: 100px;
                }
                .indexLayout #c03 .img img {
                    width: auto;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* 
------------------------------------*/
.indexLayout #c04 {
    background: url("../img/index/index_c04_bg01.png")no-repeat center center/cover;
    color: #fff;
}
.indexLayout #c04 h2, .indexLayout #c04 h3 {
    color: #fff;
    text-align: center;
}
.indexLayout #c04 h3::after {
    content: none;
}
.indexLayout #c04 h3 {
    padding-bottom: 0;
    font-size: 18px;
}
.indexLayout #c04 h2 {
    margin-bottom: 20px;
}
.indexLayout #c04 h2 span {
    font-size: 40px;
}
.indexLayout #c04 .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}


            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c04 {
                    padding: 80px 0;
                }
                .indexLayout #c04 h2 {
                    font-size: 36px;
                }
                .indexLayout #c04 h2 span {
                    font-size: 50px;
                }
                .indexLayout #c04 h3 {
                    font-size: 20px;
                }
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c04 {
                    padding: 100px 0;
                }
                .indexLayout #c04 h2 {
                    font-size: 42px;
                }
                .indexLayout #c04 h2 span {
                    font-size: 60px;
                }
                .indexLayout #c04 h3 {
                    font-size: 24px;
                }
            }