.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.title-shared {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 74px;
    line-height: 32px;
    letter-spacing: 1px;
}
.title-shared span {
    font-size: 35px;
    display: block;
    position: relative;
    font-family: "garamond-premier-pro", serif;
}
.title-shared span::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #252525;
    margin: 0 auto;
}
.btn a {
    font-size: 26px;
    width: 218px;
    padding: 23px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 50px;
    background: #000;
    box-shadow: 0px 0px 5px #000;
    margin: 0 auto;
    font-weight: normal;
    box-sizing: border-box;
    letter-spacing: 1px;
	transition: all 0.5s ease;
}
.btn a:hover{
	opacity: 0.7;
	transition: all 0.5s ease;
}
.btn a::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 25px;
    background: url("../img/shared/icon.png") no-repeat;
    background-size: 100%;
    right: 9px;
    top: 25px;
}
.contact-shared {
    background: #2C2C2C;
    padding: 72px 0;
    position: relative;
}
.contact-shared::before {
    content: "";
    position: absolute;
    background: url("../img/shared/contact_deco01.svg") no-repeat;
    width: 82px;
    height: 235px;
    top: 40px;
    right: calc(50% + 306px);
}
.contact-shared::after {
    content: "";
    position: absolute;
    background: url("../img/shared/contact_deco02.svg") no-repeat;
    width: 182px;
    height: 235px;
    top: 57px;
    left: calc(50% + 314px);
}
.contact-shared .btn-contact a {
    font-size: 37px;
    width: 527px;
    padding: 32px 71px 51px;
    color: #000000;
    text-align: left;
    display: block;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    line-height: 31px;
	transition: all 0.5s ease;
}
.contact-shared .btn-contact a:hover{
	opacity: 0.8;
	transition: all 0.5s ease;
}
.contact-shared .btn-contact a::after {
    content: "";
    background: url("../img/shared/contact_icon01.png") no-repeat;
    width: 87px;
    height: 90px;
    background-size: 100%;
    position: absolute;
    right: 58px;
    top: 40px;
}
.contact-shared .btn-contact a span {
    font-size: 25px;
    font-weight: 500;
}
.top #key-box {
    background: url("../img/index/mv_bg.jpg") no-repeat center;
    background-size: cover;
    height: 820px;
	position: relative;
}
.wow {
    animation-delay: 0.3s;
}
.fadein-bottom {
    transition: all 1s;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0
}
.fadein-bottom.scroll-fade {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .title-shared {
        font-size: 35px;
    }
    .title-shared span {
        font-size: 30px;
    }
    .btn a {
        font-size: 22px;
        padding: 17px;
    }
    .btn a::after {
        top: 19px;
    }
    .contact-shared::before {
        left: 6%;
    }
    .contact-shared::after {
        right: -6%;
        left: auto;
    }
    .contact-shared .btn-contact a {
        font-size: 30px;
        width: 61%;
    }
    .contact-shared .btn-contact a::after {
        right: 20px;
    }
    .contact-shared .btn-contact a span {
        font-size: 20px;
    }
    .top #key-box {
        height: 590px;
    }
}
@media only screen and (max-width: 767px) {
    .txt {
        text-align: justify
    }
    .title-shared {
        font-size: 26px;
        line-height: 23px;
    }
    .title-shared span {
        font-size: 20px;
    }
    .title-shared span::after {
        bottom: -10px;
        width: 59px;
    }
    .btn a {
        font-size: 22px;
        padding: 15px;
    }
    .btn a::after {
        top: 17px;
    }
    .contact-shared {
        padding: 127px 0 44px;
    }
    .contact-shared::before {
        right: auto;
        left: 3%;
        width: 50px;
        background-size: 100%;
    }
    .contact-shared::after {
        left: auto;
        right: 4%;
        width: 80px;
        background-size: 100%;
        top: 31px;
    }
    .contact-shared .btn-contact a {
        width: 88%;
        padding: 14px 20px 30px;
        font-size: 27px;
        position: relative;
        z-index: 10;
    }
    .contact-shared .btn-contact a::after {
        right: 11px;
        width: 48px;
        top: 31px;
    }
    .contact-shared .btn-contact a span {
        font-size: 20px;
    }
    .top #key-box {
        height: auto;
        padding-bottom: 60px;
    }
}


