@charset "UTF-8";

/* --------------------------------------------------------------------------------

DETAIL

-------------------------------------------------------------------------------- */
main#detail #column-container {
    overflow: visible;
}
main#detail section p {
    line-height: 2.5;
}
/*#concept --------------------*/
main#detail section#concept {
    position: relative;
    padding-bottom: 140px;
    z-index: 1;
}
main#detail section#concept::before {
    display: block;
    content: "";
    width: 30vw;
    height: 50vh;
    z-index: -1;
    background: url(../img/zokujin.png) center bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: 10vh;
    right: 10vw;
}
main#detail section#concept h3 {
    margin: 0 0 70px;
}
main#detail section#concept h3 img {
    width: 435px;
    height: auto;
}
main#detail section#concept p {
    margin: 0 0 20px;
}
main#detail section#concept p :last-of-type {
    margin: 0;
}


@media screen and (max-width: 820px) {
main#detail section p {
    line-height: 2;
}
main#detail section#concept {
    padding: 15vh 0 70px;
}
main#detail section#concept::before {
    display: block;
    content: "";
    width: 100vw;
    height: 26vh;
    z-index: -1;
    background: url(../img/zokujin.png) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: -5vh;
    right: 0;
}
main#detail section#concept h3 {
    margin: 0 0 40px;
}
main#detail section#concept h3 img {
    width: 80%;
    height: auto;
}
main#detail section#concept p {
    margin: 0 0 20px;
}
}



/*#about --------------------*/
main#detail section#about {
    position: relative;
    padding: 140px 0 130px;
    color: #fff;
}
main#detail section#about::before {
    display: block;
    content: "";
    background: url("../img/detail/img_about_element.png") calc(100% + 3vw) 2%  no-repeat #1750a2;
    background-size: 40vw auto;
    position: absolute;
    top: 0;
    left: -28vw;
    width: calc(100vw - 2vw);
    height: 100%;
    z-index: -1;
}
main#detail section#about h3.common {
    font-size: 2.75rem;
    margin: 0 0 70px;
}
main#detail section#about h3.common strong {
    font-size: 4.25rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1;
}
main#detail section#about ul.element {
    position: relative;
    display: flex;
    max-width: 526px;
    gap: 10px 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}
main#detail section#about ul.element::before {
    display:block;
    content: "";
    background: url("../img/icon_x.svg") center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    transform: translate(-50%,-50%);
}
main#detail section#about ul.element li {
    flex-basis: calc(50% - 10px);
    background-color: #e5e5e5;
    color: #1750a2;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .8rem .5rem;
}
main#detail section#about ul.element li small{
    font-size: 1rem;
}

main#detail section#about .flow {
    position: relative;
    z-index: 1;
    padding: 40px;
    margin: 60px 0;
}
main#detail section#about .flow::after {
    display: block;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: -5vw;
    width: calc(100% + 15vw);
    height: 100%;
    z-index: -1;
    border-radius: 70px 0 0 70px;
}
main#detail section#about .flow .inner {
    display: flex;
    align-items: center;
    align-items: stretch;
    gap: 0 30px;
    width: calc(100% + 4vw);
    margin-left: -4vw;
}
main#detail section#about .flow .inner .company {
    display: flex;
    align-items: center;
    flex-basis: 40%;
    background: url("../img/logo_wh.png") 10px 10px no-repeat #1750a2;
    background-size: 120px auto;
    border-radius: 30px;
    padding: 50px 20px 20px;
}
main#detail section#about .flow .inner .arrow {
    flex-basis: 30%;
    color: #1750a2;
    display: flex;
    align-items: center;
    position: relative;
}
main#detail section#about .flow .inner .arrow ol li {
    display: flex;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 5px;
    position: relative;
    gap: 0 5px;
}
main#detail section#about .flow .inner .arrow ol li::after {
    display: block;
    content: "";
    width: calc(100% + 2vw);
    height: 1px;
    background-color: #1750a2;
    position: absolute;
    bottom: 0;
    right: 0;
}
main#detail section#about .flow .inner .arrow ol li::before {
    display: block;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #1750a2;
    position: absolute;
    bottom: -3px;
    right: 6px;
    transform: rotate(-60deg);
}
main#detail section#about .flow .inner .arrow ol li:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: calc( -2vw - 40px);
    z-index: 1;
    transform: rotate(0);
}
main#detail section#about .flow .inner ol.arrow li span:first-child {
    font-family: 'Manrope', sans-serif;
}

main#detail section#about .flow .inner .client {
    flex-basis: 30%;
    border: 1px solid #1750a2;
    border-radius: 30px;
    padding: 5vh 0 20%;
    color: #1750a2;
    text-align: center;
    line-height: 1.4;
    background: url("../img/detail/img_about_client_pc.png") center 80% no-repeat;
    background-size: 110px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
main#detail section#about .flow .inner .client dl dt {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin: 0 0 5vh;
}
main#detail section#about .flow .inner .client dl dd {
    font-size: 0.9375rem;
    letter-spacing: 0;
}
main#detail section#about .flow .inner .client dl dd span {
    display: block;
    font-size: 0.875rem;
}






@media screen and (max-width: 820px) {
main#detail section#about {
    padding: 0 0 70px;
    background: url("../img/detail/img_about_element.png") calc(100% + 3vw) 2%  no-repeat #1750a2;
    background-size: 300px auto;
 }
main#detail section#about::before {
    display: none;
}
main#detail section#about h3.common {
    font-size: 1.25rem;
    margin: 0;
    padding: 15vh 0 12vh;
}
main#detail section#about h3.common strong {
    font-size: 2rem;
}
main#detail section#about ul.element {
    display: flex;
    gap: 5px 5px;
    flex-wrap: wrap;
    margin: 15px 0;
}
main#detail section#about ul.element::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
}
main#detail section#about ul.element li {
    flex-basis: calc(calc(100% - 5px) / 2);
    font-size: 1em;
    line-height: 1.2;
    letter-spacing: 0;
    display: flex;
    padding: .5rem .3rem;
}
main#detail section#about ul.element li small{
    font-size: .6875rem;
}

main#detail section#about .flow {
    padding: 20px;
    margin: 30px 0;
}
main#detail section#about .flow::after {
    top: 0;
    left: -10px;
    width: calc(100% + 40px);
    border-radius: 35px 0 0 35px;
}
main#detail section#about .flow .inner {
    display: flex;
    gap: 0 30px;
    width: calc(100% + 2.5vw);
    margin-left: -2.5vw;
    flex-direction: column;   
}
main#detail section#about .flow .inner .company {
    background: url("../img/logo_wh.png") center 10px no-repeat #1750a2;
    background-size: 120px auto;
    border-radius: 15px;
    padding: 70px 20px 20px;
}
main#detail section#about .flow .inner .arrow {
    flex-basis: 30%;
    color: #1750a2;
    display: flex;
    align-items: center;
    position: relative;
}
main#detail section#about .flow .inner .arrow ol {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    height: 25vh;
    transform: translateX(-3%)
}
main#detail section#about .flow .inner .arrow ol li {
    display: flex;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
    gap: 0 3px;
    font-size: 0.8125rem;
    writing-mode: vertical-rl;
}
main#detail section#about .flow .inner .arrow ol li small {
    font-size: 0.75rem;
    font-weight: 500;
    display: block;
}
main#detail section#about .flow .inner .arrow ol li::after {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #1750a2;
    position: absolute;
    bottom: auto;
    right: 0;
    top: 0;
}
main#detail section#about .flow .inner .arrow ol li::before {
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #1750a2;
    position: absolute;
    bottom: 0;
    right: -3px;
    transform: rotate(30deg);
}
main#detail section#about .flow .inner .arrow ol li:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    bottom: auto;
    right: 0;
    top: -20px;
}
main#detail section#about .flow .inner ol.arrow li span:first-child {
    font-family: 'Manrope', sans-serif;
}

main#detail section#about .flow .inner .client {
    flex-basis: 30%;
    border: 1px solid #1750a2;
    border-radius: 15px;
    padding: 6% 0;
    text-align: center;
    line-height: 1.4;
    background: url("../img/detail/img_about_client_pc.png") 10% 80% no-repeat;
    background-size: 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
main#detail section#about .flow .inner .client dl {
    width: 90%;
}
main#detail section#about .flow .inner .client dl dt {
    margin: 0 0 1vh;
}
main#detail section#about .flow .inner .client dl dd {
    font-size: .8125rem;
    text-align: left;
    margin-left: 35%;
}
main#detail section#about .flow .inner .client dl dd span {
    display: block;
    font-size: .75rem;
    text-align: center;
}

}


