@charset "UTF-8";

/* 追加フォント
---------------------------------------------------- */
@font-face {
    font-family: "NotoSansJP";
    src: url("../webfonts/NotoSansJP-Bold.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    src: url("../webfonts/NotoSansJP-Black.woff") format("woff");
    font-weight: 700;
}
@font-face {
    font-family: "NotoSerifJP";
    src: url("../webfonts/NotoSerifJP-Bold.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "NotoSerifJP";
    src: url("../webfonts/NotoSerifJP-Black.woff") format("woff");
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url("../webfonts/RobotoCondensed-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../webfonts/RobotoCondensed-Bold.woff") format("woff");
    font-weight: 700;
}


/* common
---------------------------------------------------- */
body {
    color: #333;
    margin: 0px;
    font-family: 'NotoSansJP', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
body.scroll-prevent{
    position: fixed;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-right: 5px;
}
@media screen and (max-width:767px){
    body {
        font-size: 14px;
    }
}

main{
    overflow: hidden;
}
main{
    margin-top: 90px;
}
@media screen and (max-width:991px){
    main{
        margin-top: 54px;
    }
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9;
}
.overlay.on{
    display: block;
}

/* common section
---------------------------------------------------- */
.sec-common{padding: 100px 0; position: relative; z-index: 1;}
.sec-large{padding: 120px 0; position: relative; z-index: 1;}


/* common bg
---------------------------------------------------- */
.bg-gray{
    position: relative;
    background: #f4f4f4;
    z-index: 1;
}
.bg-blue{
    position: relative;
    background: #e0e9f7;
    z-index: 1;
}

/* common ttl
------------------------------------------------------------------*/
.ttl-sec01{
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: bold;
    color: #4585a3;
    text-align: center;
}
@media screen and (max-width:1199px){
    .ttl-sec01{
        font-size: 36px;
    }
}
@media screen and (max-width:991px){
    .ttl-sec01{
        font-size: 32px;
    }
}
@media screen and (max-width:767px){
    .ttl-sec01{
        font-size: 28px;
    }
}
@media screen and (max-width:575px){
    .ttl-sec01{
        font-size: 24px;
    }
}


/* scollbar
---------------------------------------------------- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
:-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* common page-title
---------------------------------------------------- */
.wrap-pgttl.business{background: url(../images/bg-pgttl-business.jpg) no-repeat center / cover;}
.wrap-pgttl.company{background: url(../images/bg-pgttl-company.jpg) no-repeat center / cover;}
.wrap-pgttl {
    position: relative;
    height: 500px;
    margin-bottom: 100px;
}
.wrap-pgttl::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 289px;
    height: 500px;
    background: url(../images/bg-pgttl-cover.png) no-repeat center / cover;
    content: "";
    z-index: 1;
}
.wrap-pgttl::after{
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 600px;
    height: 100px;
    background: #c3dfec;
    content: "";
    z-index: 1;
}
.wrap-pgttl h2 {
    position: absolute;
    top: 80px;
    right: 150px;
    z-index: 2;
}
.wrap-pgttl .en{
    position: absolute;
    bottom: -80px;
    left: 30px;
    font-family: "Roboto";
    font-size: 150px;
    font-weight: bold;
    color: #4585a3;
    line-height: 1;
    z-index: 2;
}
@media screen and (max-width: 1199px) {
    .wrap-pgttl {
        height: 400px;
        margin-bottom: 80px;
    }
    .wrap-pgttl::before{
        width: 231px;
        height: 400px;
    }
    .wrap-pgttl::after{
        bottom: -80px;
        width: 400px;
        height: 80px;
    }
    .wrap-pgttl h2 {
        top: 70px;
        right: 120px;
        width: 55px;
    }
    .wrap-pgttl .en{
        bottom: -60px;
        font-size: 120px;
    }
}
@media screen and (max-width: 991px) {
    .wrap-pgttl {
        height: 350px;
    }
    .wrap-pgttl::before{
        right: -20px;
        width: 202px;
        height: 350px;
    }
    .wrap-pgttl h2 {
        top: 60px;
        right: 80px;
        width: 45px;
    }
    .wrap-pgttl .en{
        bottom: -40px;
        font-size: 90px;
    }
}
@media screen and (max-width: 767px) {
    .wrap-pgttl {
        height: 300px;
    } 
    .wrap-pgttl::before{
        width: 173px;
        height: 300px;
    }
    .wrap-pgttl::after{
        width: 80%;
    }
    .wrap-pgttl h2 {
        top: 55px;
        right: 70px;
        width: 38px;
    }
    .wrap-pgttl .en{
        bottom: -30px;
        font-size: 70px;
    }
}
@media screen and (max-width: 575px) {
    .wrap-pgttl {
        height: 250px;
    } 
    .wrap-pgttl::before{
        right: -40px;
        width: 145px;
        height: 250px;
    }
    .wrap-pgttl h2 {
        top: 40px;
        right: 30px;
        width: 32px;
    }
    .wrap-pgttl .en{
        font-size: 60px;
        left: 10px;
    }
}

/*　汎用
------------------------------------------------------------------*/
.bold { font-weight: bold !important;;}

.line-yellow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffde24 0%) repeat scroll 0 0;}