.top #key-box .wrap {
    width: 1295px;
}
.top #key-box .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 302px;
    justify-content: space-between;
}
.top #key-box .row .col h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 25px;
}
.top #key-box .row .col .txt {
    font-size: 29px;
    font-weight: 500;
    width: 600px;
    line-height: 40px;
}
.top #key-box .row .photo {
    width: 708px;
    margin-right: -40px;
    margin-top: -80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .top #key-box .row {
        margin-top: 190px;
    }
    .top #key-box .row .col h2 {
        font-size: 29px;
        line-height: 50px;
        width: 100%;
    }
    .top #key-box .row .col .txt {
        font-size: 18px;
        width: 90%;
        line-height: 35px;
    }
    .top #key-box .row .col {
        width: 50%;
		margin-left: 40px;
    }
    .top #key-box .row .photo {
        width: 64%;
        margin-right: 0;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .top #key-box .row {
        flex-direction: column;
        margin-top: 112px;
    }
    .top #key-box .row .col h2 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .top #key-box .row .col .txt {
        width: 100%;
        font-size: 18px;
        line-height: 32px;
		margin-bottom: 30px;
    }
    .top #key-box .row .photo {
        width: 100%;
        margin: 0;
    }
}



.top #lead {
    position: relative;
    padding: 64px 0 68px;
}
.top #lead .wrap {
    width: 1220px;
}
.top #lead::after {
    content: "";
    background: #3D4663;
    position: absolute;
    top: 0;
    left: calc(50% - 405px);
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
.top #lead .row {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.top #lead .row .col {
    width: 52%;
    margin-top: 109px;
}
.top #lead .row .col h2 {
    font-size: 40px;
    position: relative;
    margin-bottom: 36px;
    letter-spacing: 1px;
    z-index: 0;
    font-weight: bold;
}
.top #lead .row .col h2 span {
    display: inline-block;
    position: relative;
	
}
.top #lead .row .col h2 span::after {
    position: absolute;
    background: #FBCB21;
    content: "";
    bottom: -14px;
    left: 0;
    right: 0;
    height: 14px;
    z-index: -1;
	
	width: 0;
	transition: all 0.5s ease;
}
.top #lead .row .col h2 span.scroll-fade::after {
	width: 100%;
	transition: all 0.5s ease;
	transition-delay: 1s;
}
.top #lead .row .col .txt {
    font-size: 20px;
    line-height: 37px;
}
.top #lead .row .col .txt strong {
    font-weight: bold;
}
.top #lead .row .col .txt .line {
  position: relative;
  display: inline;
  background-image: linear-gradient(#FFA583 0 0);
  background-repeat: no-repeat;
  background-size: 0% 6px;    
  background-position: 0 92%;
  transition: background-size 0.8s ease-out;
	transition-delay: 1s;
}
.top #lead .row .col .txt .line.scroll-fade {
  background-size: 100% 6px;   
}
.top #lead .row .photo {
    width: 503px;
    margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .top #lead::after {
        clip-path: polygon(46% 0, 101% 0, 100% 100%, 0% 200%);
    }
    .top #lead .row .col {
        width: 53%;
        margin-top: 10px;
    }
    .top #lead .row .col h2 {
        font-size: 25px;
    }
    .top #lead .row .col h2 span::after {
        bottom: -4px;
    }
    .top #lead .row .col .txt {
        font-size: 17px;
    }
    .top #lead .row .col .txt br {
        display: none
    }
    .top #lead .row .photo {
        width: 41%;
    }
}
@media only screen and (max-width: 767px) {
    .top #lead {
        padding: 64px 0 50px;
    }
    .top #lead::after {
        left: -8%;
        clip-path: polygon(112% 30%, 100% 0, 100% 100%, 0 100%, 0% 52%);
    }
    .top #lead .row {
        flex-direction: column-reverse;
    }
    .top #lead .row .col {
        width: 100%;
        margin-top: 40px;
    }
    .top #lead .row .col h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .top #lead .row .col h2 span::after {
        bottom: -2px;
    }
    .top #lead .row .col .txt {
        font-size: 16px;
        line-height: 30px;
    }
    .top #lead .row .photo {
        width: 100%;
        margin: 0;
    }
}


