@charset "utf-8";

/*about
-----------------------------------------------------------------------------------------*/
#about {
    background: linear-gradient(to bottom, rgb(255, 248, 251), rgb(255, 255, 255));
    background: -webkit-linear-gradient(top, rgb(255, 248, 251), rgb(255, 255, 255));
    background: -moz-linear-gradient(top, rgb(255, 248, 251), rgb(255, 255, 255));
    padding: 80px 0 100px;
}

.tilt_box {
    border: 1px solid rgb(241, 202, 202);
    border-radius: 60px;
    position: relative;
    z-index: 1;
    padding: 100px 20%;
    margin: 100px auto;
}

.tilt_box::before {
    content: "";
    display: block;
    transform: rotate(-1deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border: 1px solid rgb(241, 202, 202);
    border-radius: 60px;
}

.tilt_box p {
    padding: 10px 0;
}

.about_title {
    position: absolute;
    right: 0;
    top: -50px;
    color: rgb(248, 205, 223);
    font-size: 600%;
}

.owner_box {
    font-size: 150%;
    margin-top: 10px;
}

.owner_box img {
    margin-left: 30px;
}

.worries_title {
    font-weight: 600;
    font-size: 300%;
    padding-top: 100px;
}

.worries {
    width: 33%;
    padding: 3%;
    box-sizing: border-box;
}

.balloon {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 60px 10px;
    width: 100%;
    background: rgb(251, 238, 244);
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 120%;
}

.balloon:after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top: 30px solid rgb(251, 238, 244);
    z-index: 1;
}

.balloon p {
    display: inline-block;
    line-height: 2;
}

.worries img {
    width: 50%;
    margin-top: 30px;
}

.worries_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

#kaigyo .tilt_bg {
    margin-top: 200px;
}

.tilt_bg {
    z-index: 0;
    padding: 200px 0;
}

.tilt_bg.last {
    z-index: 0;
    padding-bottom: 100px;
}

.tilt_bg.toleft::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: skewY(-6deg);
    transform-origin: top left;
}

.tilt_bg.toright::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: skewY(6deg);
    transform-origin: top right;
}

#kaigyo,
#kaigyo .tilt_bg::after {
    background: rgb(251, 250, 248);
}

#tools,
#tools .tilt_bg::after {
    background: rgb(255, 244, 243);
}

#kangoshi,
#kangoshi .tilt_bg::after {
    background: rgb(243, 252, 255);
}

.content_title .noto_sans_black {
    font-size: 220%;
}

.content_title .noto_sans_thin {
    font-size: 140%;
}

.content_title {
    display: inline-block;
    margin-bottom: 100px;
}

.content_title p {
    position: relative;
    z-index: 2;
}

.tilt_bg_glaf {
    display: flex;
    align-items: flex-end;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

.bg_glafs {
    display: inline-block;
    width: 33.3%;
    border-radius: 30px;
}

.bg_glafs.left {
    height: 75%;
}

.bg_glafs.center {
    height: 100%;
}

.bg_glafs.right {
    height: 125%;
}

.bg_glafs.left {
    background-color: rgb(255, 255, 255);
}

#kaigyo .bg_glafs.center {
    background-color: rgb(246, 224, 180);
}

#kaigyo .bg_glafs.right {
    background-color: rgb(249, 198, 96);
}

#tools .bg_glafs.center {
    background-color: rgb(244, 216, 213);
}

#tools .bg_glafs.right {
    background-color: rgb(253, 180, 174);
}

#kangoshi .bg_glafs.center {
    background-color: rgb(226, 247, 255);
}

#kangoshi .bg_glafs.right {
    background-color: rgb(180, 235, 255);
}

.contents_bg {
    border-radius: 60px;
    margin: 100px 0;
    padding: 100px 0;
}

#kaigyo .contents_bg {
    background-color: rgb(249, 238, 217);
}

#tools .contents_bg {
    background-color: rgb(232, 189, 189);
}

#kangoshi .contents_bg {
    background-color: rgb(226, 247, 255);
}

.kaigyo_contents {
    width: 55%;
    margin: 60px 0;
    padding: 100px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
}

.left_contents .bg_wh {
    left: -100px;
}

.right_contents .bg_wh {
    right: -100px;
}

.kaigyo_contents_text p {
    margin: 20px 0;
}

.contents_title {
    display: inline-block;
    margin-bottom: 50px;
}

