@charset "UTF-8";
/* CSS Document */
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(40px);
}
15% {
opacity: 0.3;
transform: translateY(0);
}
25% {
opacity: 0.6;
transform: translateY(0);
}
50% {
opacity: 0.8;
transform: translateY(0);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

/*PC*/
@media print, screen and (min-width: 769px) {

/*mv
----------------------------------------*/
#mv {
width:100%;
height: 100vh;
position: relative;
}

#mv .main_view{
position: relative;
height: 100%;
min-width:1400px;
}

#mv .movie_logo_img {
position: absolute;
top: 40%;
left: 50%;
width: 500px;
margin-left: -250px;
z-index: 5;
}

#mv .main_view .com_p_img {
/*background: #000;
width: 100%;
height: 100%;
position: absolute;
bottom: 0%;
left: 0;
opacity: 0.1;
z-index: 3;*/
}

#mv .move{
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
z-index: 1;
}

#mv .move video {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
max-width: inherit;
opacity:1;
}

.text_sb_fix {
width: 100%;
position: absolute;
z-index: 5;
bottom: 10%;
font-size: 1.2em;
letter-spacing: 0.1em;
white-space: nowrap;
text-align: center;
}

.text_sb_fix {
font-size: 1.2em;
letter-spacing: 0.1em;
white-space: nowrap;
text-align: center;
}


.swiper {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
z-index: 10 !important;
}


#mv .swiper-wrapper .swiper-slide{
width: 100%;
}


/* com
--------------------------------------------*/
.text_sb_fix {
width: 100%;
position: absolute;
z-index: 5;
bottom: 10%;
font-size: 1.2em;
letter-spacing: 0.1em;
white-space: nowrap;
text-align: center;
text-shadow: 0px 0px 4px rgba(0,0,0,0.3),0px 0px 4px rgba(0,0,0,0.3);
}.idx_tit {
margin-bottom: 70px;
}
.idx_tit p {
letter-spacing: 0.4em;
margin-bottom: 80px;
}
.idx_tit h3 {
font-size: 2.8em;
line-height: 3;
}
.idx_subtit {
margin-bottom: 50px;
font-size: 2.2em;
}
.idx_subtit span {
font-size: 14px;
letter-spacing: 0.4em;
display: block;
}
.idx_tit ruby rt {
font-size: 0.4em;
}
/* idx_wrap01
--------------------------------------------*/
.idx_wrap01 {
position: relative;
padding: 200px 0;
margin-bottom: 200px;
}
.idx_wrap01 .bg {
position: absolute;
left: 0;
bottom: -45%;
width: 35%;
height: 110%;
background: #003082;
clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 60% 100%);
z-index: 0;
}
.idx_wrap01 .read_txt {
text-align: center;
line-height: 2.4;
color: #fff;
font-size: 1.4em;
position: relative;
letter-spacing: 0.03em;
z-index: 1;
}

.idx_wrap01 .read_txt span{
font-size: 1.3em;
}