.top #service {
    position: relative;
    padding: 100px 0 90px;
    overflow: hidden;
    background: url("../img/index/service_bg.png") no-repeat center;
    background-size: cover;
}
.top #service .group {
    justify-content: space-between;
    margin-bottom: 59px;
}
.top #service .group .box {
    width: 340px;
    padding: 120px 20px 11px;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.top #service .group .box1{
	transition-delay: 0.5s;
}
.top #service .group .box2{
	transition-delay: 1s;
}
.top #service .group .box3{
	transition-delay: 1.5s;
}

.top #service .group .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 30px rgba(0, 44, 111, 0.08);
    background: #fff;
    z-index: -1;
}
.top #service .group .box .num {
    position: absolute;
    top: 0;
    width: 75px;
    background: #000;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.top #service .group .box .num span {
    font-size: 57px;
    font-style: italic;
    -webkit-transform: skewX(-12deg);
    transform: skewX(-12deg);
    display: inline-block;
}
.top #service .group .box .icon {
    width: 170px;
    margin: 0 auto 20px;
}
.top #service .group .box:nth-child(2) .icon {
    margin-top: -20px;
    width: 198px;
    margin-bottom: 47px;
}
.top #service .group .box:nth-child(3) .icon {
    width: 180px;
    margin-top: -10px;
    margin-bottom: 36px;
}
.top #service .group .box dl dt {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    min-height: 41px;
}
.top #service .group .box dl dd {
    padding: 0 10px;
    line-height: 29px;
}
.top #feature {
    position: relative;
    padding: 115px 0;
}
.top #feature::after {
    content: "";
    background: #3D4663;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 408px);
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 40% 0, 91% 100%, 0% 100%);
    opacity: 0.05;
}
.top #feature .title-shared {
    margin-bottom: 84px;
}
.top #feature .group {
    margin-bottom: 66px;
}
.top #feature .group .row {
    padding: 0;
    box-sizing: border-box;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #fff;
}
.top #feature .group .row .photo {
    width: 369px;
}
.top #feature .group .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top #feature .group .row dl {
    width: calc(100% - 240px);
    padding: 46px 66px 46px 46px;
    box-sizing: border-box;
}
.top #feature .group .row dl dt {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .top #service .group .box {
        width: 31%;
    }
    .top #service .group .box .num {
        font-size: 12px;
    }
    .top #service .group .box .num span {
        font-size: 50px;
    }
    .top #service .group .box .icon {
        width: 60%;
    }
    .top #service .group .box:nth-child(2) .icon {
        width: 64%;
        margin-bottom: 34px;
    }
    .top #service .group .box:nth-child(3) .icon {
        width: 64%;
        margin-bottom: 29px;
    }
    .top #service .group .box dl dt {
        font-size: 14px;
        line-height: 26px;
        min-height: 81px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top #service .group .box dl dd {
        padding: 0;
        text-align: justify;
    }
    .top #feature::after {
        clip-path: polygon(0 0, 10% 0, 91% 100%, 0% 100%);
    }
    .top #feature .group .row .photo {
        width: 37%;
    }
    .top #feature .group .row dl {
        padding: 28px;
    }
    .top #feature .group .row dl dt {
        font-size: 19px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .top #service {
        padding: 60px 0 60px;
    }
    .top #service .group {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .top #service .group .box {
        width: 100%;
        margin-bottom: 40px;
        padding: 90px 20px 11px;
    }
    .top #service .group .box .icon {
        width: 49%;
    }
    .top #feature {
        padding: 60px 0;
    }
    .top #feature::after {
        clip-path: polygon(-37% 1%, 100% 19%, 100% 100%, 0 100%, 0 0);
    }
    .top #feature .title-shared {
        margin-bottom: 58px;
    }
    .top #feature .group .row {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .top #feature .group .row .photo {
        width: 100%;
    }
    .top #feature .group .row dl {
        width: 100%;
        padding: 26px;
    }
    .top #feature .group .row dl dt {
        font-size: 20px;
        line-height: 35px;
    }
    .top #feature .group .row dl dd {
        text-align: justify
    }
}