/*#solution --------------------*/
main#detail section#solution {
    padding: 140px 0 120px;
}
main#detail section#solution h3.common {
    font-size: 2.75rem;
    font-weight: bold;
    margin: 0 0 70px;
}
main#detail section#solution small{
    display: flex;
    font-size: .875rem;
    margin: 10px 0 0;
}
main#detail section#solution sup {
    flex-basis: 1%;
    color: #1750a2;
    font-size: 1rem;
    font-weight: bold;
}
main#detail section#solution .solution-flow {
    background-color: #1750a2;
    border-radius: 70px;
    width: calc(100% + 2.5vw);
    margin-top: 40px;
    margin-left: -2.5vw;
    padding: 40px 50px;
    color: #fff;
}
main#detail section#solution .solution-flow dl {
    border-radius: 20px;
    font-size: .9375rem;
    padding: 15px;
    margin: 0 0 30px;
    position: relative;
    letter-spacing: 0;
}
main#detail section#solution .solution-flow dl.task {
    border: 1px solid #fff;
}
main#detail section#solution .solution-flow dl.flow {
    background-color: #fff;
    color: #1750a2;
}
main#detail section#solution .solution-flow dl dt {
    text-align: center;
    font-weight: 800;
    margin: 0 auto 15px;
}
main#detail section#solution .solution-flow dl dd {
    text-align: center;
    line-height: 1.6;
}
main#detail section#solution .solution-flow dl dd ul,
main#detail section#solution .solution-flow dl dd ol {
    display: flex;
    justify-content: center;
}

main#detail section#solution .solution-flow dl.task dd ul {
    gap: 0 10px;
}
main#detail section#solution .solution-flow dl.task::after {
    display: block;
    content: "";
    width: 25px;
    height: 11px;
    background: url("../img/icon_arrow_bottom.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
main#detail section#solution .solution-flow dl.task dd ul li {
    flex-basis: calc(calc(100% - 20px) / 3);
    text-align: left;
    background-color: #fff;
    color: #1750a2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 18px;
}
main#detail section#solution .solution-flow dl.task dd ul li strong {
    font-weight: bold;
}
main#detail section#solution .solution-flow dl.flow dt {
    background-color: #1750a2;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    width: 50%;
}
main#detail section#solution .solution-flow dl.flow dd ol {
    width: 90%;
    margin: auto;
    gap: 0 50px;
    align-items: center;
    background: linear-gradient(0deg, transparent 0%, transparent calc(50% - 1px), #1750a2 calc(50% - 1px), #1750a2 calc(50%) , transparent calc(50%), transparent calc(100%));
}
main#detail section#solution .solution-flow dl.flow dd ol li {
    flex-basis: calc(calc(100% - 200px) / 5);
    font-weight: 800;
    padding: 5px;
    background-color: #fff;
}
main#detail section#solution .solution-flow dl.plan {
    padding: 0; 
}
main#detail section#solution .solution-flow dl.plan::before {
    display: block;
    content: "";
    height: 30px;
    width: 1.5px;
    background: url("../img/line_dash_vertical.svg") center no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
main#detail section#solution .solution-flow dl.plan dt {
    font-size: 1.0625rem;
    width: 50%;
    border-radius: 5px;
    border: solid #fff 1px;
}
main#detail section#solution .solution-flow dl.plan dd {
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 600;
}
main#detail section#solution .solution-flow dl.plan dd strong {
    font-weight: bold;
    font-size: 1.3125rem;
    border-bottom: 1px #fff solid;
    padding: 0 0 .5rem; 
}



@media screen and (max-width: 820px) {
main#detail section#solution {
    padding: 70px 0;
}
main#detail section#solution h3.common {
    font-size: 1.375rem;
    margin: 0 0 45px;
}
main#detail section#solution small{
    font-size: .8125rem;
    margin: 30px 0 0;
    line-height: 1.4;
}
main#detail section#solution .solution-flow {
    position: relative;
    background-color: unset;
    border-radius: 0;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding: 30px 10px;
    z-index: 1;
}
main#detail section#solution .solution-flow::after {
    display: block;
    content: "";
    background: #1750a2;
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1;
    border-radius: 35px 0 0 35px;
}
main#detail section#solution .solution-flow dl {
    border-radius: 10px;
    margin: 0 0 30px;
}
main#detail section#solution .solution-flow dl dt {
    margin: 0 auto 10px;
}
main#detail section#solution .solution-flow dl dd {
    text-align: center;
    line-height: 1.6;
}
main#detail section#solution .solution-flow dl dd ul,
main#detail section#solution .solution-flow dl dd ol {
    flex-direction: column;
}
    
    
main#detail section#solution .solution-flow dl.task {
    padding: 10px;
}
main#detail section#solution .solution-flow dl.task dd ul {
    gap: 0 10px;
}
main#detail section#solution .solution-flow dl.task::after {
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -20px;
}
main#detail section#solution .solution-flow dl.task dd ul li {
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    letter-spacing: 0;
    margin: 0 0 5px;
}
    
    
main#detail section#solution .solution-flow dl.plan {
    margin: 0;
}
main#detail section#solution .solution-flow dl.flow {
    padding: 15px 15px 20px;
}
main#detail section#solution .solution-flow dl.flow dt {
    background-color: #1750a2;
    padding: .3rem;
    border-radius: 5px;
    width: 100%;
}
main#detail section#solution .solution-flow dl.flow dd ol {
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, transparent calc(50% - 1px), #1750a2 calc(50% - 1px), #1750a2 calc(50%) , transparent calc(50%), transparent calc(100%));
}
main#detail section#solution .solution-flow dl.flow dd ol li {
    padding: .2rem;
    margin: 0 0 15px;
}
main#detail section#solution .solution-flow dl.flow dd ol li:last-of-type {
    margin: 0;
}
    
    
main#detail section#solution .solution-flow dl.plan dt {
    font-size: 1em;
    width: 100%;
    border-radius: 5px;
    border: solid #fff 1px;
}
main#detail section#solution .solution-flow dl.plan dd {
    line-height: 2;
}
main#detail section#solution .solution-flow dl.plan dd strong {
    font-size: 1.0625rem;
    padding: 0 0 .2rem; 
}

}





/* --------------------------------------------------------------------------------

SERVICE

-------------------------------------------------------------------------------- */
main#service #column-container .contents > section:first-of-type {
    padding-top: 30vh;
}
main#service #column-container {
    padding-bottom: 160px;
}
main#service section {
    padding-bottom: 160px;
}
main#service section p {
    line-height: 2.5;
}
main#service section .sec-inner > .img {
    width: calc(100% + 14vw);
    height: 520px;
    background-color: #000;
    margin-left: -4vw;
    border-radius: 70px 0 0 70px;
}
main#service section#marketing .sec-inner > .img {
    background: url("../img/service/img_service_marketing.jpg") center no-repeat;
    background-size: cover;
}
main#service section#develop .sec-inner > .img {
    background: url("../img/service/img_service_develop.jpg") center no-repeat;
    background-size: cover;
}
main#service section#beauty .sec-inner > .img {
    background: url("../img/service/img_service_beauty.jpg") center no-repeat;
    background-size: cover;
}

main#service h3.common {
    padding: 40px 20px 10px 50px;
    color: #1750a2;
    border-left: 2px solid #fff;
    margin: -80px 0 20px;
    font-size: 2.875rem;
    
}
main#service h3.common span.acce-set  {
    display: flex;
    align-items: flex-end;
    gap: 0 10px;
    margin: 0 0 20px;
}
main#service h3.common span.acce-set span.num {
    font-size: 7.5rem;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 1;
}
main#service h3.common .acce-set span.ruby {
    color: #acacac;
    margin: 0;
    letter-spacing: 0;
}
main#service section .txt {
    padding: 0 0 0 50px;
}
main#service section#marketing .txt a {
    margin: 30px 0 0;
    padding: .8rem 1.5rem;
}

main#service section#beauty .shop-info {
    position: relative;
    margin: 50px 0 0;
}
main#service section#beauty .shop-info .inner {
    background-color: #d7d7d7;
    padding: 50px;
}
main#service section#beauty .shop-info h4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 40px;
}
main#service section#beauty .shop-info dl.table:nth-of-type(2) {
    margin: 0 0 30px;
    border: none;
}
main#service section#beauty .shop-info dl dd ul.sns {
    display: inline-flex;
    gap: 0 10px;
    margin: 0 0 0 10px;
}
main#service section#beauty .shop-info .link {
    position: absolute;
    top: -30px;
    right: -20px;
    background-color: #fff;
    width: 180px;
    height: 180px;
    padding: 30px;
    border-radius: 180px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
main#service section#beauty .shop-info .link p {
    line-height: 1.6;
    letter-spacing: 0;
}
main#service section#beauty .shop-info .link a {
    color: #1750a2;
    text-decoration: underline;
    text-underline-offset: .1rem;
    font-weight: bold;
}
main#service section#beauty .shop-info .link a:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



@media screen and (max-width: 820px) {
main#service #column-container {
    padding-bottom: 70px;
}
main#service #column-container .contents > section:first-of-type {
    padding-top: 0;
}
main#service section {
    padding-bottom: 11vh;
}
main#service section p {
    line-height: 2;
}
main#service section .sec-inner > .img {
    width: calc(100% + 40px);
    height: 30vh;
    margin-left: -10px;
    border-radius: 35px 0 0 35px; 
}

