﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

main h2{
    font-size:40px;
    font-weight: 700;
    line-height: 1.3;
}
main h2::before{
    content: attr(data-title);
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size:26px;
    font-weight: 500;
    color:#0AB464;
}
.ready{
    width:100%;
    max-width: 1100px;
    margin: 40px auto;
    background: rgba(112,112,112,0.6);
    border-radius: 15px;
    text-align: center;
    padding:150px 10px 30px;
    box-sizing: border-box;
    position: relative;
}
.ready::before{
    width:100px;
    height:100px;
    content: "";
    background: url("../images/top/icon_ready.png") no-repeat center center;
    position: absolute;
    top:30px;
    left:0;
    right:0;
    margin: 0 auto auto;
}
.ready h3{
    font-size:32px;
    font-weight: 700;
    margin-bottom: 30px;
    color:#FFFFFF;
}
.ready .text{
    color:#FFFFFF;
}
@media (max-width: 744px) {
main h2{
    font-size:24px;
}
main h2::before{
    font-size:15px;
}
}

/*--------------------------------------
    visual
--------------------------------------*/

.visualArea{
    width:100%;
    height:680px;
    position: relative;
}
.visualArea .topslider{
    height:680px;
    position: relative;
}
.visualArea .topslider .slick-slide{
    height:680px;
    position: relative;
}
.visualArea .topslider .slick-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.visualArea .heading{
    font-size:44px;
    font-weight: 900;
    line-height: 2;
    position: absolute;
    top:50%;
    right:calc(50% + 270px);
    transform: translate(0,-50%);
    z-index: 1000;
    font-feature-settings: "palt";
    letter-spacing: 5px;
}
.visualArea .topslider .slick-dots{
    width:calc(100% - 540px);
    position: absolute;
    bottom:50px;
    left:0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    opacity: 0;
}
.visualArea .topslider .slick-dots button{
    width:14px;
    height:14px;
    border-radius: 50%;
    background: #455869;
    border:none;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 10px;
}
.visualArea .topslider .slick-dots .slick-active button{
    background: #0AB464;
}
.visualArea .visualContent{
    width:540px;
    position: absolute;
    top:50px;
    right:70px;
    z-index: 1000;
}
.visualArea .visualContent .visualBox{
    position: relative;
    margin-bottom: 20px;
}
.visualArea .visualContent .title{
    width:93px;
    height:35px;
    line-height: 35px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    background: #0AB464;
    color:#FFFFFF;
    position: absolute;
    top:12px;
    left:0;
    display: block;
    z-index: 40;
}
.visualArea .visualContent .unit{
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.visualArea .visualContent .inner{
    padding:20px 25px 25px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(19,70,46,0.1);
}
.visualArea .visualContent .inner table{
    width:100%;
}
.visualArea .visualContent .inner table th,
.visualArea .visualContent .inner table td{
    border-bottom:1px solid rgba(73,88,103,0.15);
}
.visualArea .visualContent .inner table thead td{
    font-size:14px;
    font-weight: 500;
    text-align: center;
    color:#0AB464;
    height:35px;
}
.visualArea .visualContent .inner table tbody th{
    width:260px;
    height:50px;
    vertical-align: middle;
    font-weight: 700;
    padding-left: 10px;
}
.visualArea .visualContent .inner table tbody td{
    width:115px;
    height:50px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
    font-size:28px;
    font-weight: 600;
}
.visualArea .visualContent .comment{
    text-align: center;
    font-size:13px;
    font-weight: 500;
}
.visualArea .visualContent .btn{
    width:300px;
    height:65px;
    margin: 25px auto 0;
}
.visualArea .visualContent .btn a{
    width:100%;
    height:100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color:#FFFFFF;
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    padding:23px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}
.visualArea .visualContent .btn a::before{
    width:24px;
    height:24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}
.visualArea .visualContent .btn a::after{
    content: "";
    width:6px;
    height:6px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    transform: translate(-10px,0) rotate(-45deg);
    border-right:2px solid #455869;
    border-bottom:2px solid #455869;
    z-index: 60;
}
.visualArea .visualContent .btn a:hover{
    opacity: 0.5;
}
@media (max-width: 1500px) {
.visualArea .heading{
    font-size:32px;
    letter-spacing: 3px;
}
}
@media (max-width: 1300px) {
.visualArea .heading{
    font-size:28px;
    letter-spacing: 2px;
}
.visualArea .visualContent {
    right: 30px;
}
}
@media (max-width: 744px) {
.visualArea{
    height:auto;
}
.visualArea .heading{
    font-size:23px;
    line-height: 1.8;
    top:30px;
    left:2%;
    width:96%;
    text-align: center;
    transform: none;
}
.visualArea .topslider{
    height:auto;
    margin-bottom: 30px;
}
.visualArea .topslider .slick-slide{
    height:auto;
}
.visualArea .topslider .slick-slide img{
    width:100%;
    height:auto;
}
.visualArea .topslider .slick-dots{
    width:96%;
    position: static;
    margin: 10px auto;
}
.visualArea .topslider .slick-dots button{
    width:8px;
    height:8px;
    margin: 0 6px;
}
.visualArea .visualContent{
    width:90%;
    margin: auto;
    position: static;
}
.visualArea .visualContent .visualBox{
    margin-bottom: 13px;
}
.visualArea .visualContent .title{
    width:81px;
    height:29px;
    line-height: 29px;
    top:5px;
    font-size:12px;
}
.visualArea .visualContent .unit{
    font-size:8px;
    margin-bottom: 5px;
}
.visualArea .visualContent .inner{
    padding:8px 14px 17px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(19,70,46,0.1);
}
.visualArea .visualContent .inner table thead td{
    font-size:12px;
    height:30px;
}
.visualArea .visualContent .inner table tbody th{
    width:50%;
    height:30px;
    padding-left: 5px;
    font-size:12px;
}
.visualArea .visualContent .inner table tbody td{
    width:25%;
    height:30px;
    font-size:18px;
}
.visualArea .visualContent .comment{
    text-align: left;
    font-size:10px;
}
.visualArea .visualContent .btn{
    width:250px;
    height:50px;
    margin: 15px auto 0;
}
.visualArea .visualContent .btn a{
    border-radius: 25px;
    font-size:16px;
    padding:17px 0;
}
.visualArea .visualContent .btn a::before{
    width:19px;
    height:19px;
}
.visualArea .visualContent .btn a::after{
    width:5px;
    height:5px;
    transform: translate(-7.5px,0) rotate(-45deg);
}
}

/*--------------------------------------
    news
--------------------------------------*/

.newsArea{
    padding: 50px 0 70px;
}
.newsArea .tabArea{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-top: 30px;
}
.newsArea .tabArea li{
    font-size:18px;
    font-weight: 500;
    line-height: 76px;
    cursor: pointer;
    padding: 0 30px;
}
.newsArea .tabArea li.active{
    color:#0AB464;
    position: relative;
    cursor:auto;
}
.newsArea .tabArea li.active::after{
    content: "";
    width:100%;
    height:1px;
    position: absolute;
    top:100%;
    left:0;
    transform: translate(0px,1px);
    background: #0AB464;
    z-index: 100;
    display: block;
}
.newsArea .tabArea li.active:last-child::after{
    width:100%;
    transform: translate(0px,1px);
}
.newsArea .newsList .news{
    display: none;
    position: relative;
}
.newsArea .newsList .news::before{
    position: absolute;
    top:1px;
    left:0;
    width:100%;
    height:1px;
    content: "";
    background: #707070;
    z-index: 60;
    opacity: 0.15;
}
.newsArea .newsList .news.active{
    display: block;
}
.newsArea .newsList .news a{
    display: block;
    position: relative;
    width:100%;
    padding:20px 50px 20px 200px;
    border-bottom:1px solid rgba(112,112,112,0.15);
    transition: 0.3s;
    box-sizing: border-box;
}
.newsArea .newsList .news a:hover{
    opacity: 0.5;
}
.newsArea .newsList .news a span.category{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    bottom:0;
    width:140px;
    height:40px;
    margin: auto;
    line-height: 40px;
    background: rgba(10,180,100,0.1);
    border-radius: 20px;
    text-align: center;
    color:#0AB464;
    font-weight: 700;
    font-size:15px;
}
.newsArea .newsList .news a time{
    font-weight: 700;
    font-size:14px;
    margin-bottom: 5px;
    opacity: 0.4;
    display: block;
}
.newsArea .newsList .news a h3{
    font-weight: 700;
    font-size:18px;
}
.newsArea .btn{
    width:234px;
    height:65px;
    margin: 40px auto 0;
}
.newsArea .btn a{
    width:100%;
    height:100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color:#FFFFFF;
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    padding:23px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}
.newsArea .btn a::before{
    width:24px;
    height:24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}
.newsArea .btn a::after{
    content: "";
    width:6px;
    height:6px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    transform: translate(-10px,0) rotate(-45deg);
    border-right:2px solid #455869;
    border-bottom:2px solid #455869;
    z-index: 60;
}
.newsArea .btn a:hover{
    opacity: 0.5;
}
@media (max-width: 744px) {
.newsArea{
    padding: 30px 0;
}
.newsArea .tabArea{
    margin-top: 20px;
}
.newsArea .tabArea li{
    flex: 3;
    font-size:14px;
    line-height: 1.5;
    padding: 0 0 10px;
    text-align: center
}
.newsArea .tabArea li.active{
    color:#0AB464;
    position: relative;
    cursor:auto;
}
.newsArea .newsList .news a{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 27px 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    width:100%;
    padding:20px 0 20px 0;
}
.newsArea .newsList .news a span.category{
    position: static;
    width:100px;
    height:27px;
    line-height: 27px;
    border-radius: 14px;
    font-size:11px;
}
.newsArea .newsList .news a time{
    font-size:11px;
    line-height: 27px;
    margin-bottom: 0px;
}
.newsArea .newsList .news a h3{
    grid-column: 1 / 3;
    font-size:14px;
}
.newsArea .btn{
    width:250px;
    height:50px;
    margin: 20px auto 0;
}
.newsArea .btn a{
    border-radius: 25px;
    font-size:16px;
    padding:17px 0 17px;
}
.newsArea .btn a::before{
    width:19px;
    height:19px;
}
.newsArea .btn a::after{
    width:5px;
    height:5px;
    transform: translate(-7.5px,0) rotate(-45deg);
}
}

/*--------------------------------------
    about
--------------------------------------*/

.aboutArea{
    padding: 80px 0 95px;
    background: rgba(69,88,105,0.07);
}
.aboutArea .contentWidth{
    position: relative;
}
.aboutArea .image{
    position: absolute;
    top:0;
    right:-15px;
    padding-bottom: 65px;
}
.aboutArea .image .img002{
    position: absolute;
    bottom:0;
    right:15px;
}
.aboutArea h3{
    font-size:28px;
    font-weight: 700;
    margin: 65px 0 50px;
}
.aboutArea .text{
    line-height: 2;
    font-weight: 500;
}
.aboutArea ul{
    margin-top: 70px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.aboutArea ul li{
    flex: 3;
    margin-left:50px;
    display: block;
    background: #0AB464;
    line-height: 73px;
    text-align: center;
    color:#FFFFFF;
    font-size:20px;
    font-weight: 700;
    border-radius: 5px;
}
.aboutArea ul li:first-child{
    margin-left:0px;
}
@media (max-width: 744px) {
.aboutArea{
    padding: 30px 0;
}
.aboutArea .image{
    width:280px;
    margin: 0 auto 23px;
    position: relative;
    top:auto;
    right:auto;
    padding-bottom: 32px;
}
.aboutArea .image .img002{
    width:165px;
    right:0;
}
.aboutArea h3{
    font-size:19px;
    margin: 0 0 20px;
}
.aboutArea .text{
    font-size:14px;
    line-height: 1.5;
}
.aboutArea ul{
    margin-top: 30px;
}
.aboutArea ul li{
    height:78px;
    margin-left:17px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    line-height: 1.5;
    font-size:14px;
}
}

/*--------------------------------------
    use
--------------------------------------*/

.useArea{
    padding: 160px 0 200px;
    position: relative;
}
.useArea .bgletter{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    overflow: hidden;
}
.useArea .bgletter .bgloop{
    display: flex;
    width:100%;
}
.useArea .bgletter .bgloop .loopitem{
    flex: 0 0 auto;
    font-size: 63px;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color:#455869;
    opacity: 0.1;
    user-select: none;
}
.useArea .bgletter .bgloop .loopitem:nth-child(odd) {
    animation: loop 40s -20s linear infinite;
}
.useArea .bgletter .bgloop .loopitem:nth-child(even) {
    animation: loop2 40s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.useArea .tabArea{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-top: 30px;
}
.useArea .tabArea li{
    width:355px;
    height:55px;
    border:1px solid;
    border-color:#E2E5E8 #E2E5E8 transparent #E2E5E8;
    background: #E2E5E8;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    font-size:22px;
    font-weight: 700;
    color:#A2ACB4;
    text-align: center;
    line-height: 54px;
    letter-spacing: 2px;
    padding-left: 2px;
    cursor: pointer;
}
.useArea .tabArea li.active{
    border-color:#0AB464 #0AB464 transparent #0AB464;
    background: #FFFFFF;
    color:#0AB464;
    position: relative;
    cursor:auto;
}
.useArea .tabArea li.active::after{
    content: "";
    width:calc(100% - 1px);
    height:1px;
    position: absolute;
    top:100%;
    left:0;
    transform: translate(1px,1px);
    background: #FFFFFF;
    z-index: 100;
    display: block;
}
.useArea .tabArea li.active:last-child::after{
    width:100%;
    transform: translate(0px,1px);
}
.useArea .panelArea .panel{
    display: none;
}
.useArea .panelArea .panel.active{
    display: block;
}
.useArea .panelArea .panel .table{
    border:1px solid #0AB464;
    padding:27px 31px 35px;
    border-radius: 0 15px 15px 15px;
}
.useArea .panelArea .comment{
    margin-top: 20px;
    font-size:14px;
}
@media (max-width: 744px) {
.useArea{
    padding: 100px 0 50px;
}
.useArea .bgletter .bgloop .loopitem{
    font-size: 42px;
    padding-right: 12px;
    padding-left: 12px;
}
.useArea .tabArea{
    margin-top: 25px;
}
.useArea .tabArea li{
    flex: 2;
    width:auto;
    height:30px;
    border-radius: 10px 10px 0 0;
    font-size:11px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-left: 1px;
}
.useArea .panelArea .panel{
    display: none;
}
.useArea .panelArea .panel.active{
    display: block;
}
.useArea .panelArea .panel .table{
    overflow-x: scroll;
    box-sizing: border-box;
    border:1px solid #0AB464;
    padding:16px 20px;
    border-radius: 0 0 10px 10px;
}
.useArea .panelArea .panel .table img{
    width:618px;
    max-width: none;
}
.useArea .panelArea .panel .table .scroll-hint-icon {
    top: calc(50% - 50px);
    height: 100px;
    padding: 30px 10px 10px 10px;
}
.useArea .panelArea .panel .table .scroll-hint-icon:after {
    top: 15px;
}
.useArea .panelArea .panel .table .scroll-hint-icon-white {
    box-shadow: 0 0px 15px rgba(112, 112, 112, .4);
}
.useArea .panelArea .panel .table .scroll-hint-icon-white .scroll-hint-text {
    color: #455869;
    font-weight: 700;
}
.useArea .panelArea .comment{
    font-size:10px;
}
}

/*--------------------------------------
    plus
--------------------------------------*/

.plusArea{
    padding: 60px 0 90px;
    background: rgba(120,210,210,0.13);
}
.plusArea .leftBox{
    width:520px;
}
.plusArea .leftBox .text{
    font-size:28px;
    font-weight: 700;
    margin-top: 50px;
    line-height: 1.8;
}
.plusArea .rightBox{
    width:500px;
    margin-top: 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 85px 85px;
    column-gap: 30px;
    grid-row-gap: 35px;
}
.plusArea .rightBox p{
    display: block;
    background: #78D2D2;
    line-height: 85px;
    text-align: center;
    color:#FFFFFF;
    font-size:20px;
    font-weight: 700;
    border-radius: 5px;
}
@media (max-width: 744px) {
.plusArea{
    padding: 36px 0;
}
.plusArea .leftBox{
    width:100%;
    margin-bottom: 20px;
}
.plusArea .leftBox .text{
    font-size:14px;
    margin-top: 20px;
    line-height: 1.5;
}
.plusArea .rightBox{
    width:100%;
    margin-top: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    column-gap: 9px;
    grid-row-gap: 13px;
}
.plusArea .rightBox p{
    line-height: 52px;
    font-size:15px;
}
}

/*--------------------------------------
    company
--------------------------------------*/

.companyArea{
    margin: 70px auto 100px;
}
.companyArea .clearfix{
    margin-top: 70px;
}
.companyArea .text{
    width:486px;
    font-size:28px;
    font-weight: 700;
    float:right;
}
.companyArea table{
    width:550px;
    border-top:1px solid rgba(112,112,112,0.15);
    float:left;
}
.companyArea table th{
    width:120px;
    background: rgba(10,180,100,0.05);
    color:#0AB464;
    vertical-align: middle;
    padding-left: 30px;
    font-size:18px;
    font-weight: 700;
    border-bottom:1px solid rgba(112,112,112,0.15);
}
.companyArea table td{
    width:430px;
    min-height: 85px;
    padding:15px 40px;
    font-size:18px;
    font-weight: 700;
    border-bottom:1px solid rgba(112,112,112,0.15);
}
.companyArea .btn{
    width:234px;
    height:65px;
    margin-top: 40px;
    margin-right: 252px;
    float: right;
}
.companyArea .btn a{
    width:100%;
    height:100%;
    display: block;
    border-radius: 33px;
    position: relative;
    background: #455869;
    color:#FFFFFF;
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    padding:23px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
}
.companyArea .btn a::before{
    width:24px;
    height:24px;
    background: #FFFFFF;
    content: "";
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    border-radius: 50%;
    z-index: 40;
}
.companyArea .btn a::after{
    content: "";
    width:6px;
    height:6px;
    position: absolute;
    top:0;
    right:20px;
    bottom:0;
    margin: auto;
    transform: translate(-10px,0) rotate(-45deg);
    border-right:2px solid #455869;
    border-bottom:2px solid #455869;
    z-index: 60;
}
.companyArea .btn a:hover{
    opacity: 0.5;
}
@media (max-width: 744px) {
.companyArea{
    margin: 34px auto 40px;
}
.companyArea .clearfix{
    margin-top: 22px;
}
.companyArea .text{
    width:100%;
    font-size:14px;
    float:none;
}
.companyArea table,
.companyArea table tbody,
.companyArea table tbody tr,
.companyArea table tbody tr th,
.companyArea table tbody tr td{
    display: block;
}
.companyArea table{
    width:100%;
    float:none;
    margin-top: 20px;
}
.companyArea table th{
    width:100%;
    padding-left: 13px;
    font-size:12px;
    line-height: 27px;
}
.companyArea table td{
    width:100%;
    min-height:inherit;
    padding:5px 13px;
    font-size:12px;
    line-height: 1.5;
}
.companyArea .btn{
    width:250px;
    height:50px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.companyArea .btn a{
    border-radius: 25px;
    font-size:16px;
    padding:17px 0 17px;
}
.companyArea .btn a::before{
    width:19px;
    height:19px;
}
.companyArea .btn a::after{
    width:5px;
    height:5px;
    transform: translate(-7.5px,0) rotate(-45deg);
}
}