.contents_title .big {
    font-size: 160%;
    margin-bottom: 10px;
}

.kaigyo_contents_text {
    max-width: 90%;
    margin: auto;
    z-index: 2;
    position: relative;
}

.kaigyo_contents img {
    position: absolute;
    bottom: 0;
    height: 50%;
    z-index: 1;
}

.kaigyo img {
    right: -100px;
}

.finance img {
    left: -200px;
}

.web img {
    right: -200px;
}

.mentor img {
    left: -140px;
}

.other_contents {
    width: 70%;
    margin: 60px 0;
    padding: 100px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    display: inline-block;
}

.other_contents_flex {
    display: flex;
    align-items: flex-start;
    max-width: 90%;
    margin: auto;
}

.other_contents_text {
    width: 60%;
    padding-right: 25px;
    box-sizing: border-box;
}

.other_contents_text p {
    margin-bottom: 20px;
}

.other_contents_img {
    width: 40%;
}

.button {
    margin-top: 60px;
}

.button a {
    display: inline-block;
    border-radius: 30px;
    padding: 15px 20px;
    font-size: 110%;
    border: 1px solid rgb(106, 0, 0);
}

.button a:hover {
    opacity: unset;
    background-color: rgb(255, 255, 255);
    color: rgb(106, 0, 0);
}

.revi_logo {
    position: absolute;
    top: 25px;
    left: 25px;
}

.contents_text_title {
    font-size: 120%;
}

.app_text {
    font-size: 120%;
}

.kangosi_about_box {
    width: 80%;
    margin: 30px auto 60px;
}

.kangosi_about_box .noto_sans_black {
    font-size: 300%;
    margin-bottom: 60px;
    color: rgb(17, 80, 103);
}

.kangosi_about_box .bg_wh {
    padding: 30px;
    border-radius: 30px;
}

.kangosi_about_text {
    display: inline-block;
}

.kangosi_about_text p {
    margin: 10px 0;
}

.brush-bottom {
    background: linear-gradient(transparent 60%, rgba(250, 223, 74, 0.3) 0%);
}

.glad_logo{
    width: 100px;
}


/*Contact
-----------------------------------------------------------------------------------------*/
.table-contact {
    width: 88%;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgb(106, 0, 0);
}

.table-contact td {
    padding: 20px 30px;
    box-sizing: border-box;
}