main#service h3.common {
    padding: 30px 20px 10px 30px;
    margin: -3.5rem 0 10px;
    font-size: 1.5rem;
    
}
main#service h3.common span.acce-set  {
    display: flex;
    align-items: flex-end;
    gap: 0 10px;
    margin: 0 0 15px;
}
main#service h3.common span.acce-set span.num {
    font-size: 4.5rem;
    letter-spacing: 0;
}
main#service section .txt {
    padding: 0 0 0 30px;
}
main#service section#marketing .txt a {
    margin: 30px 0 0;
    padding: 1.5rem;
}
main#service section#beauty .shop-info {
    margin: 40px 0 0;
    width: calc(100% + 30px);
}
main#service section#beauty .shop-info .inner {
    padding: 40px 30px 0 25px;
}
main#service section#beauty .shop-info h4 {
    font-size: 1.125rem;
    margin: 0 0 40px;
}
main#service section#beauty .shop-info dl.table:nth-of-type(2) {
    margin: 0 0 30px;
    border: none;
}
main#service section#beauty .shop-info dl dd ul.sns {
    display: flex;
    gap: 0 10px;
    margin: 10px 0 0;
}

main#service section#beauty .shop-info iframe.map {
    width: calc(100% + 55px);
    margin: 0 0 -10px -25px;
        
}
    
main#service section#beauty .shop-info .link {
    position: relative;
    top: 15px;
    right: 0;
    width: calc(100% + 30px);
    height: auto;
    padding: 25px 30px 25px 25px;
    border-radius: 20px 0 0 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}
main#service section#beauty .shop-info .link p {
    letter-spacing: 1px;
}
main#service section#beauty .shop-info .link a {
    font-size: 1rem;
}

}


/*#other --------------------*/
main#service section#other {
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}
main#service section#other::after {
    display: block;
    content: "";
    width: calc(100% + 4vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: -4vw;
    z-index: -1;
    background-color: #f7f7f7;
    border-radius: 70px 0 0 70px;
}
main#service section#other .sec-inner {
    padding: 70px 10vw 70px 0;
}
main#service section#other h3.common {
    font-size: 1.75rem;
    border: none;
    padding: 0;
    margin: 0 0 40px;
}
main#service section#other h3.common span.ruby {
    font-size: 6.25rem;
    font-weight: 400;
    color: #d7d7d7;
    line-height: 1;
    margin: 0 0 20px;
}
main#service section#other .other-box {
    display: flex;
    gap: 0 18px;
    padding: 20px;
}
main#service section#other .other-box figure {
    flex-basis: calc(calc(100% - 36px) / 3);
}
main#service section#other .other-box figure figcaption dl dt {
    font-size: 1.25rem;
    padding: 20px 0;
    font-weight: bold;
    color: #1750a2;
}

@media screen and (max-width: 820px) {
main#service section#other::after {
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    border-radius: 35px 0 0 35px;
}
    
main#service section#other .sec-inner {
    padding: 30px 30px 40px;
}
main#service section#other h3.common {
    font-size: 1.375rem;
    border: none;
    padding: 0 30px;
    margin: 0 0 25px;
}
main#service section#other h3.common span.ruby {
    font-size: 3.75rem;
    margin: 0 0 5px;
}
main#service section#other .other-box {
    flex-direction: column;
    padding: 0 0 0 30px;
}
main#service section#other .other-box figure {
    margin: 0 0 40px;
}
main#service section#other .other-box figure:last-of-type {
    margin: 0;
}
main#service section#other .other-box figure figcaption dl dt {
    font-size: 1.125rem;
    padding: 10px 0;
}
}



/* --------------------------------------------------------------------------------

MARKETING

-------------------------------------------------------------------------------- */
main#marketing section:nth-child(n+1) {
    padding-top: 20vh;
}
main#marketing section:last-of-type {
    padding-bottom: 200px;
}
main#marketing h3.common {
    font-size: 2.125rem;
    margin: 0 0 80px;
}


/*#strategic --------------------*/
main#marketing section#strategic .fanel {
    margin: 80px 0;
}
.fanel .head {
    position: relative;
    display: flex;
    width: 100%;
    gap: 0 6vw;
    z-index: 1;
}
.fanel .head > .col {
    flex-basis: calc(calc(100% - 6vw) / 2);
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #1750a2;
    padding: 0 0 5px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #1750a2;
}
.fanel .img-set {
    overflow: hidden;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-top: -18vh;
}
.fanel .image {
    position: relative;
}
.fanel .image > dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    text-align: center;
}
.fanel .image > dl dt {
    font-weight: bold;
    color: #fff;
    font-size: 1.375rem;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fanel .image > dl dd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.fanel .image > dl dd ul {
    display: flex;
   align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
}
.fanel .image > dl dd ul li {
    position: relative;
}
.fanel .image > dl dd ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: rgba(23,80,162,.8);
}
.fanel .image > dl dd ul li:nth-of-type(1) span,
.fanel .image > dl dd ul li:nth-of-type(7) span {
    width: 100px;
    height: 100px;
}
.fanel .image > dl dd ul li:nth-of-type(2) span,
.fanel .image > dl dd ul li:nth-of-type(6) span {
    width: 75px;
    height: 75px;
}
.fanel .image > dl dd ul li:nth-of-type(3) span,
.fanel .image > dl dd ul li:nth-of-type(5) span {
    width: 65px;
    height: 65px;
}
.fanel .image > dl dd ul li:nth-of-type(4) span {
    width: 55px;
    height: 55px;
}

.fanel .image > dl dd ul li::after {
    display: block;
    content: "";
    width: 140%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 200px;
    background-color: rgba(23,80,162,.15);
    z-index: -1;
}
.fanel .image > dl dd ul li::before {
    display: block;
    content: "";
    width: 1px;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    background: url("../img/line_dash_vertical_blue.svg") repeat-y;
    z-index: -1;
        
}
.fanel .image > dl dd ul li:nth-of-type(1)::before,
.fanel .image > dl dd ul li:nth-of-type(7)::before {
    top: 27vh;
}
.fanel .image > dl dd ul li:nth-of-type(2)::before,
.fanel .image > dl dd ul li:nth-of-type(6)::before {
    top: 23vh;
}
.fanel .image > dl dd ul li:nth-of-type(3)::before ,
.fanel .image > dl dd ul li:nth-of-type(5)::before {
    top: 19vh
}
.fanel .image > dl dd ul li:nth-of-type(4)::before {
    top: 15vh
}


.fanel dl.graph {
    width: 100%;
    height: 100%;
    margin: -10vh 0 0;
    position: relative;
    z-index: 1;
}
.fanel dl.graph dt {
    writing-mode: vertical-rl;
    color: #1750a2;
    font-size: 1.375rem;
    font-weight: bold;
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    justify-content: center;
}
.fanel dl.graph dd {
    width: 100%;
}
.fanel dl.graph dd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 15px;
    color: #fff;
}
.fanel dl.graph dd ul:last-of-type {
    margin: 0 auto;
}
.fanel dl.graph dd ul li {
    position: relative;
    /*border-radius: 10px;
    color: #fff;*/
}

.fanel dl.graph dd ul li span.base {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3vw;
    position: relative;
}
.fanel dl.graph dd ul li:nth-of-type(1) span.base,
.fanel dl.graph dd ul li:nth-of-type(7) span.base {
    width: 100px;
}
.fanel dl.graph dd ul li:nth-of-type(2) span.base,
.fanel dl.graph dd ul li:nth-of-type(6) span.base {
    width: 75px;
}
.fanel dl.graph dd ul li:nth-of-type(3) span.base,
.fanel dl.graph dd ul li:nth-of-type(5) span.base {
    width: 65px;
}
.fanel dl.graph dd ul li:nth-of-type(4) span.base {
    width: 55px;
}

.fanel dl.graph dd ul li span.base > span.txt {
    white-space: nowrap;
    font-size: 1.1vw;
    letter-spacing: 0;
}
.fanel dl.graph dd ul li span.base > span.bar {
    position: absolute;
    top: 0;
    height: 100%;
    background: #1750a2;
    z-index: -1;
}
.fanel dl.graph dd ul.all li:nth-of-type(1) span.base > span.bar {
    width: calc(30vw);
    left: 50%;
    border-radius: 10px 0 0 10px;
}
.fanel dl.graph dd ul.all li:nth-of-type(7) span.base > span.bar {
    width: calc(30vw);
    right: 50%;
    border-radius: 0 10px 10px 0;
}

.fanel dl.graph dd ul.half-l li:nth-of-type(1) span.base > span.bar {
    width: calc(20vw);
    left: 50%;
    border-radius: 10px 0 0 10px;
}
.fanel dl.graph dd ul.half-l li:nth-of-type(5) span.base > span.bar {
    width: calc(20vw);
    right: 50%;
    border-radius: 0 10px 10px 0;
}
.fanel dl.graph dd ul.half-l li:nth-of-type(3) span.base > span.txt {
    transform: translateX(-5%);
}



