@charset "UTF-8";


/* mainvisual
------------------------------------------------- */
.mainvisual {
    background: url("../img/business/bg1.jpg") center bottom no-repeat;
    background-size: 100% 100%;
    padding: 1.7rem 0 1.5rem;
    position: relative;
}
.mainvisual::after {
    content: 'CHALLENGE';
    font-size: 1.83rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: normal;
    color: #fff;
    opacity: 0.28;
    position: absolute;
    right: 50%;
    top: 0.35rem;
    margin-right: -3.5rem;
    z-index: 1;
    white-space: nowrap;
}
.mainvisual .inner {
    max-width: 12.1rem;
    z-index: 2;
}
.mainvisual h1 {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #fff;
    opacity: 0;
}
.mainvisual.isAnimate h1 {
    animation: fadeIn 1s ease 0.3s 1 forwards;
}
.mainvisual h1 span {
    display: block;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-bottom: 0.09rem;
}
.mainvisual .sec {
    max-width: 12.5rem;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}
.mainvisual .sec .con {
    width: 5rem;
    margin-left: 0.75rem;
}
.mainvisual .sec .con span {
    display: block;
    font-size: 0.14rem;
    line-height: 1.15;
    letter-spacing: 0.02em;
    padding-bottom: 0.48rem;
    position: relative;
}
.mainvisual .sec .con span::after {
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.15rem;
}
.mainvisual .sec .con p {
    font-size: 0.3rem;
    line-height: 2;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.mainvisual .sec picture {
    width: 6.66rem;
}
@media screen and (max-width:750px){
.mainvisual {
    padding: 1.1rem 0 0.6rem;
    margin-bottom: 0.4rem;
}
.mainvisual::after {
    font-size: 0.7rem;
    right: auto;
    left: -2vw;
    top: 0.4rem;
    margin-right: 0;
}
.mainvisual h1 {
    font-size: 0.16rem;
}
.mainvisual h1 span {
    font-size: 0.45rem;
    padding-bottom: 0.07rem;
    letter-spacing: 0.17em;
    white-space: nowrap;
}
.mainvisual .sec .con {
    width: 100%;
    margin: 0.4rem auto 0.2rem;
}
.mainvisual .sec .con span {
    font-size: 0.12rem;
    line-height: 1.1;
    padding-bottom: 0.3rem;
}
.mainvisual .sec .con span::after {
    bottom: 0;
}
.mainvisual .sec .con p {
    font-size: 0.22rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
.mainvisual .sec picture {
    width: 100vw;
} 
}


/*  tab  */
#tab {
    margin-top: -1.6rem;
    padding-top: 1.6rem;
}
.tab {
    background: url("../img/business/bg3.jpg") center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 1.55rem;
}
.tab .tabArea {
    display: flex;
    justify-content: center;
    margin-top: -0.95rem;
    position: relative;
    z-index: 4;
}
.tab .tabArea .one_tab {
    width: 33.33334%;
    height: 0.95rem;
}
.tab .tabArea .one_tab:nth-child(2) {
    width: calc(33.33334% - 2px);
    margin: 0 1px;
}
.tab .tabArea .one_tab a {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    font-size: 0.25rem;
    line-height: 1.15;
    color: rgba(255,255,255,0.8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.tab .tabArea .one_tab:nth-child(1) a {
    border-radius: 0.2rem 0 0 0;
}
.tab .tabArea .one_tab:nth-child(3) a {
    border-radius: 0 0.2rem 0 0;
}
.tab .tabArea .one_tab a span b {
    display: block;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.8);
    padding-bottom: 0.1rem;
}
.tab .tabArea .one_tab a.select {
    cursor: default;
    background-color: rgba(255,255,255,1);
    color: #1A1A1A;
}
.tab .tabArea .one_tab a.select span b {
    color: #0AD38A;
}
.tab .tabArea.bottom {
    margin-top: -0.47rem;
}
.tab .tabArea.bottom .one_tab:nth-child(1) a {
    border-radius: 0 0 0 0.2rem;
}
.tab .tabArea.bottom .one_tab:nth-child(3) a {
    border-radius: 0 0 0.2rem 0;
}
.tab .contents .tab_main {
    width: 11.5rem;
    background: url("../img/business/bg2.jpg") center top no-repeat;
    background-size: 100% auto;
    border-radius: 0.2rem;
    margin: -0.47rem auto 0;
    padding: 1.2rem 1rem 0.75rem;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.tab .contents .tab_main.is_show {
    display: block;
}
@media screen and (min-width:751px){
.tab .tabArea .one_tab a:hover {
    background-color: rgba(255,255,255,1);
    color: #1A1A1A;
}
.tab .tabArea .one_tab a:hover span b {
    color: #0AD38A;
}
}
@media screen and (max-width:750px){
.tab {
    background-size: 100% 10rem;
    padding-bottom: 1rem;
}
.tab .tabArea .one_tab {
    width: 33.33%;
    height: 0.7rem;
}
.tab .tabArea .one_tab a {
    font-size: 0.14rem;
    line-height: 1.15;
}
.tab .tabArea .one_tab a span b {
    font-size: 0.11rem;
    padding-bottom: 0.05rem;
}
.tab .contents .tab_main {
    width: 90%;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    margin: -0.35rem auto 0;
    padding: 0.75rem 1vw 0.5rem;
}
.tab .tabArea.bottom {
    margin-top: -0.35rem;
}
}

/*  cont1  */
.cont1 {
    color: #fff;
    padding-bottom: 0.35rem;
}
.cont1 h2 {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0.2rem;
}
.cont1 h2 span {
    display: block;
    font-size: 0.14rem;
    font-weight: 700;
    padding-bottom: 0.4rem;
    position: relative;
}
.cont1 h2 span::after {
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.05rem;
}
.cont1 h2 b {
    font-size: 0.18rem;
    font-weight: 700;
}
.cont1 .txt {
    width: 4.46rem;
    letter-spacing: 0.04em;
    padding-bottom: 0.35rem;
}
.cont1 .box {
    width: 100%;
    height: 3.67rem;
    padding: 0.44rem 0.74rem 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.cont1 .box::after {
    content: '';
    width: 100%;
    height: 3.67rem;
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: inset 0 0 0.5rem rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.cont1 .box p {
    font-size: 0.14rem;
    font-weight: 700;
    padding-bottom: 0.35rem;
}
.cont1 .box ul li {
    width: 2.27rem;
    height: 0.83rem;
    background-color: rgba(255,255,255,0.36);
    border-radius: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0.2rem 0.3rem;
}
.cont1 h3 {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    padding-top: 1.15rem;
    position: relative;
}
.cont1 h3::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.27rem solid transparent;
    border-left: 0.27rem solid transparent;
    border-top: 0.51rem solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    top: 0.38rem;
    margin-left: -0.27rem;
}
.cont1 h3 span {
    display: block;
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.05rem;
}
@media screen and (max-width:750px){
.cont1 {
    padding-bottom: 0.35rem;
}
.cont1 h2 {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
}
.cont1 h2 span {
    font-size: 0.12rem;
    padding-bottom: 0.3rem;
}
.cont1 h2 span::after {
    height: 0.2rem;
    bottom: 0;
}
.cont1 h2 b {
    font-size: 0.18rem;
    font-weight: 700;
}
.cont1 .txt {
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.875;
    letter-spacing: normal;
    padding-bottom: 0.35rem;
}
.cont1 .box {
    height: 4.35rem;
    padding: 0.35rem 5vw 0;
}
.cont1 .box::after {
    height: 4.35rem;
    border-radius: 0.2rem;
}
.cont1 .box p {
    font-size: 0.12rem;
    padding-bottom: 0.2rem;
}
.cont1 .box ul li {
    width: 100%;
    height: 0.55rem;
    font-size: 0.14rem;
    line-height: 1.35;
    letter-spacing: normal;
    margin: 0 0 0.1rem;
}
.cont1 h3 {
    font-size: 0.2rem;
    padding-top: 0.8rem;
}
.cont1 h3::before {
    border-right: 0.2rem solid transparent;
    border-left: 0.2rem solid transparent;
    border-top: 0.45rem solid #fff;
    top: 0.25rem;
    margin-left: -0.2rem;
}
.cont1 h3 span {
    font-size: 0.16rem;
}
}

/*  cont2  */
.cont2 {
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.4rem 0.5rem 0.7rem;
    margin-bottom: 0.6rem;
}
.cont2 .con {
    width: 4.1rem;
}
.cont2 .con h3 {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0.2rem;
}
.cont2 .con h3 span {
    font-size: 0.12rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    padding-bottom: 0.3rem;
    color: #0AD38A;
    display: flex;
    align-items: center;
    position: relative;
}
.cont2 .con h3 span::after {
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background-color: #0AD38A;
    position: absolute;
    left: 0;
    bottom: 0.05rem;
}
.cont2 .con h3 span b {
    font-size: 0.34rem;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: normal;
    padding-left: 0.05rem;
}
.cont2 picture {
    width: 3.9rem;
    margin-top: 0.67rem;
}
.cont2 .sec {
    width: 7.63rem;
    margin: 0.83rem auto 0;
}
.cont2 .sec h4 {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.15;
    padding-left: 0.43rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.cont2 .sec h4::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.04rem solid transparent;
    border-bottom: 0.04rem solid transparent;
    border-left: 0.34rem solid #1A1A1A;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.04rem;
}
.cont2 .sec p {
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.928;
    letter-spacing: 0.04em;
}
@media screen and (max-width:750px){
.cont2 {
    width: 78vw;
    padding: 0.4rem 5vw 0.25rem;
    margin: 0 auto 0.3rem;
    box-sizing: border-box;
}
.cont2 .con {
    width: 100%;
}
.cont2 .con h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.cont2 .con h3 span {
    font-size: 0.12rem;
}
.cont2 .con h3 span b {
    font-size: 0.3rem;
}
.cont2 .con p {
    font-size: 0.145rem;
    line-height: 1.75;
}
.cont2 picture {
    width: 100%;
    margin-top: 0.25rem;
}
.cont2 .sec {
    width: 100%;
    margin: 0.83rem auto 0;
}
.cont2 .sec h4 {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.15;
    padding-left: 0.43rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.cont2 .sec h4::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.04rem solid transparent;
    border-bottom: 0.04rem solid transparent;
    border-left: 0.34rem solid #1A1A1A;
    border-right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.04rem;
}
.cont2 .sec p {
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.928;
    letter-spacing: 0.04em;
}
}