.business {
    color: #000;
}
.business #service .set1 {
    position: relative;
    padding: 100px 0;
    background: url("../img/business/lead_img01.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.business #service .set1 .row {
    position: relative;
}
.business #service .set1 .row h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    letter-spacing: 1px;
}
.business #service .set1 .row h2 span {
    position: relative;
    z-index: 0;
}
.business #service .set1 .row h2 span::after {
    position: absolute;
    background: #FBCB21;
    content: "";
    bottom: 1px;
    left: 0;
    right: 0;
    height: 14px;
    z-index: -1;
}
.business #service .set1 .row .txt li {
    margin-bottom: 30px;
    font-size: 18px;
}
.business #service .set1 .row .photo {
    position: absolute;
    top: -26px;
    right: -60px;
    width: 530px;
}
.business #service .set1 .row .txt {
    width: 680px;
}
.business #service .set2 {
    position: relative;
    padding: 146px 0 140px;
}
.business #service .set2 .wrap {
    width: 1310px;
}
.business #service .set2 .row {
    margin-bottom: 241px;
}
.business #service .set2 .row:last-of-type {
    margin-bottom: 0;
}
.business #service .set2 .row .col {
    box-shadow: 0px 5px 30px rgba(0, 44, 111, 0.08);
    padding: 0px 68px 19px;
    width: 840px;
    position: relative;
    box-sizing: border-box;
}
.business #service .set2 .row:nth-child(3) .col {
    padding-bottom: 70px;
}
.business #service .set2 .row .col h3 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: right;
    margin-right: -22px;
}
.business #service .set2 .row .col h3 span {
    font-style: italic;
    font-size: 110px;
    transform: skewX(-10deg);
    display: inline-block;
    margin-left: 9px;
}
.business #service .set2 .row .col dl {
    width: 552px;
}
.business #service .set2 .row .col dl dt {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
}
.business #service .set2 .row .col dl dt::after {
    content: "";
    position: absolute;
    background: #EFF4FC;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
}
.business #service .set2 .row .col dl dd {
    line-height: 28px;
}
.business #service .set2 .row .col .photo {
    right: calc(50% - 50vw);
    position: absolute;
    left: 82%;
    width: 650px;
    top: 90px;
}
.business #service .set2 .row.reverse .col {
    margin-left: auto;
    margin-right: -20px;
    padding-left: 190px;
}
.business #service .set2 .row.reverse .photo {
    left: -493px;
    right: 0;
    width: 650px;
    top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .business #service .set1 .row h2 {
        font-size: 25px;
        margin-left: 35px;
    }
    .business #service .set1 .row .txt li {
        font-size: 16px;
        margin-bottom: 17px;
    }
    .business #service .set1 .row .photo {
        max-width: 51%;
        right: -20px;
        top: 60px;
    }
    .business #service .set1 .row .txt {
        width: 49%;
        margin-left: 34px;
    }
    .business #service .set2 {
        padding: 100px 0;
    }
    .business #service .set2 .row {
        margin-bottom: 70px;
    }
    .business #service .set2 .row .col {
        width: 100%;
        padding: 10px 30px 30px;
    }
    .business #service .set2 .row .col dl {
        width: 100%;
    }
    .business #service .set2 .row .col dl dt {
        font-size: 22px;
    }
    .business #service .set2 .row .col .photo {
        position: static;
        margin-bottom: 40px;
    }
    .business #service .set2 .row.reverse .col {
        width: 100%;
        padding: 10px 30px 30px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .business #service .set1 {
        padding: 60px 0 40px;
    }
    .business #service .set1 .row h2 {
        font-size: calc(min(8vw, 30px));
        line-height: 48px;
        padding: 0;
        line-height: 1.5;
    }
    .business #service .set1 .row h2 span {
        display: inline-block;
    }
    .business #service .set1 .row .txt li {
        margin-bottom: 20px;
        text-align: justify;
    }
    .business #service .set1 .row .photo {
        position: static;
        width: 85%;
        margin: 0 auto 30px;
    }
    .business #service .set1 .row .txt {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .business #service .set2 {
        padding: 60px 0 20px;
    }
    .business #service .set2 .row {
        margin-bottom: 60px;
    }
    .business #service .set2 .row .col {
        width: 100%;
        padding: 20px;
    }
    .business #service .set2 .row .col h3 {
        font-size: 25px;
        margin-top: -20px;
        margin-right: 10px;
    }
    .business #service .set2 .row .col h3 span {
        font-size: 80px;
    }
    .business #service .set2 .row .col dl {
        width: 100%;
    }
    .business #service .set2 .row .col dl dt {
        font-size: 18px;
        line-height: 28px;
    }
    .business #service .set2 .row .col dl dd {
        text-align: justify;
    }
    .business #service .set2 .row .col .photo {
        position: static;
        width: 100%;
        margin: 0 auto 20px;
    }
    .business #service .set2 .row.reverse .col {
        width: 100%;
        padding: 20px;
        margin-left: 0;
    }
}