.fanel dl.graph dd ul.half li:nth-of-type(4) span.base > span.bar {
    width: calc(15vw);
    left: 50%;
    border-radius: 10px 0 0 10px;
}
.fanel dl.graph dd ul.half li:nth-of-type(7) span.base > span.bar {
    width: calc(15vw);
    right: 50%;
    border-radius: 0 10px 10px 0;
}

.fanel dl.graph dd ul.half li:nth-of-type(5) span.base > span.txt {
    transform: translateX(50%);
}
.fanel dl.graph dd ul:nth-of-type(5) li:nth-of-type(5) span.base > span.txt {
    transform: translateX(30%);
}



@media screen and (max-width: 820px) {
main#marketing section:nth-child(n+1) {
    padding-top: 0;
}
main#marketing section,
main#marketing section:last-of-type {
    padding-bottom: 10vh;
}
main#marketing h3.common {
    font-size: 1.375rem;
    margin: 0 0 40px;
}

/*#strategic --------------------*/
main#marketing section#strategic .fanel {
    margin: 40px 0;
}
.fanel .head {
    gap: 0 50px;
}
.fanel .head > .col {
    flex-basis: calc(calc(100% - 6vw) / 2);
    text-align: center;
    border-bottom: 1px solid #1750a2;
    padding: 0 0 5px;
    font-size: 1em;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.fanel .img-set {
    overflow: hidden;
    width: calc(100vw + 60px);
    margin-left: -60px;
    margin-top: -3vh;
}
.fanel .image > dl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    text-align: center;
}
.fanel .image > dl dt {
    font-size: 1em;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fanel .image > dl dd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.fanel .image > dl dd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: auto;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
}
.fanel .image > dl dd ul li {
    position: relative;
}
.fanel .image > dl dd ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: rgba(23,80,162,.8);
}
.fanel .image > dl dd ul li:nth-of-type(1) span,
.fanel .image > dl dd ul li:nth-of-type(7) span,
.fanel .image > dl dd ul li:nth-of-type(2) span,
.fanel .image > dl dd ul li:nth-of-type(6) span,
.fanel .image > dl dd ul li:nth-of-type(3) span,
.fanel .image > dl dd ul li:nth-of-type(5) span,
.fanel .image > dl dd ul li:nth-of-type(4) span {
    width: 40px;
    height: 40px;
}

.fanel .image > dl dd ul li::after {
    display: block;
    content: "";
    width: 140%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 200px;
    background-color: rgba(23,80,162,.15);
    z-index: -1;
}
.fanel .image > dl dd ul li::before {
    display: block;
    content: "";
    width: 1px;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    background: url("../img/line_dash_vertical_blue.svg") repeat-y;
    z-index: -1;
        
}
.fanel .image > dl dd ul li:nth-of-type(1)::before,
.fanel .image > dl dd ul li:nth-of-type(7)::before {
    top: 13vh;
}
.fanel .image > dl dd ul li:nth-of-type(2)::before,
.fanel .image > dl dd ul li:nth-of-type(6)::before {
    top: 10vh;
}
.fanel .image > dl dd ul li:nth-of-type(3)::before ,
.fanel .image > dl dd ul li:nth-of-type(5)::before {
    top: 7vh
}
.fanel .image > dl dd ul li:nth-of-type(4)::before {
    top: 5vh
}


.fanel dl.graph {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.fanel dl.graph dt {
    writing-mode: horizontal-tb;
    font-size: 1em;
    left: 50%;
    top: -4vh;
    transform: translate(-50%,0);
    height: auto;
    display: flex;
    justify-content: center;
    background: #dfdfdf;
    line-height: 1;
    padding: 0.1rem;
}
.fanel dl.graph dd ul {
    width: 75%;
    margin: 0 auto 10px;
}
.fanel dl.graph dd ul:last-of-type {
    margin: 0 auto;
}
.fanel dl.graph dd ul li {
    position: relative;
    text-align: center;
}

.fanel dl.graph dd ul li span.base {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vw;
    position: relative;
}
.fanel dl.graph dd ul li:nth-of-type(1) span.base,
.fanel dl.graph dd ul li:nth-of-type(7) span.base,
.fanel dl.graph dd ul li:nth-of-type(2) span.base,
.fanel dl.graph dd ul li:nth-of-type(6) span.base,
.fanel dl.graph dd ul li:nth-of-type(3) span.base,
.fanel dl.graph dd ul li:nth-of-type(5) span.base {
    width: 40px;
}

.fanel dl.graph dd ul li span.base > span.txt {
    white-space: nowrap;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1;
}
.fanel dl.graph dd ul li span.base > span.txt small {
    font-size: .6875rem;
}
.fanel dl.graph dd ul li span.base > span.bar {
    position: absolute;
    top: 0;
    height: 100%;
    background: #1750a2;
    z-index: -1;
}
.fanel dl.graph dd ul.all li:nth-of-type(1) span.base > span.bar {
    width: calc(50vw);
    left: 50%;
    border-radius: 5px 0 0 5px;
}
.fanel dl.graph dd ul.all li:nth-of-type(7) span.base > span.bar {
    width: calc(50vw);
    right: 50%;
    border-radius: 0 5px 5px 0;
}

.fanel dl.graph dd ul.half-l li:nth-of-type(1) span.base > span.bar {
    width: calc(30vw);
    left: 50%;
    border-radius: 5px 0 0 5px;
}
.fanel dl.graph dd ul.half-l li:nth-of-type(5) span.base > span.bar {
    width: calc(30vw);
    right: 61%;
    border-radius: 0 5px 5px 0;
}
.fanel dl.graph dd ul.half-l li:nth-of-type(3) span.base > span.txt {
    transform: translateX(0);
}

.fanel dl.graph dd ul.half li:nth-of-type(4) span.base > span.bar {
    width: calc(25vw);
    left: 50%;
    border-radius: 5px 0 0 5px;
}
.fanel dl.graph dd ul.half li:nth-of-type(7) span.base > span.bar {
    width: calc(25vw);
    right: 50%;
    border-radius: 0 5px 5px 0;
}

.fanel dl.graph dd ul.half li:nth-of-type(5) span.base > span.txt {
    transform: translateX(calc(50% - 45px));
}
.fanel dl.graph dd ul:nth-of-type(5) li:nth-of-type(5) span.base > span.txt {
    transform: translateX(calc(50% - 45px));
}


}





/*#tactical --------------------*/
main#marketing section#tactical .flow-table .tr {
    display: flex;
    gap: 0 20px;
}
main#marketing section#tactical .flow-table .tr.th {
    margin: 0 0 20px;
}
main#marketing section#tactical .flow-table .tr.th .caption {
    background-color: unset;
    color: #222;
    display: block;
}
main#marketing section#tactical .flow-table .tr.th .detail {
    display: flex;
    padding: 0;
    justify-content: center;
}
main#marketing section#tactical .flow-table .tr .caption {
    align-items: center;
    flex-basis: 18%;
    background-color: #1750a2;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 0.9375rem;
}
main#marketing section#tactical .flow-table .tr .caption .arrow {
    height: 100%;
    padding: 0 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../img/marketing/icon_flow_arrow.svg") center bottom no-repeat;
    background-size: contain;
}
main#marketing section#tactical .flow-table .tr.step4 .caption .arrow {
    height: 50%;
}
main#marketing section#tactical .flow-table .tr.step4 .caption .arrow:nth-child(2) {
    background: unset;
}
main#marketing section#tactical .flow-table .tr.step1 .caption {
    border-radius: 10px 10px 0 0;
}
main#marketing section#tactical .flow-table .tr.step4 .caption {
    border-radius: 0 0 10px 10px;
}
main#marketing section#tactical .flow-table .tr .detail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    flex-basis: calc(88% - 20px);
    padding: 0 0 30px;
}
main#marketing section#tactical .flow-table .tr.step4 .detail {
    padding: 0;
}
main#marketing section#tactical .flow-table .tr .detail .col {
    flex-basis: 100%;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}
main#marketing section#tactical .flow-table .tr.step2 .detail .col {
    flex-basis: calc(calc(100% - 10px) / 2);
}
main#marketing section#tactical .flow-table .tr.step3 .detail .col {
    flex-basis: calc(calc(100% - 20px) / 3);
}
main#marketing section#tactical .flow-table .tr.step3 .detail .col:last-of-type {
    flex-basis: 100%;
}
main#marketing section#tactical .flow-table .tr .detail .col small {
    font-size: 0.875rem;
}


@media screen and (max-width: 820px) {
 main#marketing section#tactical .flow-table {
     display: flex;
     width: calc(100% + 30px);
     overflow-x: scroll;
 }
    