a.link-text{
    color: #2cace7;
    text-decoration: underline;
    transition: .4s;
}
a.link-text:hover{
    color: #cc0000;
}

a.link-img img{ transition: .2s;}
a.link-img:hover img{ opacity: 0.6;}

.fs60{font-size: 60%;}
.fs70{font-size: 70%;}
.fs80{font-size: 80%;}
.fs90{font-size: 90%;}
.fs105{font-size: 105%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}

.ff-roboto{font-family: "Roboto";}

.ls0 { letter-spacing: 0 !important;}
.ls5 { letter-spacing: 0.05em !important;}
.ls10 { letter-spacing: 0.1em !important;}
.ls20 { letter-spacing: 0.2em !important;}

.text-red { color: #cc0000 !important;}
.text-black { color: #0d0d0d !important;}
.text-white { color: #fff !important;}

.lh11 { line-height: 1.1 !important;}
.lh12 { line-height: 1.2 !important;}
.lh15 { line-height: 1.5 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}
.lh-normal { line-height: normal !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}

.n-mb30{margin-bottom: -30px !important;}
.n-mb60{margin-bottom: -60px !important;}



/*　header
------------------------------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding-left: 15px;
    background: transparent;
    z-index: 999;
    transition: .4s;
}
header.hide{
    background-color: rgba(255, 255, 255, 0.7);
}
.header-right{
    display: flex;
    align-items: center;
}
.header-right .tel{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 30px;
    background: #4585a3;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.header-right .tel i{
    display: inline-block;
    margin-right: 5px;
    font-size: 0.75em;
}
.header-nav{
  	display:flex;
    justify-content: center;
    margin-right: 15px;
}
.header-nav li a{
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
}
.header-nav li a::after{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #4585a3;
    content: "";
    transition: .2s;
}
.header-nav li a:hover::after,
.header-nav li.active a::after{
    width: calc(100% - 30px);
    transition: .2s;
}
#hamburger{
    display: none;
}
@media screen and (max-width:991px){
    header{
        height: 54px;
        padding: 0 15px;
        overflow: initial;
    }
    header .logo{
        width: 130px;
        z-index: 1;
    }
    .header-right{
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        background: #4585a3;
        margin: 0;
        padding: 54px 0 120px;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        transition: .4s;
        z-index: 1000;
    }
    .header-right.in{
        transform: translateX(-100%);
    }
    .header-right .tel{
        width: 250px;
        height: auto;
        padding: 0.5em 1em;
        margin: 20px auto 0;
        background: #fff;
        border-radius: 30px;
        color: #4585a3;
    }
    .header-nav{
        display: block;
        margin: 0 0 15px;
    }
    .header-nav li{
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    .header-nav li a{
        display: block;
        height: auto;
        padding: 15px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    .header-nav li a:hover,
    .header-nav li.active a{
        background: #95c3d8;
    }
    .header-nav li a::after{
        display: none;
    }
    #hamburger {
        display: block;
        position: fixed;
        top: 7px;
        right: 7px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: #4585a3;
        z-index: 1000;
    }
    #hamburger .inner_line {
        display: block;
        position: absolute;
        left: 10px;
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: .2s;
    }
    #hamburger #line1 {
        top: 10px;
    }
    #hamburger #line2 {
        top: 19px;
    }
    #hamburger #line3 {
        bottom: 10px;
    }
    #hamburger .line_1 {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 19px !important;
    }
    #hamburger .line_2 {
        opacity: 0;
    }
    #hamburger .line_3 {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: 19px !important;
    }
}

/* mainvis
---------------------------------------------------- */
.mainvis{
    position: relative;
}
#mainvis-slider .swiper-slide{
    display: flex;
    justify-content: center;
}
.main-text01{
    position: absolute;
    top: 60px;
    right: 5vw;
    z-index: 1;
}
.main-text02{
    position: absolute;
    bottom: 60px;
    left: 4.5vw;
    z-index: 1;
}
@media screen and (max-width:1399px){
    #mainvis-slider .swiper-slide img{
        width: 1600px;
    }
    .main-text01{
        top: 40px;
        width: 120px;
    }
    .main-text02{
        bottom: 40px;
        width: 450px;
    }
}
@media screen and (max-width:991px){
    #mainvis-slider .swiper-slide img{
        width: 1200px;
    }
    .main-text01{
        top: 20px;
        width: 100px;
    }
    .main-text02{
        bottom: 20px;
        width: 400px;
    }
}
@media screen and (max-width:767px){
    .mainvis{
        margin-bottom: 60px;
    }
    #mainvis-slider .swiper-slide img{
        width: 100%;
    }
    .main-text01{
        width: 22vw;
        min-width: 85px;
    }
    .main-text02{
        width: 80vw;
    }
}