.business #web {
    position: relative;
    padding: 120px 0;
}
.business #web .wrap {
    width: 1060px;
}
.business #web::after {
    content: "";
    background: rgba(61, 70, 99, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 100px);
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 54% 0, 100% 100%, 0% 100%);
}
.business #web h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 110px;
    position: relative;
    letter-spacing: 1px;
}
.business #web h2::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #252525;
    margin: 0 auto;
}
.business #web .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.business #web .list li {
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    padding: 35px;
    border: 1px solid #000;
    font-weight: 600;
    width: 340px;
    box-sizing: border-box;
    font-size: 24px;
    max-width: 33%;
}
.business #web .list li:nth-child(3n + 3) {
    margin-right: 0;
}
.business #web .list2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 80px;
    flex-wrap: wrap;
    flex-wrap: nowrap;
}
.business #web .list2 li {
    margin-right: 25px;
    margin-bottom: 10px;
    text-align: center;
    background: #E3E3E3;
    padding: 33px;
    border: 1px solid #000;
    font-weight: bold;
    width: 522px;
    box-sizing: border-box;
    font-size: 40px;
    letter-spacing: 1px;
}
.business #web .list2 li:nth-child(2) {
    margin-right: 0;
}
.business #web .list2 li span {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}
.business #web .list2 li small {
    font-size: 20px;
    font-weight: 600;
}
.business #web .list2 li:nth-child(3n + 3) {
    margin-right: 0;
}
.business #web .btn a {
    width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .business #web {
        padding: 90px 0;
    }
    .business #web .list li {
        max-width: 31%;
        padding: 20px 10px;
        font-size: 16px;
    }
    .business #web .list2 li {
        font-size: 24px;
    }
    .business #web .list2 li span {
        font-size: 17px;
    }
    .business #web .list2 li small {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .business #web {
        padding: 60px 0;
    }
    .business #web::after {
        clip-path: polygon(0 0, -10% 0, 100% 100%, 0% 100%);
        width: 100%;
    }
    .business #web h2 {
        font-size: 26px;
        margin-bottom: 80px;
    }
    .business #web h2::after {
        width: 60px;
    }
    .business #web .list {
        flex-direction: column;
    }
    .business #web .list li {
        width: 100%;
        max-width: none;
        font-size: 22px;
        padding: 17px;
        margin-bottom: 15px;
    }
    .business #web .list2 {
        flex-direction: column;
        margin-bottom: 29px;
    }
    .business #web .list2 li {
        width: 100%;
        font-size: 23px;
        padding: 19px 7px;
        margin-bottom: 15px;
    }
    .business #web .list2 li span {
        font-size: 17px;
    }
    .business #web .list2 li small {
        font-size: 13px;
    }
}



.company {
    color: #000;
}
.company #service .set1 {
    position: relative;
    padding: 100px 0;
    background: url("../img/company/lead_bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.company #service .set1 .wrap {
    width: 1230px;
}
.company #service .set1 .row {
    position: relative;
}
.company #service .set1 .row h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 63px;
    letter-spacing: 1px;
}
.company #service .set1 .row h2 span {
    position: relative;
    z-index: 0;
}
.company #service .set1 .row h2 span::after {
    position: absolute;
    background: #FBCB21;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    height: 14px;
    z-index: -1;
}
.company #service .set1 .row .txt li {
    margin-bottom: 30px;
    width: 610px;
    font-size: 18px;
    max-width: 49%;
}
.company #service .set1 .row .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 613px;
    max-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  
    .company #service .set1 .row h2 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-left: 30px;
    }
    .company #service .set1 .row .txt {
        margin-left: 28px;
    }
    .company #service .set1 .row .txt li {
        width: 50%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .company #service .set1 .row .photo {
        width: 46%;
    }
}



