@charset "UTF-8";
/* CSS Document */
/* メイン */
.main {
  background-color: #171C61;
}
/* top画像 */
.section-top {
  background-image: url("../images/top/top_main.jpg");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  color: #fff;
  text-align: left;
  width: 100%;
  height: auto;
  background-position: right 0px;
}
.section-top__game_wrapper {
  /*background-color: rgba(0, 0, 0, １);
  background: -moz-linear-gradient(bottom, #25231F, transparent);
  background: -webkit-linear-gradient(bottom #25231F, transparent);
  background: linear-gradient(to top, #25231F, transparent);
  position: relative;
 半分透過background: linear-gradient(bottom, #25231F, rgba(252, 0, 0,0.8));*/
  background: linear-gradient(to top, #25231F 55%, rgba(37, 35, 31, 0.4));
  margin-top: 70px;
}
.section-top__game_1 {
  max-width: 1040px;
  margin: 0 auto;
}
.section-top__image-message {
  font-family: "Squada One", sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 72.22%;
  max-width: 1040px;
  margin: 0 auto;
}
/* タイトル */
.section-top__image-message .read_1 {
  font-size: 70px;
  padding-top: 70px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.section-top__image-message .read_2 {
  font-size: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.section-top__image-message .read_3 {
  font-size: 150px;
  padding-top: 80px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.section-top_red {
  color: #E83228;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/* パートナー */
.section-top_partner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 110px 0 0 0px
}
.section-top_partner_tittel {
  padding-bottom: 8px;
  font-family: "Squada One", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}
/*ご入会ボタン*/
.section-top_button {
  background-image: url("../images/top/top-button.png");
  background-repeat: no-repeat;
  text-align: right;
  box-shadow: 30px 2px 10px #972A28;
}
.top_button_text {
  margin: 0 auto;
  display: block;
  text-align: right;
  padding: 0 30px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 969px) {
  .section-top {
    background-image: url("../images/top/top_visual_sp.jpg.jpg");
    background-repeat: no-repeat;
    align-content:center;
    background-size:contain;
    
    background-position: 100% 0%; /*あとで*/
  }
  .section-top__image-message .read_1 {
    font-size: 30px;
    padding: 40px 20px 0;
    text-shadow: 0.3px 0.3px 1px rgba(0, 0, 0, 0.5);
  }
  .section-top__image-message {
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
  }
  .section-top__image-message .read_2 {
    font-size: 20px;
    text-shadow: 0.3px 0.3px 1px rgba(0, 0, 0, 0.5);
    padding: 8px 20px 0;
  }
  .section-top__image-message .read_3 {
    font-size: 64px;
    padding: 13px 70px 0px 20px;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
  }
  .section-top_partner_tittel {
    padding: 166px 20px 8px;
    font-family: "Squada One", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .section-top_partner_img {
    width: 50vw;
  }
}
/* --------------------------------試合---------------------------- */
.section-top__game_wrapper_1 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-top__game_1, .section-top__game_2 {
  width: 50%;
}
.section-top__game_title{
  padding-top: 40px;
  display: block;
  margin: 0 auto;
}
.section-top__game_1-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.section-top__game_1-2 p span {
  padding: 0 10px;
  font-size: 5.6rem;
}
.section-top__game_vs {
  font-size: 5.0rem;
  letter-spacing: 3px;
}
.section-top__game_1-2 img {
  width: auto;
  height: 90px;
}
/* 日時 */
.section-top__game_wrapper_1 time {
  display: block;
  padding: 15px 0 25px;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Squada One", sans-serif;
  letter-spacing: 1px
}

.section-top__game_name {
  padding-top: 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.section-top__game_place {
  padding: 20px 0 30px;
  text-align: center;
}
/* ①　6/19 編集　北海道大学の名前が長すぎて中央よせ ②次回試合　9/7 青山学院の名前が長いためhtml136に①と同じdivタグをつけた　名前が短い大学の時は.univ_logoタグを消す　*/
.univ_logo{
  text-align: center;
  
}  
@media(max-width:969px) {
  .section-top__game_wrapper_1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px 0;
  }
  .section-top__game_1, .section-top__game_2 {
    width: 100%;
  }
  .section-top__game_wrapper_1 h2 {
    padding-top: 20px;
    text-align: center;
  }
  .section-top__game_wrapper_1 time {
    padding: 15px 0 25px;
    font-size: 1.8rem;
    font-family: "Squada One", sans-serif;
    letter-spacing: 1px;
  }
  .section-top__game_1-2 {
    gap: 25px;
  }
  .section-top__game_1-2 img {
    width: auto;
    height: 70px;
  }
  .section-top__game_1-2 p span {
    padding: 0 8px;
    font-size: 2.6rem;
  }
  .section-top__game_name {
    padding-top: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
  .section-top__game_place {
    padding: 25px 0 30px;
    text-align: center;
  }
  .section-top__game_vs {
    font-size: 2.0rem;
    letter-spacing: 3px;
    padding: 0 20px 0 20px;
  }
}
/* ーーーーーーーーーーーーーーーーーーaboutーーーーーーーーーーーーーーーーーーー */
.about {
  background-image: url("../images/top/background_black.png");
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  background-size: cover;
}
/* aboutタイトル */
.pic-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
}
.pic-container h2 {
  position: relative;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  color: #E83228;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  padding: 67px 0 0px;
}
.pic-container h2::before {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(254, 254, 254, 0.2);
  font-size: 200px;
  content: 'About';
  z-index: -1;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  font-weight: 400;
}
/*.about_img {
  background-image: url("../images/top/abouto_message.jpg");
  margin: 0 auto;
  width: 1300px;
  height: 396px;
  font-size: 64px;
  color: #FEFEFE;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  padding: 175px 0;
 position: relative;

}*/
.about_img {
  background-image: url("../images/top/abouto_message.jpg");
  margin: 0 auto;
  width: 90%;
  background-size: cover;
  height: 396px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_message {
  margin: 0px auto;
  text-align: center;
  display: block;
}
.about_img_text {
  /* position: absolute;
  transform: translate(-50%,-50%)
   top: 50%;
  left:50%;;*/
  text-align: center;
  display: inline-block;
  font-size: 64px;
  color: #FEFEFE;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(15, 20, 40, 1);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.box {
  margin: auto;
  background: #efefef;
  width: 90%;
  position: relative;
}
.abouto_box_text {
  padding: 70px 133px 70px 160px;
  width: 90%;
}
.about_text_1 {
  font-size: 2.4rem;
  margin: auto;
  text-align: left;
  line-height: 1.6;
}
.about_text_2 {
  font-size: 2.4rem;
  margin: auto;
  text-align: left;
  padding-top: 50px;
  line-height: 1.6;
}
.about_text_3 {
  font-size: 2.4rem;
  margin: auto;
  text-align: left;
  padding-top: 50px;
  line-height: 1.6;
}
.about_text_4 {
  font-size: 2.4rem;
  margin: auto;
  text-align: left;
  padding-top: 50px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.about_button {
  text-align: center;
    display: block;
    /* margin-right: 12%; */

}
.abouto_captain-img {
  position: absolute;
  top: -70px;
  right: 138px;
  z-index: 1;
  width: 10%;
}
@media(max-width:969px) {
  .pic-container h2::before {
    top: -47px;
    font-size: 100px;
    letter-spacing: 4px;
  }
  .pic-container h2 {
    font-size: 36px;
    letter-spacing: 4px;
    padding: 0px;
  }
  .pic-container {
    padding: 60px 0 20px;
  }
  .about_img {
    background-image: url(../images/top/abouto_message.jpg);
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    height: 40vw;
  }
  .about_img_text {
    font-size: 5.44vw;
    text-shadow: 0.5px 0.5px 1px rgba(15, 20, 40, 1);
    font-weight: 800;
  }
  .box {
    width: 100%;
  }
  .abouto_box_text {
    padding: 10px 20px;
    width: 100%;
    padding-right: 20px;
  }
  .about_text_1, .about_text_2, .about_text_3, .about_text_4 {
    font-size: 1.6rem;
    margin: auto;
    text-align: left;
    line-height: 1.6;
    padding-top: 30px;
  }
  .box_img_sp {
    padding: 15px 0 10px;
    width: 50%;
  }
  .abouto_captain-img {
    top: 438px;
    right: 59px;
    z-index: 1;
    width: 10%;
  }
  .box_img_sp_cp {
    display: none;
    height: 50vw;
  }
  .box_img_sp {
    width: 190px;
    margin: 25px 0px 15px 0;
    padding: 0;
  }
  .about_button {
    text-align: center;
    display: block;
    margin-right: 0;
  }
}
/* ーーーーーーーーーーーーーーーーーーmemberーーーーーーーーーーーーーーーーーーー */
.member {
  background: url("../images/top/background_member.png");
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  background-size: cover;
}
/* memberタイトル */
.member-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 90px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
}
.member-container h2 {
  position: relative;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  color: #E83228;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  padding: 67px 0 70px;
}
.member-container h2::before {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(254, 254, 254, 0.2);
  font-size: 200px;
  content: 'Member';
  z-index: -1;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  font-weight: 400;
}
.member-container_title {
  background: url("../images/top/message_background.jpg");
  width: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
}
.member-container_title_1 {
  font-size: 4.0rem;
  padding-top: 40px;
  color: #efefef;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
.member-container_title_2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #efefef;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 1px 1px 1px #000;
  line-height: 1.3;
}
.member-container_2 {
  max-width: 1040px;
  margin: 0 auto;
}
.member-container_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 50px;
}
.member_button {
  text-align: center;
    display: block;
    /* margin-right: 13.5%; */
    padding: 50px 0;

}
.member_photo {
  width: 100%;
}
@media (max-width: 969px) {
  .member {
    background-size: 190%;
    background-position: top right;
   
  }
  .member-container {
    padding-top: 50px;
  }
  .member-container h2::before {
    top: -10px;
    font-size: 9.0rem;
    letter-spacing: 4px;
    left: 50%;
  }
  .member-container h2 {
    font-size: 3.6rem;
    letter-spacing: 4px;
    padding: 0px;
    padding: 29px 0 20px;
  }
  .member-container_title_1 {
    font-size: 4.0rem;
    padding-top: 40px;
    color: #efefef;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
  }
  .member-container_title_1 {
    font-size: 2rem;
    padding-top: 2.2rem;
    color: #fefefe;
    text-shadow: 0.5px 0.5px 1px #000;
    font-weight: 600;
    line-height: 1.6;
  }
  .member-container_title_2 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fefefe;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: 0.5px 0.5px 1px #000;
    line-height: 1.9;
    padding: 0 10px 0;
  }
  .member-container_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px 40px 0;
    flex-wrap: wrap;
  }
  .member_photo {
    width: 70%;
  }
  .member_button {
    text-align: center;
    display: block;
    margin-right: 0;
    padding: 30px 0;
  }
  .member_button_sp {
    width: 220px;
  }
}
/* ーーーーーーーーーーーーーーーーーーscheduleーーーーーーーーーーーーーーーーーーー */
.schedule {
  background-image: url("../images/top/event_background.png");
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  background-size: cover;
}
.schedule-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 90px 120px 50px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
}
.schedule-container h2 {
  position: relative;
  font-weight: bold;
  font-size: 6.4rem;
  text-align: center;
  color: #E83228;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  padding: 67px 0 00px;
}
.schedule-container h2::before {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(254, 254, 254, 0.2);
  font-size: 200px;
  content: 'Schedule';
  z-index: -1;
  font-family: "Squada One", sans-serif;
  letter-spacing: 5px;
  font-weight: 400;
}
.schedule_box {
  margin: 0 auto;
  background: #efefef;
  width: 80%;
}
.schedule_title_1 {
  font-size: 3.6rem;
  padding-top: 70px;
  color: #171C61;
  text-shadow: 1px 1px 1px #d9d9d9;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 0;
}
.schedule_title_2 {
  font-size: 2.0rem;
  padding-top: 24px;
  color: #171C61;
  text-shadow: 0.5px 0.5px 0.5px #d9d9d9;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
/*--バレーボール教室ーー*/
.vb_school {
  display: flex;
  justify-content: center;
  text-align: left;
  padding-top: 50px;
  gap: 30px;
  margin: 0 auto;
  width: 90%;
}
.vb_school_photo {
  background-image: url("../images/top/school.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 20%;
}
.vb_school_black {
  font-size: 2.2rem;
    color: #fefefe;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin: 89px 14px;
    line-height: 1.6;
}
.event_container {
  width: 80%;
}
.event_wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.event_text_1 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5em 1em;
  /* border: solid 3px #0B286D; */
  border-radius: 5px;
  display: inline-block;
  background-color: #171C61;
  color: #fefefe;
}
.event_text_2 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}
.event_text_3 {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 15px;
  display: inline-block;
  line-height: 1.4;
}
.event_text_4 {
  font-size: 2.0rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
}
.event_text_5 {
  font-size: 2.0rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
}
/*--懇親会--*/
.vb_party {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: left;
  margin: 0 auto;
  width: 90%;
}
.vb_party_photo {
  background-image: url("../images/top/together.jpg");
  background-repeat: no-repeat;
  color: #fff;
  height: auto;
  width: 20%;
}
.vb_party_black {
  font-size: 2.2rem;
    color: #fefefe;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    margin: 90px 33px;
    letter-spacing: 1px;
}
hr {
  padding: 0;
  border: 0;
  margin: 0;
}
.hr_1 {
  border-top: 1px dashed #3C3A3A;
  margin: 1em 0;
}
.hr_2 {
  border-top: 2px solid #3C3A3A;
  margin: 50px 50px;
}
.event_text_6 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
}
.schedule_item {
  padding: 30px 0;
}
.event_icon {
  padding: 0 0 40px;
}
.event_Instagram {
  padding: 0 0 0 25px;
 
}
.event_icon img{
   width: 4vw;
  height: auto;
}
.event_x {
  padding: 0 25px 0 0;
}

@media (max-width: 975px) {
  .schedule {
    background-size: 128%;
  }
  .schedule-container h2::before {
    top: 20px;
    left: 50%;
    font-size: 90px;
    z-index: -1;
    letter-spacing: 4px;
  }
  .schedule-container {
    padding: 20px 20px 0px;
  }
  .schedule-container h2 {
    font-size: 3.6rem;
    letter-spacing: 4px;
    padding-top: 57px;
    padding-bottom: 20px;
  }
  .event_text_1 {
    margin-top: -20px;
    font-size: 2.0rem;
  }
  .schedule_box {
    margin: 0 auto;
    background: #efefef;
    width: 100%;
  }
  .vb_school {
    display: flex;
    justify-content: center;
    text-align: left;
    padding-top: 50px;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .schedule_title_2 {
    font-size: 1.6rem;
    padding-top: 24px;
  }
  .schedule_title_1 {
    font-size: 2.2rem;
    padding-top: 50px;
    text-shadow: 0.5px 0.5px 1px #d9d9d9;
    font-weight: 600;
  }
  .vb_school_photo {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 90%;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 10% 26%;
  }
  .vb_school_black {
    font-size: 5.86vw;
    color: #fefefe;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
    margin: 43px 25px;
    line-height: 1.6;
    font-weight: 700;
  }
  .vb_school {
    padding-top: 30px;
    /* gap: 0px; */
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .event_text_2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: -4px;
    border: solid 2px #E83228;
    padding: 7px;
    border-radius: 5px;
  }
  .event_text_3 {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 15px;
    display: inline-block;
    line-height: 1.5;
  }
  .event_text_4 {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 30px;
  }
  .hr_1 {
    border-top: 1px dashed #3C3A3A;
    margin: 10px 0 15px;
  }
  .event_text_5 {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 0px;
  }
  .hr_2 {
    border-top: 2px solid #3C3A3A;
    margin: 25px 20px;
  }
  .vb_party {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    background-position: 10% 24%;
  }
  .vb_party_photo {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 90%;
    height: 40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }
  .vb_party_black {
    margin: 47px 70px;
    letter-spacing: 2px;
    font-size: 5.86vw;
    color: #fefefe;
    text-align: center;
    font-weight: 600;
  }
  .event_text_5 {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 0px;
  }
  .event_text_6 {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 0px;
  }
  .vb_party_black {
    font-size: 5.86vw;
    padding: 15px;
    margin: 47px 70px;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .event_text_5 {
    line-height: 1.6;
  }
  .event_text_6 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .vvv_sp {
    height: 10vw;
    width: auto;
  }
  .schedule_item {
    padding: 20px 0;
  }
  
  .event_icon {
    padding: 0 0 30px;
  }
  .partner h2 {
    position: relative;
    padding-top: 25px;
    text-align: center;
    font-size: 2.0rem;
    color: #fefefe;
    text-shadow: 0.5px 0.5px 1px rgb(0, 0, 0, 0.25);
    letter-spacing: 1px;
  }
  .event_Instagram {
  padding: 0 0 0 15px;
 
}
.event_icon img{
   width: 46px;
  height: auto;
}
.event_x {
  padding: 0 15px 0 0;
}
}
/*--------------------------------gallery--------------------------------ーー*/
.section-gallery_img {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.section-gallery-1 {
  width: 100%;
}
/*----------------------------------partner----------------------------ーー*/
.partner {
  margin: 0 auto;
  text-align: center;
}
.partner h2 {
  position: relative;
  padding: 50px 0 15px;
  text-align: center;
  font-size: 4.8rem;
  color: #fefefe;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
  letter-spacing: 1px;
}
.partner h2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #E83228;
}
.image-container {
    display: flex;
  justify-content: center;  /* 中央揃え */
  flex-wrap: wrap;
  gap:100px;
}
.partner-img{
  display: block;
  padding-top: 50px;
}
@media (max-width: 969px) {
  .partner h2 {
    position: relative;
    padding-top: 30px;
    text-align: center;
    font-size: 2.0rem;
    color: #fefefe;
    text-shadow: 0.5px 0.5px 1px rgb(0, 0, 0, 0.25);
    letter-spacing: 1px;
  }
  .partner h2:before {
    position: absolute;
    bottom: 6px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #E83228;
  }
  .image-container {
    display: flex;
  justify-content: center;  /* 中央揃え */
  flex-wrap: wrap;
  gap:50px;
}
  .partner-img {
    width: 30%;
    display: block;
    padding-top: 20px;
  }
}
/*-------------banna---------------------*/
.banner {
  background-image: url("../images/top/banner.jpg");
  width: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: left;
  background-size: cover;
  margin-top: 80px;
}
.banner h2 {
  display: inline-block;
    text-align: left;
    padding: 60px 0 10px 145px;
    font-size: 7.2rem;
    color: #fefefe;
    line-height: 1.5;
    font-weight: 800;
}
.banner_button {
  display: block;
    text-align: left;
    padding: 13px 0 40px 145px;
 
}
@media (max-width: 969px) {
  .banner {
    background-image: url(../images/top/banner.jpg);
    width: auto;
    height: 43vw;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: left;
    background-size: cover;
    margin-top: 40px;
    background-position: right;
  }
  .banner h2 {
    display: inline-block;
    text-align: left;
    padding: 20px 0 0 20px;
    font-size: 5vw;
    color: #fefefe;
    line-height: 1.5;
    font-weight: 700;
  }
  
  .banner_button {
  display: block;
  text-align: left;
  padding: 13px 0 20px 20px;
 width: 40vw;
}
}
.contact {
  background-image: url("../images/top/contact-us_background.jpg");
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact h2 {
  font-size: 6.4rem;
  color: #0B286D;
  padding-top: 30px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
  padding-bottom: 30px;
}
.contact h2 span {
  color: #E83228;
  text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.25);
}
.contact_wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  justify-content: center;
  color: #efefef;
  padding-bottom: 40px;
}
.contact_blue {
  margin: 0 auto;
  background: #0B286D;
  width: 50%;
  padding: 30px 30px 0;
}
.contact_red {
  margin: 0 auto;
  padding: 30px 30px 0;
  background: #E83228;
  width: 50%;
}
.contact_text_1 {
  padding-bottom: 12px;
  margin-bottom: 0.2rem;
  border-bottom: 1.5px solid #fefefe;
  font-weight: bold;
  font-size: 2.4rem;
  ;
}
.contact_text_2 {
  padding-top: 12px;
  font-weight: 500;
}
.contact_btn_blue {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  text-align: center;
  margin: 30px 42px 40px;
  padding: 0 4rem;
  border-radius: 100vw;
  background: #fefefe;
  background-size: 400%;
  color: #333;
  font-size: 2.0rem;
}
.contact_btn_blue:hover::before {
  transform: scaleX(1);
}
.contact_btn_blue:hover {
  color: #fff;
}
.contact_btn_blue span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact_btn_blue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(82.3deg, rgba(39, 172, 217, 1) 10.8%, rgba(18, 83, 229, 1) 94.3%);
  transition: all 0.475s;
}
.contact_btn_red {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  text-align: center;
  margin: 30px 42px 40px;
  padding: 0 4rem;
  border-radius: 100vw;
  background: #fefefe;
  background-size: 400%;
  color: #333;
  font-size: 2.0rem;
}
.contact_btn_red:hover::before {
  transform: scaleX(1);
}
.contact_btn_red:hover {
  color: #fff;
}
.contact_btn_red span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact_btn_red::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(82.3deg, rgba(255, 193, 190, 1) 10.8%, rgba(243, 75, 75, 1) 94.3%);
  transition: all 0.475s;
}
@media (max-width: 969px) {
  .contact h2 {
    font-size: 2.6rem;
    color: #0B286D;
    padding-top: 30px;
    text-shadow: 0.5px 0.5px 1px rgb(0, 0, 0, 0.25);
    padding-bottom: 30px;
  }
  .contact_blue {
    margin: 0 auto;
    background: #0B286D;
    width: 90%;
    padding: 30px 15px 0;
  }
  .contact_text_1 {
    padding-bottom: 12px;
    margin-bottom: 0.2rem;
    border-bottom: 1.5px solid #fefefe;
    font-weight: bold;
    font-size: 2.0rem;
  }
  .contact_text_2 {
    padding-top: 12px;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .contact_btn_blue span {
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
  .contact_btn_blue, .contact_btn_red {
    width: 72%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    text-align: center;
    margin: 30px 45px 30px;
    padding: 0 4rem;
    border-radius: 100vw;
    background: #fefefe;
    background-size: 400%;
    color: #333;
    font-size: 1.6rem;
  }
  .contact_wrapper {
    /* max-width: 1040px; */
    margin: 0 auto;
    display: flex;
    gap: 25px;
    justify-content: center;
    color: #efefef;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .contact_red {
    margin: 0 auto;
    background: #E83228;
    width: 90%;
    padding: 30px 15px 0;
  }
}