/*  home-about
------------------------------------------------------------------*/
.sec-home-about{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 100px 15px;
    margin-bottom: 50px;
    background: url(../images/bg-home-abouot.jpg)no-repeat center / cover;
    z-index: 1;
}
@media screen and (max-width:767px){
    .sec-home-about{
        padding: 80px 15px;
    }
}

.lead-home-about{
    font-family: "NotoSerifJP";
    font-size: 18px;
    line-height: 2.5;
}
@media screen and (max-width:1199px){
    .lead-home-about{
        font-size: 16px;
    }
}
@media screen and (max-width:767px){
    .lead-home-about{
        font-size: 14px;
        line-height: 2;
    }
}

/*  home-vision
------------------------------------------------------------------*/
.sec-home-vision{
    position: relative;
    padding-top: 120px;
    margin-bottom: 120px;
    background: url(../images/bg-home-vision.jpg) no-repeat top center / cover,
                #c3dfec;
    z-index: 1;
}
.sec-home-vision .container-md{
    position: relative;
}
@media screen and (max-width:991px){
    .sec-home-vision{
        background-size: 1200px;
    }
}
@media screen and (max-width:767px){
    .sec-home-vision{
        padding-top: 150px;
        background-size: 900px;
    }
    .sec-home-vision .container-md{
        position: static;
    }
}

.caption-home-vision{
    position: absolute;
    top: -150px;
    left: 0;
}
@media screen and (max-width:767px){
    /* 767px以下からポジションの基準が container-md から sec-home-vision に変わる */
    .caption-home-vision{
        top: -30px;
        left: 20px;
        width: 70px;
    }
}
@media screen and (max-width:575px){
    .caption-home-vision{
        top: -20px;
        left: 15px;
        width: 60px;
    }
}