@media only screen and (max-width: 767px) {
    .company #service .set1 {
        padding: 60px 0 50px;
    }
    .company #service .set1 .row h2 {
        font-size: calc(min(8vw, 30px));
        line-height: 43px;
        margin-left: 20px;
        margin-bottom: 40px;
    }
    .company #service .set1 .row h2 span {
        display: inline-block;
    }
    .company #service .set1 .row .txt li {
        width: 100%;
		max-width: none;
    }
    .company #service .set1 .row .photo {
        position: static;
        width: 88%;
        margin: 0 auto 30px;
		max-width: none;
    }
    .company #service .set1 .row .txt {
        padding: 0 20px;
    }
}


.company #member {
    padding: 72px 0 136px;
    position: relative;
}
.company #member .title-shared {
    margin-bottom: 78px;
}
.company #member .title-shared span {
    margin-bottom: 7px;
}
.company #member .row {
    justify-content: space-between;
}
.company #member .row .col {
    width: 313px;
    position: relative;
}
.company #member .row .col::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 23px;
    width: 1px;
    height: 100px;
    background: #000;
}
.company #member .row .col h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}
.company #member .row .col h3::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 12px;
    width: 1px;
    height: 51px;
    background: #000;
}
.company #member .row .col h3 span {
    font-size: 14px;
}
.company #member .row .col dl {
    margin-left: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    line-height: 22px;
}
.company #member .row .col dl dt {
    margin-right: 20px;
}
.company #member .row .col:last-of-type::after {
    display: none;
}
.company #member::after {
    content: "";
    background: #3D4663;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 680px);
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 65% 0, 92% 100%, 0% 100%);
    opacity: 0.05;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .company #member .row .col {
        max-width: 29%;
    }
    .company #member .row .col h3 {
        font-size: 23px;
    }
    .company #member .row .col h3 span {
        font-size: 12px;
    }
    .company #member .row .col dl {
        font-size: 13px;
    }
    .company #member .row .col dl dt {
        width: 70px;
    }
    .company #member .row .col dl dd {
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width: 767px) {
    .company #member {
        padding: 72px 0 16px;
    }
    .company #member .title-shared {
        margin-bottom: 60px;
    }
    .company #member .row {
        flex-direction: column;
    }
    .company #member .row .col {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .company #member .row .col::after {
        left: 0;
        width: 50%;
        right: 0;
        height: 1px;
        top: auto;
        bottom: 0px;
        margin: 0 auto;
    }
    .company #member::after {
        clip-path: polygon(0 0, 19% 0, 219% 100%, 0% 100%);
        width: 100%;
    }
}


.company #company-info {
    position: relative;
    padding: 0px 0;
    background: url("../img/company/company_bg.png") no-repeat;
    background-size: cover;
}
.company #company-info .slider-top {
    color: #D1D1D1;
    font-size: 80px;
    margin-bottom: 90px;
}
.company #company-info .slider-top li {
    line-height: 55px;
    opacity: 0.5;
}
.company #company-info .slider-top li span {
    margin-right: 20px;
}
.company #company-info .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    width: 940px;
    margin: 0 auto -5px;
    line-height: 40px;
    letter-spacing: 1px;
}
.company #company-info .info dl dt {
    width: 192px;
    font-weight: 500;
    font-size: 28px;
}
.company #company-info .info dl dd {
    width: calc(100% - 100px);
    font-size: 28px;
}
.company #company-info .info dl dd ul li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 12px;
    line-height: 34px;
}
.company #company-info .info dl dd ul li span {
    position: absolute;
    left: 10px;
    top: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .company #company-info .info dl {
        width: 100%;
    }
    .company #company-info .info dl dt {
        font-size: 25px;
        width: 140px;
    }
    .company #company-info .info dl dd {
        font-size: 20px;
    }
    .company #company-info .info dl dd ul li {
        padding-left: 35px;
    }
    .company #company-info .info dl dd ul li span {
        top: -1px;
    }
}
@media only screen and (max-width: 767px) {
    .company #company-info .slider-top {
        margin-bottom: 30px;
    }
    .company #company-info .slider-top li {
        font-size: 40px;
        line-height: 26px;
    }
    .company #company-info .info dl {
        flex-direction: column;
        width: 100%;
        line-height: 40px;
        padding: 20px 0;
    }
    .company #company-info .info dl dt {
        width: 100%;
        font-size: 21px;
    }
    .company #company-info .info dl dd {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-left: 10px;
    }
    .company #company-info .info dl dd ul li {
        padding-left: 36px;
        line-height: 24px;
    }
}


