
/*=========================================
 main visual
 ==========================================*/
.main_visual .bg_img_area:after{
    content: "";
    display: block;
    background-color: rgba(var(--color_14), 0.7);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main_visual .txt_area{
    width: 100%;
}
.main_visual .txt_area .catchphrase{
    font-weight: bold;
    animation-name: fadeRightAnimate;
}
.main_visual .txt_area .txt{
    line-height: 1.8;
    animation-name: fadeBottomAnimate;
    animation-delay: 0.2s;
}
.main_visual .fadeTxt {
    animation-duration: 2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeLeftAnimate{
    from {
        opacity: 0;
        transform: translate(-30px,0);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeRightAnimate{
    from {
        opacity: 0;
        transform: translate(30px,0);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeBottomAnimate{
    from {
        opacity: 0;
        transform: translate(0,30px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeUpAnimate{
    from {
        opacity: 0;
        transform: translate(0,-30px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

.no1_area{
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 4px 1px rgba(38,107,170,0.43);
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    max-width: 648px;
    font-weight: bold;
}
.no1_area .img_area{
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 1070px){
    .main_visual .txt_area{
        width: calc((1010 / 1170) * 100%);
        min-width: 1010px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 768px){
    .main_visual .bg_img_area:after{
        width: 50%;
    }
    .main_visual .txt_area{
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 130px;
    }
    .main_visual .txt_area .catchphrase{
        font-size: 38px;
        margin-bottom: 30px;
    }
    .main_visual .txt_area .txt{
        font-size: 14px;
    }
    .page_container{
        position: relative;
        padding-top: 130px;
    }
    .no1_area_wrap{
        position: absolute;
        width: 100%;
        left: 0;
        top: -60px;
    }
    .no1_area{
        padding: 20px 20px 15px 20px;
    }
    .ja_body .no1_area p{
        font-size: 28px;
    }
    .en_body .no1_area p{
        font-size: 20px;
    }
    .no1_area .img_area{
        margin-top: 18px;
    }
    .no1_area .img_area >div{
        width: calc(95% / 3);
    }
    .no1_area .img_area >div img{
        width: 100%;
    }
}
@media screen and (max-width: 767.9px){
    .main_visual .bg_img_area:after{
        width: 100%;
    }
    .main_visual .txt_area{
        margin-top: calc((20 / 320) * 100vw);
        margin-bottom: calc((20 / 320) * 100vw);
        padding-left: calc((20 / 320) * 100vw);
        padding-right: calc((20 / 320) * 100vw);
    }
    .main_visual .txt_area .catchphrase{
        font-size: calc((24 / 320) * 100vw);
        margin-bottom: calc((12 / 320) * 100vw);
        line-height: 1.4;
    }
    .page_container{
        padding-top: 10px;
    }
    .no1_area_wrap{
        padding-left: calc((20 / 320) * 100vw);
        padding-right: calc((20 / 320) * 100vw);
    }
    .no1_area{
        padding: calc((10 / 320) * 100vw) calc((10 / 320) * 100vw) calc((20 / 320) * 100vw) calc((10 / 320) * 100vw);
    }
    .no1_area p{
        font-size: calc((17 / 320) * 100vw);
    }
    .no1_area .img_area{
        margin-top: calc((15 / 320) * 100vw);
    }
    .no1_area .img_area >div{
        width: calc((100% - ((20 / 320) * 100vw)) / 3);
    }
}

/*=========================================
 banner slider
 ==========================================*/
.slider_banner .slick-slide{
    cursor: initial;
}
.slider_banner .slick-slide img{
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.slider_banner .slick-slide img:not(:first-child){
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .slider_banner{
        margin-bottom: 40px;
    }
    .slider_banner .slick-slide{
        width: 197px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 767.9px) {
    .slider_banner{
        margin-top: calc((30 / 320) * 100vw);
        margin-bottom: calc((30 / 320) * 100vw);
    }
    .slider_banner .slick-slide{
        /*width: 197px;*/
        padding-left: calc((30 / 320) * 100vw);
        padding-right: calc((30 / 320) * 100vw);
    }
}
/*=========================================
 reason banner
 ==========================================*/
.reason_banner{
    background-image: url("../img/top/banner_reason.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFF;
}
.reason_banner .tit span{
    font-weight: bold;
    background: linear-gradient(transparent 10%, rgb(var(--color_20)) 0%);
}
.reason_banner .btn{
    color: #FFF;
    background: rgba(0, 0, 0, 0.39);
    border: solid 1px #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.reason_banner .btn:hover{
    background: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px){
    .reason_banner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
        padding: 30px;
        margin-bottom: 80px;
    }
    .reason_banner .tit span{
        font-size: 28px;
        padding: 3px 8px;
    }
    .reason_banner .btn{
        font-size: 12px;
        height: 38px;
        width: 250px;
    }
}
@media screen and (max-width: 767.9px){
    .reason_banner{
        margin-top: calc((10 / 320) * 100vw);
        padding: calc((15 / 320) * 100vw) calc((20 / 320) * 100vw);
    }
    .reason_banner .tit span{
        font-size: calc((17 / 320) * 100vw);
        padding: calc((3 / 320) * 100vw) calc((8 / 320) * 100vw);
    }
    .reason_banner .btn{
        font-size: calc((12 / 320) * 100vw);
        height: calc((40 / 320) * 100vw);
        width: 100%;
        margin-top: calc((15 / 320) * 100vw);
    }
}
/*=========================================
 link btn
 ==========================================*/
.icon.arrow{
    display: inline-block;
    background-image: url("../img/icon/list_arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
}
.large_btn_area{
    max-width: 850px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.large_btn_area .btn{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 2px #BFBFBF;
    transition: all 0.2s ease, visibility 0s;
    width: 100%;
}
.large_btn_area .btn:hover{
    text-decoration: none;
}
.large_btn_area.blue_border .btn{
    color: #266BAA;
    border: 2px solid #266BAA;
    background: #FFF;
}
.large_btn_area.blue_border .btn:hover{
    background: #266BAA;
    color: #FFF;
}
.large_btn_area.blue_border .btn .icon.arrow{
    background-image: url("../img/icon/list_arrow_blue.svg");
}
.large_btn_area.blue_border .btn:hover .icon.arrow{
    background-image: url("../img/icon/list_arrow.svg");
}
@media screen and (min-width: 768px){
    .icon.arrow{
        padding-right: 10px;
        background-size: 6px;
    }
    .large_btn_area{
        display: flex;
        justify-content: space-between;
    }
    .large_btn_area .btn{
        font-size: 18px;
        border-radius: 12px;
        height: 72px;
        max-width: 360px;
        width: calc(50% - 10px);
    }
    .large_btn_area.blue_border .btn .icon.arrow{
        padding-right: 15px;
    }
}
@media screen and (max-width: 767.9px){
    .icon.arrow{
        padding-right: calc((10 / 320) * 100vw);
        background-size: calc((6 / 320) * 100vw);
    }
    .large_btn_area{
        margin-top: calc((40 / 320) * 100vw);
    }
    .large_btn_area .btn{
        font-size: calc((14 / 320) * 100vw);
        border-radius: calc((12 / 320) * 100vw);
        height: calc((56 / 320) * 100vw);
    }
    .large_btn_area .btn:not(:first-child){
        margin-top: calc((20 / 320) * 100vw);
    }
    .large_btn_area.blue_border .btn .icon.arrow{
        padding-right: calc((15 / 320) * 100vw);
    }
}
/*=========================================
 inquiry
 ==========================================*/
.page_inquiry_area .inquiry_btn{
    transition: all 0.2s ease, visibility 0s;
    border: 3px solid #39A1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #39A1FF;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
.page_inquiry_area .inquiry_btn:hover{
    text-decoration: none;
    background: #39A1FF;
    color: #FFF;
}
.page_inquiry_area .txt_area{
    text-align: center;
    line-height: 1.2;
}
.page_inquiry_area .txt_area .tit{
    font-weight: bold;
}
.page_inquiry_area .txt_area .number{
    font-weight: bold;
}
@media screen and (min-width: 768px){
    .page_inquiry_area{
        margin-top: 58px;
        padding-bottom: 80px;
    }
    .page_inquiry_area .inquiry_btn{
        font-size: 24px;
        height: 72px;
        border-radius: 50px;
        max-width: 376px;
    }
    .page_inquiry_area .txt_area{
        margin-top: 46px;
    }
    .page_inquiry_area .txt_area .tit{
        font-size: 18px;
    }
    .page_inquiry_area .txt_area .number{
        margin-top: 5px;
        font-size: 40px;
    }
    .page_inquiry_area .txt_area .time{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767.9px){
    .page_inquiry_area{
        margin-top: calc((40 / 320) * 100vw);
        padding-bottom: calc((60 / 320) * 100vw);
    }
    .page_inquiry_area .inquiry_btn{
        font-size: calc((16 / 320) * 100vw);
        height: calc((60 / 320) * 100vw);
        border-radius: calc((30 / 320) * 100vw);
        max-width: calc((230 / 320) * 100vw);
    }
    .page_inquiry_area .txt_area{
        margin-top: calc((10 / 320) * 100vw);
    }
    .page_inquiry_area .txt_area .tit{
        font-size: calc((17 / 320) * 100vw);
    }
    .page_inquiry_area .txt_area .number{
        margin-top: calc((15 / 320) * 100vw);
        font-size: calc((24 / 320) * 100vw);
    }
    .page_inquiry_area .txt_area .time{
        font-size: calc((14 / 320) * 100vw);
        margin-top: calc((15 / 320) * 100vw);
    }
}
/*=========================================
 release
 ==========================================*/
.release_area{
    text-align: center;
}
.release_area a,
.release_area p{
    color: rgb(var(--color_19));
}
.release_area .tit{
    text-decoration: underline;
}
@media screen and (min-width: 768px){
    .release_area .tit{
        display: inline-block;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .release_area .date{
        font-size: 16px;
    }
}
@media screen and (max-width: 767.9px){
    .release_area .tit{
        font-size: calc((13 / 320) * 100vw);
    }
    .release_area .date{
        font-size: calc((10 / 320) * 100vw);
    }
}
/*=========================================
 section
 ==========================================*/
.sec_tit{
    font-weight: bold;
    color: rgb(var(--color_19));
}
@media screen and (min-width: 768px){
    .sec{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sec_tit{
        font-size: 34px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.9px){
    .sec{
        padding-top: calc((60 / 320) * 100vw);
        padding-bottom: calc((60 / 320) * 100vw);
    }
    .sec_tit{
        font-size: calc((30 / 320) * 100vw);
        margin-bottom: calc((20 / 320) * 100vw);
    }
}
/*=========================================
 news
 ==========================================*/
.news_list{
    list-style: none;
    line-height: 1.2;
    border-bottom: 1px solid rgba(var(--color_15), .1);
}
.news_list .date{
    color: #404040;
}
.news_list .tit{
    color: #404040;
    text-decoration: underline;
}
.news_area .btn{
    transition: all 0.2s ease, visibility 0s;
    border: 1px solid #39A1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #39A1FF;
}
.news_area .btn:hover{
    text-decoration: none;
    background: #39A1FF;
    color: #FFF;
}
@media screen and (min-width: 768px){
    .news_list{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .news_list li{
        padding-bottom: 10px;
    }
    .news_list li:not(:last-child){
        border-bottom: 1px solid rgba(var(--color_15), .1);
    }
    .news_list li:not(:first-child){
        margin-top: 50px;
    }
    .news_list .date{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .news_list .tit{
        font-size: 16px;
    }
    .news_area .btn{
        height: 34px;
        width: 152px;
        border-radius: 17px;
        font-size: 12px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767.9px){
    .news_list{
        padding-bottom: calc((40 / 320) * 100vw);
        margin-top: calc((30 / 320) * 100vw);
    }
    .news_list li:not(:first-child){
        margin-top: calc((45 / 320) * 100vw);
    }
    .news_list .date{
        font-size: calc((14 / 320) * 100vw);
        margin-bottom: calc((5 / 320) * 100vw);
    }
    .news_list .tit{
        font-size: calc((16 / 320) * 100vw);
        line-height: 1.8;
    }
    .news_area .btn{
        height: calc((40 / 320) * 100vw);
        width: 100%;
        border-radius: calc((20 / 320) * 100vw);
        font-size: calc((12 / 320) * 100vw);
    }
}
/*=========================================
 service
 ==========================================*/
.service_area .txt{
    line-height: 2;
}
@media screen and (min-width: 768px){
    .service_area .txt{
        font-size: 15px;
    }
    .service_area .txt .catchphrase{
        font-size: 25px;
    }
}
@media screen and (max-width: 767.9px){
    .service_area .txt{
        font-size:  calc((14 / 320) * 100vw);
    }
    .service_area .txt .catchphrase{
        font-size: calc((20 / 320) * 100vw);
    }
}
/*=========================================
 main_business
 ==========================================*/
.main_business_area .layout_block .img_area img{
    width: 100%;
}
.main_business_area .layout_block .txt_area .txt{
    line-height: 2;
}
.table_img{
    text-align: center;
}
@media screen and (min-width: 768px){
    .main_business_area .layout_block{
        display: flex;
    }
    .main_business_area .layout_block .img_area{
        width: 51%;
    }
    .main_business_area .layout_block .txt_area{
        width: 49%;
        padding-left: 30px;
    }
    .main_business_area .layout_block .txt_area .par:not(:first-child){
        margin-top: 80px;
    }
    .main_business_area .layout_block .txt_area .tit{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .main_business_area .layout_block .txt_area .txt{
        font-size: 14px;
    }
    .main_business_area .table_img{
        margin-top: 120px;

    }
    .main_business_area .table_img img{
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 767.9px){
    .main_business_area.sec{
        padding-top: 0;
    }
    .main_business_area .layout_block .txt_area .par{
        margin-top: calc((20 / 320) * 100vw);
    }
    .main_business_area .layout_block .txt_area .tit{
        font-size: calc((20 / 320) * 100vw);
        margin-bottom: calc((5 / 320) * 100vw);
    }
    .main_business_area .layout_block .txt_area .txt{
        font-size: calc((14 / 320) * 100vw);
    }
    .main_business_area .table_img{
        margin-top: calc((30 / 320) * 100vw);
    }
}
/*=========================================
 link
 ==========================================*/
.link_area .link_txt{
    text-align: center;
}
.link_area .link_txt a{
    font-weight: bold;
    color: inherit;
    text-decoration: underline;
}
.tit_group_banner {
    margin: 80px auto 20px auto;
    text-align: center;
}
.group_banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.group_banner_list div {
    margin: 0 10px 10px 10px;
}
@media screen and (min-width: 768px){
    .link_area .link_txt{
        font-size: 22px;
    }
    .link_area .banner_list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 720px;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .link_area .banner_list >div{
        max-height: 125px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767.9px){
    .link_area .link_txt{
        font-size: calc((20 / 320) * 100vw);
    }
    .link_area .banner_list{
        margin-top: calc((100 / 320) * 100vw);
    }
    .link_area .banner_list >div img{
        width: 100%;
        margin-top: calc((10 / 320) * 100vw);
    }
}

/*=========================================
 404.html Not Found page
 ==========================================*/
#notfound {
    padding: 80px 0 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#notfound h1 {
    margin-bottom: 60px;
    color: #255aa6;
    font-size: 80px;
    font-weight: normal;
    text-align: center;
}
#notfound h1 span {
    font-size: 16px;
}
.notfound-contents {
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.notfound-contents div:first-of-type {
    padding-right: 50px;
}
.notfound-contents div:last-of-type {
    padding-left: 50px;
}
.notfound-contents p {
    margin-bottom: 36px;
    line-height: 2;
}
.notfound-contents li {
    margin-bottom: 12px;
}
.notfound-contents li:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 767.9px){
    #notfound {
        display: block;
    }
    .notfound-contents {
        display: block;
        padding: 0 5%;
    }
    #notfound h1 {
        font-size: 60px;
    }
    #notfound h1 span {
        display: block;
    }
    .notfound-contents div:first-of-type {
        padding-right: 0;
        margin-bottom: 60px;
    }
    .notfound-contents div:last-of-type {
        padding-left: 0;
    }
}