.main-lead-section-title{
    font-size: 40px;
    margin-top: 40px;
}
.target-section-title{
    font-size: 40px;
    margin-top: 90px;
}
.target-section-li{
    font-size: 20px;
    display: flex;
    column-gap: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.target-section-li::before{
    content: "";
    background: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/check.svg) no-repeat;
    background-size: cover;
    width:30px;
    height:30px;
    display: block;
}
.intro-copy {
    max-width: 1340px;
}
.main-contents{
    max-width: 1240px;
    padding: 0 70px;
    margin: 0 auto;
}
.top-merits{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    margin-top: 10px;
}
.main-lead-section{
    margin-top: 90px;
}
.top-merits-section-title{
    margin-top: 90px;
    font-size: 40px;
}
.merit-dl{
    display: flex;
}
.merit-dt{
    color: #003894;
    border-right: 2px solid #003894;
    padding: 10px 45px 0px 0;
}
.merit-label{
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 1;
}
.merit-number{
    font-size: 90px;
    line-height: 1;
    text-align: center;
    font-family: 'Montserrat';
}
.merit-text{
    padding-left: 45px;
    margin-top: 20px;
}
.merit-title{
    font-size: 30px;
    letter-spacing: 5px;
}
.merit-lead{
    margin-top: 10px;
}
.questionnaire-section-title{
    font-size: 30px;
    color: #003D8B;
    margin-top: 35px;
}
.questionnaire-pictures{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 40px;
    margin-top: 10px;
}
.questionnaire-picture-img{
    height:350px;
}
.operation-image{
    width:230px;
    height:230px;
}
.inform-section-title{
    font-size: 40px;
    margin-top: 90px;
}
.inform-lead{
    margin-bottom: 30px;
}
.inform-ul{
    display: flex;
    flex-wrap: wrap;
    row-gap:20px;
    margin-bottom: 30px;
}
.inform-li{
    font-size: 18px;
    width:calc(100% / 3);
    display: flex;
    align-items: center;
    column-gap:16px;
}
.inform-li::before{
    content: "";
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.inform-li.-book::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-book.webp);
}
.inform-li.-members::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-members-site.webp);
}
.inform-li.-apps::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-apps.webp);
}
.inform-li.-guide::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-guidebook.webp);
}
.inform-li.-sns::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-sns.webp);
}
.inform-li.-mail::before{
    background-image: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/icon-mail.webp);
}
.operation-section{
    margin-top: 90px;
}
.operation-section-title{
    font-size: 40px;
}
.operation-block-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 50px;
}
.operation-block{
    display: flex;
    column-gap: 42px;
    row-gap: 47px;
}
.operation-h3-section-title{
    font-size: 20px;
    color:#003D8B;
    margin-bottom:15px;
}
.operation-h4-section-lead{
    margin-bottom: 20px;
}
.operation-h4-section-title{
    font-size: 18px;
}
.request-for-partnership-section-title{
    font-size: 40px;
}
.request-for-partnership-section-lead{
    margin-bottom: 20px;
}
.flow-to-partnership-section{
    margin-top: 90px;
}
.flow-to-partnership-section-title{
    font-size: 40px;
}
.request-for-partnership-section{
    margin-top: 90px;
}
.request-for-partnership-section-li{
    margin-bottom:10px;
    margin-left: 1em;
    text-indent: -1em;
}
.flow-to-partnership-section-lead{
    margin-bottom: 40px;
}
.flow-to-partnership-section-ol{
    display: flex;
    column-gap: 30px;
}
.flow-to-partnership-section-li{
    border:2px solid #003D8B;
    padding: 25px 0;
    text-align: center;
    width:165px;
    background-color: #F4F8FA;
    position: relative;
}
.flow-to-partnership-section-li:not(:last-child)::after{
    content:"";
    border-top: 2px solid #003D8B;
    border-right: 2px solid #003D8B;
    width:10px;
    height:10px;
    position: absolute;
    right:-20px;
    transform: rotate(45deg);
    top:45%;

}
.flow-to-partnership-section-span{
    font-size: 22px;
    color: #003D8B;
    text-align: center;
}
.document-about-partnership-section-title{
    font-size:40px;
    margin-top: 90px;
}
.add-link-style{
  font-size: 16px;
  border-bottom: 2px solid #303030;
  padding-bottom: 4px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 1.25em;
  padding-left: 0.2em;
  transition: all 0.3s;
}
.service-link-style{
    margin-top: 20px;
    margin-bottom: 80px;
}
.add-link-style::after{
  content: "";
  margin: auto;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid #303030;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.section-common-inquiry{
    background-color:#003D8B;
    width: 530px;
    margin: 0 auto;
    padding: 20px 30px 35px;
}
.content-title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    font-weight: bold;
}
.content-phone{
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}
.content-phone::before{
    content: "";
    width:35px;
    height: 35px;
    background: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/tel.svg);
    display: inline-block;
    top: 25px;
    margin-right: 5px;
}
.button-wrapper{
    color: #fff;
    font-weight: normal;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
}
.content-motto{
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin:15px 0 30px;
}
a.content-link{
    background-color: #fff;
    color: #003D8B;
    width:300px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
}
a.content-link::before{
    content: "";
    position: absolute;
    width:20px;
    height: 14px;
    background: url(/gojokai/wp-content/themes/kuratomo2022/member/partnership/img/entry.svg);
    display: block;
    left: 15px;
}
a.content-link::after{
    content: "";
    position: absolute;
    border-top:8px solid transparent;
    border-left: 8px solid #003D8B;
    border-bottom: 8px solid transparent;
    right:15px;
}
.side.pc{
    position: absolute;
    top: 140px;
}
@media (min-width:769px) {
    .intro-copy .main-img{
        height:13vw;
        min-height: 170px;
        max-height: 180px;
        margin-left: clamp(0px , 2vw , 40px);
    }
}
@media (max-width:768px) {
    .main-contents{
        width:90vw;
        padding: 0;
    }
    .page-title{
        text-align: center;
    }
    .main-lead-section-title ,
    .target-section-title ,
    .top-merits-section-title ,
    .inform-section-title ,
    .operation-section-title{
        font-size: clamp(0px , 7.4vw ,28px);
    }
    .main-lead-section-title{
        margin-bottom: 0;
    }
    .inform-section-title{
        margin-bottom: 0;
    }
    .target-section-title{
        text-align: center;
    }
    .target-section-li{
        font-size:clamp(0px , 5.3vw ,20px);
    }
    .target-section-li::before{
        width:32px;
        height: 32px;
    }
    .target-section-li-span{
        width:calc(100% - 50px);
    }
    .top-merits-section-title{
        text-align: center;
    }
    .top-merits{
        row-gap: 20px;
    }
    .merit-dl{
        margin-top: 0;
    }
    .merit-dt{
        padding:0;
        width:80px;
        margin-top: 10px;
    }
    .merit-text{
        width:calc(100% - 80px);
        padding:0 15px;
        margin-top: 10px;
    }
    .merit-title{
        font-size: clamp(0px , 7.4vw ,28px);
        letter-spacing: clamp(0px, 1vw, 4vw);
    }
    .merit-label{
        font-size: 16px;
        text-align:center;
    }
    .merit-number{
        font-size: 60px;
    }
    .merit-lead{
        margin-top: 15px;
    }
    .questionnaire-section-title{
        font-size: 28px;
        text-align: center;
    }
    .questionnaire-pictures{
        flex-direction: column;
    }
    .questionnaire-picture-img{
        width: 84vw;
        height: auto;
        margin-bottom: 28px;
        margin-left: 4vw;
    }
    .inform-li{
        width:calc(100% / 3);
        flex-direction: column;
        font-size: clamp(0px , 4vw , 18px);
        text-align: center;
    }
    .operation-block{
        flex-direction: column;
        row-gap: 10px;
    }
    .operation-image{
        width:70vw;
        height:45vw;
        object-fit: cover;
        max-width:400px;
        max-height: 400px;
        margin: 0 auto;
    }
    .operation-h3-section-title{
        font-size: clamp(0px, 5.3vw, 22.5px);
    }
    .operation-h4-section-title{
        font-size: clamp(18px, 4.2vw, 21px);
    }
    .operation-h4-section-lead{
        font-size: clamp(17px, 4.063vw, 20px);
    }
    .request-for-partnership-section-title{
        font-size: clamp(0px , 7.4vw ,28px);
        margin-bottom: 0;
    }
    .flow-to-partnership-section-title{
        font-size: clamp(0px , 7.4vw ,28px);
    }
    .flow-to-partnership-section-ol{
        flex-direction: column;
        row-gap: 30px;
    }
    .flow-to-partnership-section-li{
        width:78.9vw;
        margin: 0 auto;
        padding: 0;
        display: flex;
        justify-content: center;
        padding: 12px 0;
        align-items: center;
    }
    .flow-to-partnership-section-span{
        position: absolute;
        left:5px;
    }
    .flow-to-partnership-section-li:not(:last-child)::after{
        transform: rotate(135deg);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -20px;
        top:auto;
    }
    .document-about-partnership-section-title{
        font-size: clamp(0px , 7.4vw ,28px);
    }
    .service-link-style{
        margin-bottom: 35px;
        text-align: center;
    }
    .section-common-inquiry{
        width:90vw;
        padding: 35px 0;
    }
    .content-title{
        font-size: clamp(0px , 7.4vw ,28px);
        width:71.3vw;
        margin: 0 auto;
    }
    .button-common-phone{
        font-size: clamp(0px , 13.2vw ,50px);
    }
    .content-motto{
        font-size:clamp(0px , 5.3vw ,20px);
        margin: 5px auto 20px;
    }
    a.content-link{
        width:60vw;
        height: auto;
        padding: 10px;
    }
    a.content-link::before{
        left: 7px;
    }
    a.content-link::after{
        right: 7px;
    }
}