.company #access {
    position: relative;
    padding: 95px 0 0;
    background: url("../img/company/access_bg.png") no-repeat;
    background-size: cover;
}
.company #access h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.company #access h2 span {
    font-size: 60px;
    font-weight: bold;
    color: #D1D1D1;
    margin-bottom: 0px;
    display: block;
}
.company #access .map iframe {
    display: block;
    width: 934px;
    height: 486px;
    margin: 0 auto 110px;
    max-width: 100%;
}
.company #access .slider-bottom {
    color: #D1D1D1;
    font-size: 80px;
}
.company #access .slider-bottom li {
    line-height: 56px;
    opacity: 0.5;
}
.company #access .slider-bottom li span {
    margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {

}
@media only screen and (max-width: 767px) {
    
    .company #access .slider-bottom li {
        font-size: 40px;
        line-height: 26px;
    }
}


.contact #mailform {
    background: url("../img/contact/profile_2.png"), url("../img/contact/profile_3.png");
    background-position: center top, center bottom;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    border-radius: 10px;
    padding: 70px 61px 69px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 40px;
    margin: 0 auto 0;
}
.contact #mailform::before {
    content: "";
    background: url("../img/index/sec7_icon3.svg") no-repeat;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    width: 60px;
    height: 110px;
    background-size: 100%;
    margin: 0 auto;
    transform: translateX(-14px);
}
.contact #mailform h2 {
    text-align: center;
    margin-bottom: 44px;
	font-weight: 500;
}
.contact #mailform .step2 {
    display: none;
}
.contact #mailform .confirm-main .step1 {
    display: none;
}
.contact #mailform .confirm-main .step2 {
    display: block;
}
.contact #mailform .confirm-main .step2 .txt {
    text-align: center;
    margin-bottom: 80px;
}
.contact #mailform .fcform__main {
    padding: 34px 34px 38px 25px;
    width: 670px;
    margin: 0 auto;
}
.contact #mailform .fcform__main .form-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 38px;
    flex-direction: column;
}
.contact #mailform .fcform__main .form-row .form-caption {
    width: 100%;
    color: #000;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}