.box-home-vision{
    position: relative;
    width: 730px;
    padding: 100px 75px 30px;
    margin-left: 90px;
    background: #fff;
}
.box-home-vision .ttl{
    position: absolute;
    top: -33px;
    left: 75px;
    font-family: "Roboto";
    font-size: 80px;
    font-weight: bold;
    color: #4585a3;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 1;
}
.box-home-vision .text{
    line-height: 2.1;
}
@media screen and (max-width:1199px){
    .box-home-vision{
        width: 580px;
        padding: 70px 50px 30px;
    }
    .box-home-vision .ttl{
        top: -29px;
        left: 50px;
        font-size: 70px;
    }
    .box-home-vision .text{
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
    .box-home-vision{
        width: calc(100% - 75px);
        padding: 60px 40px 20px;
    }
    .box-home-vision .ttl{
        top: -25px;
        left: 40px;
        font-size: 60px;
    }
    .box-home-vision .text{
        font-size: 13px;
    }
}
@media screen and (max-width:575px){
    .box-home-vision{
        width: calc(100% - 55px);
        padding: 50px 20px 20px;
        margin-left: 70px;
    }
    .box-home-vision .ttl{
        top: -20px;
        left: 20px;
        font-size: 50px;
    }
    .box-home-vision .text{
        line-height: 1.8;
    }
}

/* home-business
------------------------------------------------------------------*/
.sec-home-business{
    position: relative;
    padding: 100px 0;
    margin-bottom: 140px;
    z-index: 1;
}
.sec-home-business::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #c3dfec;
    content: "";
    z-index: -1;
}
.sec-home-business::after{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 780px;
    height: 100%;
    background: #c3dfec;
    content: "";
    z-index: -2;
}
.sec-home-business .container{
    position: relative;
}
@media screen and (max-width:1199px){
    .sec-home-business::after{
        width: 650px;
    }
}
@media screen and (max-width:991px){
    .sec-home-business::after{
        width: 400px;
    }
}
@media screen and (max-width:767px){
    .sec-home-business{
        margin-bottom: 80px;
    }
    .sec-home-business::after{
        width: 260px;
    }
}

.ttl-home-business{
    position: absolute;
    top: -130px;
    right: 15px;
    display: flex;
    align-items: flex-start;
    font-family: "Roboto";
    font-size: 80px;
    font-weight: bold;
    color: #4585a3;
    line-height: 1;
    letter-spacing: 0.1em;
    vertical-align: top;
    z-index: 1;
}
.ttl-home-business span{
    display: inline-block;
    margin-left: 5px;
}
@media screen and (max-width:1199px){
    .ttl-home-business{
        font-size: 70px;
    }
    .ttl-home-business span{
        width: 32px;
    }
}
@media screen and (max-width:767px){
    .ttl-home-business{
        font-size: 60px;
    }
    .ttl-home-business span{
        width: 28px;
    }
}
@media screen and (max-width:575px){
    .ttl-home-business{
        font-size: 50px;
    }
    .ttl-home-business span{
        width: 24px;
    }
}