main#marketing section#tactical .flow-table .tr {
    width: 100%;
    display: block;
    gap: 0 20px;
}
main#marketing section#tactical .flow-table .tr.th {
    display: flex;
    width: 2rem;
    margin: 0;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    writing-mode: vertical-rl;
}  
main#marketing section#tactical .flow-table .table-group {
    display: flex;
    width: auto;    
}
main#marketing section#tactical .flow-table .table-group > .tr {
    flex-shrink: 0;
     width: calc(120vw - 60px);
}
main#marketing section#tactical .flow-table .table-group > .tr:first-of-type {
    flex-shrink: 0;
     width: calc(80vw - 60px);
}
main#marketing section#tactical .flow-table .table-group > .tr:last-of-type {
    flex-shrink: 0;
     width: calc(200vw - 60px);
}
main#marketing section#tactical .flow-table .tr.th .caption {
    color: #1750a2;
    flex-basis: 110px;
}
main#marketing section#tactical .flow-table .tr.th .detail {
    flex-basis: 80%;
    display: flex;
    padding: 0;
    justify-content: flex-start;
}
main#marketing section#tactical .flow-table .tr .caption {
    flex-basis: 50%;
    min-height: 100px;
    background-color: #1750a2;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin: 0 0 10px;
}
main#marketing section#tactical .flow-table .tr .caption .arrow {
    width: 100%;
    min-height: 100px;
    padding: 0 1rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../img/marketing/icon_flow_arrow_vertical.svg") right center no-repeat;
    background-size: contain;
}
main#marketing section#tactical .flow-table .tr.step4 .caption .arrow {
    height: 50%;
}
main#marketing section#tactical .flow-table .tr.step4 .caption .arrow:nth-child(2) {
    background: unset;
}
main#marketing section#tactical .flow-table .tr.step1 .caption {
    border-radius: 10px 0 0 10px;
}
main#marketing section#tactical .flow-table .tr.step4 .caption {
    border-radius: 0 10px 10px 0;
    display: flex;
}
main#marketing section#tactical .flow-table .tr .detail {
    flex-wrap: wrap;
    width: 100%;
    gap: 5px 5px;
    flex-basis: 100%;
    padding: 0 1rem 0 0;
}

main#marketing section#tactical .flow-table .tr.step4 .detail {
    padding: 0;
}
main#marketing section#tactical .flow-table .tr .detail .col {
    width: 100%;
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}
main#marketing section#tactical .flow-table .tr.step2 .detail .col{
    flex-basis: calc(calc(100% - 5px) / 2);
}
main#marketing section#tactical .flow-table .tr.step3 .detail .col,
main#marketing section#tactical .flow-table .tr.step4 .detail .col {
    flex-basis: calc(calc(100% - 10px) / 3);
    max-width: calc(calc(100% - 10px) / 3);
}
main#marketing section#tactical .flow-table .tr.step3 .detail .col:last-of-type {
    flex-basis: 100%;
    max-width: unset;
}
main#marketing section#tactical .flow-table .tr .detail .col small {
    font-size: 0.875rem;
}



}





/* --------------------------------------------------------------------------------

CASE

-------------------------------------------------------------------------------- */
main#case .head-area {
    margin: 0 0 15vh;
}
main#case section {
    position: relative;
    padding: 15vh 50px 10px;
    z-index: 1;
}
main#case section:last-of-type {
    margin: 0 0 120px;
}
main#case section::after {
    display: block;
    content: "";
    width: 25%;
    height: 60%;
    background-color: #d4d4d4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
main#case .img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 330px;
    position: relative;
}
main#case .img .company-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
main#case .img .company-img.blk {
    background: #000;
}
main#case section#kiyono .img .company-img {
    background: #333;
}
main#case .img .company-img > img {
    position: absolute;
    left: 28%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    max-height: 300px;
}

main#case .ttl {
    position: relative;
    width: 40%;
    margin: 5vh 0 0;
    background-color: #dfdfdf;
    z-index: 1;
}
main#case .ttl h3 {
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1.2rem 2rem;
}
main#case .ttl h3::after {
    display: block;
    content: "";
    height: 1px;
    width: calc(100% + 30px);
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
main#case .ttl dl {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0 2rem;
}
main#case .ttl dl:last-of-type {
    padding: 2rem 0 2rem 2rem;
}
main#case .ttl dl dd.tags {
    order: 1;
    display: flex;
    align-items: center;
    gap: 0 5px;
    line-height: 1;
}
main#case .ttl dl dd.tags span.tag {
    display: flex;
    gap: 5px 5px;
}
main#case .ttl dl dd.tags span.tag > span {
    background-color: #222;
    padding: .3rem .5rem;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
main#case .ttl dl dt {
    order: 2;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 .2rem;
}
main#case .ttl dl dd.detail {
    order: 3;
    font-weight: bold;
    font-size: 1.125rem;
    padding: .3rem 0 .3rem 15px;
    border-left: 4px solid #222;
    line-height: 1.4;
}

main#case .action {
    position: relative;
    padding: 30px 20px;
    z-index: 1;
}
main#case .action::before {
    display: block;
    content: "ACTION";
    font-family: 'Manrope', sans-serif;
    font-size: 8.25em;
    font-weight: 400;
    color: rgba(34,34,34,.05);
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
main#case .action h4 {
    padding: 0 .2rem .3rem .2rem;
    border-bottom: 1px solid #222;
    width: 35%;
    font-weight: bold;
    margin: 0 0 20px;
}
main#case .action dl.action-inner {
    padding: 0 .2rem;
}
main#case .action dl.action-inner dt {
    margin: 0 0 10px;
    font-weight: 500;
    display:inline-flex;
    align-items: flex-start;
    flex-direction: column;
}
main#case .ttl dl dd.tags span.tag {
    display: flex;
    flex-basis: 60%;
    gap: 5px 5px;
    margin: 0 0 0 5px;
}
main#case .action dl.action-inner dt span.tag > span {
    border: 1px solid #222;
    padding: .1rem 2rem;
    line-height: 1.2;
    margin: 0 0 10px;
}
main#case .action dl.action-inner dd {
    margin: 0 0 20px;
}
main#case .action dl.action-inner dd:last-of-type {
    margin: 0;
}
main#case .action dl.action-inner dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

@media screen and (max-width: 820px) {
main#case .head-area {
    margin: 0;
}
main#case section {
    padding: 0 0 10vh;
    z-index: 1;
}
main#case section .sec-inner {
    position: relative;
}
main#case section:last-of-type {
    margin: 0;
}
main#case section::after {
    display: none;
}
main#case .img {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    min-height: unset;
    background: unset;
    overflow: visible;
}
main#case .img .company-img {
    position: relative;
    width: calc(100% + 60px);
    height: 190px;
    background: #fff;
    left: 30px;
    top: 0;
}
main#case .img .company-img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}
main#case .ttl {
    width: 100%;
    margin: 0;
    background-color: unset;
}
main#case .ttl h3 {
    font-size: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #fff;
}
main#case .ttl h3::after {
    display: none;
}
main#case .ttl dl {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}
main#case .ttl dl:last-of-type {
    padding: 1rem 0 0 0;
}
main#case .ttl dl dd.tags {
    order: 1;
    display: flex;
    align-items: center;
    gap: 0 5px;
    line-height: 1;
    margin: 0 0 0.2rem;
}

main#case .ttl dl dd.tags span.tag {
    flex-direction: column;
}
main#case .ttl dl dd.tags span.tag > span {
    background-color: #222;
    padding: .3rem .5rem;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
main#case .ttl dl dt {
    order: 2;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 .2rem;
}
main#case .ttl dl dd.detail {
    order: 3;
    font-weight: bold;
    font-size: 1.125rem;
    padding: .3rem 0 .3rem 15px;
    border-left: 4px solid #222;
    line-height: 1.4;
}

main#case .action {
    position: relative;
    padding: 20px 0;
    z-index: 1;
}
main#case .action::before {
    font-size: 3.4375em;
    top: .5rem;
}
main#case .action h4 {
    padding: 0 .2rem .3rem .2rem;
    border-bottom: 1px solid #222;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 20px;
}
main#case .action dl.action-inner {
    padding: 0 .2rem;
}
main#case .action dl.action-inner dt {
    margin: 0 0 10px;
    font-weight: 500;
}
main#case .action dl.action-inner dt span.tag {
    display: block;
    border: 1px solid #222;
    padding: .1rem 2rem;
    line-height: 1.2;
    margin: 0 0 10px;
}
main#case .action dl.action-inner dd {
    margin: 0 0 20px;
}
main#case .action dl.action-inner dd:last-of-type {
    margin: 0;
}
main#case .action dl.action-inner dd ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 1rem;
}
}


/* --------------------------------------------------------------------------------

COMPANY

-------------------------------------------------------------------------------- */
main#company section h3.common {
    font-size: 2.125rem;
    margin: 0 0 80px;
}

/*#info--------------------*/
main#company section#info .txt {
    padding: 0 0 0 20px;
    
}
main#company section#info dl.table dt {
    flex-basis: 20%;
    text-align: left;
    padding: 40px 10px;
}
main#company section#info dl.table dd {
    flex-basis: 80%;
}
@media screen and (max-width: 820px) {
main#company section h3.common {
    font-size: 1.375rem;
    margin: 0 0 40px;
}