.contact #mailform .fcform__main .form-row.row1 .form-caption {
    margin-top: 22px;
    align-self: flex-start;
}
.contact #mailform .fcform__main .form-row .form-caption .caption--askerisk {
    color: #fff;
    font-size: 12px;
    background: #9BBAD4;
    font-weight: bold;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    border-radius: 3px;
}
.contact #mailform .fcform__main .confirm-main .form-row .form-caption .caption--askerisk {
    display: none;
}
.contact #mailform .fcform__main .confirm-main .form-row {
    border-bottom: 1px solid #dbdcdc;
    padding: 18px 0;
    margin-bottom: 0;
}
.contact #mailform .fcform__main .confirm-main .step2 + .form-row {
    border-top: 1px solid #dbdcdc;
}
.contact #mailform .fcform__main .confirm-main .form-button .submit-confirm {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 70px;
    justify-content: space-between;
    width: 730px;
    margin: 70px auto 0;
    max-width: 100%;
}
.contact #mailform .fcform__main .confirm-main .form-button .submit-confirm .form-block {
    width: 46%;
}
.contact #mailform .fcform__main .confirm-main .form-caption.vtop {
    margin-top: 4px;
}
.contact #mailform .fcform__main .form-row .form-value {
    width: 100%;
}
.contact #mailform .fcform__main .form-row .form-value select {
    width: 160px;
    box-sizing: border-box;
    padding: 11px;
}
.contact #mailform .fcform__main .form-row .form-value input {
    padding: 6px 18px;
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    border: 1px solid #000;
    border-radius: 2px;
    height: 52px;
    box-sizing: border-box;
}
::placeholder {
    color: #000
}
.contact #mailform .fcform__main .form-row .form-value .checkbox input {
    width: 20px;
    margin-right: 6px;
    height: 17px;
}
.contact #mailform .fcform__main .form-row .form-value input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.contact #mailform .fcform__main .form-row .form-value .checkmark {
    position: absolute;
    top: 6px;
    left: 1px;
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    border-radius: 50%;
}
.contact #mailform .fcform__main .form-row .i-custom {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact #mailform .fcform__main .form-row .i-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.contact #mailform .fcform__main .form-row .i-custom {
    margin-right: 26px;
    display: flex;
    margin-bottom: 0;
}
.contact #mailform .fcform__main .form-row .i-custom span {
    font-size: 16px;
}
.contact #mailform .fcform__main .form-row .checkbox .i-custom {
    padding-left: 0;
    align-items: center;
    margin-bottom: 0;
}
.contact #mailform .fcform__main .form-row .i-custom:hover input ~ .checkmark {
    background-color: #ccc;
}
.contact #mailform .fcform__main .form-row .i-custom input:checked ~ .checkmark {
    background-color: #0078d7;
}
.contact #mailform .fcform__main .form-row .i-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contact #mailform .fcform__main .form-row .i-custom input:checked ~ .checkmark:after {
    display: block;
}
.contact #mailform .fcform__main .form-row .i-custom .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.contact #mailform .fcform__main .form-row .form-value textarea {
    width: 100%;
    height: 233px;
    padding: 11px 20px;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 19px;
    line-height: 31px;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 2px;
}
.contact #mailform .fcform__main #privacy_checkbox {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 90px;
    font-weight: 300;
}
.contact #mailform .fcform__main #privacy_checkbox a {
    color: #00a99d;
    font-weight: 500;
    border-bottom: 1px solid #00a99d;
}
.contact #mailform .fcform__main #privacy_checkbox a:hover {
    border-bottom: 0px solid #00a99d;
}
.contact #mailform .fcform__main #privacy_checkbox .error {
    left: 235px;
    text-align: left;
    margin-left: 24px;
}
.contact #mailform .fcform__main #privacy_checkbox input {
    transform: scale(1.3);
    margin-right: 3px;
    margin-top: -2px;
}
.contact #mailform .fcform__main .form-row.drop-down {
    margin-top: 40px;
}
.contact #mailform .fcform__main .form-row.row2 {
    flex-direction: column;
    margin-bottom: 0;
}
.contact #mailform .fcform__main .form-row.row2 .error {
    bottom: -19px;
}
.contact #mailform .fcform__main .form-row.row2 .form-caption {
    width: 100%;
}
.contact #mailform .fcform__main .form-row.row2 .form-value {
    width: 100%;
}
.contact #mailform .fcform__main .form-block {
    position: relative;
    margin-left: 20px;
    width: 400px;
    margin: 0 auto;
}
.contact #mailform .fcform__main .form-block::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 25px;
    width: 24px;
    height: 25px;
    background: url("../img/shared/icon_arrow.svg") no-repeat;
    background-size: 100%;
    margin-top: 3px;
    transition: all 0.5s;
}
.contact #mailform .fcform__main .form-block:hover::after {
    transform: translateX(10px);
    transition: all 0.5s;
}
.contact #mailform .fcform__main .form-submit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 17px;
    border-radius: 2px;
    border: none;
    background: #FBCB21;
    cursor: pointer;
    width: 100%;
    letter-spacing: 2px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    color: #414141;
    font-weight: 500;
}
.contact #mailform .fcform__main .form-back {
    font-size: 22px;
    border: none;
    width: 100%;
    display: block;
    padding: 17px;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    background: #dedede;
    color: #000;
}
.contact #mailform .fcform__main .form-submit:hover {
    background: #000;
    transition: all 0.5s;
    color: #fff;
}
.contact #mailform .fcform__main .form-back:hover {
    background: #000;
    color: #fff;
    transition: all 0.5s;
}

.contact #thanks{
	padding: 50px 0;
}
.contact #thanks h2{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 60px;
}
.contact #thanks .txt{
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .contact #mailform {
        padding: 20px;
    }

    .contact #mailform .fcform__main {
        width: 100%;
        box-sizing: border-box;
    }
	.ipd{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
    .contact #mailform {
        padding: 20px 5% 61px;
    }
    .contact #mailform .fcform__main {
        width: 100%;
        padding: 0;
    }

    .contact #mailform .fcform__main .confirm-main .form-row {
        padding: 18px 0;
    }

    .contact #mailform .fcform__main .form-row .i-list {
        flex-wrap: wrap;
    }
    .contact #mailform .fcform__main .form-row .checkbox .i-custom {
        width: 50;
    }
    .contact #mailform .fcform__main .form-block {
        width: 100%;
    }

    .contact #mailform .fcform__main .form-submit:hover {
        font-size: 18px;
    }
	.contact #thanks h2{
	        font-size: 25px;
        white-space: normal;
        line-height: 42px;
	}
}