.list-home-business{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.list-home-business li{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-home-business li .box{
    position: relative;
    width: 100%;
    height: 460px;
    padding-top: 110px;
    text-align: center;
}
.list-home-business li:nth-of-type(1) .box{
    background: url(../images/home-business01.jpg) no-repeat center / cover;
}
.list-home-business li:nth-of-type(2) .box{
    background: url(../images/home-business02.jpg) no-repeat center / cover;
    margin-top: 100px;
}
.list-home-business li:nth-of-type(3) .box{
    background: url(../images/home-business03.jpg) no-repeat center / cover;
    margin-top: -100px;
}
.list-home-business li:nth-of-type(4) .box{
    background: url(../images/home-business04.jpg) no-repeat center / cover;
}
.list-home-business li .box .ttl{
    margin-top: 50px;
    font-family: "NotoSerifJP";
    font-size: 26px;
    color: #fff;
}
.list-home-business li .box .ttl .en{
    display: block;
    margin-top: 30px;
    font-family: "Roboto";
    font-size: 16px;
    color: #c62f97;
    letter-spacing: 0.02em;
}
.list-home-business li .box a{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}
.list-home-business li .box a .arrow{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: .2s;
}
.list-home-business li .box a .arrow img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
}
.list-home-business li .box a:hover .arrow img{
    left: calc(50% + 5px);
}
@media screen and (max-width:1199px){
    .list-home-business li .box{
        height: 400px;
        padding-top: 80px;
    }
}
@media screen and (max-width:991px){
    .list-home-business li .box{
        height: 300px;
        padding-top: 60px;
    }
    .list-home-business li .box .num img{
        width: 60px;
    }
    .list-home-business li .box .ttl{
        margin-top: 40px;
        font-size: 22px;
    }
    .list-home-business li .box .ttl .en{
        margin-top: 15px;
        font-size: 14px;
    }
    .list-home-business li .box a .arrow{
        width: 40px;
        height: 40px;
    }
    .list-home-business li .box a .arrow img{
        width: 20px;
    }
}
@media screen and (max-width:767px){
    .list-home-business li .box{
        height: 220px;
        padding-top: 40px;
    }
    .list-home-business li .box .num img{
        width: 55px;
    }
    .list-home-business li .box .ttl{
        margin-top: 20px;
        font-size: 20px;
    }
    .list-home-business li .box .ttl .en{
        margin-top: 10px;
        font-size: 13px;
    }
    .list-home-business li .box a{
        bottom: 10px;
        right: 10px;
        font-size: 12px;
    }
    .list-home-business li .box a .arrow{
        width: 30px;
        height: 30px;
    }
    .list-home-business li .box a .arrow img{
        width: 15px;
    }
}
@media screen and (max-width:575px){
    .list-home-business li{
        width: 100%;
    }
    .list-home-business li .box{
        height: auto;
        padding: 40px 15px 55px;
    }
    .list-home-business li:nth-of-type(2) .box{
        margin-top: 0;
    }
    .list-home-business li:nth-of-type(3) .box{
        margin-top: 0;
    }
}

/*  common-area
------------------------------------------------------------------*/
.sec-common-area{
    position: relative;
    padding: 40px 0;
    background: url(../images/bg-common-area.jpg) no-repeat center / cover;
    z-index: 1;
}
.sec-common-area .container{
    position: relative;
}
@media screen and (max-width:767px){
    .sec-common-area{
        padding: 80px 0;
    }
}

.ttl-common-area{
    position: absolute;
    top: -120px;
    left: 15px;
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-size: 80px;
    font-weight: bold;
    color: #4585a3;
    line-height: 1;
    letter-spacing: 0.1em;
    vertical-align: top;
    z-index: 1;
}
.ttl-common-area span{
    margin-right: 20px;
}
@media screen and (max-width:1199px){
    .ttl-common-area{
        top: -105px;
        font-size: 70px;
    }
    .ttl-common-area span{
        width: 32px;
        margin-right: 18px;
    }
}
@media screen and (max-width:767px){
    .ttl-common-area{
        top: -130px;
        font-size: 60px;
    }
    .ttl-common-area span{
        width: 28px;
        margin-right: 16px;
    }
}
@media screen and (max-width:575px){
    .ttl-common-area{
        top: -120px;
        font-size: 50px;
    }
    .ttl-common-area span{
        width: 24px;
        margin-right: 14px;
    }
}

.wrap-common-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-common-area .text-area{
    width: 540px;
    margin-top: 60px;
    margin-right: 40px;
}
.wrap-common-area .text-area .lead{
    line-height: 1.8;
    margin-bottom: 40px;
}
.wrap-common-area .text-area .tel-box{
    position: relative;
    padding: 32px 15px;
    border: 2px solid #c62f97;
    text-align: center;
    color: #c62f97;
}
.wrap-common-area .text-area .tel-box .tel{
    font-family: "Roboto";
    font-size: 22px;
    font-weight: bold;
}
.wrap-common-area .text-area .tel-box .person{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap;
}
.wrap-common-area .text-area .time{
    font-size: 15px;
}
.wrap-common-area .img-area{
    flex-shrink: 0;
    text-align: center;
}
@media screen and (max-width:991px){
    .wrap-common-area .text-area .lead{
        margin-bottom: 30px;
    }
    .wrap-common-area .text-area .tel-box{
        padding: 15px;
    }
    .wrap-common-area .text-area .tel-box .person{
        position: relative;
        bottom: initial;
        left: initial;
        transform: initial;
        white-space: initial;
    }
    .wrap-common-area .text-area .time{
        font-size: 13px;
    } 
}
@media screen and (max-width:767px){
    .wrap-common-area{
        flex-direction: column-reverse;
    }
    .wrap-common-area .text-area{
        width: 100%;
        margin-top: 40px;
        margin-right: 0;
        text-align: center;
        text-indent: 0.1em;
    }
    .wrap-common-area .img-area img{
        width: 250px;
    }
}

/*  footer
------------------------------------------------------------------*/
.footer-top{
    padding: 50px 0;
}
.footer-top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-footer-address{
    display: flex;
    justify-content: center;
}
.wrap-footer-address .contents{
    margin-left: 60px;
    font-size: 15px;
}
.wrap-footer-address .contents .name{
    margin-bottom: 10px;
}
.wrap-footer-address .contents .address{
    line-height: 1.8;
}
.footer-bottom{
    padding: 30px 0;
    background: #4585a3;
    font-size: 14px;
    color: #fff;
}
.footer-bottom .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav{
    display: flex;
}
.footer-nav li{
    margin-right: 35px;
}
.footer-nav li a{
    transition: .2s;
}
.footer-nav li a:hover{
    color: #c62f97;
    transition: .2s;
}
@media screen and (max-width:1199px){
    .footer-top .container{
        display: block;
    }
    .footer-top .logo{
        margin-bottom: 30px;
        text-align: center;
    }
}
@media screen and (max-width:991px){
    .wrap-footer-address{
        flex-direction: column;
        align-items: center;
    }
    .wrap-footer-address .contents{
        margin-left: 0;
        text-align: center;
    }
    .wrap-footer-address .contents + .contents{
        margin-top: 20px;
    }
}
@media screen and (max-width:767px){
    .wrap-footer-address .contents{
        font-size: 14px;
    }
    .footer-bottom .container{
        display: block;
        text-align: center;
    }
    .footer-nav{
        display: block;
        margin: 0 auto 30px;
        border-top: 1px dashed #ccc;
    }
    .footer-nav li{
        margin-right: 0;
        border-bottom: 1px dashed #ccc;
        text-align: center;
    }
    .footer-nav li a{
        display: block;
        padding: 15px;
    }
    .copyright{
        font-size: 12px;
    }
}
@media screen and (max-width:575px){
    .wrap-footer-address .contents{
        font-size: 12px;
    }
}


/*  business-link
------------------------------------------------------------------*/
.sec-business-link{
    position: relative;
    padding: 100px 0;
    background: url(../images/bg-business-link.jpg)no-repeat center / cover;
    z-index: 1;
}

.list-business-link{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px -15px;
}
.list-business-link li{
    width: 25%;
    height: 130px;
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.list-business-link li:nth-of-type(1) a{
    background: url(../images/business-link01.jpg) no-repeat center / cover;
}
.list-business-link li:nth-of-type(2) a{
    background: url(../images/business-link02.jpg) no-repeat center / cover;
}
.list-business-link li:nth-of-type(3) a{
    background: url(../images/business-link03.jpg) no-repeat center / cover;
}
.list-business-link li:nth-of-type(4) a{
    background: url(../images/business-link04.jpg) no-repeat center / cover;
}
.list-business-link li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 15px;
    text-align: center;
    transition: .2s;
}
.list-business-link li a::after{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: "\f0ab";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    transition: .2s;
}
.list-business-link li a:hover::after{
    bottom: 2px;
}
.list-business-link li a .ttl{
    font-family: "NotoSerifJP";
    font-size: 20px;
    color: #fff;
}
.list-business-link li a .ttl .en{
    display: block;
    font-family: "Roboto";
    font-size: 12px;
    color: #c62f97;
}
@media screen and (max-width:991px){
    .list-business-link li{
        width: 50%;
    }
}
@media screen and (max-width:767px){
    .list-business-link li{
        height: 110px;
    }
    .list-business-link li a .ttl{
        font-size: 18px;
    }
}
@media screen and (max-width:575px){
    .list-business-link li{
        width: 100%;
    }
}

/*  business-info
------------------------------------------------------------------*/
.sec-business-info{
    position: relative;
    padding: 120px 0;
    background: #edf4f7;
    z-index: 1;
}
@media screen and (max-width:767px){
    .sec-business-info{
        padding: 100px 0 60px;
    }
}

.container-business-info{
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
}
@media screen and (max-width:767px){
    .container-business-info{
        padding: 0 15px;
    }
}


/*------------------------------- 
  contents-business-info 
-------------------------------*/

/*---- 親コンテンツ ----*/
.contents-business-info{
    position: relative;
    padding: 30px 30px 120px;
    margin-bottom: 120px;
}
/*---- 背景1 ----*/
.contents-business-info::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #c3dfec;
    content: "";
    z-index: -1;
}
/*---- 背景2 ----*/
.contents-business-info::after{
    position: absolute;
    top: 50%;
    width: 2000px;
    height: 80%;
    background: #c3dfec;
    content: "";
    z-index: -1;
}
.contents-business-info.odd::after{
    left: 50%;
    transform: translate(-100%, -50%);
}
.contents-business-info.even::after{
    right: 50%;
    transform: translate(100%, -50%);
}
/*---- タイトル ----*/
.contents-business-info .ttl{
    position: absolute;
    top: 0;
}
.contents-business-info.odd .ttl{
    right: 0;
}
.contents-business-info.even .ttl{
    left: 0;
}
/*---- 写真 ----*/
.contents-business-info.odd figure{
    text-align: right;
}
.contents-business-info.even figure{
    text-align: left;
}
/*---- テキストボックス ----*/
.contents-business-info .text-box{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 720px;
    min-height: 300px;
    padding: 50px;
    background: #fff;
}
.contents-business-info.odd .text-box{
    left: 0;
}
.contents-business-info.even .text-box{
    right: 0;
}
/*---- テキスト ----*/
.contents-business-info .text-box .text{
    width: 100%;
    line-height: 2;
}
/*---- コンタクトボックス ----*/
.contents-business-info .text-box .contact{
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    border: 2px solid #c62f97;
    color: #c62f97;
    font-size: 14px;
    text-align: center;
}
.contents-business-info .text-box .contact .tel{
    margin-top: 5px;
    font-size: 18px;
}
.contents-business-info .text-box .contact .tel span{
    font-family: "Roboto";
    font-weight: bold;
}
@media screen and (max-width:991px){
    /*---- タイトル ----*/
    .contents-business-info .ttl{
        width: 86px;
    }
    /*---- 写真 ----*/
    .contents-business-info figure img{
        width: 600px;
    }
    /*---- テキストボックス ----*/
    .contents-business-info .text-box{
        width: 550px;
        min-height: 250px;
        padding: 30px;
    }
    /*---- テキスト ----*/
    .contents-business-info .text-box .text{
        font-size: 14px;
        line-height: 1.8;
    }
    /*---- コンタクトボックス ----*/
    .contents-business-info .text-box .contact{
        font-size: 13px;
        text-align: center;
    }
    .contents-business-info .text-box .contact .tel{
        font-size: 16px;
    }
}
@media screen and (max-width:767px){
    /*---- 親コンテンツ ----*/
    .contents-business-info{
        position: relative;
        padding: 30px 15px 60px;
        margin-bottom: 80px;
    }
    /*---- タイトル ----*/
    .contents-business-info .ttl{
        width: 75px;
    }
    /*---- テキストボックス ----*/
    .contents-business-info .text-box{
        position: relative;
        width: 100%;
        min-height: initial;
    }
    /*---- 背景1 ----*/
    .contents-business-info::before{
        top: initial;
        bottom: 0;
        transform: translateX(-50%);
    }
    /*---- 背景2 ----*/
    .contents-business-info::after{
        top: initial;
        bottom: 0;
    }
    .contents-business-info.odd::after{
        transform: translateX(-100%);
    }
    .contents-business-info.even::after{
        transform: translateX(100%);
    }
}
@media screen and (max-width:575px){
    /*---- タイトル ----*/
    .contents-business-info .ttl{
        width: 57px;
    }
    /*---- テキストボックス ----*/
    .contents-business-info .text-box{
        padding: 30px 15px;
    }
    /*---- テキスト ----*/
    .contents-business-info .text-box .text{
        font-size: 13px;
    }
    /*---- コンタクトボックス ----*/
    .contents-business-info .text-box .contact{
        font-size: 12px;
        text-align: center;
    }
}

