@charset 'UTF-8';

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.footer {
    display: none;
}

.content_title::after {
    border-bottom: 2px solid #1d236f;
}

.content_title2::after {
    border-bottom: 2px solid #fff;
}

.mv_02 {
    position: relative;
}

.mv_02 h1 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 49%;
    color: #fff;
}

.inner-3 {
    width: 62%;
    margin: 0 auto;
}

.cooperation_sec_01 {
    background: url(../img/cooperation_sec_01_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0;
}

.cooperation_sec_01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cooperation_sec_01 ul li {
    width: 48%;
    padding-top: 14%;
    position: relative;
    margin: 2%;
}

.cooperation_sec_01 ul li figure {
    position: absolute;
    top: 0;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cooperation_sec_01 ul li div {
    background: #fff;
    border-radius: 10px;
    padding: 20% 6% 8%;
    box-shadow: 0px 6px 22px -3px rgba(0, 0, 0, 0.2);
}

.cooperation_sec_01 ul li div h2 {
    font-size: 2vw;
    text-align: center;
    color: #1d236f;
    margin: 3% 0 5%;
    letter-spacing: 1px;
}

.cooperation_sec_01 ul li div p {
    font-size: 1vw;
    color: #2d2f34;
}

.cooperation_sec_02 {
    padding: 5% 0; 
}

.cooperation_sec_02 ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cooperation_sec_02 ul li {
    width: 16%;
}

.cooperation_sec_03 {
    background: #f1f2f3;
    padding: 5% 0;
}

.cooperation_sec_03 figure {
    margin-top: 4%;
}

.cooperation_sec_04 {
    padding: 5% 0;
    background: url(../img/cooperation_sec_04_bg.png) no-repeat center; 
    background-size: cover;
}

.cooperation_sec_04_content {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
    padding: 1% 3%;
}

.cooperation_sec_04_content ul li {
    display: flex;
    align-items: start;
    padding: 3% 2%;
    border-bottom: 1px solid #d0d0d0;
}

.cooperation_sec_04_content ul li:last-child {
    border: none;
}

.cooperation_sec_04_content ul li h3 {
    color: #1d236f;
    font-size: 1.1vw;
    font-weight: bold;
    width: 25%;
}

.cooperation_sec_04_content ul li p {
    color: #2d2f34;
    font-size: 1.1vw;
}

.cooperation_form {
    padding: 5% 0;
}

.cooperation_form .inner {
    padding: 0%;
}

@media screen and (min-width: 1001px) {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
    .pc_only {
        display: none !important;
      }
    
      .sp_only {
        display: block !important;
      }
    .cooperation_sec_01 ul {
        flex-wrap: wrap;
    }
    .cooperation_sec_01 ul li {
        width: 92%;
        padding-top: 21%;
        margin: 3% auto;
    }
    .cooperation_sec_01 ul li div {
        padding: 15% 6% 8%;
    }
    .inner-3 {
        width: 100%;
    }
    .cooperation_sec_01 {
        background: url(../img/cooperation_sec_01_bg_sp.jpg) no-repeat center;
        background-size: cover;
        padding: 10% 0;
    }
    .cooperation_sec_01 ul li div h2 {
        font-size: 5vw;
        margin: 3% 0 5%;
    }
    .cooperation_sec_01 ul li div p {
        font-size: 3vw;
    }
    .cooperation_sec_02 {
        padding: 10% 0; 
    }
    .title_size {
        margin-bottom: 7%;
        font-size: 7vw;
    }
    .cooperation_sec_02 ul {
        width: 85%;
        flex-wrap: wrap;
    }
    .cooperation_sec_02 ul li {
        width: 31%;
        margin-bottom: 5%;
    }
    .cooperation_sec_03 {
        padding: 10% 0;
    }
    .cooperation_sec_03 figure {
        width: 92%;
        margin: 0 auto;
    }
    .cooperation_sec_04_content {
        width: 92%;
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 7px 20px 4px rgba(0, 0, 0, 0.1);
        padding: 3% 5%;
    }
    .cooperation_sec_04_content ul li h3 {
        color: #1d236f;
        font-size: 3vw;
        width: 30%;
    }
    
    .cooperation_sec_04_content ul li p {
        color: #2d2f34;
        font-size: 3vw;
    }
    .cooperation_sec_04_content ul li {
        padding: 4% 2%;
    }
    .cooperation_sec_04 {
        padding: 10% 0; 
    }.cooperation_form .inner {
        padding: 0% 4%;
    }
    .cooperation_form {
        padding: 10% 0;
    }
}

@media screen and (max-width: 767px) {
    .cooperation_sec_01 ul li div h2 {
        font-size: 6vw;
    }
    .cooperation_sec_01 ul li div p {
        font-size: 4vw;
    }
    .cooperation_sec_04_content ul li h3 {
        font-size: 4vw;
    }
    
    .cooperation_sec_04_content ul li p {
       font-size: 4vw;
    }
    .cooperation_sec_02 ul li {
        width: 48%;
        margin-bottom: 5%;
    }
}