img {
    vertical-align: bottom;
}

.second-body {
    padding: 0 !important;
}

#partnerWrapper{
    margin: 0;
    box-sizing: border-box;
    color: #202425;
    overflow: hidden;
    line-height: 1.4;
    letter-spacing: 0.1em;
}


/* 全体の箱 */
/* 全体の箱 */
.indexMain,
.typeMain,
.caseMain,
.supportMain,
.officialMain {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    .indexMain,
    .typeMain,
    .caseMain,
    .supportMain,
    .officialMain {
        font-size: 14px;
    }
} 

/* メインビジュアル */
#indexMv {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:960px) {
    #indexMv {
        overflow: hidden;
    }
}

.indexMv__box figure {
    margin: 0;
    width: 100%;
}

.indexMv__box figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:960px) {
    .indexMv__box figure {
        display: none;
    }
}

@media screen and (max-width:960px) {
    .indexMv__box figure img {
        display: none;
    }
}


.indexMv__boxSp figure{
    display: none;
}

@media screen and (max-width:960px) {
    .indexMv__boxSp figure {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:960px) {
    .indexMv__boxSp figure img {
        display: block;
        width: 100%;
        height: auto;
    }
}


/* 下層ページMV */
.partnerPageMv{
    width: 100%;
    margin-bottom: 120px;
}

@media screen and (max-width:1280px) {
    .partnerPageMv {
        margin-bottom: 80px;
        padding: 0;
    }
}
@media screen and (max-width:520px) {
    .partnerPageMv {
        margin-bottom: 40px;
        padding: 0;
    }
}

.partnerPageMv img {
    width: 100%;
    height: auto;
}

/* ナビゲーション */


.partnerNav {
    max-width: 1160px;
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    overflow: hidden;
}


@media screen and (max-width:1024px) {
    .partnerNav {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0;
        box-sizing: border-box;
        position: static;
        transform: translate(0, 0);
        background: #f7f7f7;
    }
}


.partnerNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:1024px) {
    .partnerNav ul {
        width: calc(100% + 20px);
        flex-wrap: wrap;
    }
}

.partnerNav li {
    width: 25%;
    margin: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width:1024px) {
    .partnerNav li {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
        height: 80px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
}

.partnerNav li:hover {
    background: #e0e0e0;
}



.partnerNav li:after {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    color: #8fc320;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 20px;
}

@media screen and (max-width:1280px) {
    .partnerNav li:after {
        display: none;
    }
}


.partnerNav:after:first-child {
    margin-left: 20px;
}

@media screen and (max-width:1024px) {
    .partnerNav:after:first-child {
        margin-left: 0;
    }
}

.partnerNav__link {
    width: 100%;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #8fc320;
}

@media screen and (max-width:1280px) {
    .partnerNav__link {
        font-size: 12px;
        padding: 20px 0;
    }
}


.partnerNav__link-icon {
    display: inline-block;
    color: #8fc320;
}

/* ヒストリー */
#indexHistory {
    margin-bottom: 160px;
    max-width: 1160px;
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width:1280px){
    #indexHistory {
        width: 80%;
    }
}

/* 共通セクションタイトル */
.section__title {
    text-align: center;
    color: #8fc32036;
    margin-top: 100px;
    margin-bottom: 0;
}
@media screen and (max-width:1280px){
    margin-top: 80px;
}


.section__title img {
    max-width: 500px;
}

@media screen and (max-width:960px) {
    .section__title img {
        width: 70%;
    }
}
.section__subTitle {
    margin-top: -55px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 32px;
    color: #202425;
}

@media screen and (max-width:960px) {
    .section__subTitle {
        margin-top: -45px;
        font-size: 24px;
    }
}

@media screen and (max-width:768px){
    .section__subTitle{
        margin-top: -30px;
        font-size: 16px;
    }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



.history__vertical {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-family: serif;
    font-size: 16px;
}

@media screen and (max-width:960px) {
    .history__vertical {
        display: block;
        margin: 0;
    }
}

.history__vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    line-height: 1.6;
}

@media screen and (max-width:960px) {
    .history__vertical-text {
        writing-mode: horizontal-tb;
        margin-bottom: 30px;
        text-align: center;
        font-size: 14px;
    }
}

.indexContact__button {
    text-align: center;
    margin: 100px 0 140px;
}
@media screen and (max-width:960px){
    .indexContact__button{
        margin: 80px 0 120px;
    }
}


.indexContact__button a {
    padding: 20px 60px;
    background: #202425;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width:960px){
    .indexContact__button a {
        padding: 20px 40px;
    }
}

.indexContact__button a:hover {
    opacity: 0.7;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* スポンサー */
#indexSponsor {
    padding: 100px 0 2px;
    background: #f7f7f7;
    margin: 0 calc(50% - 50vw);
}