.contact-item1 {
    width: 35%;
    background-color: rgb(106, 0, 0);
    text-align: right;
    font-weight: 600;
    vertical-align: center;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.contact-item1.last {
    border-bottom: 1px solid rgb(106, 0, 0);
}

.contact-item2 {
    width: 65%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    border-bottom: 1px solid rgb(106, 0, 0);
}

.contact-item {
    display: inline-block;
    padding: 3px 5px;
    background-color: rgb(255, 255, 255);
    font-size: 90%;
    box-sizing: border-box;
    text-shadow: none;
}

.contact-item.required {
    border: 1px solid rgb(255, 215, 0);
    color: rgb(255, 215, 0);
    margin-left: 10px;
}

.contact-item.any {
    border: 1px solid rgb(70, 130, 180);
    color: rgb(70, 130, 180);
    margin-left: 10px;
}

select.wpcf7-form-control.wpcf7-select {
    font-size: 110%;
}

input.text-common {
    width: 100%;
    height: 90%;
    font-size: 110%;
    box-sizing: border-box;
}

textarea.text-common {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 110%;
    box-sizing: border-box;
}

input.button-submit {
    display: inline-block;
    width: 300px;
    margin: 50px auto;
    font-size: 120%;
}

input.button-submit:hover {
    cursor: pointer;
}

.screen-reader-response {
    color: red;
}

.wpcf7-response-output {
    width: 80%;
    margin: 10px auto !important;
    padding: 10px 0;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    background-color: rgba(215, 65, 128, 0.7);
}

@media screen and (max-width:1200px) {
    .kaigyo_contents {
        width: 60%;
        padding: 80px 25px;
    }

    .kaigyo_contents_title .big {
        font-size: 140%;
    }

    .left_contents .bg_wh {
        left: -30px;
    }

    .right_contents .bg_wh {
        right: -30px;
    }
}

@media screen and (max-width:1023px) {
    .tilt_box {
        border-radius: 30px;
        padding: 60px 8%;
    }

    .tilt_box::before {
        border-radius: 30px;
    }

    .about_title {
        top: -45px;
        font-size: 450%;
    }

    .owner_box {
        font-size: 120%;
        margin-top: 20px;
    }

    .owner_box img {
        margin-left: 15px;
    }

    .worries_title {
        font-size: 160%;
        padding-top: 0;
    }

    .worries {
        width: 50%;
        padding: 3% 1%;
        box-sizing: border-box;
    }

    .balloon {
        position: relative;
        display: inline-block;
        margin-bottom: 1.5em;
        padding: 30px 10px;
        width: 100%;
        background: rgb(251, 238, 244);
        box-sizing: border-box;
        border-radius: 10px;
        font-size: 80%;
    }

    .worries_container .inner {
        width: 95%;
    }

    #kaigyo .tilt_bg {
        margin-top: 100px;
    }

    .tilt_bg {
        padding: 100px 0;
    }

    .tilt_bg.last {
        padding-bottom: 50px;
    }

    .content_title .noto_sans_black {
        font-size: 180%;
    }

    .content_title .noto_sans_thin {
        font-size: 120%;
    }

    .content_title {
        margin-bottom: 20px;
    }

    .contents_bg {
        border-radius: 30px;
        margin: 50px 0;
        padding: 50px 0;
    }

    .kaigyo_contents {
        width: 90%;
        padding: 50px 15px;
        box-sizing: border-box;
        border-radius: 10px;
        display: inline-block;
    }

    .left_contents .bg_wh {
        left: -10px;
    }

    .right_contents .bg_wh {
        right: -10px;
    }

    .kaigyo_contents_text p {
        margin: 15px 0;
    }

    .contents_title {
        margin-bottom: 25px;
    }

    .contents_title .big {
        font-size: 110%;
        margin-bottom: 5px;
        white-space: nowrap;
    }

    .contents_title .color_red {
        font-size: 70%;
    }

    .kaigyo_contents_text {
        max-width: 100%;
    }

    .kaigyo_contents img {
        position: absolute;
        bottom: 0;
        height: 35%;
        z-index: 1;
    }

    .kaigyo img {
        right: -60px;
        bottom: -45px;
    }

    .finance img {
        left: -70px;
        bottom: -45px;
        height: 25%;
    }

    .web img {
        bottom: -85px;
        right: -50px;
    }

    .mentor img {
        left: -40px;
        bottom: -90px;
    }

    .other_contents {
        width: 95%;
        padding: 50px 15px 25px;
        border-radius: 10px;
    }

    .other_contents_flex {
        display: block;
        max-width: 100%;
        margin: auto;
    }

    #tools .content_title .noto_sans_thin {
        font-size: 80%;
    }

    .other_contents_text {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
        font-size: 90%;
    }

    .other_contents_img {
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }

    .other_contents_img div {
        width: 28%;
    }

    .other_contents_img.dowble div {
        width: 40%;
        margin-right: 10px;
        display: inline-block;
    }

    .other_contents_text p {
        margin-bottom: 10px;
    }

    .button {
        margin-top: 40px;
    }

    .button a {
        border-radius: 15px;
        font-size: 80%;
    }

    .revi_logo {
        top: 10px;
        left: 10px;
        width: 15%;
    }

    .app_text {
        font-size: 90%;
    }

    .kangosi_about_box {
        width: 90%;
        margin: 15px auto 30px;
    }

    .kangosi_about_box .noto_sans_black {
        font-size: 160%;
        margin-bottom: 30px;
    }

    .kangosi_about_box .bg_wh {
        padding: 30px 15px;
        border-radius: 15px;
    }
    
    /*contact sp
-----------------------------------------------------------------------------------------*/
    .contact li {
        font-size: 75%;
    }

    .foam-text {
        font-size: 75%;
    }

    .table-contact {
        width: 95%;
    }

    .table-contact td {
        padding: 15px;
    }

    .contact-item1 {
        width: 100%;
        display: block;
        text-align: left;
    }

    .contact-item2 {
        width: 100%;
        display: block;
    }

    .contact-item.required {
        margin-left: 5px;
    }

    .contact-item.any {
        margin-left: 5px;
    }

    input.text-common {
        font-size: 100%;
    }

    textarea.text-common {
        font-size: 100%;
    }

    input.button-submit {
        width: 100%;
        margin: 50px auto;
        font-size: 110%;
    }

    .wpcf7-response-output {
        width: 100%;
        box-sizing: border-box;
    }

}