.idx_wrap01 .img {
position: absolute;
right: 0;
top: 0;
width: 35%;
height: 100%;
background: url("../images/index/img01.jpg") left bottom no-repeat;
background-size: cover;
clip-path: polygon(0% 100%, 40% 0%, 100% 0%, 100% 100%);
z-index: 0;
}
.idx_wrap01 .img::after {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
/* idx_wrap02
--------------------------------------------*/
.idx_wrap02 {
position: relative;
margin-bottom: 200px;
}
.idx_wrap02 .flex_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-between;
align-items: flex-end;
width: 95%;
margin: 0 0 100px auto;
}
.idx_wrap02 .flex_wrap .imgbox {
width: 45%;
}
.idx_wrap02 .flex_wrap .txtbox {
width: 50%;
}
.idx_wrap02 .flex_wrap .txtbox .txtbox_img {
margin: 100px auto 0;
}
.idx_wrap02 .flex_wrap02 {
display: flex;
flex-wrap: wrap;
}
.idx_wrap02 .flex_wrap02 .box {
position: relative;
width: 50%;
padding: 100px 50px;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.idx_wrap02 .flex_wrap02 .box .box_flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div {
width: 48%;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img {
width: 100%;
margin-bottom: 20px;
position: relative;
border: 3px solid #003082;
overflow: hidden;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img img {
object-fit: cover;
height: 150px;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img span {
position: absolute;
top: 10px;
left: 10px;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div p {
font-size: 0.9em;
}
.idx_wrap02 .flex_wrap02 .box ul.list {
margin-top: 50px;
}
.idx_wrap02 .flex_wrap02 .box ul.list li {
margin-top: 10px;
font-size: 1.1em;
}
.idx_wrap02 .flex_wrap02 .last_box {
width: 100%;
}
.idx_wrap02 .flex_wrap02 .last_box .box {
width: 100%;
padding: 100px 100px 200px;
box-sizing: border-box;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex {
width: 90%;
margin: -150px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div {
width: 48%;
background: #003082;
padding: 50px;
box-sizing: border-box;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .idx_subtit {
margin-bottom: 10px;
font-weight: 500;
position: relative;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .idx_subtit span {
position: absolute;
right: -50px;
bottom: -10px;
color: #454545;
font-size: 0.8em;
font-weight: 600;
line-height: 1;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .box_flex_img {
width: 100%;
margin-bottom: 20px;
padding: 0;
overflow: hidden;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .box_flex_img img {
object-fit: cover;
height: 200px;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div h5 {
margin: 50px 0 10px;
}
.idx_wrap02 .flex_wrap02 .box.bg01 {
background-image: url("../images/index/b_img01.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg02 {
background-image: url("../images/index/b_img02.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg03 {
background-image: url("../images/index/b_img03.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg04 {
background-image: url("../images/index/b_img04.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg05 {
background-image: url("../images/index/b_img05.jpg");
}
.idx_wrap02 .flex_wrap02 .box .btn {
position: absolute;
bottom: 0;
right: 0;
}
.idx_wrap02 .flex_wrap02 .last_box .btn {
display: flex;
justify-content: center;
}
/* idx_wrap03
--------------------------------------------*/
.idx_wrap03 {
position: relative;
background: #fff;
}
.idx_wrap03 .flex_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-between;
}
.idx_wrap03 .flex_wrap .imgbox .idx_wrap03_img {
position: absolute;
right: 0;
top: 0;
width: 60%;
height: 100%;
background: url("../images/index/reason_img.jpg") center bottom no-repeat;
background-size: cover;
clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
z-index: 0;
}
.idx_wrap03 .flex_wrap .txtbox {
width: 30%;
padding: 150px 0;
margin-left: 5%;
color: #000;
}
/* idx_wrap04
--------------------------------------------*/
.idx_wrap04 {
position: relative;
padding: 200px 0;
}
.idx_wrap04::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #003082;
clip-path: polygon(0% 100%, 70% 0%, 100% 0%, 100% 100%);
z-index: -1;
}
.idx_wrap04 .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 30px;
}
.idx_wrap04 .flex_wrap li {
width: calc(25% - 30px);
position: relative;
}
.idx_wrap04 .flex_wrap li .case {
position: absolute;
top: 0;
right: -30px;
writing-mode: sideways-lr;
font-size: 0.9em;
}
.idx_wrap04 .flex_wrap li .hover_wrap {
overflow: hidden;
}
.idx_wrap04 .flex_wrap li .hover_wrap .idx_wrap04_img {
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.idx_wrap04 .flex_wrap li a:hover .hover_wrap .idx_wrap04_img {
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.idx_wrap04 .flex_wrap li .txtbox {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #FFFFFF;
}
.idx_wrap04 .flex_wrap li .txtbox .tag {
background: #FFFFFF;
color: #000;
padding: 3px;
line-height: 1;
display: inline-block;
}
.idx_wrap04 .flex_wrap li .txtbox h4 {
color: #FFFFFF;
font-size: 1.4em;
margin: 5px 0 10px;
}
.idx_wrap04 .btn {
display: flex;
justify-content: center;
}
/* idx_wrap05
--------------------------------------------*/
.idx_wrap05 {
position: relative;
margin-bottom: 200px;
}
.idx_wrap05 .bg {
padding: 100px 0;
background: url("../images/index/bg_csr_img.jpg") center bottom no-repeat;
background-size: cover;
}
.idx_wrap05 .bg .flex_wrap {
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.idx_wrap05 .bg .flex_wrap .txtbox {
width: 50%;
color: #fff;
}
.idx_wrap05 .bg .flex_wrap .txtbox h4 {
font-size: 1.4em;
margin-bottom: 50px;
}
/* idx_wrap06
--------------------------------------------*/
.idx_wrap06 {
position: relative;
}
.idx_wrap06 .idx_wrap06_mv {
width: 100%;
}
.idx_wrap06 .idx_wrap06_mv video {
height: 600px;
object-fit: cover;
}
.idx_wrap06 .box {
padding: 200px 0;
position: relative;
color: #fff;
}
.idx_wrap06 .box::before {
content: '';
position: absolute;
left: 0;
top: -5vh;
width: 100%;
height: 110%;
background: #003082;
clip-path: polygon(0% 100%, 0% 0%, 30% 0%, 100% 100%);
z-index: -1;
}
.idx_wrap06 .box .idx_tit {
text-align: center;
display: block ruby;
}
.idx_wrap06 .box ol {
display: flex;
flex-wrap: wrap;
margin-bottom: 100px;
list-style: none;
}
.idx_wrap06 .box ol li.slide_list {
width: 25%;
padding: 100px 70px;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
display: flex;
align-items: center;
}
.idx_wrap06 .box ol li.slide_list p {
text-align: center;
}
.idx_wrap06 .box ol li.slide_list .number {
position: absolute;
bottom: 0;
left: 5px;
font-size: 4em;
color: #FFFFFF;
line-height: 0.6;
}
.idx_wrap06 .box ol li.bg01 {
background-image: url("../images/index/sl_b_img01.jpg");
}
.idx_wrap06 .box ol li.bg02 {
background-image: url("../images/index/sl_b_img02.jpg");
}
.idx_wrap06 .box ol li.bg03 {
background-image: url("../images/index/sl_b_img03.jpg");
}
.idx_wrap06 .box ol li.bg04 {
background-image: url("../images/index/sl_b_img04.jpg");
}
.idx_wrap06 .box ol li.bg05 {
background-image: url("../images/index/sl_b_img05.jpg");
}
.idx_wrap06 .box ol li.bg06 {
background-image: url("../images/index/sl_b_img06.jpg");
}
.idx_wrap06 .box ol li.bg07 {
background-image: url("../images/index/sl_b_img07.jpg");
}
.idx_wrap06 .box h4 {
text-align: center;
font-size: 1.6em;
font-weight: 700;
line-height: 2;
color: #FFFFFF;
margin-bottom: 100px;
}
.idx_wrap06 .box h5 {
text-align: center;
}
.idx_wrap06 .box h5 span {
background: #FFFFFF;
padding: 10px 20px;
color: #000;
}
.idx_wrap06 .box .btn {
display: flex;
justify-content: center;
}
/* idx_wrap07
--------------------------------------------*/
.idx_wrap07 {
position: relative;
}
.idx_wrap07 .flex_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-between;
}
.idx_wrap07 .flex_wrap .imgbox .idx_wrap07_img {
position: absolute;
right: 0;
top: 0;
width: 30%;
height: 100%;
background: url("../images/index/bg_news_img.jpg") center bottom no-repeat;
background-size: cover;
clip-path: polygon(0% 100%, 00% 0%, 100% 0%, 100% 100%);
z-index: 0;
}
.idx_wrap07 .flex_wrap .txtbox {
width: 55%;
padding: 200px 0;
margin-left: 5%;
color: #fff;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #FFFFFF;
padding-bottom: 20px;
margin-bottom: 40px;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item dt {
width: 20%;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item dd {
width: 75%;
}


.news_wrap {
margin-top: 30px;
height: 300px;
overflow-y: auto;
}

.news_wrap li{
border-bottom:1px solid #FFF;
padding: 15px;
color: #FFF;
}

.news_wrap li .news_date{
width: 120px;
font-size: 14px;
letter-spacing: .05em;
line-height: 24px;
font-weight: 300;
font-style: normal;
}

.news_wrap li .news_title strong{
font-size: 18px;
}

.news_wrap .link_wrap {
display: flex;
flex-flow: wrap;
}
.news_wrap .link_wrap a {
font-size: 14px;
}
.news_wrap .link_wrap a:nth-child(1) {
margin-right: 20px;
}
.news_wrap .link_wrap span {
margin-right: 5px;
}
.news_wrap .link_wrap span img {
width: 15px !important;
}

}
/*sp*/
@media only screen and (max-width: 768px) {

/*mv
----------------------------------------*/
#mv {
width:100%;
height: 400px;
position: relative;
}

#mv .main_view{
position: relative;
height: 100%;
}

#mv .movie_logo_img {
position: absolute;
top: 25%;
left: 50%;
width: 160px;
margin-left: -80px;
z-index: 5;
}

#mv .main_view .com_p_img {
/*background: #000;
width: 100%;
height: 100%;
position: absolute;
bottom: 0%;
left: 0;
opacity: 0.2;
z-index: 3;*/
}

#mv .move{
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
z-index: 1;
}

#mv .move video {
position: absolute;
top: 0;
left: 0;
width:100%;
height:auto;
min-width: 100%;
min-height:auto;
max-width: inherit;
opacity:1;
}

.text_sb_fix {
width: 100%;
position: absolute;
z-index: 5;
bottom: 10%;
font-size: 1.2em;
letter-spacing: 0.1em;
text-align: center;
}

.text_sb_fix {
font-size: 1em;
letter-spacing: 0.1em;
text-align: center;
}

/* com
--------------------------------------------*/
.idx_tit {
margin-bottom: 30px;
}
.idx_tit p {
letter-spacing: 0.4em;
margin-bottom: 20px;
}
.idx_tit h3 {
font-size: 1.6em;
line-height: 3;
}
.idx_subtit {
margin-bottom: 30px;
font-size: 1.4em;
}
.idx_subtit span {
font-size: 12px;
letter-spacing: 0.4em;
display: block;
}
.idx_tit ruby rt {
font-size: 0.4em;
}
/* idx_wrap01
--------------------------------------------*/
.idx_wrap01 {
position: relative;
padding: 100px 0;
margin-bottom: 100px;
}
.idx_wrap01 .bg {
position: absolute;
left: 0;
bottom: -40%;
width: 40%;
height: 110%;
background: #003082;
clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 60% 100%);
z-index: 0;
}
.idx_wrap01 .read_txt p {
text-align: center;
line-height: 2.4;
color: #fff;
position: relative;
z-index: 1;
}

.idx_wrap01 .read_txt span{
font-size: 1.3em;
}

.idx_wrap01 .img {
position: absolute;
right: 0;
top: 0;
width: 40%;
height: 100%;
background: url("../images/index/img01.jpg") center bottom no-repeat;
background-size: cover;
clip-path: polygon(0% 100%, 40% 0%, 100% 0%, 100% 100%);
z-index: 0;
}
.idx_wrap01 .img::after {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
}
/* idx_wrap02
--------------------------------------------*/
.idx_wrap02 {
position: relative;
margin-bottom: 100px;
}
.idx_wrap02 .flex_wrap {
margin-bottom: 80px;
}
.idx_wrap02 .flex_wrap .imgbox {
width: 100%;
margin-bottom: 30px;
}
.idx_wrap02 .flex_wrap .txtbox {}
.idx_wrap02 .flex_wrap .txtbox .txtbox_img {
margin: 30px auto 0;
}
.idx_wrap02 .flex_wrap02 {}
.idx_wrap02 .flex_wrap02 .box {
position: relative;
width: 100%;
padding: 80px 30px;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.idx_wrap02 .flex_wrap02 .box .box_flex {}
.idx_wrap02 .flex_wrap02 .box .box_flex div {
margin-bottom: 30px;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img {
width: 100%;
margin-bottom: 20px;
position: relative;
border: 3px solid #003082;
overflow: hidden;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img img {
object-fit: cover;
height: 150px;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div .box_flex_img span {
position: absolute;
top: 10px;
left: 10px;
}
.idx_wrap02 .flex_wrap02 .box .box_flex div p {
font-size: 0.9em;
}
.idx_wrap02 .flex_wrap02 .box ul.list {
margin-top: 30px;
}
.idx_wrap02 .flex_wrap02 .box ul.list li {
margin-top: 10px;
}
.idx_wrap02 .flex_wrap02 .last_box {
width: 100%;
}
.idx_wrap02 .flex_wrap02 .last_box .box {
width: 100%;
padding: 80px 30px 160px;
box-sizing: border-box;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex {
width: 90%;
margin: -100px auto 0;
position: relative;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div {
background: #003082;
padding: 30px;
margin-bottom: 30px;
box-sizing: border-box;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .idx_subtit {
margin-bottom: 10px;
font-weight: 500;
position: relative;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .idx_subtit span {
position: absolute;
right: -30px;
bottom: -10px;
color: #454545;
font-size: 0.8em;
line-height: 1;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .box_flex_img {
width: 100%;
margin-bottom: 20px;
padding: 0;
overflow: hidden;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div .box_flex_img img {
object-fit: cover;
height: 200px;
}
.idx_wrap02 .flex_wrap02 .last_box .box_flex div h5 {
margin: 30px 0 5px;
}
.idx_wrap02 .flex_wrap02 .box.bg01 {
background-image: url("../images/index/b_img01.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg02 {
background-image: url("../images/index/b_img02.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg03 {
background-image: url("../images/index/b_img03.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg04 {
background-image: url("../images/index/b_img04.jpg");
}
.idx_wrap02 .flex_wrap02 .box.bg05 {
background-image: url("../images/index/b_img05.jpg");
}
.idx_wrap02 .flex_wrap02 .box .btn {
position: absolute;
bottom: 0;
right: 0;
}
.idx_wrap02 .flex_wrap02 .last_box .btn {
display: flex;
justify-content: center;
}
/* idx_wrap03
--------------------------------------------*/
.idx_wrap03 {
position: relative;
background: #fff;
}
.idx_wrap03 .flex_wrap {}
.idx_wrap03 .flex_wrap .imgbox .idx_wrap03_img {
width: 100%;
height: 250px;
background: url("../images/index/reason_img.jpg") center bottom no-repeat;
background-size: cover;
z-index: 0;
}
.idx_wrap03 .flex_wrap .txtbox {
padding: 30px 0;
margin: 0 2.5%;
color: #000;
}
/* idx_wrap04
--------------------------------------------*/
.idx_wrap04 {
position: relative;
padding: 100px 0;
}
.idx_wrap04::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #003082;
clip-path: polygon(0% 100%, 70% 0%, 100% 0%, 100% 100%);
z-index: -1;
}
.idx_wrap04 .flex_wrap {
margin: 30px 2.5%;
}
.idx_wrap04 .flex_wrap li {
width: calc(100% - 20px);
margin-bottom: 50px;
position: relative;
}
.idx_wrap04 .flex_wrap li .case {
position: absolute;
top: 0;
right: -30px;
writing-mode: sideways-lr;
font-size: 0.9em;
}
.idx_wrap04 .flex_wrap li .hover_wrap {
overflow: hidden;
}
.idx_wrap04 .flex_wrap li .hover_wrap .idx_wrap04_img {
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.idx_wrap04 .flex_wrap li a:hover .hover_wrap .idx_wrap04_img {
transform: scale(1.1);
transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.idx_wrap04 .flex_wrap li .txtbox {
margin-top: 15px;
padding-top: 10px;
border-top: 1px solid #FFFFFF;
}
.idx_wrap04 .flex_wrap li .txtbox .tag {
background: #FFFFFF;
color: #000;
padding: 3px;
line-height: 1;
display: inline-block;
}
.idx_wrap04 .flex_wrap li .txtbox h4 {
color: #FFFFFF;
font-size: 1.2em;
margin: 5px 0 10px;
}
.idx_wrap04 .btn {
display: flex;
justify-content: center;
}
/* idx_wrap05
--------------------------------------------*/
.idx_wrap05 {
position: relative;
margin-bottom: 100px;
}
.idx_wrap05 .bg {
padding: 80px 0;
background: url("../images/index/bg_csr_img.jpg") center bottom no-repeat;
background-size: cover;
}
.idx_wrap05 .bg .flex_wrap {
width: 95%;
margin: 0 auto;
}
.idx_wrap05 .bg .flex_wrap .txtbox {
color: #fff;
}
.idx_wrap05 .bg .flex_wrap .txtbox h4 {
font-size: 1.4em;
margin-bottom: 30px;
}
/* idx_wrap06
--------------------------------------------*/
.idx_wrap06 {
position: relative;
}
.idx_wrap06 .idx_wrap06_mv {
width: 100%;
}
.idx_wrap06 .idx_wrap06_mv video {}
.idx_wrap06 .box {
padding: 50px 0;
position: relative;
color: #fff;
}
.idx_wrap06 .box::before {
content: '';
position: absolute;
left: 0;
top: -5vh;
width: 100%;
height: 110%;
background: #003082;
clip-path: polygon(0% 100%, 0% 0%, 30% 0%, 100% 100%);
z-index: -1;
}
.idx_wrap06 .box .idx_tit {
text-align: center;
display: block ruby;
}
.idx_wrap06 .box .idx_tit h3 {
font-size: 1.4em;
}
.idx_wrap06 .box ol {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
list-style: none;
}
.idx_wrap06 .box ol li.slide_list {
width: 25%;
padding: 80px 50px;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.idx_wrap06 .box ol li.slide_list p {
text-align: center;
}
.idx_wrap06 .box ol li.slide_list .number {
position: absolute;
bottom: 0;
left: 5px;
font-size: 3em;
color: #FFFFFF;
line-height: 0.6;
}
.idx_wrap06 .box ol li.bg01 {
background-image: url("../images/index/sl_b_img01.jpg");
}
.idx_wrap06 .box ol li.bg02 {
background-image: url("../images/index/sl_b_img02.jpg");
}
.idx_wrap06 .box ol li.bg03 {
background-image: url("../images/index/sl_b_img03.jpg");
}
.idx_wrap06 .box ol li.bg04 {
background-image: url("../images/index/sl_b_img04.jpg");
}
.idx_wrap06 .box ol li.bg05 {
background-image: url("../images/index/sl_b_img05.jpg");
}
.idx_wrap06 .box ol li.bg06 {
background-image: url("../images/index/sl_b_img06.jpg");
}
.idx_wrap06 .box ol li.bg07 {
background-image: url("../images/index/sl_b_img07.jpg");
}
.idx_wrap06 .box h4 {
text-align: center;
font-size: 1.2em;
font-weight: 700;
line-height: 2;
color: #FFFFFF;
margin-bottom: 50px;
}
.idx_wrap06 .box h5 {
text-align: center;
}
.idx_wrap06 .box h5 span {
width: 90%;
background: #FFF;
padding: 5px;
color: #000;
display: block;
line-height: 1.6;
margin: auto;
}
.idx_wrap06 .box .btn {
display: flex;
justify-content: center;
}
/* idx_wrap07
--------------------------------------------*/
.idx_wrap07 {
position: relative;
}
.idx_wrap07 .flex_wrap .imgbox .idx_wrap07_img {
width: 100%;
height: 250px;
background: url("../images/index/bg_news_img.jpg") center bottom no-repeat;
background-size: cover;
z-index: 0;
}
.idx_wrap07 .flex_wrap .txtbox {
padding: 30px 0;
margin: 0 2.5%;
color: #fff;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item {
border-bottom: 1px solid #FFFFFF;
padding-bottom: 15px;
margin-bottom: 30px;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item dt {
display: block;
font-size: 0.9em;
margin-bottom: 10px;
}
.idx_wrap07 .flex_wrap .txtbox .news_list .news_list_item dd {
display: block;
font-size: 0.9em;
}


.news_wrap {
margin-top: 30px;
height: 300px;
overflow-y: auto;
}

.news_wrap li{
border-bottom:1px solid #FFF;
padding: 15px;
color: #FFF;
}

.news_wrap li .news_date{
width: 120px;
font-size: 12px;
letter-spacing: .05em;
line-height: 24px;
font-weight: 300;
font-style: normal;
}

.news_wrap li .news_title strong{
font-size: 16px;
}

.news_wrap .link_wrap {
display: flex;
flex-flow: wrap;
}
.news_wrap .link_wrap a {
font-size: 14px;
}
.news_wrap .link_wrap a:nth-child(1) {
margin-right: 20px;
}
.news_wrap .link_wrap span {
margin-right: 5px;
}
.news_wrap .link_wrap span img {
width: 15px !important;
}


}