@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
section{
	padding: 200px 0 0;
}

.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
    section{
        padding: 30px 0;
    }

    .contents-wrapper{
        width: calc(100% - 60px);
    }
}


/*home
-----------------------------------------------------------------------------------------*/
.top{
    background-image: url("../images/fv-bg.jpg");
    height: 950px;
    width: 100%;
    margin-top: -80px;
    z-index: -1;
    display: flex;
    align-items: center;
}

.front-fv-text{
    text-align: right;
    width: fit-content;
    position: relative;
}

.front-fv-text::after{
    position: absolute;
    content: '';
    right: 140px;
    top: -210px;
    width: 1px;
    height: 370px;
    background-color: rgba(0, 151, 124, 1);
    transform: rotate(45deg)
}

.front-fv-text::before{
    position: absolute;
    content: '';
    left: 370px;
    bottom: -330px;
    width: 1px;
    height: 370px;
    background-color: rgba(218, 147, 10, 1);
    transform: rotate(45deg)
}

.front-fv-ja{
    text-align: left;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.front-fv-up{
    font-size: 3.6rem;
}

.front-fv-low{
    font-size: 5rem;
}

.front-fv-en{
    color: rgba(15, 57, 139, 1);
    font-size: 2.5rem;
    font-weight: 500;
}

.front-about-top{
    position: relative;
    overflow: hidden;
}

.front-about-bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.front-about-flex{
    gap: 100px;
    justify-content: space-between;
}

.front-about-left{
    width: 45%;
    margin-left: calc(50% - 50vw);
}

.front-about-right{
    width: 50%;
    text-align: right;
}

.front-about-text{
    font-size: 0.9rem;
    text-align: left;
    width: 70%;
    margin-left: auto;
}

.front-about-text span{
    display: block;
    margin-top: 15px;
}

.front-about-midst{
    position: absolute;
    top: 30%;
    left: 30%;
    width: 21%;
}

.title-sub{
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    color: rgba(78, 78, 78, 1);
}

.front-about-title{
    font-size: 3.6rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
    margin-bottom: 90px;
}

.front-about-blue{
    font-size: 1.2rem;
    font-weight: 600;
    color: transparent;
    background: repeating-linear-gradient(to right, rgba(61, 106, 194, 1), rgba(4, 44, 121, 1));
    -webkit-background-clip: text;
    margin: 95px 0 30px;
}

.front-about-link{
    position: relative;
    color: rgba(78, 78, 78, 1);
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 30px;
    border: 0.5px solid rgba(243, 243, 243, 1);
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 5px rgba(190, 204, 217, 0.27);
    z-index: 1;
}

.triangle-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent rgba(156, 156, 156, 1);
}

.page-title{
    color: rgba(15, 57, 139, 1);
    font-size: 4.4rem;
    font-weight: 500;
    font-family: "Cormorant SC", serif;
    /* line-height: 1; */
}

.page-title-about{
    font-size: 6rem;
    margin: 50px -10% 300px auto;
    width: fit-content;
    position: relative;
}

.page-title-about::after{
    position: absolute;
    content: '';
    right: 60px;
    top: -310px;
    width: 1px;
    height: 370px;
    background-color: rgba(0, 151, 124, 1);
    transform: rotate(45deg)
}

.page-title-about::before{
    position: absolute;
    content: '';
    left: 60px;
    bottom: -300px;
    width: 1px;
    height: 370px;
    background-color: rgba(218, 147, 10, 1);
    transform: rotate(45deg)
}

.line3{
    position: absolute;
    right: 60px;
    bottom: -300px;
    width: 1px;
    height: 370px;
    background-color: rgba(15, 57, 139, 1);
    transform: rotate(-45deg)
}

.front-service-title{
    text-align: left;
    padding-bottom: 30px;
}

.front-service-right{
    display: flex;
    flex-direction: column;
    height: 600px;
}

.front-service-mini{
    width: 55px;
    display: inline-block;
    margin: 0 40px 0 0;
}

.front-service-arrow{
    width: 40px;
    display: inline-block;
    margin: 0 0 0 auto;
}

.front-service-link{
    height: calc(100%/3);
    font-size: 1.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 80px;
    padding-right: 200px;
    color: rgba(255, 255, 255, 1);
    margin-left: auto;
    width: 44%;
}

.front-service-img{
    width: 56%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    object-fit: cover;
}

.front-service-img2{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.front-service-top{
    position: relative;
}

.front-service-link:hover +.front-service-img{
    /* position: absolute; */
    /* top: 0;
    left: 0;
    width: 56%;
    height: 600px; */
    opacity: 1;
    transition:  0.6s;
    z-index: 1;
}

.front-service-link1{
    background-color: rgba(15, 57, 139, 0.7);
}

.front-service-link2{
    background-color: rgba(0, 151, 124, 0.7);
}

.front-service-link3{
    background-color: rgba(218, 147, 10, 0.7);
}

.front-free-top{
    padding-bottom: 200px;
    position: relative;
}

.front-free-flex{
    gap: 50px;
    width: 90%;
    margin: auto;
}

.front-free-movie{
    width: 30%;
}

.front-free-box{
    background-image: url("../images/front-free-bg.jpg");
    background-position: left bottom;
    width: 60%;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    padding: 40px 30px;
}

.front-free-left{
    width: 60%;
}

.front-free-tax{
    font-size: 2rem;
}

.front-free-rec{
    font-size: 1.8rem;
    margin-bottom: 50px;
}

.front-free-rec span{
    font-size: 3.1rem;
    background: linear-gradient(transparent 70%, rgba(190, 172, 9, 1) 70%);
}

.front-free-tel{
    width: 80%;
}

.front-free-right{
    position: relative;
    width: 40%;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: 20px;
    padding: 20px;
}

.front-free-book{
    position: absolute;
    width: 40%;
    top: -50px;
    left: -40px;
}

.front-free-pro{
    font-size: 1.2rem;
}

.front-free-cou{
    font-size: 1.8rem;
}

.front-free-tion{
    font-size: 2.4rem;
    color: rgba(65, 178, 227, 1);
    margin-top: 20px;
}

.front-free-top::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 120px;
    background-color: rgba(15, 57, 139, 1);
    bottom: -50px;
    left: 50%;
}

.front-cases-top{
   background-color: rgba(248, 248, 248, 1);
   position: relative;
   overflow: hidden;
}

.front-cases-top::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 120px;
    background-color: rgba(15, 57, 139, 1);
    top: -50px;
    left: 50%;
}

.front-cases-swiper{
    margin-top: 70px;
}

li.front-cases-list{
    box-shadow: 0px 0px 8px rgba(163, 163, 163, 0.25);
    padding: 30px;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    height: auto;
}

.front-cases-slide{
    height: 100%;
}

.front-news-top{
    text-align: left;
    padding: 200px 0;
    gap: 60px;
}

.front-news-left{
    width: 50%;
}

.front-news-link{
    margin-right: auto;
    display: inline-block;
}

.front-news-img{
    width: 50%;
    margin-right: calc(50% - 50vw);
}

.front-recruit-img{
    width: 66%;
}

.front-recruit-white{
    width: 34%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px rgba(158, 172, 180, 0.16);
}

.front-recruit-flex{
    position: relative;
}

