/**
 * #.# CORPORATE 法人契約
 *
 *
*/

#corporate {
    margin:70px auto;
}
.title-underline-blue {
    margin-bottom: 30px !important;
    padding: 0 0 5px 10px;
    position: relative;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #EBEBEB;
}

@media screen and (max-width:768px){
    .title-underline-blue {
        font-size: 16px !important;
    }
}

/*---------------------- 法人契約について ---------------------*/
.about-corporate {
    margin-bottom: 100px;
}
.about-corporate-title {
    border-left: 5px solid #17C1B0;
    padding: 5px 0px 5px 10px;
    font-size: 20px;
    font-weight: 600;
}
.about-corporate-description {
    padding: 20px;
}
@media screen and (max-width:768px){
    .about-corporate-title {
        border-left: 4px solid #17C1B0;
        padding: 4px 0px 4px 10px;
        font-size: 16px;
        font-weight: 600;
    }
    .about-corporate-description {
        padding: 10px;
    }
}

/*---------------------- 法人契約のメリット ---------------------*/
.corporate-benefits {
    margin-bottom: 100px;
}
.corporate-benefits .title-underline-blue::after {
    content: "";
    width: 195px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #17C1B0;
}
.benefits-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 45px;
    margin: 70px auto 20px;
}
.benefits-description {
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
}
p.benefits-summary {
    text-align: center;
}
/*従業員*/
.employees-benefits {
    background: #DFF5F3;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
}
.employees-title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: #17C1B0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    width: 220px;
}
.employees-benefits img {
    margin: 30px auto;
    height: 250px;
}
.benefits-note {
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 5px 0px;
    text-align: center;
}
/*企業*/
.company-benefits {
    background: #E1F1C8;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
}
.company-title {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: #76B041;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin: 0px auto;
    text-align: center;
    width: 210px;
}
.company-benefits img {
    margin: 30px auto;
    height: 250px;
}
@media screen and (max-width:960px){
    .benefits-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 50px auto 20px;
    }
    .employees-benefits,
    .company-benefits {
        padding: 25px;
    }
    .employees-benefits img,
    .company-benefits img {
        margin: 15px auto;
        height: auto;
        width: 90%;
    }
}
@media screen and (max-width:768px){
    .benefits-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        margin: 50px 15px 15px;
    }
    .employees-benefits,
    .company-benefits {
        padding: 20px;
    }
    .employees-title,
    .company-title {
        font-size: 16px;
        padding: 8px;
    }
    .employees-benefits img,
    .company-benefits img {
        margin: 10px auto;
        height: auto;
    }
    .benefits-description {
        font-size: 13px;
    }
    .benefits-note {
        font-size: 12px;
    }
}

/*---------------------- お支払方法 ---------------------*/
.corporate-payment {
    margin-bottom: 100px;
}
.corporate-payment .title-underline-blue::after {
    width: 140px;
}
.payment-content {
    border: 1px solid #e8e8e8;
}
.payment-list {
    display: flex;
    align-items: center;
}
.payment-list:nth-child(1) {
    border-bottom: dashed 1px #e5e5e5;
}
.payment-method {
    font-weight: 500;
    width: 30%;
    background: #F7F7F7;
    padding: 20px 0px;
    text-align: center;
}
.payment-description {
    margin: 0 auto;
}
.payment-note {
    display: flex;
    font-size: 14px;
    padding: 10px 0px;
}

@media screen and (max-width:960px){
    .payment-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .payment-method {
        font-weight: 500;
        width: 100%;
        background: #F7F7F7;
        padding: 15px 0px;
        text-align: center;
    }
    .payment-description {
        margin: 0 auto;
        padding: 15px;
    }
}
@media screen and (max-width:768px){
    .payment-note {
        font-size: 13px;
    }
}

/*---------------------- ご契約手続きの流れ ---------------------*/
.corporate-process{
    margin-bottom: 100px;
}
.corporate-process .title-underline-blue::after {
    width: 200px;
}
.join-contents {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
}
.join-text {
    width: calc(100% - 100px);
    max-width: 764px;
}
.join-text h3 {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}
.join-text > p,
.join-text-flex {
    width: 100%;
    padding: 30px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000029;
}
.join-text-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.join-line {
    display: inline-block;
    line-height: 0;
}
.join-image {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.join-image .join-step {
    text-align: center;
    font-family: "DIN Condensed", "DIN-Condensed";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    width: 70px;
    height: 70px;
    margin: 14px 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17C1B0;
    border-radius: 50%;
}
#join .button-blue {
    margin: 40px auto 0 auto;
}
.join-alert-message{
    text-align: center;
    margin: 20px auto;
}
@media screen and (max-width:768px){
    .join-contents {
        gap: 14px;
    }
    .join-text {
        width: calc(100% - 84px);
    }
    .join-text h3 {
        font-size: 16px;
    }
    .join-text > p,
    .join-text-flex {
        padding: 17px;
    }
    .join-text-flex {
        flex-direction: column;
    }
    .join-text-flex > p {
        width: 100%;
        text-align: left;
    }
    .join-line {
        width: fit-content;
        position: static;
        display: block;
    }
    .join-image .join-step {
        font-size: 20px;
    }
}


/*---------------------- フォームリンク ---------------------*/
.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.form-link {
    background: #17C1B0;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 450px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.form-link::before,
.form-link::after {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.form-link::before {
	width: 20px;
	height: 2px;
	background: #fff;
}
.form-link::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:768px){
    .form-title {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }
    .form-link {
        background: #17C1B0;
        color: #fff;
        padding: 13px;
        border-radius: 50px;
        display: block;
        margin: 15px auto;
        text-align: center;
        width: 90%;
        position: relative;
        font-size: 16px;
        font-weight: 600;
    }
    .form-link::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}