@media screen and (max-width:1280px){
    #indexSponsor{
        padding: 80px 0 2px;
    }
}

.indexSponsor__title {
    margin-top: 0;
}

.indexSponsor__subTitle {
    margin-top: -80px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 40px;
    color: #202425;
}

@media screen and (max-width:960px) {
    .indexSponsor__subTitle {
        margin-top: -40px;
        margin-bottom: 60px;
        font-size: 24px;
    }
}


.indexSponsor__box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.indexSponsor__box figure {
    width: 100%;
    margin: 0 auto 120px;
}


.indexSponsor__box-img {
    width: 100%;
}

@media screen and (max-width:1280px){
    .indexSponsor__box-img {
        width: 80%;
    }
}



#indexAttr {
    overflow: hidden;
}

.indexAttr__title {
    margin-top: 60px;
    margin-bottom: 0;
    text-align: center;
    color: #8fc32036;
}


.indexAttr__box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:960px){
    .indexAttr__box{
        display: block;
    }
}

.indexAttr__box figure {
    width: 50%;
    margin-bottom:60px;
}
.indexAttr__box figure:first-child {
    padding-right:20px;
}
@media screen and (max-width:960px){
    .indexAttr__box figure:first-child {
        padding-right:0;
    }
}

@media screen and (max-width:960px){
    .indexAttr__box figure{
        width: 80%;
        margin: 0 auto 40px;
    }
}
.indexAttr__box-img {
    width: 100%;
}

.indexAttr__figure {
    max-width: 900px;
    margin: 0 auto 80px;
}

.indexAttr__img {
    width: 100%;
    object-fit: cover;
}


/* コールトゥアクション */

#pageCta {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 80px;
}

.pageCtaBox__pc a:hover {
    opacity: 0.7;
}

.pageCtaBox__pc img {
    width: 100%;
}

@media screen and (max-width:960px) {
    .pageCtaBox__pc {
        display: none;
    }
}


/* スマホ */
.pageCtaBox__sp img {
    display: none;
}

@media screen and (max-width:960px) {
    .pageCtaBox__sp img {
        display: block;
        width: 100%;
    }
}

.pageCtaBox__sp img:hover {
    opacity: 0.7;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* type.html */

.pageBox {
    width: 100%;
    height: 400px;
    margin-bottom: 120px;
    background: url(/v=1622186163/files/user/_/images/partner/wu/head-partnertype.png)center center/cover;
    position: relative;
}

@media screen and (max-width:960px) {
    .pageBox {
        padding-top: 21%;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:520px) {
    .pageBox {
        background: url(/v=1622186163/files/user/_/images/partner/wu/header_mv2.jpg)-60% center/cover;
        margin-bottom: 60px;
    }
}

/* オフィシャル */

#typeOfficial {
    margin: 0 auto;
}

@media screen and (max-width:520px) {
    #typeOfficial {
        padding: 0;
    }
}

.typeOfficial__title,.typeSupport__title,.typeSponsor__title,.sponsor__title {
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 3px solid #8fc320;
    font-weight: bold;
    padding-bottom: 16px;
}

@media screen and (max-width:960px) {
    .typeOfficial__title, .typeSponsor__title, .typeSupport__title, .sponsor__title  {
        font-size: 18px;
        padding-bottom: 10px;
    }
}




#typeOfficial p {
    margin-bottom: 40px;
}

#typeOfficial p:last-child {
    margin-bottom: 120px;
}

@media screen and (max-width:960px) {
    #typeOfficial p:last-child {
        margin-bottom: 60px;
    }
}

/* サポート */

#typeSupport,#typeSponsor {
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width:520px) {
    #typeSupport,#typeSponsor {
        padding: 0;
    }
}


.typeSupport__text {
    margin-bottom: 40px;
}

.typeSupport__list {
    margin: 0 0 120px 40px;
}
.typeSupport__list li{
    list-style-type: disc;
}

@media screen and (max-width:960px) {
    .typeSupport__list {

        margin: 0 0 60px 40px;
    }
}

/* スポンサー */

