@charset "UTF-8";
/* CSS Document */

/*=========================

common

==========================*/

body{
    color: #fff!important;
    background: #000;
}

.disp_pc{
    display: block;
}

.disp_sp{
    display: none;
}

h1,h2,h3{
    font-weight: 600;
    line-height: 1.2em;
}

#contents p{
    font-size: 18px!important;
    line-height: 1.8em!important;
}

#contents section a:link{
    text-decoration: none;
}

/*=========================

MV

==========================*/
#mv{
    background: url("../img/210Dmv_pc.jpg") no-repeat center bottom/ cover;
    height: 55vw;
}
#mv .txt{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
	position: relative;
}
#mv .txt h1{
    font-size: 60px;
    padding-bottom: 50px;
}
#mv .txt p{
    font-size: 18px !important;
	line-height: 1.8;
}
#mv img{
	position: absolute;
	right: -200px;
	top: 50px;
}

/*=========================

contents

==========================*/

#contents{
    background: url("../img/210Dcon_bg.png") no-repeat top center / cover;
}

/*===sec_01===*/
#contents section.sec_01{
    margin-bottom: 100px;
}

#contents section.sec_01 li h1.point{
    color: #00a19c;
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 50px;
    margin-top: 126px;
    letter-spacing: 0.05em;
}

#contents section.sec_01 li h1.point::after{
    content: "";
    height: 1px;
    width: 115px;
    background: #00a19c;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#contents section.sec_01 li h1.point span{
    font-size: 18px;
    display: block;
}

#contents section.sec_01 li h2{
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 30px;
}

#contents section.sec_01 ul li:nth-of-type(2) h2{
    margin-bottom: 15px;
}

#contents section.sec_01 li:nth-of-type(2) h1.point{
    margin-bottom: 28px;
}

#contents section .sec_inner{
     width: 70vw;
    margin: 0 auto;   
}

#contents section.sec_01 ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contents section.sec_01 ul li{
    position: relative;
}

#contents section.sec_01 ul li:first-of-type{
    width: 100%;
    margin-bottom: 20px;
}

#contents section.sec_01 ul li:nth-of-type(n+2){
    width: 48%;
}

#contents section.sec_01 ul li:nth-of-type(2),
#contents section.sec_01 ul li:nth-of-type(3){
    margin-bottom: 100px;
}

#contents section.sec_01 li:first-of-type div{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  -webkit-align-items: center;
    align-items: center;
}

#contents section.sec_01 li:first-of-type div p{
    margin-right: 110px;
    width: 100%;
    
}

#contents section.sec_01 li:first-of-type div .img{
    width: 100%;
    height: auto;
}

#contents section.sec_01 li:first-of-type div .img img{
    width: 100%;
    height: auto;
}

#contents section.sec_01 ul li:first-of-type::before{
    content: url("../img/210Dbg_point01.png");
    position: absolute;
    left: 52%;
    z-index: -1;
}

#contents section.sec_01 ul li:nth-of-type(2)::before{
    content: url("../img/210Dbg_point02.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}

#contents section.sec_01 ul li:nth-of-type(3)::before{
    content: url("../img/210Dbg_point03.png");
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 133px;
    z-index: -1;
}

#contents section.sec_01 ul li:nth-of-type(4)::before{
    content: url("../img/210Dbg_point04.png");
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}

#contents section.sec_01 ul li:nth-of-type(5)::before{
    content: url("../img/210Dbg_point05.png");
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 140px;
    z-index: -1;
}

/*===sec_02===*/
#contents section.sec_02 .ber_title{
    background: #00a19c;
    text-align: center;
}

#contents section.sec_02 .con_01 .ber_title{
    font-size:33px;
    line-height: 60px;
}

#contents section.sec_02 .con_01 h3{
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    position: relative;
}

#contents section.sec_02 .con_01 h3::after{
    content: "";
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#contents section.sec_02 .con_01 p{
    width: 755px;
    margin: 15px auto;
}

#contents section.sec_02 .con_02{
    position: relative;
    height: 49vw;
}

#contents section.sec_02 .con_02 .ber_title{
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 25px;
}

#contents section.sec_02 .con_02 .con_02_1{
    position: absolute;
    width: 46vw;
    right: 0;
}

#contents section.sec_02 .con_02 img{
    width: 100%;
    height: auto;
}

#contents section.sec_02 .con_02 .con_02_1 div{
       display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 46vw;
}

#contents section.sec_02 .con_02 .con_02_1 div p{
    margin-left: 26px;
    text-align: justify;
    -webkit-flex-basis: 140%;
    flex-basis: 140%;
}

#contents section.sec_02 .con_02 .con_02_1 > img{
    float: right;
    margin-top: 45px;
    width: 56%;
}

#contents section.sec_02 .con_02 .con_02_2{
    position: absolute;
    top: 3vw;
    left: -6vw;
    width: 50vw;
}

#contents section.sec_02 .con_03{
    border-bottom: 1px solid #fff;
    padding-bottom: 92px;
}

#contents section.sec_02 .con_03 .ber_title{
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    padding-left: 20px;
    margin-bottom: 15px;
}

#contents section.sec_02 .con_03 p{
    font-size: 15px!important;
    text-align: justify;
}

#contents section.sec_02 .con_03 p span{
    position: relative;
    padding-left: 0.8em;
}

#contents section.sec_02 .con_03 p span::before{
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    top: 5px;
    left: 0;
}

/*===sec_03===*/
#contents section.sec_03{
    margin: 86px 0 90px;
}

#contents section.sec_03 .img{
    width: 418px;
    height: 485px;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(49,92,110,1) 50%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(49,92,110,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(49,92,110,1) 50%, rgba(0,0,0,1) 100%);
    margin: 0 auto 40px;
    display: table;
}

#contents section.sec_03 .img p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#contents section.sec_03 .btn{
    width: 374px;
    height: 77px;
    background: #00a49f;
    transition: 0.25s;
}

#contents section.sec_03 .btn:hover{
    background: #0b8f91;  
}

#contents section.sec_03 .btn p{
    color: #fff;
    line-height: 77px!important;
    font-size: 26px!important;
    text-align: center;
}

#contents section.sec_03 .btn_warp{
    width: 760px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*===sec_04===*/
#contents .sec_04{
    background: #353f47;
    height: 100%;
    overflow: hidden;
    padding: 20px 0;
}

#contents section.sec_04 .sec_inner{
    width: 900px;
    margin: 0 auto!important;    
}

#contents section.sec_04 .btn_warp{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#contents section.sec_04 .btn{
    width: 430px;
    height: 89px;
    background: #00a49f;
    transition: 0.25s;
}

#contents section.sec_04 .btn:hover{
    background: #0b8f91;      
}

#contents section.sec_04 .btn p{
    color: #fff;
    line-height: 89px!important;
    font-size: 26px!important;
    text-align: center;
}

#breadcrumbs{
   min-width: 1240px;

   background: #000;
}
#breadcrumbs ol{
   width: 1200px;
   margin: 0 auto;
   padding: 0;
}
#breadcrumbs ol li:first-child{
   margin-left: 0;
   padding-left: 0;

   background: none;
}
#breadcrumbs ol li{
   font-size: 80%;

   float: left;

   margin-left: 12px;
   padding: 11px 0 11px 21px;

   list-style: none;

   color: #fff;
   background: url(../../shared/images/ic_bc_link.png) no-repeat left center;
}
#breadcrumbs ol li a{
   text-decoration: none;
   color: #bec3c8;
}