/*  greeting
------------------------------------------------------------------*/
.sec-greeting{
    position: relative;
    padding: 120px 0;
    background: url(../images/bg-greeting.jpg) no-repeat center / cover;
    z-index: 1;
}

/*------------------------------- 
  box-greeting
-------------------------------*/

/*---- 親コンテンツ ----*/
.box-greeting{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin-left: 30px;
    background: #fff;
}
/*---- タイトル ----*/
.box-greeting .ttl{
    position: absolute;
    top: -30px;
    left: -30px;
}
/*---- テキストエリア ----*/
.box-greeting .text-area{
    margin-right: 40px;
}
/*---- テキスト ----*/
.box-greeting .text-area .text{
    line-height: 2.5;
}
/*---- イメージエリア ----*/
.box-greeting .img-area{
    flex-shrink: 0;
    width: 300px;
    text-align: center;
}
/*---- 社長名前 ----*/
.box-greeting .img-area .ceo-name{
    margin-top: 10px;
    font-family: "NotoSerifJP";
}
.box-greeting .img-area .ceo-name span{
    font-size: 22px;
}
@media screen and (max-width:1199px){
/*---- イメージエリア ----*/
    .box-greeting .img-area{
        width: 250px;
    }
}
@media screen and (max-width:991px){
    /*---- 親コンテンツ ----*/
    .box-greeting{
        flex-direction: column-reverse;
        margin-left: 24px;
    }
    /*---- タイトル ----*/
    .box-greeting .ttl{
        left: -24px;
        width: 86px;
    }
    /*---- テキストエリア ----*/
    .box-greeting .text-area{
        margin-right: 0;
    }
    /*---- イメージエリア ----*/
    .box-greeting .img-area{
        margin-bottom: 30px;
        text-align: center;
    }
}
@media screen and (max-width:767px){
    /*---- 親コンテンツ ----*/
    .box-greeting{
        margin-left: 21px;
    }
    /*---- タイトル ----*/
    .box-greeting .ttl{
        left: -21px;
        width: 75px;
    }
}
@media screen and (max-width:575px){
    /*---- 親コンテンツ ----*/
    .box-greeting{
        margin-left: 16px;
        padding: 50px 15px 15px;
    }
    /*---- タイトル ----*/
    .box-greeting .ttl{
        left: -16px;
        width: 57px;
    }
    /*---- テキスト ----*/
    .box-greeting .text-area .text{
        line-height: 2;
    }
}

/*  company
------------------------------------------------------------------*/
.license li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    vertical-align: middle;
}
.license li:first-of-type{
    padding-top: 0;
}
.license li:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}
.license li::after{
    display: block;
    clear: both;
    content: "";
}
.license li p{
    float: left;
    padding: 0.3em 0;
}
.license li .pdf{
    float: right;
    display: inline-block;
    width: 120px;
    padding: 0.3em 1em;
    background: #c62f97;
    border: 2px solid #c62f97;
    color: #fff;
    text-align: center;
    transition: .2s;
}
.license li .pdf:hover{
    background: #fff;
    color: #c62f97;
    transition: .2s;
}
@media screen and (max-width:767px){
    .license li .pdf{
        width: 85px;
    }
}

/*  access
------------------------------------------------------------------*/
.box-access{
    height: 100%;
    padding: 30px;
    background: #c3dfec;
    text-align: center;
}
.box-access .ttl{
    margin-bottom: 10px;
    font-size: 18px;
    color: #c62f97;
}
.box-access .address{
    margin-bottom: 15px;
}
@media screen and (max-width:575px){
    .box-access{
        padding: 30px 15px;
    }
    .box-access .ttl{
        font-size: 16px;
    }
    .box-access .address{
        font-size: 13px;
    }
}