/*#info--------------------*/
main#company section#info .txt {
    padding: 0;
    
}
main#company section#info dl.table dt {
    flex-basis: 30%;
    text-align: left;
    padding: 20px .5rem;
}
main#company section#info dl.table dd {
    flex-basis: 70%;
}
}


/*#topprofile--------------------*/
main#company section#topprofile {
    position: relative;
    padding: 130px 0 120px;
}
main#company section#topprofile::after {
    display: block;
    content: "";
    width: calc(100% + 30vw);
    height: 60%;
    position: absolute;
    left: -30vw;
    bottom: 0;
    background-color: #1750a2;
    z-index: -1;
}
main#company section#topprofile .img {
    position: relative;
    width: calc(100% + 6vw);
    margin-left: 4vw;
    height: 70vh;
    background: url("../img/company/img_company_topprofile.jpg") center top no-repeat;
    background-size: cover;
}
main#company section#topprofile .img .reverse {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}
main#company section#topprofile .txt {
    position: relative;
    color: #fff;
}
main#company section#topprofile .txt dl.profile {
    padding: 60px 0 40px;
    border-bottom: 1px solid #fff;
}
main#company section#topprofile .txt dl.profile dt {
    font-size: 2.125rem;
    margin: 0 0 30px;
    font-weight: bold;
}
main#company section#topprofile .txt dl.profile dt span.ruby {
    display: flex;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: .875rem;
}
main#company section#topprofile .txt .intro {
    padding: 50px 0 0 30px;
}


@media screen and (max-width: 820px) {
main#company section#topprofile {
    padding: 70px 0 60px;
}
main#company section#topprofile::after {
    display: block;
    content: "";
    width: calc(100%);
    height: 80%;
    left: 0;
    bottom: 0;
}
main#company section#topprofile .img {
    width: calc(100% + 20px);
    margin-left: 10px;
    height: 35vh
;
}
main#company section#topprofile .img .reverse {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}
main#company section#topprofile .txt dl.profile {
    padding: 35px 0 20px;
    border-bottom: 1px solid #fff;
}
main#company section#topprofile .txt dl.profile dt {
    font-size: 1.75rem;
    margin: 0 0 30px;
    font-weight: bold;
}
main#company section#topprofile .txt dl.profile dt span.ruby {
    font-size: .875rem;
}
main#company section#topprofile .txt dl.profile dd ul li {
    line-height: 1.2;
    margin: 0 0 8px;
    font-size: .875rem;
}
main#company section#topprofile .txt .intro {
    padding: 25px 0 0 0;
}
    
}



/*#logo--------------------*/
main#company section#logo {
    padding: 160px 0 130px;
}
main#company section#logo .txt {
    position: relative;
    padding: 15vh 0 10vh;
}
main#company section#logo .txt::after {
    display: block;
    content: "";
    width: calc(100% + 13vw);
    height: 100%;
    border-radius: 70px 0 0 70px;
    position: absolute;
    top: 0;
    left: -3vw;
    background: url(../img/logo_p.svg) calc(50% - 20vw) -33vh #1750a2 no-repeat;
    background-size: 130vw auto;
    z-index: -1;
}
main#company section#logo .txt figure.logo-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    max-width: 535px;
    margin: auto;
    transform: translateX(7%);
}
main#company section#logo .txt figure.logo-intro figcaption {
    color: #fff;
    margin: 84px 0 0;
}
main#company section#logo .portfolio {
    position: relative;
    height: 25vh;
    margin: 8vh 0;
}
main#company section#logo .portfolio .inner {
    position: absolute;
    top: 0;
    width: calc(100% + 40vw);
    margin-left: -30vw;
    overflow: hidden;
    height: 25vh;
}
main#company section#logo .portfolio .inner .swiper {
    overflow: hidden;
    width: 53%;
    height: 100%;
    margin-left: auto;
}

main#company section#logo .swiper-slide {
    height: 100%;
    width: 400px;
}
main#company section#logo .swiper-slide.one {
    background: url("../img/company/img_logo_portfolio_01.jpg") center center no-repeat;
    background-size: 160% auto;
}
main#company section#logo .swiper-slide.two {
    background: url("../img/company/img_logo_portfolio_02.jpg") center center no-repeat;
    background-size: cover;
}
main#company section#logo .swiper-slide.three {
    background: url("../img/company/img_logo_portfolio_03.jpg") center center no-repeat;
    background-size: cover;
}
main#company section#logo .swiper-slide.four {
    background: url("../img/company/img_logo_portfolio_04.jpg") center center no-repeat;
    background-size: cover;
}

main#company section#logo figure.designer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    width: 83%;
    margin: auto;
    gap: 0 40px;
}
main#company section#logo figure.designer .img {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    overflow: hidden;
    transform: translateY(-5%);
    flex-basis: 228px;
    width: 228px;
    height: 330px;
    background: url("../img/company/img_company_logodesigner.jpg") center center no-repeat;
    background-size: cover;
}
main#company section#logo figure.designer .img img {
	display: none
}
main#company section#logo figure.designer figcaption {
    flex-basis: 55%;
}
main#company section#logo figure.designer figcaption dl {
    padding: 0 0 10px 0;
    width: 80%;
    border-bottom: 1px solid #fff;
}
main#company section#logo figure.designer figcaption dl dt {
    font-size: 1.625rem;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 1.6;
}
main#company section#logo figure.designer figcaption dl dt span.ruby {
    display: block;
    font-size: .875rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
}
main#company section#logo figure.designer figcaption dl dd,
main#company section#logo figure.designer figcaption .intro {
    line-height: 1.4;	
}
main#company section#logo figure.designer figcaption .intro {
    padding: 24px 0;
}
main#company section#logo figure.designer figcaption a {
    padding: .5rem 2.5rem .5rem 1rem;
    background: url("../img/icon_window.svg") calc(100% - .5rem) center no-repeat #fff;
    background-size: 15px auto;
    font-size: .8rem;
    font-weight: 400;
    color: #1750a2;
}


@media screen and (max-width: 820px) {
/*#logo--------------------*/
main#company section#logo {
    padding: 70px 0 60px;
}
main#company section#logo .txt {
    padding: 9vh 0 7vh;
}
main#company section#logo .txt::after {
    display: block;
    content: "";
    width: calc(100% + 50px);
    height: 100%;
    border-radius: 35px 0 0 35px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../img/logo_p.svg) calc(50% - 50vw) calc(50% - 18vh) #1750a2 no-repeat;
    background-size: 370vw auto;
    z-index: -1;
}
main#company section#logo .txt figure.logo-intro {
    width: 80%;
    transform: translateX(0);
}
main#company section#logo .txt figure.logo-intro figcaption {
    margin: 4vh 0 0;
}
main#company section#logo .portfolio {
    position: relative;
    height: 25vh;
    margin: 6vh 0;
}
main#company section#logo .portfolio .inner {
    position: absolute;
    top: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    height: 25vh;
}
main#company section#logo .portfolio .inner .swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: auto;
}
main#company section#logo figure.designer {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    width: 90%;
    margin: auto;
    gap: 0 20px;
}
main#company section#logo figure.designer .img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    transform: translateY(0);
    flex-basis: 228px;
    width: 34vw;
    height: 25vh;
    background: url(../img/company/img_company_logodesigner.jpg) center center no-repeat;
    background-size: cover;
}
    
main#company section#logo figure.designer figcaption {
    flex-basis:100%;
}
main#company section#logo figure.designer figcaption dl {
    padding: 0 36vw 15px 0;
    width: calc(100%);
    border-bottom: 1px solid #fff;
    height: 27vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main#company section#logo figure.designer figcaption dl dt {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0 0 2vh;
    line-height: 1.6;
}
main#company section#logo figure.designer figcaption dl dt span.ruby {
    display: block;
    font-size: .8125rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1.2;
}
main#company section#logo figure.designer figcaption dl dd {
    letter-spacing: 0;
}
main#company section#logo figure.designer figcaption dl dd,
main#company section#logo figure.designer figcaption .intro {
    font-size: .8125rem;
    line-height: 1.4;	
}
main#company section#logo figure.designer figcaption .intro {
    padding: 15px 0;
}
main#company section#logo figure.designer figcaption a {
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: url(../img/icon_window.svg) calc(100% - 0.5rem) center no-repeat #fff;
    background-size: 20px auto;
    display: block;
    text-align: center;
}
}



/* --------------------------------------------------------------------------------

MEMBER

-------------------------------------------------------------------------------- */
main#member section {
    padding: 180px 0 0;
}
main#member section:last-of-type {
    padding: 180px 0;
}
main#member section .name {
    display: flex;
    align-items: flex-end;
    padding: 30px 0 20px;
    border-bottom: 1px solid #222;
    gap: 0 20px;
}
main#member section .from-data {
    margin: 10px 0 0;
}
main#member section .name h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}
main#member section .name h3 span.ruby {
    font-size: .875rem;
    color: #acacac;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    display: block;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