.typeSponsor__container {
    width: calc(100% + 20px);
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:1280px) {
    .typeSponsor__container {
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
}

@media screen and (max-width:520px) {
    .typeSponsor__container {
        display: block;
        width: calc(100%);
    }
}

.typeSponsor__container-wrap {
    margin-right: 20px;
    width: calc(33.3% - 20px);
}

@media screen and (max-width:1280px) {
    .typeSponsor__container-wrap {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
}

@media screen and (max-width:520px) {
    .typeSponsor__container-wrap {
        width: calc(100%);
        margin-right: 0;
    }
}

.typeSponsor__container-wrap h3 {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #8fc320;
    color: #fff;
}

@media screen and (max-width:960px) {
    .typeSponsor__container-wrap h3 {
        font-size: 16px;
    }
}

.typeSponsor__container-wrap figure {
    margin: 0;
    margin-bottom: 20px;
}

.typeSponsor__container-wrap--img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.typeSponsor__container-wrap p {
    margin-bottom: 40px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/* case.html */

.caseCompany__container {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}


.caseCompany__text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}


.caseCompany__container-inner {
    width: calc(33.3% - 40px);
    padding: 20px 0 14px;
    margin-bottom: 40px;
    margin-right: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    
}

@media screen and (max-width:1280px) {
    .caseCompany__container-inner {
        width: calc(50% - 40px);
        padding: 14px 0;
    }
}

@media screen and (max-width:768px) {
    .caseCompany__container-inner {
        width: calc(100% - 20px);
    }
}

.caseCompany__container-inner--title {
    margin: 0 0 16px 20px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width:960px) {
    .caseCompany__container-inner--title {
        font-size: 14px;
    }
}




.caseCompany__container-inner figure{
    width:100%;
    margin-bottom: 20px;
}
.caseCompany__container-inner img{
    width:100%;
    height: auto;
    object-fit: cover;
}

.caseCompany__container-inner--text {
    padding: 0 20px;
    margin-bottom: 80px;
}
@media screen and (max-width:768px){
    .caseCompany__container-inner--text{
        margin-bottom: 60px;
    }
}

.caseCompany__container-inner--button {
    margin: auto 0 20px;
    padding: 0 20px;
    text-align: right;
}
@media screen and (max-width:768px){
    .caseCompany__container-inner--button{
        margin: 0 0 60px;
        text-align: center;
    }
}

.caseCompany__container-inner i {
    display: inline-block;
    margin-right: 8px;
}


.caseCompany__container-inner--link {
    color: #fff;
    background: #8fc320;
    padding: 16px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: .3s;
}
@media screen and (max-width:768px){
    .caseCompany__container-inner--link {
        padding: 20px 40px;
    }
}

.caseCompany__container-inner--link:hover{
    opacity: .5;
}






.pageCaseBox {
    width: 100%;
    height: 400px;
    margin-bottom: 120px;
    background: url(/v=1622186162/files/user/_/images/partner/wu/head-casestudy.png)center center/cover;
    position: relative;
}

@media screen and (max-width:960px) {
    .pageCaseBox {
        padding-top: 21%;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:520px) {
    .pageCaseBox {
        background: url(/v=1622186163/files/user/_/images/partner/wu/header_mv2.jpg)-60% center/cover;
        margin-bottom: 60px;
    }
}



/* パートナー スポンサー */
/* 3カラム */
.officialPartner__box-list3{
    overflow: hidden;
    width: 100%;
}
.officialPartner__box-list5{
    overflow: hidden;
    width: 100%;
}

.officialPartner__box-list3>ul {
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.officialPartner__box-list3>ul>li {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    margin-bottom:20px;
    list-style-type: none;
    text-align: center;
}
@media screen and (max-width:1280px){
    .officialPartner__box-list3>ul>li {
        width: calc(50% - 10px);
    }
}

.officialPartner__box-list3 img{
    width: 80%;
    margin-bottom: 10px;
    color: #202425;
}


.officialPartner__box-list5 img {
    width: 70%;
    margin-bottom: 10px;
    object-fit: cover;
}
.officialPartner__box-list3 a,
.officialPartner__box-list5 a {
    color:#202425;
}



/* 5カラム */

.officialPartner__box-list5>ul{
    width: calc(100% + 5px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
@media screen and (max-width:1280px){
    .officialPartner__box-list5>ul {
        margin-bottom: 40px;
    }
}

.list5__textBottom{
    margin-bottom: 40px !important;
}
.officialPartner__box-list5 ul:last-child {
    margin-bottom: 120px;
}
@media screen and (max-width:1280px){
    .officialPartner__box-list5 ul:last-child {
    margin-bottom: 80px;
    }
}

.officialPartner__box-list5>ul>li {
    width: calc(20% - 5px);
    margin-right: 5px;
    list-style-type: none;
    text-align: center;
}
@media screen and (max-width:1280px){
    .officialPartner__box-list5>ul>li {
        width: calc(33.3% - 10px);
    }
}

.officialPartner__box-list5 dd {
    margin-bottom: 30px;
    font-size: 12px;
}

@media screen and (max-width:1440px) {
    .officialPartner__box-list5 dd {
        font-size: 10px;
    }
}



/* サポートページ */

.txt_box{
    margin-bottom: 30px;
}