.front-recruit-text{
    position: absolute;
    width: 31%;
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.front-recruit-text div{
    font-size: 3.6rem;
    font-weight: 600;
    color: transparent;
    background: repeating-linear-gradient(to right, rgba(61, 106, 194, 1), rgba(4, 44, 121, 1));
    -webkit-background-clip: text;
    margin-bottom: 50px;
}

.front-recruit-text p{
    text-align: left;
    margin-left: auto;
    width: fit-content;
}

.swiper-slide{
    height: auto;
}

@media screen and (max-width:1850px) {
    .page-title-about{
        margin-right: -50px;
    }
    .front-service-link {
        padding-right: 100px;
    }
}

@media screen and (max-width:1650px) {
    .page-title-about{
        margin-right: 0;
    }

    .front-about-text {
        width: 85%;
    }

    .front-about-midst {
        left: 28%;
    }

    .front-service-link {
        padding: 0 30px;
        width: 50%;
    }

    .front-service-img {
        width: 50%;
        object-fit: cover;
    }

    .front-free-right {
        padding: 20px 5px 20px 10px;
    }

    .front-free-tion {
        font-size: 2rem;
    }

    .front-news-top{
        align-items: center;
    }

    .front-news-img {
        width: 49%;
        object-fit: cover;
    }

    .front-free-book {
        width: 50%;
        top: -60px;
        left: -50px;
    }

    .front-recruit-img {
        width: 60%;
        margin: 0;
    }

    .front-recruit-text {
        width: 45%;
        right: 100px;
    }
}

@media screen and (max-width:1400px) {
    .front-about-title {
        font-size: 3rem;
    }

    .front-fv-up {
        font-size: 3rem;
    }

    .front-fv-low {
        font-size: 4rem;
    }

    .front-fv-text::after {
        top: -170px;
        height: 300px;
        right: 100px;
    }

    .front-fv-text::before {
        left: 280px;
        bottom: -270px;
        height: 300px;
    }

    .front-recruit-white {
        width: 40%;
    }

    .front-free-flex {
        gap: 30px;
        width: 100%;
    }

    .front-free-movie {
        width: 37%;
    }
}

@media screen and (max-width:1200px) {
    .top {
        height: 700px;
    }

    .front-about-left {
        width: 43%;
    }

    .front-about-flex {
        gap: 22px;
        align-items: flex-start;
    }

    .front-about-midst {
        left: 22%;
        top: 45%;
    }

    .front-about-right {
        width: 59%;
    }

    .page-title-about {
        margin: 50px 0% 200px auto;
    }

    .page-title-about::after {
        right: 60px;
        top: -210px;
        height: 250px;
    }

    .page-title-about::before {
        left: 20px;
        bottom: -220px;
        height: 250px;
    }

    .line3 {
        right: 60px;
        bottom: -220px;
        height: 250px;
    }

    .front-service-mini {
        width: 50px;
        margin: 0 10px 0 0;
    }

    .front-service-img{
        width: 50%;
    }

    .front-service-link:hover .front-service-img{
        width: 50%;
    }

    .front-service-link {
        padding: 0 20px;
    }

    .front-free-flex {
        gap: 20px;
    }

    .front-free-box {
        padding: 40px 15px;
    }

    .front-free-movie {
        width: 37%;
    }

    .front-news-left {
        width: 49%;
    }

    .front-recruit-text {
        width: 50%;
        right: 50px;
    }

    .front-recruit-text div {
        margin-bottom: 20px;
    }

    .front-recruit-pad{
        margin-top: 30px;
    }
}

@media screen and (max-width:1023px) {
    .front-fv-low {
        font-size: 3.7rem;
    }

    .front-fv-up {
        font-size: 2.8rem;
    }

    .front-about-midst {
        left: 50%;
        top: 8%;
        width: 35%;
    }

    .front-about-flex {
        gap: 30px;
    }

    .front-about-right {
        width: 90%;
    }

    .front-about-left {
        width: 60%;
    }

    .front-service-img {
        width: 100%;
        height: 400px;
        top: 300px;
    }

    .front-service-link {
        padding: 0px 50px;
        width: 100%;
        height: 100px;
    }

    .front-service-right {
        height: 350px;
        display: block;
        margin-bottom: 300px;
    }

    .front-service-img2 {
        top: 300px;
    }

    .front-service-link:hover .front-service-img{
        top: 300px;
        width: 100%;
        height: 400px;
    }

    .front-free-movie {
        width: 100%;
        height: 300px;
    }

    .front-free-box {
        width: 100%;
    }

    .front-news-left {
        width: 100%;
    }

    .front-news-top{
        position: relative;
    }

    .front-news-img{
        position: absolute;
        top: 130px;
        right: 0;
        width: 55%;
    }

    .front-recruit-img {
        width: 50%;
        height: 300px;
        object-fit: cover;
        object-position: left top;
    }

    .front-recruit-white {
        width: 50%;
    }

    .front-recruit-text {
        width: 70%;
        right: 40px;
    }

    .front-recruit-text div {
        font-size: 3rem;
    }
}

@media screen and (max-width:767px) {
    .top {
        margin-top: -60px;
        height: 400px;
    }

    .front-fv-up {
        font-size: 1.7rem;
    }

    .front-fv-low {
        font-size: 2rem;
    }

    .front-fv-en {
        font-size: 1.5rem;
    }

    .front-about-flex {
        gap: 20px;
    }

    .front-fv-text::after {
        top: -130px;
        height: 150px;
        right: 70px;
    }

    .front-fv-text::before {
        left: 50px;
        bottom: -130px;
        height: 150px;
    }

    .front-about-left {
        width: 70%;
    }

    .front-about-midst {
        left: 55%;
        top: 2%;
    }

    .front-about-right {
        width: 100%;
        text-align: left;
    }

    .front-about-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .front-about-blue {
        margin: 0px 0 20px;
    }

    .front-about-text {
        width: 100%;
    }

    .front-about-link {
        width: 300px;
        margin-top: 25px;
    }

    .page-title {
        font-size: 3.5rem;
    }

    .front-service-title {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .front-service-link {
        padding: 0px 25px;
    }

    .front-service-mini {
        margin: 0 20px 0 0;
    }

    .front-about-top{
        padding-bottom: 10px;
    }

    .front-service-img {
        height: 200px;
    }

    .front-service-link:hover .front-service-img{
        height: 200px;
    }

    .front-service-right {
        height: 200px;
        display: block;
        margin-bottom: 300px;
    }

    .front-free-movie {
        height: 178px;
    }

    .front-free-left {
        width: 100%;
    }

    .front-free-box {
        padding: 15px;
    }

    .front-free-rec {
        margin-bottom: 20px;
    }

    .front-free-book {
        width: 50%;
        top: -70px;
        left: -40px;
    }

    .front-free-right {
        margin-top: 70px;
        padding: 10px;
        width: 100%;
    }

    .front-free-rec span {
        font-size: 2.7rem;
    }

    .front-free-top {
        padding-bottom: 50px;
    }

    .front-free-top::after {
    height: 35px;
    bottom: 0px;
    }

    .front-cases-top::after {
        height: 50px;
        top: -25px;
    }

    .front-cases-swiper{
        margin-top: 20px;
    }

    .front-news-top{
        padding: 0;
    }

    .front-news-img {
        top: 33px;
        width: 55%;
    }

    .front-recruit-img {
        width: 100%;
        height: 150px;
    }

    .front-recruit-text {
        width: 100%;
        right: 0px;
        top: 175%;
    }

    .front-recruit-text div {
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 10px;
    }

    .front-recruit-flex{
        margin-bottom: 220px;
    }

    .front-recruit-sp{
        margin-top: 0;
    }
}


/*parts-contact
-----------------------------------------------------------------------------------------*/
.parts-contact-top{
    position: relative;
    padding-bottom: 200px;
}

.parts-contact-top::before{
    position: absolute;
    content: '';
    background-image: url("../images/parts-contact-bg.png");
    aspect-ratio: 1920 / 1251;
    background-position: bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.parts-contact-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 100px;
    width: 80%;
    margin: auto;
    position: relative;
}

.parts-contact-set{
    width: 70%;
}

.parts-contact-sach{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 55px;
}

.parts-contact-flex{
    gap: 70px;
    justify-content: space-between;
}

.parts-contact-text{
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.parts-contact-tel span{
    font-size: 1.7rem;
    font-weight: 500;
    padding-right: 10px;
}

.parts-contact-tel{
    font-size: 2.5rem;
    color: rgba(15, 57, 139, 1);
}

.parts-contact-title{
    position: absolute;
    top: 50%;
    right: 10%;  
    transform: translateY(-50%);  
}

.parts-contact-title::after{
    position: absolute;
    content: '';
    right: 30px;
    top: -310px;
    width: 1px;
    height: 370px;
    background-color: rgba(0, 151, 124, 1);
    transform: rotate(45deg)
}

.parts-contact-title::before{
    position: absolute;
    content: '';
    left: -80px;
    bottom: -300px;
    width: 1px;
    height: 370px;
    background-color: rgba(218, 147, 10, 1);
    transform: rotate(45deg)
}

.parts-contact-line3{
    position: absolute;
    right: 60px;
    bottom: -300px;
    width: 1px;
    height: 370px;
    background-color: rgba(15, 57, 139, 1);
    transform: rotate(-45deg)
}

@media screen and (max-width:1600px) {
    a.parts-contact-link{
        width: 300px;
    }

    .parts-contact-box {
        margin: 0;
    }

    .parts-contact-set {
        width: 85%;
    }
}

@media screen and (max-width:1400px) {
    .parts-contact-title::after {
        right: 90px;
        top: -190px;
        height: 250px;
    }

    .parts-contact-title::before {
        left: -35px;
        bottom: -190px;
        height: 250px;
    }

    .parts-contact-line3 {
        right: 100px;
        bottom: -190px;
        height: 250px;
    }

    .parts-contact-title {
        right: 5%;
    }

    .parts-contact-box {
        width: 90%;
        padding: 100px 50px;
        margin: auto;
    }

    .parts-contact-flex {
        gap: 30px;
        justify-content: flex-start;
    }

    .parts-contact-top::before{
        height: 900px;
    }
}

@media screen and (max-width:1200px) {
    .page-title {
        font-size: 4rem;
    }

    .parts-contact-title::after {
        right: 70px;
        top: -140px;
        height: 200px;
    }

    .parts-contact-title::before {
        left: 10px;
        bottom: -140px;
        height: 200px;
    }

    .parts-contact-line3 {
        right: 80px;
        bottom: -140px;
        height: 200px;
    }

    .parts-contact-sach {
        text-align: left;
    }

    .parts-contact-box {
        padding: 100px 70px;
    }

    .parts-contact-top::before{
        height: 1000px;
    }
}

@media screen and (max-width:1023px) {
    .parts-contact-title::after {
        right: 100px;
        top: -100px;
        height: 150px;
    }

    .parts-contact-title::before {
        bottom: -100px;
        height: 150px;
    }

    .parts-contact-line3{
        display: none;
    }

    .parts-contact-title {
        right: 46%;
        top: 22%;
    }

    .parts-contact-box {
        width: 100%;
    }

    .parts-contact-set {
        width: 80%;
        margin: auto;
    }

    .parts-contact-flex {
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .parts-contact-title::after {
        display: none;
    }

    .parts-contact-title::before {
        display: none;
    }

    .parts-contact-top {
        padding: 50px 0 30px;
    }

    .parts-contact-box {
        padding: 100px 15px 15px;
    }

    a.parts-contact-link {
        width: 270px;
    }

    .parts-contact-set {
        width: 100%;
    }

    .parts-contact-tel {
        font-size: 2.2rem;
        line-height: 0.9;
    }

    .parts-contact-flex {
        gap: 20px;
    }

    .parts-contact-text {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .parts-contact-sach {
        text-align: center;
        margin-bottom: 25px;
    }

    .parts-contact-title {
        right: 16%;
        top: 12%;
    }
}


/*JPコンサルタンツとはabout
-----------------------------------------------------------------------------------------*/
.page-top{
    height: 700px;
    margin-top: -80px;
    position: relative;
    z-index: -1;
    background-position: right;
}

.page-top1{
    background-image: url("../images/page-fv1.jpg");
}

.page-top-text{
    position: absolute;
    bottom: 100px;
    text-align: left;
}

.page-top-sub{
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
    font-weight: 600;
}

.page-top-title{
    color: rgba(15, 57, 139, 1);
    font-size: 6rem;
    font-weight: 500;
}

.page-line{
    width: 30px;
    display: inline-block;
}

.about-top{
    position: relative;
    padding-bottom: 200px;
    background-color: rgba(255, 255, 255, 1);
}

.about-top-img{
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: 1;
    width: 60%;
}

.about-top-text{
    text-align: right;
    z-index: 2;
    position: relative;
}

.about-top-force{
    font-size: 3.8rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
}

.about-top-en{
    font-size: 2.5rem;
    font-weight: 500;
    color: rgba(15, 57, 139, 1);
    margin-bottom: 70px;
}

.about-top-text p{
    width: 500px;
    margin-left: auto;
    text-align: left;
}

/* .about-bg-img{
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
} */

.about-bg-img{
    background-attachment: fixed;
    background-image: url("../images/about-bg-img.jpg");
}

.about-jp-top{
    text-align: left;
    color: rgba(255, 255, 255, 1);
    width: 70%;
    margin: auto;
    padding-bottom: 200px;
}

.about-jp-ach{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: rgba(102, 127, 174, 1);
}

.about-jp-size{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-jp-size2{
    margin-left: 200px;
}

.about-jp-size3{
    margin-left: 400px;
}

.about-jp-pre{
    font-weight: 500;
    font-size: 1rem;
    margin: 0 20px;
}

.about-jp-no{
    font-size: 4.8rem;
    font-weight: 400;
    font-style: italic;
}

.about-jp-no2{
    margin-left: 50px;
}

.about-jp-dot{
    color: rgba(15, 57, 139, 1);
    font-size: 2rem;
    margin-right: 10px;
}

.about-jp-greeting{
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.about-jp-flex{
    gap: 40px;
    margin-top: 80px;
    justify-content: center;
}

.about-jp-name{
    font-size: 1.7rem;
    font-weight: 600;
}

.about-jp-action{
    font-size: 1.7rem;
    font-weight: 600;
    margin: 250px 0 20px 0;
}

.about-jp-box{
    margin-left: 60px;
}

.about-jp-action span{
    width: 450px;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.about-jp-number{
    font-size: 2rem;
    color: rgba(15, 57, 139, 1);
    margin-right: 20px;
}

.about-jp-ret{
    position: relative;
}

.about-jp-president{
    position: absolute;
    width: 300px;
    top: 200px;
    right: 0;
}

.bg-color{
    background-color: rgba(255, 255, 255, 1);
    margin-top: -1px;
}

.about-Staff-top{
    width: 70%;
    margin: auto;
    padding-bottom: 200px;
}

.about-jp-greeting2{
    color: rgba(78, 78, 78, 1);
    border-bottom: 1px solid rgba(78, 78, 78, 1);
    text-align: left;
    margin-bottom: 80px;
}

.about-company-box{
    width: 80%;
    margin: auto;
}

.about-company-flex{
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-align: left;
    align-items: baseline;
}

.about-company-th{
    width: 180px;
    text-align: center;
    padding: 13px;
    margin-right: 50px;
    color: rgba(15, 57, 139, 1);
    background-color: rgba(248, 248, 248, 1);
}

.about-company-flex2{
   margin-bottom: 50px;
   padding-bottom: 50px;
   border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.about-company-flex3{
    margin-bottom: 0px;
    padding-bottom: 200px;
}

.about-idea-text{
    color: rgba(83, 83, 83, 1);
    font-size: 2.4rem;
    font-weight: 600;
    margin: 80px 0;
    text-align: left;
}

.about-idea-text span{
    padding-left: 100px;
}

.about-idea-long{
    text-align: left;
}

.about-company-top{
    padding-bottom: 200px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

.about-idea1{
    position: absolute;
    width: 35%;
    bottom: 0;
    right: 100px;

}

.about-idea2{
    position: absolute;
    width: 30%;
    right: 0;
    bottom: 20%;
}

.bg-color-gray{
    background-color: rgba(248, 248, 248, 1);
    padding-bottom: 200px;
}

.about-history-title{
    font-size: 1.7rem;
    font-weight: 600;
    padding: 5px 0 0 20px;
    width: 300px;
    text-align: left;
    color: rgba(78, 78, 78, 1);
    border-left: 5px solid rgba(15, 57, 139, 1);
    height: 56px;
}

.about-history-box{
    width: calc(100% - 320px);
}

.about-history-flex{
    gap: 50px;
    margin-bottom: 50px;
}

.about-history-day{
    color: rgba(15, 57, 139, 1);
    width: 120px;
}

.about-history-circle{
    color: rgba(156, 156, 156, 1);
    position: relative;
}

.about-history-circle2::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 600px;
    background-color: rgba(156, 156, 156, 1);
    top: 10px;
    left: 8px;
}

.about-history-circle3::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 200px;
    background-color: rgba(248, 248, 248, 1);
    top: 20px;
    left: 6px;
}

.about-history-flex p{
    width: calc(100% - 250px);
    text-align: left;
}

.about-history-mini{
    margin-top: 15px;
    display: inline-block;
}

.about-history-2{
    padding: 150px 0 100px;
}

.about-triangular{
    width: 600px;
}

.about-triangular-box{
    background-color: rgba(255, 255, 255, 1);
    padding: 65px 160px;
    margin-top: -20px;
}

.about-triangular-title{
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 45px;
}

p.about-triangular-text{
    width: calc(100% - 120px - 60px);
}

.about-logo{
    width: 80%;
}

.about-Staff-post{
    font-size: 1.2rem;
    font-weight: 600;
}

.about-history-title2{
    height: auto;
    width: auto;
}

.about-Staff-flex{
    margin-top: 35px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.about-Staff-img{
    width: 25%;
    margin: 0;
}

.about-Staff-career{
    background-color: rgba(248, 248, 248, 1);
    width: 150px;
    margin: 0 20px 0 100px;
    padding: 13px;
    color: rgba(15, 57, 139, 1);
}

.about-Staff-box{
    width: calc(100% - 25% - 270px);
    text-align: left;
}

.about-Staff-text{
    margin-bottom: 10px;
}

.about-Staff-img2{
    width: 60%;
    margin: 35px 0 50px;
}

.about-Staff-img3{
    margin-bottom: 0;
    justify-content: space-between;
}

.about-Staff-flex2{
    gap: 100px;
}

.about-Staff-set{
    width: 45%;
}

.about-link-index{
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.about-link-index span{
    vertical-align: middle;
}

.about-sticky-top{
    position: relative;
}

.about-link-sticky-box{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 200px;
    height: 99%;
    z-index: 5;
}

.about-link-sticky{
    position: sticky;
    top: 100px;
    left: 50px;
}

.about-link-sticky a{
    display: block;
    text-align: left;
    margin: 0 0 15px 20px;
    font-weight: 500;
    color: rgba(156, 156, 156, 1);
}

.about-link-sticky a:hover{
    color: rgba(78, 78, 78, 1);
}

.about-link-sticky2{
    display: none;
}

.about-Staff-br{
    display: none;
}


@media screen and (max-width:1600px) {
    .about-Staff-top {
        width: 83%;
        margin: 0 0 0 auto;
    }

    .about-jp-president {
        right: -100px;
    }

    .about-company-th {
        margin-right: 30px;
    }
}


@media screen and (max-width:1400px) {
    .about-limk-flex{
        gap: 50px;
    }

    .about-limk-flex a{
        display: block;
        text-align: left;
        font-weight: 500;
        color: rgba(156, 156, 156, 1);
    }

    .about-top-img {
        left: 1%;
        width: 80%;
    }

    .about-jp-top {
        width: 80%;
        margin: 0 0 0 auto;
    }
    
    .about-jp-flex {
        justify-content: flex-start;
    }
    
    .about-jp-president {
        right: 0px;
        width: 290px;
        top: 100px;
    }
    
    .about-company-box {
        width: 100%;
    }

    .about-history-title {
        width: 100%;
    }

    .about-history-box {
        width: 100%;
        margin-top: 30px;
    }

    .about-Staff-set {
        width: 46%;
    }

    .about-Staff-flex2 {
        gap: 50px;
    }


    .about-Staff-career {
        margin: 0 20px;
    }

    .about-Staff-box {
        width: calc(100% - 25% - 190px);
    }

}

@media screen and (max-width:1200px) {
    .about-Staff-top {
        width: 80%;
    }

    .about-jp-president {
        width: 240px;
        top: 280px;
    }

    .about-company-flex div{
        width: 95%;
        padding-left: 20px;
    }

    div.about-company-th{
        width: 200px;
        margin-bottom: 15px;
    }

    .about-Staff-career {
        width: 200px;
    }

    .about-triangular-box {
        padding: 65px 50px;
    }

    .about-Staff-flex{
        position: relative;
        padding-bottom: 260px;
    }

    .about-Staff-flex3{
        padding-bottom: 80px;
    }

    .about-Staff-img {
        width: 35%;
    }

    .about-Staff-box{
        position: absolute;
        top: 70px;
        left: 40%;
        width: 65%;
    }

    .about-Staff-br{
        display: block;
    }

    .about-history-title {
        width: 96%;
    }

    .about-Staff-img2 {
        width: 80%;
    }

}


@media screen and (max-width:1023px) {
        .about-link-sticky{
        display: none;
    }

    .about-link-sticky2{
        display: block;
        margin-bottom: -1px;
        padding: 50px 0 0;
        background-color: rgba(255, 255, 255, 1);
    }

    .about-jp-top {
        width: 100%;
    }

        .about-history-day {
        width: 100px;
    }

    .about-history-flex {
        gap: 20px;
    }

    .about-history-flex p {
        width: calc(100% - 156px);
    }


    .about-Staff-top {
        width: 100%;
    }


    .page-top {
        height: 500px;
    }

    .about-limk-flex {
        gap: 40px;
    }

    .about-top-img {
        width: 98%;
    }

    .about-jp-size2 {
        margin-left: 100px;
    }

    .about-jp-size3 {
        margin-left: 200px;
    }

    .about-jp-president {
        width: 200px;
        top: 280px;
    }

    .about-idea-text span {
        padding-left: 40px;
    }

    .about-history-box {
        width: 100%;
        margin-top: 30px;
    }

    .about-triangular-box {
        background-color: rgba(255, 255, 255, 1);
        padding: 60px 40px;
        margin-top: -20px;
    }

    .about-Staff-img {
        width: 35%;
    }

    .about-Staff-box {
        left: 40%;
    }

        .about-Staff-img2 {
        width: 80%;
    }
}

@media screen and (max-width:767px) {

    .page-top {
        height: 300px;
    }

    .page-top-text {
        bottom: 50px;
    }

    .page-top-title {
        font-size: 3.3rem;
    }

    .about-limk-flex {
        gap: 20px 35px;
    }

    .about-link-sticky2 {
        padding: 30px 0 0;
    }

    .about-top-force {
        font-size: 2.2rem;
    }

    .about-top-en {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .about-top-text p {
        width: 100%;
    }

    .about-top {
        padding-bottom: 100px;
    }

    .about-link-index {
        margin-bottom: 5px;
    }

    .about-jp-size2 {
        margin-left: 30px;
    }

    .about-jp-size3 {
        margin-left: 65px;
    }

    .about-jp-greeting {
        margin-bottom: 25px;
    }

    .about-jp-flex {
        gap: 13px;
        margin-top: 25px;
    }

    .about-jp-president {
        width: 80%;
        position: static;
        margin-bottom: 20px;
    }

    .about-jp-name {
        text-align: right;
        width: -webkit-fill-available;
    }

    .about-jp-action {
        font-size: 1.7rem;
        font-weight: 600;
        margin: 25px 0 10px 0;
    }

    .about-jp-box {
        margin-left: 0px;
    }

    .about-jp-action span {
        width: 200px;
        margin-left: 5px;
    }

    span.about-jp-span{
        width: 160px;
    }

    .about-jp-number {
        margin-right: 10px;
    }

    .about-jp-top {
        padding-bottom: 30px;
    }

    .about-company-flex2 {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .about-company-flex3 {
        padding-bottom: 25px;
    }

    .about-idea-text span {
        padding-left: 0px;
    }

    .about-idea-text{
        margin: 0 0 20px;
        font-size: 2rem;
    }

    .about-idea1 {
        width: 60%;
        right: 30px;
    }

    .about-company-top {
        padding-bottom: 100px;
    }

    .about-idea2 {
        width: 40%;
        bottom: 25%;
    }

    .bg-color-gray{
        margin-top: -1px;
        padding-bottom: 30px;
    }

    .about-history-day {
        width: 100%;
        text-align: left;
        margin-left: 25px;
        font-size: 1.2rem;
    }

    .about-history-circle {
        top: -34px;
        height: 10px;
    }

    .about-history-circle2::after {
        height: 560px;
        left: 6px;
    }

    .about-history-box {
        width: 100%;
        margin-top: 15px;
    }

    .about-history-flex {
        margin-bottom: 20px;
        gap: 0 0;
    }

    .about-history-flex p{
        width: 100%;
        margin-left: 25px;
    }

    .about-triangular {
        width: 100%;
    }

    .about-history-2 {
        padding: 10px 0;
    }

    .about-triangular-box {
        padding: 35px 10px 20px;
    }

    .about-triangular-title {
        margin-bottom: 10px;
    }

    .about-Staff-img {
        width: 70%;
        margin: 0;
    }

    .about-Staff-flex {
        margin-top: 15px;
    }

    .about-Staff-career {
        margin: 15px 0 0;
    }

    .about-Staff-box {
        position: static;
        width: 100%;
        padding-top: 15px;
    }

    .about-Staff-set {
        width: 100%;
    }

    .about-jp-sp{
        width: 90%;
    }

    .about-jp-flex-sp{
        margin-bottom: 10px;
    }

    .about-Staff-text {
        margin-bottom: 15px;
    }

    .about-Staff-sp{
        font-size: 1.2rem;
        width: 100%;
        display: inline-block;
        color: rgba(15, 57, 139, 1);
        margin-bottom: 5px;
    }

    .about-Staff-flex {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .about-sp{
        margin-bottom: 5px;
        display: inline-block;
    }

    .about-Staff-flex2 {
        gap: 0px;
    }

    .about-Staff-img2 {
        margin: 20px 0 30px;
    }

    .about-Staff-top{
        padding-bottom: 30px;
    }


}




/*業務内容service
-----------------------------------------------------------------------------------------*/
.page-top2{
    background-image: url("../images/page-fv2.jpg");
}

.service-top{
    overflow: hidden;
}

.service-flex{
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 200px;
    border-bottom: 1px solid rgba(78, 78, 78, 1);
}

.service-title{
    background-color: rgba(15, 57, 139, 1);
    font-size: 2.1rem;
    font-weight: 600;
    width: 560px;
    color: rgba(255, 255, 255, 1);
    padding: 5px 30px;
    margin-bottom: 70px;
}

.service-title2{
    background-color: rgba(0, 151, 124, 1);
}

.service-title3{
    background-color: rgba(218, 147, 10, 1);
}

.service-mini-img{
    width: 30px;
    margin-right: 20px;
    display: inline-block;
}

.service-text{
    text-align: left;
    padding-left: 150px;
}

.service-text-box{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 60px 0 70px;
    border-left: 5px solid rgba(15, 57, 139, 1);
    padding-left: 40px;
}

.service-text-box2{
    border-left: 5px solid rgba(0, 151, 124, 1);
}

.service-text-box3{
    border-left: 5px solid rgba(218, 147, 10, 1);

}

.service-text-box span{
    padding-left: 80px;
}

.service-text-up{
    padding-bottom: 25px;
}

.service-link{
    display: block;
    text-align: right;
    font-size: 1.7rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
}

.service-arrow{
    width: 30px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.service-img{
    width: 49%;
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width:1921px) {
    .service-img{
        margin-left: 0;
    }
}

@media screen and (max-width:1600px) {
    .service-img {
        width: 48%;
    }

    .service-text {
        padding-left: 60px;
    }
}

@media screen and (max-width:1400px) {
    .service-img {
        width: 41%;
        object-fit: cover;
    }

    .service-text {
        padding-left: 30px;
    }
}


@media screen and (max-width:1200px) {
    .service-img {
        width: 30%;
        margin: auto;
    }

    .service-text {
        padding-left: 0px;
    }

    .service-text-box {
        padding-left: 20px;
    }

    .service-flex {
        gap: 30px;
    }
}

@media screen and (max-width:1023px) {
    .service-text {
        padding-left: 50px;
    }

    .service-img {
        width: 80%;
        height: 250px;
        height: 300px;
    }
}

@media screen and (max-width:767px) {
    .service-title {
        padding: 5px 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .service-text {
        padding-left: 0px;
    }

    .service-text-box {
        margin: 25px 0;
        padding-left: 10px;
    }

    .service-text-box span {
        padding-left: 30px;
    }

    .service-text-up {
        padding-bottom: 15px;
    }

    span.service-sp{
        padding: 15px 0 0;
        display: inline-block;
    }

    .service-link {
        text-align: left;
        font-size: 1.4rem;
    }

    .service-flex {
        gap: 25px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .service-img{
        width: 100%;
        height: 200px;
    }
}



/*一般企業・個人事業主の方へcorporation
-----------------------------------------------------------------------------------------*/
.page-top3{
    background-image: url("../images/page-fv3.jpg");
}

.corporation-jp-top{
    padding: 220px 0 200px;
    color: rgba(78, 78, 78, 1);
    background-image: url("../images/corporation-jp-bg.jpg");
    font-size: 2.1rem;
    font-weight: 600;
    position: relative;
}

.corporation-jp-top::after{
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background-color: rgba(15, 57, 139, 1);
    bottom: 0;
    left: 50%;
}

.corporation-jp-box{
    width: 80%;
    margin: auto;
}

.corporation-jp-title{
    text-align: left;
}

.corporation-jp-sub{
    font-size: 3.6rem;
    font-weight: 600;
    margin: 10px 0 180px;
}

.corporation-jp-free span{
    background: linear-gradient(transparent 70%, rgba(190, 172, 9, 1) 70%);
}

.corporation-blue-top{
    background-color: rgba(0, 60, 120, 1);
    color: rgba(255, 255, 255, 1);
    padding-bottom: 200px;
    position: relative;
}

.corporation-blue-top::after{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: -100px;
    left: 0;
    background-color: rgba(0, 60, 120, 1);
}

.corporation-blue-top::before{
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 50%;
}


.corporation-blue-en{
    font-size: 2.5rem;
    font-weight: 500;
    color: rgba(102, 127, 174, 1);
}

.corporation-blue-title{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 100px;
}

.corporation-blue-flex{
    gap: 100px;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.corporation-blue-box{
    width: calc((100% - 100px*2)/3);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 60px 30px;
}

.corporation-white-img{
    position: absolute;
    font-size: 4.9rem;
    font-style: italic;
    top: -45px;
    left: -15px;
    color: rgba(190, 172, 9, 1);
    z-index: 1;
}

.corporation-white-img::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 5px;
    left: -30px;
    background-color: rgba(0, 60, 120, 1);
    z-index: -1;
    border: 1px solid rgba(190, 172, 9, 1);
    transform: rotate(-40deg);
}

.corporation-blue-number{
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom: 30px;
}

.corporation-blue-text{
    width: 85%;
    border-top: 1px dashed rgba(255, 255, 255, 1);
    padding-top: 45px;
    margin: auto;
    text-align: left;
}

.corporation-white-box{
    width: 90%;
    margin: 140px  0 0 auto;
    box-shadow: 4px 4px 20px rgba(6, 24, 42, 0.15);
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    padding: 55px 120px;
}

.corporation-white-box::after{
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    background-color: rgba(190, 172, 9, 1);
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.corporation-woman{
    position: absolute;
    width: 43%;
    bottom: 0;
    left: -140px;
}

.corporation-white-text{
    font-size: 2.1rem;
    font-weight: 600;
    text-align: left;
    width: 80%;
    margin-left: auto;
}

.corporation-white-text span{
    margin-top: 30px;
    display: inline-block;
}

.corporation-service-flex{
    justify-content: space-between;
    gap: 80px;
}

.corporation-service-link{
    background-color: rgba(15, 57, 139, 0.7);
    padding: 40px 40px 40px 0;
    color: rgba(255, 255, 255, 1);
    width: 45%;
    position: relative;
    text-align: left;
}

.corporation-service-title{
    background-color: rgba(15, 57, 139, 1);
    padding: 5px 30px 5px 70px;
    width: 400px;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.corporation-service-link p{
    padding-left: 70px;
    width: 90%;

}

.corporation-arrow{
    position: absolute;
    width: 40px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);

}

@media screen and (max-width:1600px) {
    .corporation-blue-flex {
    gap: 70px;
    width: 96%;
    margin: 0 0 0 auto;
}

.corporation-blue-box {
    width: calc((100% - 70px * 2) / 3);
    padding: 60px 20px;
}

.corporation-white-img{
    left: 0;
}

.corporation-white-text {
    font-size: 2rem;
}

.corporation-white-box {
    width: 93%;
    padding: 55px 0px 55px 160px;
}
}


@media screen and (max-width:1400px) {
    .corporation-blue-number {
        font-size: 1.8rem;
    }

    .corporation-white-img {
        top: -70px;
    }

    .corporation-blue-box {
        width: calc((100% - 50px * 2) / 3);
        padding: 60px 10px;
    }

    .corporation-blue-flex {
        gap: 50px;
    }

    .corporation-blue-text {
        width: 91%;
    }

    .corporation-white-text {
        font-size: 1.5rem;
        width: 85%;
    }

}

@media screen and (max-width:1200px) {
    .corporation-jp-box {
        width: 90%;
    }

    .corporation-blue-number {
        font-size: 1.5rem;
    }

    .corporation-br{
        display: none;
    }

    .corporation-white-text {
        width: 90%;
    }

    .corporation-service-flex {
        gap: 40px;
    }

    .corporation-service-link {
        width: 47%;
    }

    .corporation-service-link p {
        padding-left: 30px;
    }

    .corporation-arrow {
        top: 72%;
    }

}

@media screen and (max-width:1023px) {
    .corporation-jp-box {
        width: 100%;
    }

    .corporation-jp-sub {
        font-size: 2.9rem;
    }

    .corporation-jp-free{
        font-size: 1.8rem;
    }

    .corporation-blue-box {
        width: 70%;
        margin: auto;
        padding: 50px;
    }

    .corporation-blue-flex {
        gap: 110px;
    }

    .corporation-white-box {
        padding: 30px 0px 30px 70px;
    }

    .corporation-white-text {
        font-size: 1.3rem;
    }

    .corporation-service-link {
        width: 90%;
    }

    .corporation-arrow {
        top: 50%;
    }
}


@media screen and (max-width:767px) {
    .corporation-white-text {
        font-size: 1rem;
    }

    .corporation-jp-top {
        padding: 40px 0;
        font-size: 1.4rem;
    }

    .corporation-jp-sub {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .corporation-jp-free {
        font-size: 1.4rem;
    }

    .corporation-white-img {
        font-size: 4rem;
        left: -9px;
        top: -44px;
    }

    .corporation-white-img::after {
        width: 60px;
        height: 60px;
        top: 9px;
        left: -17px;
    }

    .corporation-blue-box {
        width: 95%;
        padding: 20px 35px;
    }

    .corporation-jp-top::after {
        height: 40px;
    }

    .corporation-blue-top::before {
        height: 40px;
    }

    .corporation-blue-title {
        margin-bottom: 60px;
    }

    .corporation-blue-flex {
        gap: 70px;
    }

    .corporation-blue-number {
        padding-bottom: 20px;
    }

    .corporation-blue-text {
        padding-top: 20px;
    }

    .corporation-blue-top {
        padding-bottom: 50px;
    }

    .corporation-white-box {
        padding: 20px;
        width: 100%;
        margin-top: 60px;
    }

    .corporation-white-text {
        width: 100%;
    }

    .corporation-white-box::after {
        width: 70px;
        height: 70px;
    }

    .corporation-white-text span {
        margin-top: 20px;
    }

    .corporation-blue-top::after {
        width: 50%;
        height: 50px;
        bottom: -50px;
        left: 92px;
    }

    .corporation-service-title {
        padding: 5px 20px 5px 20px;
        width: 100%;
    }

    .corporation-service-link {
        width: 100%;
        padding: 20px 10px 20px 0;
    }

    .corporation-service-link p {
        padding-left: 20px;
        width: 80%;
    }

    .corporation-arrow {
        top: 73%;
        left: 82%;
    }

    .corporation-woman{
        display: none;
    }

}

/*一般企業 establish会社設立・起業支援
-----------------------------------------------------------------------------------------*/
.page-sub-title{
    display: inline-block;
    padding: 7px 40px;
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(15, 57, 139, 1);
}

.establish-follow-top{
    padding: 150px 0 300px;
}

.establish-follow-flex{
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.establish-img1{
    width: 22%;
    margin: 0;
}

.establish-img2{
    width: 22%;
    position: absolute;
    top: 180px;
    left: 20%;
    z-index: -1;
}

.establish-follow-title{
    background-color: rgba(190, 172, 9, 1);
    padding: 7px 60px;
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    width: 630px;
}

.establish-follow-title2{
    margin-bottom: 80px;
    margin-left: 100px;
    padding: 7px 95px;
}

.establish-follow-flex p{
    text-align: left;
    margin-left:50px;
}

.establish-gray-top{
    background-color: rgba(248, 248, 248, 1);
    position: relative;
    padding: 150px 0;
}

.establish-gray-top::after{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: -100px;
    left: 0;
    background-color: rgba(248, 248, 248, 1);
}

.establish-gray-en{
    font-size: 2.5rem;
    font-weight: 500;
    color: rgba(102, 127, 174, 1);
}

.establish-gray-title{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(15, 57, 139, 1);
    margin-bottom: 100px;
}

.establish-gray-box{
    text-align: left;
    margin: auto;
    width: 70%;
}

.establish-gray-set{
    border-bottom: 1px solid rgba(89, 89, 89, 1);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.corporation-blue-img{
    position: absolute;
    width: 140px;
    top: -75px;
    left: -66px;

}

.check-img{
    width: 20px;
    display: inline-block;
    margin: 0;
}

.establish-bg{
    position: absolute;
    width: 50%;
    bottom: -60px;
    right: 0;
    z-index: 1;
}

.establish-white-text{
    background: linear-gradient(transparent 70%, rgba(190, 172, 9, 1) 70%);
}

.establish-blue-flex{
    justify-content: center;
}

.establish-blue-box{
    background-color: rgba(15, 57, 139, 1);
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:1400px) {
    .establish-blue-flex {
        gap: 100px 70px;
    }

    .establish-blue-box{
        width: calc((100% - 70px *2)/3);
    }

    .{
        display: none;
    }

    .establish-img2 {
        left: 15%;
    }

    .establish-follow-flex p {
        margin-left: 85px;
    }
}

@media screen and (max-width:1200px) {
    .establish-follow-title {
        padding: 7px 20px;
        width: 545px;
    }

    .establish-follow-title2 {
        padding: 7px 20px;
    }

    .establish-follow-flex {
        align-items: flex-start;
    }

    .establish-img2 {
        width: 20%;
        left: 8%;
        top: 0;
    }

    .establish-img1 {
        margin-top: 126px;
    }

    .establish-follow-flex p {
        margin-left: 5px;
    }

    .establish-follow-top {
        padding: 150px 0;
    }

    .establish-gray-box {
        width: 80%;
    }

    .establish-bg {
        bottom: 20px;
    }

    .corporation-blue-img {
        width: 120px;
        top: -80px;
        left: -57px;
    }

    .establish-blue-flex {
        gap: 100px 50px;
    }

    .establish-blue-box {
        width: calc((100% - 50px * 2) / 3);
    }

    .establish-er12{
        display: none;
    }
}


@media screen and (max-width:1023px) {
    .establish-img1 {
        width: 60%;
        height: 300px;
        object-fit: cover;
        margin: 0 0 40px 50px;
    }

    .establish-img2 {
        width: 30%;
        left: 60%;
        top: -70px;
    }

    .establish-gray-box {
        width: 100%;
    }

    .establish-bg {
        bottom: 0px;
        width: 60%;
    }

    .establish-blue-box {
        width: 45%;
        padding: 50px 30px;
    }
}


@media screen and (max-width:767px) {
    .establish-img1 {
        width: 66%;
        height: auto;
        margin: 0 0 40px;
    }

    .page-sub-title {
        padding: 7px;
        font-size: 2rem;
    }

    .establish-follow-top {
        padding: 40px 0;
    }

    .establish-img2 {
        width: 44%;
        left: 60%;
        top: 120px;
    }

    .establish-follow-title {
        padding: 7px 10px;
        width: 100%;
        font-size: 1.4rem;
    }

    .establish-follow-title2 {
        padding: 7px 10px;
        width: 83%;
        margin: 0 0 25px auto ;
    }

    .establish-gray-title {
        margin-bottom: 25px;
    }

    .establish-bg{
        right: 35px;
        bottom: -20px;
        width: 80%;
    }

    .establish-gray-top{
        padding: 40px 0 150px;
    }

    .establish-gray-top::after {
        width: 50%;
        height: 50px;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .establish-blue-box2{
        margin-top: 65px;
    }

    .corporation-blue-img {
        top: -65px;
    }

    .establish-blue-box {
        width: 100%;
    }

    .corporation-blue-img {
        width: 115px;
        left: -25px;
        top: -60px;
    }

    .establish-blue-flex {
        gap: 80px;
    }

    .establish-gray-set {
        margin-bottom: 25px;
    }

}



/*一般企業taxation 税務顧問・税務調査
-----------------------------------------------------------------------------------------*/
.section-130{
    padding: 130px 0;
}

.taxation-top-text{
    margin-bottom: 60px;
}

.taxation-flex{
    margin: 80px auto;
    gap: 80px;
    align-items: center;
    justify-content: center;
}

.taxation-img{
    width: 35%;
    margin: 0;
}

.taxation-box{
    text-align: left;
}

.taxation-text{
    font-size: 1.7rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.taxation-text::after{
    position: absolute;
    content: '';
    width: 400px;
    height: 1px;
    background-color: rgba(54, 54, 54, 1);
    top: 50%;
    left: 150px;
}

.taxation-number{
    font-size: 2rem;
    color: rgba(15, 57, 139, 1);
    margin: 0 15px 0 50px;
}

.taxation-gray-top{
    background-color: rgba(248, 248, 248, 1);
    padding: 100px 0;
}

.taxation-gray-set{
    text-align: left;
}

.taxation-gray-box{
    text-align: left;
    width: 90%;
    margin: auto;
}

.taxation-gray-text{
    margin: 15px 0 40px 100px;
}

.taxation-last-top{
    margin-bottom: 150px;
    position: relative;
}

.taxation-last-top::after{
    position: absolute;
    content: '';
    height: 120px;
    width: 1px;
    background-color: rgba(15, 57, 139, 1);
    top: 85px;
    left: 50%;
}

.taxation-last-title{
    margin: 0;
}

.taxation-last-text{
    margin: 50px 0 130px;
}

.taxation-you-top{
    background-image: url("../images/taxation-you-bg.jpg");
    padding: 220px 0;
}

.taxation-you-text{
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 50px;
}

.taxation-you-text span{
    background: linear-gradient(transparent 70%, rgba(190, 172, 9, 1) 70%);
}

.br-last{
    display: none;
}
@media screen and (max-width:1300px) {
    .taxation-flex {
        gap: 50px;
    }

    .taxation-img {
        width: 45%;
    }

}

@media screen and (max-width:1023px) {
    .taxation-top-pad{
        text-align: left;
        width: 90%;
        margin: auto;
    }

    .br-1023{
        display: none;
    }

    .taxation-number {
        margin: 0 15px 0 0px;
    }

    .taxation-text::after {
        width: 150px;
    }

    .taxation-flex {
        gap: 30px;
    }

    .taxation-box {
        width: 50%;
    }

    .taxation-you-top{
        background-position-x: -200px;
        background-repeat: no-repeat;
    }

    .br-last{
        display: block;
    }
}

@media screen and (max-width:767px) {
    .section-130 {
        padding: 30px 0;
    }

    .taxation-top-text {
        margin-bottom: 25px;
    }

    .taxation-flex {
        margin: 25px auto 0;
        gap: 25px;
    }

    .taxation-img {
        width: 80%;
    }

    .taxation-box {
        width: 90%;
    }

    .taxation-gray-top {
        padding: 30px 0;
    }

    .taxation-text::after {
        left: 125px;
    }

    .taxation-gray-text {
        margin: 15px 0 20px 0px;
    }

    .taxation-last-top::after {
        height: 70px;
        top: -35px;
    }

    .taxation-last-text {
        margin: 20px 0 80px;
    }

    .taxation-last-top {
        margin-bottom: 0px;
    }

    .taxation-you-top {
        text-align: left;
    }

    .br-last{
        display: none;
    }

    .taxation-you-text {
        margin-top: 25px;
    }

    .taxation-you-top {
        padding: 50px 0;
        background-position-x: -350px;
    }

}




/*一般企業accounting 会計業務
-----------------------------------------------------------------------------------------*/
.accounting-number-box{
    width: 80%;
    margin: auto;
    margin-bottom: 150px;
}

.accounting-number{
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid rgba(156, 156, 156, 1);
}

.accounting-number-text{
    margin: 0 0 70px 100px;
    text-align: left;
}

.accounting-gray{
    background-color: rgba(248, 248, 248, 1);
    padding: 70px 40px;
    position: relative;
}

.accounting-gray::after{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: -100px;
    left: 0;
    background-color: rgba(248, 248, 248, 1);
}

.accounting-gray-blue{
    color: rgba(15, 57, 139, 1);
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
}

.accounting-gray-blue::after{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: rgba(15, 57, 139, 1);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.accounting-gray-flex{
    gap: 30px;
    margin-top: 40px;
    justify-content: space-between;
}


.accounting-gray-box{
    background-image: url("../images/accounting-gray1.jpg");
    padding: 30px;
    color: rgba(255, 255, 255, 1);
    width: calc((100% - 30px*2)/3);
}

.accounting-gray-box2{
    background-image: url("../images/accounting-gray2.jpg");
}

.accounting-gray-box3{
    background-image: url("../images/accounting-gray3.jpg");
}


.accounting-gray-title{
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 1);
    padding-bottom: 24px;
    margin-bottom: 28px;
}

.accounting-gray-box p{
    text-align: left;
}

.accounting-merit-box{
    margin-top: 60px;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.accounting-merit-img{
    width: 49%;
    object-fit: contain;
    margin: 0;
}

.accounting-merit-flex{
    gap: 45px;
    text-align: left;
    align-items: center;
    width: fit-content;
}

.accounting-merit-flex2{
    margin-left: 100px;
}

.accounting-merit-number{
    width: 140px;
}

.accounting-merit-text{
    font-size: 1.2rem;
}

.accounting-merit-title{
    font-size: 1.7rem;
    font-weight: 600;
}

.accounting-support-title{
    font-size: 1.7rem;
    font-weight: 600;
    color: rgba(15, 57, 139, 1);
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.accounting-support-title::after{
    position: absolute;
    content: '';
    width: 300px;
    height: 1px;
    background-color: rgba(15, 57, 139, 1);
    top: 50%;
    left: 170px;
}

.accounting-support-text{
    text-align: left;
    font-size: 1.2rem;
    margin-top: 30px;

}

.accounting-support-circle{
    font-size: 1rem;
    margin-right: 10px;
    vertical-align: middle;
}

.accounting-support-flex{
    gap: 50px;
    text-align: left;
    justify-content: space-between;
}

.accounting-support-box{
    width: 40%;
    position: relative;
    margin: 0 50px;
}

.accounting-corner1{
    position: absolute;
    top: 20px;
    right: -40px;
    width: 150px;
}

.accounting-corner2{
    position: absolute;
    bottom: -40px;
    left: -50px;
    width: 150px;
}

.accounting-support-box p{
    font-size: 1.2rem;
}

.accounting-last{
    width: 80%;
    margin: auto;
}

.accounting-support-top{
    width: 80%;
    margin: 100px auto 0;
}


@media screen and (max-width:1400px) {
    .accounting-number-box {
        width: 100%;
    }

    .accounting-merit-number {
        width: 80px;
    }

    .accounting-merit-flex {
        margin-bottom: 30px;
        gap: 15px;
    }

    .accounting-merit-img {
        width: 38%;
    }

    .accounting-gray-box {
        padding: 30px 15px;
    }

    .accounting-support-box {
        width: 37%;
    }

    .accounting-support-flex {
        gap: 30px;
    }

    .accounting-last {
        width: 90%;
    }

    .accounting-support-top{
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .accounting-number-text {
        margin: 0 0 70px 50px;
    }

    .accounting-last {
        width: 100%;
    }

    .accounting-gray {
        padding: 70px 15px;
    }

    .accounting-gray-flex {
        gap: 15px;
    }

    .accounting-gray-box {
        width: calc((100% - 15px * 2) / 3);
    }

    .accounting-gray-title {
        height: 80px;
    }

    .accounting-merit-flex2 {
        margin-left: 0px;
    }

    .accounting-merit-box {
        gap: 10px;
    }

    .accounting-merit-img {
        width: 35%;
    }

    .accounting-support-box {
        width: 100%;
    }

    .accounting-support-box2{
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {

    .establish-gray-title {
        font-size: 1.8rem;
    }

    .taxation-last-text {
        margin: 20px 0 25px;
        text-align: left;
    }

    .accounting-number-text {
        margin: 0 0 20px 0px;
    }

    .accounting-number {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .accounting-gray {
        padding: 25px;
    }

    .accounting-gray-box {
        width: 100%;
        padding: 20px;
    }

    .accounting-gray-flex {
        gap: 20px;
        margin-top: 25px;
    }

    .accounting-gray-title {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .accounting-gray::after {
        height: 50px;
        bottom: -50px;
    }

    .accounting-number-box {
        margin-bottom: 70px;
    }

    .accounting-merit-box {
        margin-top: 10px;
    }

    .accounting-merit-img {
        width: 80%;
    }

    .accounting-merit-number {
        width: 55px;
    }

    .accounting-merit-title {
    font-size: 1.4rem;
    }

    .accounting-corner1 {
        width: 100px;
        right: -20px;
    }

    .accounting-corner2{
        width: 100px;
        bottom: -20px;
        left: -20px;
    }

    .accounting-support-title {
        margin-bottom: 15px;
    }

    .accounting-support-box {
        margin: 0 10px;
    }

    .accounting-support-box2{
        margin-top: 20px;
    }

    .accounting-support-title::after {
        width: 180px;
        left: 130px;
    }

    .accounting-support-top {
        margin: 10px auto 0;
    }
}


/*一般企業management経営支援・経営革新支援
-----------------------------------------------------------------------------------------*/
.management-gray-top{
    background-color: rgba(248, 248, 248, 1);
    position: relative;
    padding: 100px 0;
}

.management-gray-top::after{
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    bottom: -100px;
    left: 0;
    background-color: rgba(248, 248, 248, 1);
}

.management-gray-box{
    width: 80%;
    margin: auto;
    text-align: left;
}

.management-gray-text{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 100px 0 60px;
}

.management-gray-img{
    position: absolute;
    width: 40%;
    bottom: -100px;
    right: 0;
    z-index: 1;
}

.management-worries-top{
    padding-bottom: 200px;
}

.management-worries-title{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 35px;
}

.management-worries-title span{
    color: rgba(190, 172, 9, 1);
}

.management-worries-text{
    font-size: 1.2rem;
}

.management-innovation-top{
    position: relative;
    width: 80%;
    margin: 250px auto 0;
}

.management-innovation-top::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 120px;
    background-color: rgba(15, 57, 139, 1);
    top: -130px;
    left: 50%;
}

.management-innovation-flex{
    margin: 50px 0 150px;
    align-items: center;
    gap: 100px;
}

.management-innovation-img{
    width: 50%;
}

.management-innovation-text{
    font-size: 1.2rem;
    width: 40%;
    text-align: left;
    position: relative;
}

.management-corner1{
    top: -30px;
}

.management-smaller-left{
    width: 36%;
    position: relative;
}

.management-smaller-right{
    width: 64%;
    padding: 150px 0 0 150px;
    position: relative;
}

.management-smaller1{
    width: 90%;
}

.management-smaller2{
    position: absolute;
    left: 200px;
    bottom: -200px;
    width: 85%;
}

.management-smaller-flwx{
    align-items: flex-start;
    gap: 10px;
    font-size: 1.2rem;
    margin-bottom: 50px;
    text-align: left;
}

.management-smaller-flwx div{
    width: 95%;
}

.management-smaller-arrow{
    position: absolute;
    top: 90px;
    left: -15px;
    width: 47%;
    z-index: -1;
    object-position: bottom;
    height: 750px;
}

.management-smaller-flwx2{
    position: relative;
}

.management-smaller-white{
    position: absolute;
    width: 300px;
    top: -140px;
    left: -290px;
}

.management-flex{
    margin-bottom: 200px;
}

.management-smaller-text{
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.management-smaller-triangle{
    width: 300px;
    margin-bottom: 30px;
}

.management-smaller-box{
    font-size: 2.1rem;
    font-weight: 600;
    padding: 50px;
    width: 80%;
    margin: auto;
    box-shadow: 4px 4px 20px rgba(6, 24, 42, 0.15);
    position: relative;
}

.management-smaller-box::after{
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: rgba(190, 172, 9, 1);
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
}

.management-man{
    position: absolute;
    width: 30%;
    right: -150px;
    top: -300px;
}

.management-hints-top{
    background-color: rgba(248, 248, 248, 1);
    position: relative;
    padding: 100px 0 50px;
}

.management-hints-top::after{
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: rgba(248, 248, 248, 1);
    width: 70%;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
}

.management-hints-box{
    width: 80%;
    margin: 80px auto 0;
    z-index: 1;
    position: relative;
}

.management-hints-flex{
    background-color: rgba(216, 227, 235, 1);
    align-items: center;
    position: relative;
    margin-bottom: 100px;
    height: 150px;
}

.management-hints-flex::after{
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: rgba(216, 227, 235, 1);
    width: 20%;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.management-hints-flex2:after{
    display: none;
}

.management-hints-white{
    position: absolute;
    width: 300px;
    top: -100px;
    right: -170px;
}

.management-hints-flex2{
    position: relative;
}

.management-hints-title{
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(15, 57, 139, 1);
    width: 170px;
    text-align: left;
    padding-left: 30px;
}

.management-hints-text{
    border-left: 1px dashed rgba(255, 255, 255, 1);
    padding: 0 30px;
    text-align: left;
    width: calc(100% - 170px);
}

.management-hints-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    z-index: 0;
}

.management-hints-mark{
    width: 53px;
    margin: 0;
}

.management-mark-flex p{
    width: calc(100% - 53px);
}

.management-man-top{
    background-image: url("../images/management-man-bg.jpg");
    padding-bottom: 200px;
}

.management-man-text{
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 100px;
}

.management-mark-flex{
    align-items: flex-start;
}


@media screen and (max-width:1500px) {
    .management-gray-img {
        bottom: 0px;
    }

    .management-innovation-img {
        width: 46%;
    }

    .management-smaller-flwx div {
        width: 94%;
    }

    .management-smaller-arrow {
        height: 105%;
    }

    .management-smaller2 {
        left: 100px;
        bottom: -50px;
    }

}

@media screen and (max-width:1200px) {
    .management-smaller-arrow {
        height: 880px;
        width: 60%;
        left: -45px;
    }
        .management-smaller-flwx div {
        width: 92%;
    }

    .management-smaller1 {
        width: 100%;
        margin-top: 100px;
    }

    .management-smaller2 {
        left: 50px;
        bottom: 0px;
        width: 100%;
    }

    .management-hints-white {
        right: -130px;
    }

    .management-smaller-box {
        width: 89%;
        margin: 0 auto 0 0;
    }

    .management-man {
        width: 25%;
        top: -157px;
    }

    .management-innovation-top {
        width: 100%;
    }

    .management-innovation-img {
        width: 40%;
        margin: 0;
    }

    .management-innovation-text {
        width: 45%;
    }
}

@media screen and (max-width:1023px) {
    .management-gray-box {
        width: 100%;
    }

    .management-gray-img {
        bottom: 190px;
    }
    
    .management-innovation-flex {
        gap: 50px;
    }
    
    .management-innovation-text {
        width: 52%;
    }

    .management-corner2{
        bottom: -20px;
        left: -30px;
    }

    .management-corner1 {
        top: -20px;
        right: -20px;
    }

    .management-smaller-white {
        width: 250px;
        top: -108px;
        left: -240px;
    }

    .management-smaller-right {
        width: 100%;
        padding: 150px 0 0 200px;
    }

    .management-smaller-arrow {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .management-smaller-left {
        width: 100%;
    }

    .management-smaller1 {
        width: 65%;
        margin: 0 auto 0 0;
    }

    .management-smaller2 {
        left: auto;
        bottom: -100px;
        width: 50%;
        right: 0;
    }

    .management-man {
        width: 40%;
        top: -118px;
    }

    .management-hints-box {
        width: 100%;
    }

    .management-hints-title {
        width: 150px;
        padding-left: 20px;
    }

    .management-hints-text {
        padding: 0 20px;
        width: calc(100% - 150px);
    }

    .management-hints-flex {
        height: auto;
        padding: 30px 0;
    }

    .management-hints-white {
        width: 250px;
        top: -82px;
        right: -40px;
    }
    }

@media screen and (max-width:767px) {
    .management-gray-top {
        padding: 30px 0 100px;
    }

    .management-gray-text {
        margin: 0px 0 25px;
    }

    .management-gray-img {
        bottom: -50px;
        width: 55%;
        right: 80px;
    }

    .management-gray-top::after {
        width: 70%;
        height: 50px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .management-worries-top{
        padding: 70px 0 30px;
    }

    .management-worries-title {
        font-size: 1.7rem;
        margin-bottom: 25px;
    }

    .management-worries-text{
        text-align: left;
    }

    .management-innovation-top::after {
        height: 70px;
        top: -70px;
    }

    .management-innovation-top {
        margin: 90px auto 0;
    }

    .management-innovation-img {
        width: 80%;
        margin: auto;
    }

    .management-innovation-text {
        width: 90%;
        margin-left: 20px;
    }

    .management-innovation-flex {
        margin: 25px 0 40px;
    }

    .management-smaller1 {
        width: 70%;
    }

    .management-smaller2 {
        bottom: -100px;
        width: 65%;
        right: -30px;
    }

    .establish-gray-en {
        font-size: 2.4rem;
    }

    .management-smaller-right {
        padding: 90px 0 0 0px;
    }

    .management-smaller-white{
        display: none;
    }

    .management-smaller-flwx div {
        width: 90%;
    }

    .management-smaller-flwx {
        margin-bottom: 25px;
    }

    .management-smaller-arrow {
        height: 620px;
        top: 70px;
    }

    .management-flex {
        margin-bottom: 50px;
    }

    .management-smaller-text {
        margin-bottom: 25px;
        text-align: left;
    }

    .management-smaller-triangle {
        margin-bottom: 20px;
    }

    .management-man {
        display: none;
    }

    .management-smaller-box {
        width: 100%;
        padding: 25px 10px 25px 19px;
        font-size: 1.7rem;
        text-align: left;
    }

    .management-smaller-box::after {
        width: 50px;
        height: 50px;
    }

    .management-hints-top {
        padding: 30px 0;
    }

    .management-hints-box {
        margin: 25px auto 0;
    }

    .management-hints-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .management-hints-text {
        width: 100%;
    }

    .management-hints-flex {
        padding: 20px 0;
    }

    .management-hints-flex::after {
        width: 50%;
        height: 30px;
        bottom: -30px;
    }

    .management-hints-flex {
        margin-bottom: 50px;
    }

    .management-hints-flex2 {
        margin: 120px 0 15px;
    }

    .management-hints-white {
        top: -85px;
        right: 15px;
    }

    .management-mark-flex p {
        width: 100%;
        text-align: left;
    }

    .management-hints-top::after {
        height: 50px;
        bottom: -50px;
    }

    .management-man-top {
        padding: 75px 0 30px;
    }

    .management-man-top p{
        text-align: left;
    }

    .management-man-text {
        margin-top: 25px;
    }
    

}




/*医業経営の方へmedical
-----------------------------------------------------------------------------------------*/
.page-top-title2{
    color: rgba(0, 151, 124, 1);
}

.medical-top{
    position: relative;
    padding-bottom: 100px;
    background-position: right;
    background-image: url("../images/medical-bg.jpg");
}

.medical-color{
    background: linear-gradient(transparent 70%, rgba(0, 151, 124, 1) 70%);
}

.medical-title{
    font-size: 3.1rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
}

.medical-sub{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
    position: relative;
    margin: 25px 0 250px;
}

.medical-sub::after{
    position: absolute;
    content: '';
    bottom: -170px;
    left: 50%;
    height: 120px;
    width: 1px;
    background-color: rgba(0, 151, 124, 1)
}

.medical-text{
    font-size: 1.2rem;
    font-weight: 600;
    margin: auto;
}

.medical-img{
    position: absolute;
    width: 30%;
    right: 0;
    top: 25%;
}

.medical-green-top{
    padding: 100px 0 200px;
}

.medical-green{
    color: rgba(0, 151, 124, 1);
}

.page-title-green{
    color:rgba(0, 151, 124, 1);
}

.medical-service-title{
    background-color: rgba(0, 151, 124, 1);
}

.medical-service-link{
    background-color: rgba(0, 151, 124, 0.7);

}
@media screen and (max-width:1200px) {
    .medical-img {
        width: 35%;
        top: 17%;
    }
}

@media screen and (max-width:1023px) {
    .medical-img {
        width: 35%;
        top: 32%;
    }
}

@media screen and (max-width:767px) {
    .medical-title {
        font-size: 2rem;
    }

    .medical-sub {
        font-size: 1.8rem;
        margin: 25px 0 70px;
    }

    .medical-sub::after {
        bottom: -60px;
        height: 50px;
    }

    .medical-text {
        text-align: left;
    }

    .medical-top {
        padding-bottom: 80px;
    }

    .medical-img {
        width: 34%;
        top: 62%;
    }

    .medical-green-top {
        padding: 0px 0 30px;
    }

    .medical-top {
        background-position: center;
    }

}




/*医業経営の方へ management-support医業経営支援サービス
-----------------------------------------------------------------------------------------*/
.page-sub-title2{
    background-color: rgba(0, 151, 124, 1);
}

.medical-ms-limk-top{
    padding-top: 100px;
    font-size: 1.2rem;
    font-weight: 600;
    width: 80%;
    margin: auto;
}

.medical-ms-limk-index{
    position: relative;
    text-align: left;
    color: rgba(78, 78, 78, 1);
    margin: 0 0 10px 60px;

}

.medical-ms-limk-index::after{
    position: absolute;
    content: '';
    height: 0.5px;
    width: 50px;
    background-color: rgba(156, 156, 156, 1);
    top: 50%;
    left: -60px;
}

.medical-ms-limk-flex{
    gap: 50px;
    justify-content: space-between;
}

.medical-ms-limk-flex a{
    color: rgba(78, 78, 78, 1);
}

.medical-ms-support-top{
    padding: 150px 0;
}

.medical-ms-support-flex{
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.medical-ms-support1{
    width: 23%;
    margin: 0;
}

.medical-ms-support2{
    width: 23%;
    position: absolute;
    top: 150px;
    left: 20%;
    z-index: -1;
}

.medical-ms-support-right{
    width: 50%;
}

.medical-ms-support-right p{
    text-align: left;
    margin-left: 100px;
}

.medical-ms-support-taitle{
    background-color: rgba(0, 151, 124, 1);
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding: 7px 50px;
    width: 85%;
}

.medical-ms-support-taitle2{
    margin: 0 0 80px 100px;
}

.medical-ms-consul-top{
    width: 80%;
    margin: auto;
    text-align: left;
    padding-bottom: 100px;
    padding-top: 100px;
}

.medical-ms-consul-flex{
    justify-content: space-between;
    margin-bottom: 35px;
}

.medical-ms-consul-title{
    text-align: left;
}

.medical-ms-consul-en{
    color: rgba(0, 151, 124, 1);
    font-size: 2.5rem;
    font-weight: 500;
}

.medical-ms-consul-ja{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(0, 151, 124, 1);
}


.medical-ms-consul-img{
    width: 35%;
    margin: 0;
}

.medical-ms-consul-number{
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(156, 156, 156, 1);
}

.medical-ms-consul-number span{
    font-size: 2.1rem;
    color: rgba(0, 151, 124, 1);
    margin-right: 10px;
}

.medical-ms-consul-jp{
    margin-left: 50px;
}

.medical-ms-consul-box{
    margin: 50px 0 0 50px;
    align-items: center;
}

.medical-ms-consul-green{
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(0, 151, 124, 1);
    width: 260px;
}

.medical-ms-consul-set{
    gap: 40px;
    padding-left: 50px;
    border-left: 1px solid rgba(0, 151, 124, 1);
}

.medical-ms-consul-set2{
    padding-left: 50px;
}

.medical-ms-consul-text{
    width: 250px;
    margin-bottom: 20px;
}

.medical-ms-consul-text2{
    margin-bottom: 20px;
}

.medical-ms-consul-number2{
    margin-top: 100px;
}

.medical-ms-consul-jp2{
    margin-bottom: 50px;
}

.medical-ms-consul-span{
    padding-left: 50px;
}

.medical-ms-gray-top{
    padding: 100px 0;
    background-color: rgba(248, 248, 248, 1);
}

.medical-ms-gray-box{
    width: 80%;
    margin: auto;
    text-align: left;

}


@media screen and (max-width:1500px) {
    .medical-ms-consul-green {
        width: 230px;
    }

    .medical-ms-consul-set {
        gap: 29px;
        padding-left: 30px;
    }
}

@media screen and (max-width:1400px) {
    .medical-ms-limk-top {
        width: 90%;
    }

    .medical-ms-support-right {
        width: 56%;
    }

    .medical-ms-support-taitle {
        padding: 7px 40px;
    }

    .medical-ms-consul-top {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .medical-ms-limk-top {
        width: 100%;
    }

    .medical-ms-limk-flex {
        gap: 40px;
    }

    .medical-ms-support-right {
        width: 67%;
    }

    .medical-ms-gray-box {
        width: 100%;
    }

    .medical-ms-support2 {
        left: 17%;
    }

    .medical-ms-consul-green {
        width: 100%;
        margin-bottom: 15px;
    }

}

@media screen and (max-width:1023px) {
    .medical-ms-limk-flex {
        justify-content: flex-start;
    }

    .medical-ms-support-right {
        width: 95%;
    }

    .medical-ms-support1 {
        width: 50%;
        margin: 0 0 30px 50px;
        object-fit: cover;
        height: 300px;
    }

    .medical-ms-support2 {
        width: 35%;
        height: 300px;
        object-fit: cover;
        top: -50px;
        left: 53%;
    }
}

@media screen and (max-width:767px) {
    .medical-ms-limk-top {
        padding-top: 30px;
    }

    .medical-ms-limk-flex {
        gap: 20px 30px;
    }

    .medical-ms-support1 {
        width: 65%;
        margin: 0 0 25px 0px;
        height: 250px;
    }

    .medical-ms-support2 {
        width: 50%;
        height: 250px;
        top: -40px;
        left: 55%;
    }

    .medical-ms-support-taitle {
        font-size: 1.5rem;
        padding: 7px;
        width: 100%;
    }

    .medical-ms-support-taitle2 {
        margin: 0 0 25px 30px;
    }

    .medical-ms-support-right p {
        margin-left: 0px;
    }

    .medical-ms-support-top {
        padding: 40px 0 30px;
    }

    .medical-ms-consul-top {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .medical-ms-consul-ja {
        font-size: 1.7rem;
    }

    .medical-ms-consul-img {
        width: 80%;
        margin: 20px auto 0;
    }

    .medical-ms-consul-flex {
        margin-bottom: 25px;
    }

    .medical-ms-consul-number {
        font-size: 1.5rem;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .medical-ms-consul-jp {
        margin-left: 0px;
    }

    .medical-ms-consul-box {
        margin: 25px 0 0 0px;
    }

    .medical-ms-consul-text {
        margin-bottom: 15px;
    }

    .medical-ms-consul-set {
        gap: 15px;
        padding-left: 15px;
    }

    .medical-ms-consul-number2 {
        margin-top: 25px;
    }

    .medical-ms-consul-jp2 {
        margin-bottom: 25px;
    }

    .medical-ms-consul-span {
        padding-left: 0px;
    }

    .medical-ms-gray-top {
        padding: 30px 0;
    }

    .medical-ms-consul-set2 {
        padding-left: 0px;
    }

    .medical-ms-consul-en {
        font-size: 2.2rem;
    }

    .medical-ms-consul-number {
        font-size: 1.3rem;
    }
}




/*医業経営の方へ establish-support新規開業支援
-----------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
}




/*個人の方へindividuals
-----------------------------------------------------------------------------------------*/
.page-top4{
    background-image: url("../images/page-fv4.jpg");
}

.individuals-tax-top{
    background-image: url("../images/individuals-bg.jpg");
    padding-bottom: 200px;
    position: relative;
    background-position: right;
}

.individuals-tax-top::after{
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background-color: rgba(218, 147, 10, 0.8);
    bottom: 0;
    left: 50%;
}

.individuals-tax-sub{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
}

.individuals-tax-title{
    font-size: 3.6rem;
    font-weight: 600;
    color: rgba(78, 78, 78, 1);
    margin-bottom: 60px;
}

.individuals-tax-flex{
    gap: 50px;
    width: 60%;
    margin: auto;
}

.individuals-tax-flex img{
    width: calc((100% - 50px*2)/3);
}

.individuals-tax-text {
    font-size: 2.1rem;
    font-weight: 600;
    text-align: left;
    width: 80%;
    margin-left: auto;
}

.individuals-tax-span{
    margin-left: 300px;
    background: linear-gradient(transparent 70%, rgba(218, 147, 10, 1) 70%);
}

.individuals-jp-top{
    background-image: url("../images/individuals-jp-bg.jpg");
    padding: 70px 0 200px;
    position: relative;
}

.individuals-jp-top::after{
    position: absolute;
    content: '';
    height: 60px;
    width: 1px;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 50%;
}

.individuals-gray-en{
    color: rgba(192, 128, 3, 1);
}

.individuals-gray-title{
    color: rgba(255, 255, 255, 1);
}

.individuals-jp-flex{
    gap: 100px;
    justify-content: center;
    width: 96%;
    margin-left: auto;
}

.individuals-jp-box{
    position: relative;
    padding: 20px 40px;
    width: calc((100% - 100px*2)/3);
    background-color: rgba(255, 255, 255, 0.55);
}

.individuals-jp-number{
    position: absolute;
    width: 100px;
    top: -50px;
    left: -50px;
}

.individuals-jp-title{
    color: rgba(78, 78, 78, 1);
    height: 110px;
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.individuals-jp-title2{
    padding-top: 30px;
}

.individuals-jp-box p{
    text-align: left;
}

.individuals-service-flex{
    justify-content: center;
}

.individuals-service-link{
    background-color: rgba(218, 147, 10, 1);
}

.individuals-service-title{
    background-color: rgba(192, 128, 3, 1);
}

.individuals-service-top{
    padding-bottom: 200px;
}

@media screen and (max-width:1398px) {
    .individuals-jp-title3{
        padding-top: 0;
    }

    .individuals-br{
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .individuals-tax-text {
        width: 90%;
    }

    .individuals-tax-span {
        margin-left: 100px;
    }

    .individuals-jp-flex {
        gap: 60px;
        width: 98%;
    }

    .individuals-jp-box {
    padding: 20px;
    width: calc((100% - 60px * 2) / 3);
    }

    .individuals-jp-br{
        display: none;
    }

    .individuals-tax-flex {
        width: 80%;
    }

}

@media screen and (max-width:1023px) {
    .individuals-tax-title {
        font-size: 3rem;
    }

    .individuals-tax-flex {
        width: 100%;
    }

    .individuals-jp-box {
        width: calc((100% - 60px) / 2);
    }
}

@media screen and (max-width:767px) {
    .individuals-tax-sub {
        font-size: 1.7rem;
    }

    .individuals-tax-title {
        font-size: 2.8rem;
        margin: 10px 0 25px;
    }

    .individuals-tax-flex img {
        width: calc((100% - 5px * 2) / 3);
    }

    .individuals-tax-flex {
        gap: 5px;
    }

    .individuals-tax-text {
        width: 100%;
    }

    .individuals-white-box{
        margin-top: 25px;
    }

    .individuals-tax-span{
        margin-left: 0;
    }

    .individuals-tax-top {
        padding-bottom: 80px;
    }

    .individuals-jp-box {
        width: 92%;
        margin: 30px 0 0 auto;
    }

    .individuals-jp-title3 {
        padding-top: 30px;
    }

    .individuals-jp-flex {
        gap: 30px;
    }

    .individuals-jp-top {
        padding: 70px 0 30px;
    }

    .individuals-service-top {
        padding: 0 0 30px;
    }

}



/*個人の方へinheritance-tax相続税申告
-----------------------------------------------------------------------------------------*/
.page-sub-title3{
    background-color: rgba(218, 147, 10, 1);
}

.page-top-title3{
    color: rgba(218, 147, 10, 1);
}

.tax-gray-en{
    color: rgba(218, 147, 10, 1);
}

.tax-gray-title{
    margin-bottom: 60px;
    color: rgba(218, 147, 10, 1);
}

.tax-reckon-box{
    text-align: left;
    width: 80%;
    margin: auto;
    position: relative;
}

.tax-flow-arrow{
    position: absolute;
    top: 0;
    left: -200px;
    width: 350px;
    height: 670px;
}

.tax-flow-arrow2{
    height: 460px;
}

.tax-flow-arrow3{
    height: 400px;
}

.tax-flow-arrow4{
    height: 750px;
}

.tax-consul-number{
    margin-top: 100px;
}

.tax-consul-number span{
    color: rgba(218, 147, 10, 1);
}

.tax-reckon-img1{
    margin-top: 100px;
}

.tax-reckon-img-box{
    overflow-y: scroll;
    margin-top: 150px;
}

.tax-reckon-img2{
    width: 1500px;
}

.tax-reckon-span{
    color: rgba(218, 147, 10, 1);
    border-bottom: 3px solid rgba(218, 147, 10, 1);
    padding-bottom: 5px;
}

.tax-flow-top{
    padding-bottom: 400px;
}

.tax-flow-box{
    position: relative;
    text-align: left;
    margin-left: 200px;
}

.tax-flow-orange{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    padding: 7px;
    width: 600px;
    margin-bottom: 50px;
    background-color: rgba(218, 147, 10, 1);
}

.tax-flow-title{
    font-size: 1.7rem;
    font-weight: 600;
    margin-top: 40px;
    position: relative;
}

.tax-flow-title:first-child{
    margin-top: 0;
}

.tax-flow-title2{
    margin-bottom:20px;
}

.tax-flow-title::before{
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 17px;
    height: 17px;
    left: -30px;
    top: 50%;
    transform: translateY(-30%);
    background-color: rgba(218, 147, 10, 1);
}

.tax-flow-text{
    margin-top: 10px;
    display: inline-block;
}

.tax-flow-orange2{
    margin-top: 240px;
}
@media screen and (max-width:1023px) {
    .tax-reckon-box {
        width: 100%;
    }

    .tax-flow-box {
        margin-left: 80px;
    }

    .tax-flow-arrow {
        left: -120px;
        height: 900px;
    }

    .tax-flow-arrow2 {
        height: 600px;
    }

    .tax-flow-arrow3 {
        height: 400px;
    }

    .tax-gray-title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:767px) {
    .tax-reckon-sp{
        text-align: left;
    }

    .tax-consul-number {
        margin-top: 25px;
    }

    .tax-reckon-img1 {
        margin-top: 25px;
    }

    .tax-reckon-span {
        padding-bottom: 0px;
    }

    .tax-reckon-img-box {
        margin-top: 25px;
    }

    .tax-reckon-img2 {
        height: 100vh;
    }

    .tax-flow-orange {
        font-size: 2rem;
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
    }

    .tax-flow-arrow {
        left: 50%;
        transform: translateX(-55%);
        height: 800px;
    }

    .tax-flow-box {
        margin-left: 30px;
    }

    .tax-flow-title {
        margin-top: 25px;
    }

    .tax-flow-title2 {
        margin-bottom: 10px;
    }

    .tax-flow-orange2 {
        margin-top: 100px;
    }

    .tax-flow-arrow2{
        height: 550px;
    }

    .tax-flow-arrow3 {
        height: 360px;
    }

    .tax-flow-arrow4 {
        height: 750px;
    }

    .tax-flow-top {
        padding-bottom: 100px;
    }
}

/*個人の方へ inheritance-arrangement 遺産整理手続き
-----------------------------------------------------------------------------------------*/
.arrangement-top{
    padding: 150px 0 200px;
}

.arrangement-white-text{
    margin-right: auto;
    width: 96%;
}

.arrangement-white-box{
    padding: 70px 70px 50px 205px ;
    margin-top: 250px;
}

.arrangement-white-box::after{
    background-color: rgba(218, 147, 10, 1);
}

.arrangement-woman{
    left: -220px;
}

.arrangement-money-flex{
    background-color: rgba(218, 147, 10, 0.4);
    padding: 40px 80px;
    gap: 80px;
    width: 80%;
    margin: auto;
    position: relative;
}

.arrangement-money-flex::after{
    position: absolute;
    content: '';
    background-color: rgba(218, 147, 10, 0.4);
    width: 140px;
    height: 50px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.arrangement-money-orange{
    background-color: rgba(218, 147, 10, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.7rem;
    font-weight: 600;
    padding: 5px 30px;
}

.arrangement-money-number{
    font-size: 1.7rem;
    font-weight: 600;
}

.arrangement-money-mark{
    width: 53px;
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}

.arrangement-money-set{
    margin: 80px auto;
    width: fit-content;
}

.arrangement-money-span{
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.arrangement-money-text{
    text-align: left;
}

.arrangement-money-title{
    font-size: 1.7rem;
    font-weight: 600;
    margin: 30px 0 20px;
}

.arrangement-money-box{
    text-align: center;
    border:1px solid rgba(218, 147, 10, 1);
}

.arrangement-money-sub{
    background-color: rgba(218, 147, 10, 1);
    font-size: 1.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    width: 340px;
    padding: 20px 0;
}

.arrangement-money-box p{
    font-size: 1.2rem;
    text-align: center;
    padding: 20px 0;
    width: calc(100% - 340px);
}

.arrangement-table{
    margin: 80px 0 20px;
}

.arrangement-table-th, .arrangement-table-td{
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.arrangement-table-th{
    padding: 0 60px; 
    width: 40%;
    background-color: rgba(218, 147, 10, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.arrangement-table-td{
    text-align: center;
    background-color: rgba(239, 239, 239, 1);
    width: 30%;
}

.arrangement-table-top{
    padding-left: 0;
    text-align: center;
    font-weight: 600;
    padding-left: 0;
    height: 53px;
}

.arrangement-table-td2{
    height: 40px;
}

.arrangement-table-td3{
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.arrangement-top{
    padding-top: 50px;
}

@media screen and (max-width:1600px) {
    .arrangement-table-th {
        padding: 0 30px;
    }

    .arrangement-money-flex {
        width: 100%;
    }

}

@media screen and (max-width:1400px) {
    
    .arrangement-money-flex {
        gap: 70px;
    }
    
    .tax-reckon-box {
        width: 100%;
    }
    
    .arrangement-woman {
        left: -100px;
        width: 35%;
    }
}

@media screen and (max-width:1200px) {
    .arrangement-white-box {
        padding: 70px 70px 50px 160px;
    }
}

@media screen and (max-width:1023px) {
    .arrangement-woman {
        width: 45%;
    }

    .arrangement-money-orange {
        padding: 5px 15px;
    }

    .arrangement-money-number {
        font-size: 1.5rem;
    }

    .arrangement-money-flex {
        gap: 30px;
        padding: 40px 30px;
    }

    .arrangement-money-mark {
        margin-right: 5px;
    }

    .arrangement-white-box {
        margin-top: 100px;
    }

    .arrangement-top{
        padding-top: 0px;
    }
}
@media screen and (max-width:767px) {
    .arrangement-white-box {
        padding: 20px;
        margin-top: 25px;
    }

    .arrangement-money-flex {
        gap: 15px;
        padding: 20px 10px 20px 20px;
    }

    .arrangement-money-number {
        font-size: 1.2rem;
    }

    .arrangement-money-set {
        margin: 50px auto 25px;
    }

    .arrangement-money-mark {
        width: 50px;
    }

    .arrangement-money-span {
        font-size: 1.5rem;
    }

    .arrangement-money-title {
        margin: 25px 0 20px;
    }

    .arrangement-money-box p {
        width: 100%;
    }

    .arrangement-money-sub {
        width: 100%;
        padding: 10px 0;
    }

    .arrangement-table {
        margin: 25px 0 20px;
    }
    
    .arrangement-table-th {
        display: block;
        padding: 15px 20px;
        width: 100%;
    }

    .arrangement-table-td {
        display: inline-block;
        width: 50%;
        padding: 15px 20px;
    }

    .arrangement-table-th, .arrangement-table-td {
        height: auto;
    }

    .arrangement-table-top{
        width: 100%;
    }

    .arrangement-table-td-sp{
        width: 100%;
    }
}



/*個人の方へ gift-inter-vivos 生前贈与・贈与税申告
-----------------------------------------------------------------------------------------*/
.gift-orange{
    background-color: rgba(218, 147, 10, 1);
}

.gift-point-top{
    position: relative;
    width: 80%;
    margin: auto;
    padding-bottom: 200px;
}

.gift-point-title{
    margin-bottom: 80px;
}

.gift-point-orange{
    color: rgba(218, 147, 10, 1);
}

.gift-point-flex{
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.gift-point-number{
    width: 140px;
    margin: 0;
}

.gift-point-text{
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
}

.gift-man{
    position: absolute;
    width: 45%;
    top: 150px;
    right: 0;
}
@media screen and (max-width:1450px) {
    .gift-man {
        top: 50px;
    }

    .gift-point-top {
        width: 90%;
    }
}

@media screen and (max-width:1200px) {
    .gift-point-number {
        width: 120px;
    }

    .gift-point-flex {
        gap: 20px;
    }

    .gift-point-top {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .gift-point-top {
        padding: 0;
    }

    .gift-point-number {
        width: 100px;
    }

    .gift-point-flex {
        gap: 10px;
    }

    .gift-point-text {
        font-size: 1.2rem;
    }

    .gift-man {
        top: -30px;
    }
}

@media screen and (max-width:767px) {
    .gift-support-top{
        padding-top: 80px;
    }

    .gift-point-number {
        width: 80px;
    }

    .gift-point-text {
        width: 70%;
    }

    .gift-point-top {
        padding: 30px 0;
    }

    .gift-point-flex {
        margin-bottom: 30px;
    }

    .gift-point-title {
        margin-bottom: 30px;
    }

}


/*個人の方へ will 遺言書作成
-----------------------------------------------------------------------------------------*/
.will-point-top{
    padding-bottom: 200px;
}

.will-point-title{
    margin: 100px 0 50px;
}

.will-point-box{
    position: relative;
    margin: 0 0 200px;
    width: 100%;
}

.will-point-img{
    position: absolute;
    width: 60%;
    top: -30%;
    right: 0;
    margin-right: calc(50% - 50vw);
}

.will-point-orange span{
    color: rgba(218, 147, 10, 1);
}
@media screen and (max-width:1300px) {
    .will-point-img {
        top: 44%;
        width: 50%;
    }
}

@media screen and (max-width:1023px) {
    .will-point-img {
        top: 53%;
    }
}

@media screen and (max-width:767px) {
    .will-point-title {
        margin: 20px 0;
    }

        .will-point-box {
        margin: 0 0 10px;
    }

    .will-point-top {
        padding-bottom: 30px;
    }

    .will-point-img{
        display: none;
    }

}



/*個人の方へ income-tax 所得税申告
-----------------------------------------------------------------------------------------*/
.income-top{
    width: 70%;
    padding: 100px 0 200px;
    margin: auto;
}

.income-img{
    position: absolute;
    width: 60%;
    top: -20%;
    right: 0;
    margin-right: calc(50% - 50vw);
}  

.income-box{
    margin-top: 270px;
}
@media screen and (max-width:1300px) {
    .income-img {
        top: 35%;
    }

    .income-woman{
        width: 60%;
    }
}   

@media screen and (max-width:1023px) {
    .income-top {
        width: 100%;
        padding: 0 0 100px;
    }

    .income-img {
        top: 25%;
        width: 50%;
    }

    .income-woman {
        width: 45%;
        left: -100px;
    }

    .income-img {
        top: 92%;
        width: 80%;
    }

    .income-box {
        margin-top: 140px;
    }

    .income-top {
        padding: 0 0 30px;
    }
}    

@media screen and (max-width:767px) {
}    




/*privacy policy
-----------------------------------------------------------------------------------------*/
.privacy-top{
    text-align: left;
    padding-bottom: 200px;
    width: 80%;
    margin: auto;
}

.privacy-title{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px 0 15px;
    padding: 5px 0 5px 10px;
    border-left: 5px solid rgba(15, 57, 139, 1);
}

.privacy-title:first-child{
    margin-top: 0;
}
@media screen and (max-width:1024px) {
    .privacy-top {
        width: 100%;
    }

    .privacy-title {
        margin: 20px 0 10px;
        font-size: 1.1rem;
    }

    .privacy-top {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
}

/*採用情報 page-recruit
-----------------------------------------------------------------------------------------*/
.page-top-recruit{
    background-image: url("../images/page-recruit.jpg");
    height: 900px;
    position: relative;
}    

.recruit-top-sub{
    font-size: 3.6rem;
    font-weight: 600;
    color: rgba(15, 57, 139, 1);
    margin-bottom: 30px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}    

.recruit-top-title{
    font-size: 3.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}    

.recruit-top-text{
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}  

.recruit-message-top{
    position: relative;
    padding-bottom: 200px;
}

.recruit-interview-top{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%);
    padding-bottom: 130px;
}

.recruit-message-title{
    font-size: 7.5rem;
    font-weight: 500;
    color: transparent;
    background: repeating-linear-gradient( 90deg, rgba(61, 106, 194, 1) 0, rgba(4, 44, 121, 1) 100% );
    -webkit-background-clip: text;
    margin-bottom: 100px;
}

.recruit-message-flex{
    width: 80%;
    gap: 30px;
    text-align: left;
    align-items: flex-start;
}  

.recruit-message-left{
    width: 61%;
}

.recruit-message-sub{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 70px;
    color: rgba(156, 156, 156, 1);
}

.recruit-message1{
    width: 33%;
    margin: 0;
}

.recruit-message2{
    position: absolute;
    top: 250px;
    right: 100px;
    width: 20%;
    z-index: -1;
}

.recruit-message-bg{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70%;
    z-index: -1;
}

.recruit-interview-flex{
    gap: 100px;
    text-align: left;
}

.recruit-interview-box{
    position: relative;
    width: calc((100% - 100px*2)/3);
}

.recruit-interview-white{
    position: absolute;
    font-size: 1.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    top: 60%;
    left: 30px;
}

.recruit-interview-box p{
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 20px;
}

.recruit-job-top{
    position: relative;
    padding: 0;
}

.recruit-job-bg{
    position: absolute;
    width: 70%;
    right: 0;
    bottom: -120px;
    z-index: -1;
}

.recruit-job-img{
    width: 72%;
    margin: 0 auto 0 0;
    margin-left: calc(50% - 50vw);
}

.recruit-job-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 80px;
    box-shadow: 4px 4px 20px rgba(165, 169, 171, 0.24);
}

.recruit-job-title{
    font-size: 5rem;
    margin-bottom: 50px;
}

.recruit-job-box p{
    font-weight: 500;
}

@media screen and (max-width:1300px) {
    .page-top-recruit {
        height: 700px;
    }

    .recruit-message-top{
        padding: 150px 0 0;
    }

    .recruit-message-flex {
        width: 100%;
        align-items: flex-end;
    }

    .recruit-message-title {
        font-size: 7rem;
    }

    .recruit-message-sub {
        font-size: 3.5rem;
        color: rgba(156, 156, 156, 1);
    }

    .recruit-message2 {
        top: 200px;
        right: 50px;
    }

    .recruit-interview-flex {
        gap: 50px;
    }

    .recruit-interview-box {
        width: calc((100% - 50px * 2) / 3);
    }

    .recruit-job-box {
        right: 50px;
        padding: 50px;
    }

    .recruit-job-title {
        font-size: 4rem;
    }

    .recruit-top-text {
        top: 60%;
    }

    .recruit-interview-box p{
        padding-top: 10px;
    }
}

@media screen and (max-width:1023px) {
    .page-top-recruit {
        height: 450px;
    }

    .recruit-top-sub {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .recruit-top-title {
        font-size: 2.5rem;
    }

    .recruit-top-text {
        top: 62%;
    }

    .recruit-message-title {
        font-size: 5.5rem;
        text-align: left;
        margin-bottom: 20px
    }

    .recruit-message-sub {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .recruit-message-left {
        width: 72%;
    }

    .recruit-message-flex {
        gap: 0px;
    }

    .recruit-message-left p{
        width: 90%;
    }

    .recruit-message1 {
        width: 28%;
    }

    .recruit-message2 {
        top: 290px;
        right: 30px;
    }

    .recruit-message-top{
        padding: 100px 0;
    }

    .recruit-interview-flex {
        gap: 20px;
    }

    .recruit-interview-box {
        width: calc((100% - 20px * 2) / 3);
    }

    .recruit-interview-box p{
        padding-top: 5px;
    }

    .recruit-job-title{
        font-size: 3rem;
    }

    .recruit-job-box {
        padding: 50px 35px;
    }
}

@media screen and (max-width:767px) {
    .page-top-recruit {
        height: 320px;
        background-position: -180px;
    }

    .recruit-top-sub {
        font-size: 2rem;
    }

    .recruit-top-title {
        font-size: 1.5rem;
    }

    .recruit-top-text {
        top: 57%;
    }

    .recruit-message-title {
        font-size: 3.4rem;
        margin-bottom: 0px;
    }

    .recruit-message-left {
        width: 100%;
    }

    .recruit-message-sub {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .recruit-message1 {
        width: 60%;
        margin-top: 20px;
    }

    .recruit-message2 {
        top: 624px;
        right: 30px;
        width: 40%;
    }

    .recruit-message-bg {
        bottom: 360px;
        width: 100%;
    }

    .recruit-message-top {
        padding: 30px 0;
    }

    .recruit-interview-box {
        width: 100%;
    }

    .recruit-job-box {
        padding: 25px 10px;
    }

    .recruit-job-img {
        width: 100%;
    }

    .recruit-interview-top {
        padding-bottom: 40px;
    }

    .recruit-job-title {
        font-size: 2rem;
        text-align: center;
    }

    .recruit-job-box {
        padding: 25px 15px;
        top: 60%;
        left: 15px;
        width: 90%;
    }

    .recruit-job-top {
        padding: 0 0 150px;
    }
}

/*footer-entry
-----------------------------------------------------------------------------------------*/
.footer-entry-top{
    position: relative;
    padding-top: 350px;
}

.footer-entry-img{
    /* background-image: url("../images/footer-entry-img.jpg"); */
    width: 100%;
}

.footer-entry-box{
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

@media screen and (max-width:1023px) {
    .footer-entry-box {
    top: 150px;
    width: 70%;
}
}

@media screen and (max-width:767px) {
    .footer-entry-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .recruit-job-box p {
        font-weight: 600;
        font-size: 0.9rem;
    }

    .footer-entry-box {
        top: 20px;
        width: 90%;
    }

    .footer-entry-top {
        padding: 100px 0 0;
    }

    .recruit-job-bg {
        width: 100%;
        bottom: -30px;
    }

}

/*インタビュー
-----------------------------------------------------------------------------------------*/
.page-top5{
    background-image: url("../images/page-fv5.jpg");
}  

.interview-top{
    position: relative;
}

.interview-link{
    color: rgba(54, 54, 54, 1);
}

.interview-img-bg{
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width:767px) {
    .interview-img-bg {
        bottom: 20px;
    }
}    

/*インタビュー1
-----------------------------------------------------------------------------------------*/
.interview1-wrapper{
    position: relative;
}

.interview1-flex{
    gap: 25px;
    align-items: flex-end;
}

.interview1-img{
    width: 60%;
    margin: 0;
}

.interview1-text{
    font-size: 2.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.interview1-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 44%;
}

.interview1-text p{
    width: fit-content;
    padding: 5px 50px;
    background-color: rgba(15, 57, 139, 1);
}

.interview1-title{
    margin-bottom: 40px;
}

p.interview1-title5{
    padding-right: 100px;
}

.interview2-top{
    position: relative;
    padding-top: 150px;
}

.interview2-bg{
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.interview2-box{
    width: 82%;
    text-align: left;
    padding: 35px 60px 10px;
    margin-bottom: 100px;
    box-shadow: 0 0 8px rgba(163, 163, 163, 0.25);
    background-color: rgba(255, 255, 255, 0.38);
}

.interview2-box:last-child{
    margin-bottom: 0;
}

.interview2-sub{
    font-weight: 500;
    margin-bottom: 20px;
}

.interview2-sub-span1 {
    color: rgba(15, 57, 139, 1);
    font-size: 0.7rem;
    margin-right: 10px;
    vertical-align: middle;
}

.interview2-sub-span2{
    vertical-align: middle;
}

.interview2-title{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    margin-left: 55px;
}

.interview2-line{
    position: absolute;
    top: 25px;
    left: -55px;
    width: 45px;
    height: 1px;
    background-color: rgba(54, 54, 54, 1);
}

.interview2-top p{
    margin: 0 0 60px 55px;
}

.interview2-box2{
    margin-left: auto;
}

.interview2-title-span{
    font-size: 1rem;
    font-weight: 500;
}

.interview2-img{
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 80%;
    z-index: -1;
}
@media screen and (max-width:1500px) {
    .interview1-text {
        left: 40%;
    }
}  

@media screen and (max-width:1420px) {
    .interview1-text {
        left: 29%;
    }

    .interview1-text2{
        left: 42%;
    }

    .interview1-text3{
        left: 50%;
    }

    .interview1-text {
        font-size: 2rem;
    }  

    .interview1-text p {
        padding: 5px 15px;
    }

    p.interview1-title5{
        padding-right: 100px;
    }


    .interview2-br{
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .interview1-title {
        margin-bottom: 20px;
    }
    
    .interview1-text2 {
        font-size: 1.7rem;
    }
    
    .interview1-text p {
        padding: 5px;
    }

    p.interview1-title5{
        padding-right: 100px;
    }


    .interview3-br{
        display: none;
    }
} 

@media screen and (max-width:1023px) {
    .interview1-text {
        left: 0%;
        top: 102%;
    }

    .interview1-text2 {
        font-size: 2rem;
    }
    
    .interview1-flex {
        gap: 10px;
    }

    .interview2-box {
        width: 100%;
        padding: 35px 30px 1px;
    }

    .interview2-bg {
        top: -270px;
    }
}    

@media screen and (max-width:767px) {
    .interview1-text p {
        padding: 10px 17px;
    }

    p.interview1-title5{
        padding-right: 50px;
    }


    .interview1-img {
        width: 64%;
    }

    .interview1-text {
        font-size: 1rem;
        top: 106%;
    }

    .interview2-top {
        padding-top: 50px;
    }

    .interview2-box {
        padding: 20px 10px 1px;
        margin-bottom: 30px;
    }

    .interview2-line {
        top: 15px;
        left: -30px;
        width: 25px;
    }

    .interview2-title {
        font-size: 1.4rem;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .interview2-top p {
        margin: 0 0 20px 25px;
    }

    .interview1-title {
        margin-bottom: 10px;
    }

    .interview2-bg {
        top: -180px;
    }

    .interview2-sub {
        margin-bottom: 15px;
    }

    .interview2-img {
        height: 300px;
        object-fit: cover;
    }
}    


/*お問い合わせ
-----------------------------------------------------------------------------------------*/
.contact-tel-text{
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.contact-tel-circle{
    font-size: 0.9rem;
    margin-right: 10px;
    vertical-align: middle;
    color: rgba(15, 57, 139, 1);
}

.contact-tel-circle2{
    vertical-align: middle;
}

.contact-tel-box{
    padding: 50px;
    width: 70%;
    margin: auto;
    box-shadow: 4px 4px 5px rgba(190, 204, 217, 0.27);
}

.contact-tel-number{
    font-size: 2.5rem;
    color: rgba(15, 57, 139, 1);
    margin-bottom: 20px;
}

.contact-tel-number span{
    font-size: 1.7rem;
    font-weight: 500;
    margin-right: 10px;
}

.contact-tel-dey{
    margin-bottom: 10px;
}

.contact-tel-set{
    font-weight: 500;
    width: 250px;
    margin: auto;
    text-align: left;
}

.contact-mail-top{
    padding: 100px 0 200px;
    width: 60%;
    margin: auto;
    text-align: left;
}

.contact-mail-text{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.wpcf7-list-item:first-child{
    margin: 0;
}

.text-common{
    width: 100%;
    height: 64px;
    padding: 10px 50px;
    border: none;
    margin: 10px 0 35px;
    border-radius: 15px;
    background-color: rgba(240, 240, 240, 1);
}

.contact-common{
    width: 100%;
    padding: 30px 50px;
    border: none;
    margin: 10px 0 35px;
    border-radius: 15px;
    background-color: rgba(240, 240, 240, 1);
}

.required{
    font-size: 0.7rem;
    color: rgba(222, 0, 0, 1);
    margin-left: 10px;
}

.contact-privacy{
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(57, 42, 92, 1);
}

.contact-sub{
    margin-top: 10px;
    color: rgba(0, 0, 0, 1);
}

.contact-sub a{
    color: rgba(0, 0, 0, 1);
    font-size: 0.9rem;
}

.button-submit{
    border: none;
    width: 350px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 50px auto 0;
    display: block;
    opacity: 0.5;
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    background: repeating-linear-gradient( 90deg, rgba(61, 106, 194, 1) 0, rgba(4, 44, 121, 1) 100% );
}

.button-submit.active {
    opacity: 1;
    cursor: pointer;
}

.contact-title p{
    font-weight: 500;
    color: rgba(62, 62, 62, 1);
}

.check-common{
    margin-bottom: 35px;
    display: inline-block;
}

.wpcf7 input[type="file"]{
    color: rgba(222, 0, 0, 1);
}

/* .check-common input{
    border: none;
    background-color: rgba(240, 240, 240, 1);
} */

.contact-file{
    margin: 10px 0 35px;
}

/* .file-common{
    height: 45px;
    border: none;
} */

.contact-file-form{
    font-size: 0.9rem;
    color: rgba(165, 165, 165, 1);
    margin-top: 10px;
}

@media screen and (max-width:1023px) {
    .contact-tel-box {
        width: 90%;
    }

    .contact-mail-top {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .contact-tel-box {
        width: 100%;
        padding: 13px;
    }

    .contact-tel-set {
        font-weight: 500;
        width: 180px;
    }

    .contact-mail-top {
        width: 100%;
        padding: 30px 0;
    }

    .contact-tel-text {
        margin-bottom: 10px;
    }

    .button-submit {
        width: 100%;
    }

    .contact-mail-text {
        margin-bottom: 25px;
    }

    .text-common {
        margin: 10px 0 20px;
        padding: 30px;
    }

    .contact-common{
        padding: 30px;
    }
}

/*JOB DESCRIPTION
-----------------------------------------------------------------------------------------*/
.job-table-top{
    position: relative;
}

.job-table{
    width: 75%;
    margin: auto;
}

.job-table th, .job-table td{
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.job-table th{
    padding: 20px 20px 20px 50px;
    width: 230px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(15, 57, 139, 1);
    text-align: left;
    font-weight: 400;
}

.job-table td{
    padding: 20px 100px;
    background-color: rgba(237, 247, 255, 1);
    text-align: left;
}

.job-table-link{
    color: rgba(54, 54, 54, 1);
    border-bottom: 1px solid rgba(54, 54, 54, 1);
}

.job-table-img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: -1;
}

@media screen and (max-width:1600px) {
    .job-table {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .job-table td {
        padding: 20px 50px;
    }
}

@media screen and (max-width:1023px) {
    .job-table th {
        padding: 20px;
        width: 170px;
    }

    .job-table td {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {

    .job-table th, .job-table td {
        display: block;
    }

    .job-table th {
        padding: 10px 20px;
        width: 100%;
    }

    .job-table td {
        padding: 20px 18px 20px 20px;
    }
}