main#member section .name .title .pc {
    display: inline-block;
    
}
main#member section .career h4 {
    margin: 40px 0 20px;
    width: 40%;
    padding: .1rem .5rem;
    background-color: #222;
    color: #fff;
    font-weight: bold;
    display:inline-block;
}
main#member section .career dl.outline > dt {
    font-weight: bold;
}
main#member section .career dl.outline > dd.content {
    padding: 0 0 0 1rem;
    margin: 0 0 40px;
}
main#member section .career dl.outline > dd.content:last-of-type {
    margin: 0;
}
main#member section .career dl.inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    margin: 10px 0 0;
    line-height: 1.6;
}
main#member section .career dl.inner > dt {
    flex-basis: calc(8% - 1rem);
}
main#member section .career dl.inner > dd {
    flex-basis: 92%;
}
main#member section .career dl.inner.history > dt {
    flex-basis: calc(18% - 1rem);
}
main#member section .career dl.inner.history > dd {
    flex-basis: 82%;
}


@media screen and (max-width: 820px) {
main#member section {
    padding: 0 0 90px;
}
main#member section:last-of-type {
    padding: 0 0 90px;
}
main#member section .img {
    width: calc(100%);       
}
main#member section .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0 20px;
    gap: 0 20px;
}
main#member section .name h3 {
    display: flex;
    font-size: 1.5rem;
    line-height: 1.2;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0 10px;
    margin: 0 0 20px;
}
main#member section .name h3 span.ruby {
    font-size: .875rem;
    margin: 0;
}
main#member section .name p.title {
    line-height: 1.4;
}
main#member section .career h4 {
    margin: 40px 0 15px;
    width: 100%;
    padding: 0 0.5rem;
}
main#member section .career dl.outline > dt {
    letter-spacing: 0;
}
main#member section .career dl.outline > dd.content {
    padding: 0;
    margin: 0 0 35px;
}
main#member section .career dl.inner {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem 1rem;
    margin: 10px 0 0;
}
main#member section .career dl.inner.history {
    display: flex;
    flex-direction: column;
}
main#member section .career dl.inner > dt {
    flex-basis: calc(15%);
}
main#member section .career dl.inner > dd {
    flex-basis: calc(85% - 1rem);
}
main#member section .career dl.inner > dd {
    margin: 0 0 1rem;
}
main#member section .career dl.inner.history > dt {
    margin: 0 0 .5rem;
}
main#member section .career dl.inner.history > dd {
    margin: 0 0 1.5rem;
}
main#member section .career dl.inner.history > dd:last-of-type {
    margin: 0;
}
}



/* --------------------------------------------------------------------------------

RECRUIT

-------------------------------------------------------------------------------- */
main#recruit {
    overflow: hidden;
}
main#recruit .head-area {
    margin: 0 0 20vh;
}

main#recruit h3.common {
    font-size: 2.125rem;
}

/*#requirements--------------------*/
main#recruit section#requirements {
    padding: 0 50px;
}
main#recruit section#requirements .head {
    position: relative;
    z-index: 1;
    height: 80vh;
    margin: 0 0 50px;
}
main#recruit section#requirements .head::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 80vh;
    background: url("../img/recruit/img_recruit_head.jpg") calc(50% - 5vw) top no-repeat;
    background-size: cover;
    z-index: -1;
}
main#recruit section#requirements .head h3 {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    bottom: 0;
    left: 0;
    background-color: #dfdfdf;
    padding: 80px 60px 80px 30px;
}

main#recruit section#requirements .requirements-box {
    position: relative;
    display: flex;
    align-items: center;
}
main#recruit section#requirements .requirements-box::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background: url("../img/recruit/icon_recruit_x.svg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}
main#recruit section#requirements .requirements-box > .col {
    flex-basis: 50%;
    position: relative;
    padding: 80px 80px 80px 70px;
    z-index: 1;
}
main#recruit section#requirements .requirements-box > .col.stance {
    color: #fff;
}
main#recruit section#requirements .requirements-box > .col.skill {
    padding: 80px 70px 80px 80px;
    transform: translateY(10%);
}
main#recruit section#requirements .requirements-box > .col::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}
main#recruit section#requirements .requirements-box > .col.stance::after {
    background: #1750a2;
    right: 0;
}
main#recruit section#requirements .requirements-box > .col.skill::after {
    left: 0;
    background: #fff;
}
main#recruit section#requirements .requirements-box > .col h4 {
    margin: 0 0 60px;
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 1;
}
main#recruit section#requirements .requirements-box > .col h4::after {
    display: block;
    font-size: 8rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
main#recruit section#requirements .requirements-box > .col.stance h4::after {
    content: "STANCE";
    left: 30%;
    color: rgba(255,255,255,.05);
}
main#recruit section#requirements .requirements-box > .col.skill h4::after {
    content: "SKILL";
    left: 70%;
    color: rgba(34,34,34,.05);
}
main#recruit section#requirements .requirements-box > .col h4::after {
}
main#recruit section#requirements .requirements-box > .col h4 span.ruby {
    display: block;
    font-size: 1.125rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0 0 30px;
}
main#recruit section#requirements .requirements-box > .col ul li {
    margin: 0 0 20px;
}


@media screen and (max-width: 820px) {
main#recruit .head-area {
    margin: 0;
}

main#recruit h3.common {
    font-size: 1.375rem;
}
main#recruit .head h3 {
    font-size: 1.1875rem;
}

/*#requirements--------------------*/
.bar-bg {
    background: linear-gradient(90deg, #d4d4d4 0%, #d4d4d4 20%, transparent 20%, transparent 100%);
}
main#recruit section#requirements {
    position: relative;
    padding: 0;
    background: linear-gradient(180deg, #dfdfdf 0%, #dfdfdf 50%, transparent 50%, transparent 100%);
    z-index: 1;
}
main#recruit section#requirements .head {
    position: relative;
    z-index: 1;
    height: 48vh;
    margin: 0 0 20px;
}
main#recruit section#requirements .head::after {
    left: -30px;
    width: calc(100vw);
    height: 48vh;
    background: url(../img/recruit/img_recruit_head_sp.jpg) center top no-repeat;
    background-size: cover;
}
main#recruit section#requirements .head h3 {
    left: -30px;
    font-size: 1.1875rem;
    padding: 25px 30px 25px 30px;
}

main#recruit section#requirements .requirements-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
main#recruit section#requirements .requirements-box::before {
    display: none;
}
main#recruit section#requirements .requirements-box > .col {
    flex-basis: 50%;
    position: relative;
    padding: 45px 30px 50px 0;
}
main#recruit section#requirements .requirements-box > .col.stance::before {
    position: absolute;
    display: block;
    content: "";
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 50px;
    height: 50px;
    background: url("../img/recruit/icon_recruit_x.svg") center center no-repeat;
    background-size: cover;
    z-index: 2;
}
main#recruit section#requirements .requirements-box > .col.skill {
    padding: 45px 0 50px 30px;
    z-index: -1;
}
main#recruit section#requirements .requirements-box > .col::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
main#recruit section#requirements .requirements-box > .col.stance::after {
    right: 0;
    background: #1750a2;
}
main#recruit section#requirements .requirements-box > .col.skill::after {
    left: 0;
    background: #fff;
}
main#recruit section#requirements .requirements-box > .col.stance {
    color: #fff;
}
main#recruit section#requirements .requirements-box > .col.skill {
    transform: translateY(0);
}
main#recruit section#requirements .requirements-box > .col h4 {
    margin: 0 0 35px;
    font-size: 1.75rem;
}
main#recruit section#requirements .requirements-box > .col h4::after {
    font-size: 4.375rem;
}
main#recruit section#requirements .requirements-box > .col.skill h4::after,
main#recruit section#requirements .requirements-box > .col.stance h4::after {
    left: 50%;
}
main#recruit section#requirements .requirements-box > .col h4 span.ruby {
    display: block;
    font-size: 1.125rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0 0 15px;
    line-height: 1;
}
main#recruit section#requirements .requirements-box > .col ul li {
    margin: 0 0 10px;
}


}





/*#mission --------------------*/
main#recruit section#mission {
    padding: 10% 50px 120px;
    background: linear-gradient(90deg, #d4d4d4 0%, #d4d4d4 20%, transparent 20%, transparent 100%);
}
main#recruit section#mission .col {
    padding: 20px;
}
main#recruit section#mission .col h4 {
    position: relative;
    padding: 38px 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #222;
    line-height: 1;
    width: 40%;
    margin: 0 0 25px;
}
main#recruit section#mission .col h4::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    font-size: 5rem;
    color: rgba(255,255,255,.3);
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    line-height: 1;
}
main#recruit section#mission .col.mission h4::after {
    content: "MISSION"
}
main#recruit section#mission .col.vision h4::after {
    content: "VISION";
}
main#recruit section#mission .col.value h4::after {
    content: "VALUE";
}

main#recruit section#mission .col h4 span {
    font-size: 1.25rem;
    
}
main#recruit section#mission .col > dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 20px;
}
main#recruit section#mission .col > dl dd {
    margin: 0 0 0 25px;
}


