@charset "utf-8";

/*-----------------------------------------------------------
 common
-----------------------------------------------------------*/
#business .wrap,
#business .wrap .notoSans {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.06em;
}
#business .wrap .en {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.08em;
}
#business .wrap .bold {
    font-weight: 700;
}

#business .accent{
	background-image:url(../../images/business/accent.jpg);
    padding: 138px 0;
}

#business .accent h2 {
    color: #fff;
    font-size: 400%;
}
#business .accent h2 span {
    display: block;
    font-size: 37.5%;
    margin-top: 16px;
}

#main p.pr{
    margin: 15px 0 45px 0;
    color: #FF7124;
    font-size: 162%;
    font-weight: 700;
    text-align: left;
    padding-left: 100px;
    background: url(../../images/business/icon-title.svg) left center no-repeat;
    background-size: 90px auto;
    line-height: 1.6;
}

#main section {
	margin-bottom: 40px;
}
#main section:last-of-type {
    margin-bottom: 0;
}

#main h3 {
    font-size: 138.88%;
    line-height: 1.5;
    margin-bottom: 26px;
}
#main p,
#main dd {
    font-size: 92.59%;
    line-height: 2;
}
#main p:last-child {
    margin-bottom: 0;
}

#main ul.listdot li{
    font-size: 92.59%;
    margin-bottom:10px;
    padding-left:1em;
    position: relative;
}
#main ul.listdot li:before {
    position: absolute;
    content: "";
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FF7124;
    border-radius: 50%;
}

/*-----------------------------------------------------------
 whitebox
-----------------------------------------------------------*/
#main .whitebox {
    color: #192C55;
    background-color: #fff;
    border-radius: 12px;
    padding: 52px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}
#main .whitebox h3 {
    color: #192C55;
    padding-bottom: 16px;
    position: relative;
    border-bottom: 2px solid #D9D9D9;
}
#main .whitebox h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 140px;
    height: 2px;
    background: #FF7124;
}

/*-----------------------------------------------------------
 introduction
-----------------------------------------------------------*/
#introduction p {
    font-size: 104.16%;
}

/*-----------------------------------------------------------
 about
-----------------------------------------------------------*/

/*-----------------------------------------------------------
 merit
-----------------------------------------------------------*/
#merit dt{
    color: #FF7124;
    margin-bottom:16px;
    font-size:115.7%;
    font-weight:bold;
}
#merit dd{
	margin-bottom:1.5em;
}
#merit dd:last-child{
	margin-bottom:0;
}

/*-----------------------------------------------------------
 wish
-----------------------------------------------------------*/
#main #wish {
    color: #fff;
    background-color: #192C55;
    border-radius: 12px;
    padding: 68px 52px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
}
#main #wish .image {
    position: absolute;
    top: 110px;
    right: -30px;
    z-index: -1;
}

#main #wish h4 {
    width: fit-content;
    font-size: 92.59%;
    padding: 0.5em 3em;
    text-align: center;
    line-height: 1.5;
    margin: 30px auto 16px;
    position: relative;
}
#main #wish h4::before,
#main #wish h4::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
#main #wish h4::before {
    left: 15px;
    transform: rotate(-28deg);
}
#main #wish h4::after {
    right: 15px;
    transform: rotate(28deg);
}
#main #wish h4 span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#main #wish h4 span::before,
#main #wish h4 span::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 2px;
    height: 50%;
    background: #fff;
}
#main #wish h4 span::before {
    left: 0px;
    transform: rotate(-42deg);
}
#main #wish h4 span::after {
    right: 0px;
    transform: rotate(42deg);
}

#main #wish .buttonStyle {
    width: 100%;
    text-align: center;
    margin: auto;
}
#main #wish .buttonStyle a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 16px 40px;
    color: #fff;
    background: #FF7124;
    text-decoration: none;
    font-size: 112.5%;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 33px;
    box-sizing: border-box;
    transition: all .3s;
}
#main #wish .buttonStyle a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../images/business/icon-btn.svg) no-repeat left center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
    transition: all .3s;
}
#main #wish .buttonStyle a:hover:before {
    right: 4%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer {
    background: none;
}


@media only screen and
(max-width : 640px) {
    #business .wrap,
    #business .wrap .notoSans {
        letter-spacing: 0;
    }

    #business .accent {
        padding: 30px 0;
        background-size: cover;
    }
    #business .accent h2 {
        font-size: 200%;
    }
    #business .accent h2 span {
        font-size: 50%;
        margin-top: 0;
    }

    #main p,
    #main dd {
        line-height: 1.8;
    }

    #main p.pr {
        margin:0 0 30px 0;
        font-size: 112.5%;
        padding-left: 70px;
        background-size: 60px auto;
    }

    /*-----------------------------------------------------------
     whitebox
    -----------------------------------------------------------*/
    #main .whitebox {
        padding: 40px 20px;
    }

    /*-----------------------------------------------------------
     introduction
    -----------------------------------------------------------*/

    /*-----------------------------------------------------------
     wish
    -----------------------------------------------------------*/
    #main #wish{
        padding: 70px 20px 40px;
    }
    #main #wish .image {
        top: -135px;
        right: 0px;
        zoom: 0.6;
    }

    #main #wish h4 {
        padding: 0.5em 1em;
    }
    #main #wish h4::before,
    #main #wish h4::after {
        width: 1px;
        height: 100%;
    }
    #main #wish h4::before {
        left: 10px;
    }
    #main #wish h4::after {
        right: 10px;
    }
    #main #wish h4 span::before,
    #main #wish h4 span::after {
        width: 1px;
        height: 50%;
    }

}