@media screen and (max-width: 820px) {
main#recruit section#mission {
    padding: 8vh 0;
    background: unset;
}
main#recruit section#mission h3.common {
    margin: 0 0 35px;
        
}
main#recruit section#mission .col {
    padding: 0;
}
main#recruit section#mission .col h4 {
    position: relative;
    padding: 1rem 0 .5rem;
    font-weight: bold;
    border-bottom: 1px solid #222;
    line-height: 1;
    width: auto;
    margin: 0 0 25px;
    font-size: .875rem;
    display: inline-block;
}
main#recruit section#mission .col h4::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 3.125rem;
    color: rgba(255,255,255,.3);
}
main#recruit section#mission .col h4 span {
    font-size: 1rem;
}
main#recruit section#mission .col > dl {
    margin: 0 0 40px;
        
}
main#recruit section#mission .col > dl dt {
    font-size: 1.0625rem;
    margin: 0 0 20px;
    line-height: 1.6;
}
main#recruit section#mission .col > dl dd {
    margin: 0;
}
main#recruit section#mission .col > dl dd ul li {
    margin: 0 0 10px;;
}

}



/*#action --------------------*/
main#recruit section#action {
    padding: 100px 0;
    background: url("../img/recruit/img_recruit_guidelines_bg.jpg") center no-repeat;
    background-size: cover;
    
}
main#recruit section#action .sec-inner {
    display: flex;
    
}
main#recruit section#action h3.common {
    color: #fff;
    flex-basis: 47%;
}    
main#recruit section#action ul.content {
    position: relative;
    flex-basis: 53%;
    background-color: #fff;
    padding: 60px;
}
main#recruit section#action .content::before {
    display: block;
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #222;
}

main#recruit section#action ul.content li {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.25rem;
}
main#recruit section#action .link {
    display: flex;
    margin: 100px 0 0;
}
main#recruit section#action .link > .col {
    flex-basis: 50%;
    height: 30vh;
}
main#recruit section#action .link > .col:first-of-type {
    border-right: 1px #5e5e5e solid;
}
main#recruit section#action .link > .col.note {
    background: url("../img/recruit/logo_note.svg") center no-repeat #222;
    background-size: auto 28px;
}
main#recruit section#action .link > .col.wantedly {
    background: url("../img/recruit/logo_wantedly.svg") center no-repeat #222;
    background-size: auto 28px;
}

@media screen and (max-width: 820px) {
main#recruit section#action {
    padding: 10vh 0;
    background: url("../img/recruit/img_recruit_guidelines_bg.jpg") center no-repeat;
    background-size: cover;
    
}
main#recruit section#action .sec-inner {
    display: flex;
    flex-direction: column;
    
}
main#recruit section#action h3.common {
    color: #fff;
    flex-basis:100%;
    margin: 0 0 40px
}    
main#recruit section#action ul.content {
    position: relative;
    width: 80%;
    margin-left: auto;
    background-color: #fff;
    padding: 30px 30px 30px 40px;
}
main#recruit section#action ul.content::before {
    display: block;
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #222;
}

main#recruit section#action ul.content li {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 1em;
}
main#recruit section#action .link {
    display: flex;
    margin: 50px 0 0;
}
main#recruit section#action .link > .col {
    flex-basis: 50%;
    height: 20vh;
}
main#recruit section#action .link > .col:first-of-type {
    border-right: 1px #5e5e5e solid;
}
main#recruit section#action .link > .col.note {
    background: url("../img/recruit/logo_note.svg") center no-repeat #222;
    background-size: auto 15px;
}
main#recruit section#action .link > .col.wantedly {
    background: url("../img/recruit/logo_wantedly.svg") center no-repeat #222;
    background-size: auto 15px;
}
}



/* --------------------------------------------------------------------------------

CONTACT

-------------------------------------------------------------------------------- */
main#contact {
    border-bottom: 2px solid #1750a2;
    padding: 0 0 180px;
}
main#contact .head-area {
    margin: 0 0 20vh;
}
main#contact .sec-inner {
    max-width: 800px;
    position: relative;
    z-index: 3;
}
main#contact p.sup {
    margin: 0 0 70px;
}
main#contact p.sup span {
    color: #1750a2;
}
main#contact form .col {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem;
    gap: 0 1rem;
}
main#contact form .col.textarea {
    align-items: flex-start;
}
main#contact form .col.check {
    justify-content: center;
}
main#contact form .col.check label,
main#contact form .col.check .field {
    flex-basis: auto;
    display: flex;
    align-items: center;
}
main#contact form .col.check .field {
    gap: 0 .5rem;
}
main#contact form .col label {
    flex-basis: 30%;
    font-size: 1.2rem;
    line-height: 1.4;
}
main#contact form .col.textarea label {
    display: flex;
    flex-direction: column;
    padding: .5rem 0;
}
main#contact form .col label .required {
    font-size: 1rem;
    color: #1750a2;
}
main#contact form .col .field {
    flex-basis: 70%;
    font-size: 1rem;
}
main#contact form .col .field input,
main#contact form .col .field textarea {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}
main#contact form .col .field input {
    height: 50px;
}
main#contact form .col .field textarea {
    height: 180px;
}
main#contact form .col.check .field input {
    width: 20px;
    height: 20px;
}

main#contact form .caution {
    font-size: .85rem;
    letter-spacing: 0;
    color: #1750a2;
}

main#contact form .btn-area {
    display: flex;
    gap: 0 1rem;
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem 0 0;
    font-weight: bold;
}
main#contact form .btn-area a  {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #1750a2;
    border: 1px solid #1750a2;
    background-color: #fff;
    width: 100%;
    padding: 1.5rem;
}
main#contact form .btn-area button {
    width: 100%;
    background-color: #1750a2;
    border: none;
    color: #fff;
    padding: 1.5rem;
}

main#contact #thanks {
    text-align: center;
}
main#contact #thanks .thanks {
    font-size: 2rem;
    color: #1750a2;
    font-weight: bold;
    margin: 0 0 2rem;
}
main#contact #thanks .btn-primary {
    margin: 2rem auto 0;
}
main#contact #thanks .btn-primary a.common {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin: auto;
    width: calc(60% - 3rem);
}


@media screen and (max-width: 820px) {
main#contact {
    padding: 0 0 80px;
}
main#contact .head-area {
    margin: 0;
}
main#contact p.sup {
    margin: 0 0 40px;
}
main#contact form .col {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
    gap: 0 .5rem;
}
main#contact form .col.check {
    flex-direction: column;
}
main#contact form .col.check label,
main#contact form .col.check .field {
    flex-basis: auto;
    display: flex;
    align-items: center;
}
main#contact form .col.check label {
    flex-direction: row;
}
main#contact form .col.check .field {
}
main#contact form .col label {
    flex-basis: calc(35% - .5rem);
    font-size: .9375rem;
    display: flex;
    flex-direction: column;
    letter-spacing: 0;
}
main#contact form .col label .required {
    font-size: .8125rem;
}
main#contact form .col .field {
    flex-basis: 65%;
    font-size: .9375rem;
}
main#contact form .col .field input {
    height: 40px;
}
main#contact form .col .field textarea {
    height: 180px;
}
main#contact form .col.check .field input {
    width: 20px;
    height: 20px;
}

main#contact form .caution {
    font-size: .8125rem;
    letter-spacing: 0;
    color: #1750a2;
}

main#contact form .btn-area {
    gap: 0 .5rem;
    font-size: .9375rem;
}
main#contact form .btn-area a  {
    padding: 1rem;
}
main#contact form .btn-area button {
    padding: 1rem;
}
}




/* --------------------------------------------------------------------------------

CONTACT

-------------------------------------------------------------------------------- */
main#privacypolicy {
    border-bottom: 2px solid #1750a2;
    padding: 0 0 180px;
}
main#privacypolicy .head-area {
    margin: 0 0 20vh;
}
main#privacypolicy .sec-inner {
    max-width: 800px;
    position: relative;
    z-index: 3;
}
main#privacypolicy article h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 .5em;
    text-align: center;
}
main#privacypolicy article p.lead {
    margin: 0 0 2rem;
}
main#privacypolicy article section.inner {
    margin: 0 0 3rem;
}
main#privacypolicy article section.inner h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 .5em;
}
main#privacypolicy article section.inner h4 span.en {
    display: inline-block;
    margin-right: .5em;
}
main#privacypolicy article section.inner dl {
    margin: 1rem 0 0;
}
main#privacypolicy article section#seven.inner dl dt {
   border-bottom: 1px solid #222;
    display: inline-block;
    line-height: 1.4;
    margin: 0 0 .5em;
}

main#privacypolicy article p.period {
    margin: 5rem 0 0;
}


@media screen and (max-width: 820px) {
main#privacypolicy  {
    padding: 0 0 80px;
}
main#privacypolicy .head-area {
    margin: 0;
}
main#privacypolicy article h3 {
    font-size: 1.8rem;
    text-align: left;
}
}

