@charset "UTF-8";

/*------------------------------------------------------------
総合トップ
-------------------------------------------------------------- */
 /* MV 追加可能 */
#main_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1; /* 全スライドの基本レイヤー */
}

#main_slider .slide.is-active {
  opacity: 1;
  z-index: 2; /* 現在表示するスライドを最前面に */
}

#main_slider .slide img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-mask {
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: auto;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 10;
}

.overlay-title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  max-width: 180px;
  pointer-events: none;
  z-index: 20;
}

.logo{
  width: 30%;
  margin: 0 auto;
}

@media (min-width:768px) {
.overlay-mask {
  bottom: -1px;
  left: auto;
  right: 0;
  max-width: 50%;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.overlay-title{
  top: auto;
  left: auto;
  bottom: 10%;
  right: 5%;
  width: 25%;
  max-width: 300px;
}

.overlay-mask {
  bottom: -1px;
  left: auto;
  right: 0;
  max-width: 50%;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
.overlay-title{
  top: auto;
  left: auto;
  bottom: 10%;
  right: 5%;
  width: 25%;
  max-width: 300px;
}
.logo{
  width: 25%;
  max-width: 340px;
}
}
 /* MV 追加可能 */



.motto_section {
  position: relative;
  overflow: hidden;
  margin: 4rem 0 0;
}

/* 左画像 */
.motto_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40vw;
  height: 100%; /* 親の高さに固定 */
  background: url("../images/top/bg_about_sp_01.png") no-repeat left center / contain;
  pointer-events: none;
  z-index: -1;
}

/* 右画像 */
.motto_section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
height: 100%; /* 親の高さに固定 */

  background: url("../images/top/bg_about_sp_02.png") no-repeat right center / contain;
  pointer-events: none;
    z-index: -1;
}

.motto_contents h2.mt{
  font-size: clamp(25px, 17.86px + 1.83vw, 53px);
}

.motto_contents p{
  text-align: center;
  margin: 0.5rem;
  line-height: 1.7;
}

.motto_contents{
  max-width: 95%;
  margin: 0 auto;
}

.motto_list ul{
  display: flex;
  margin: 2rem auto 3rem;
  justify-content: center;
}
.motto_list ul li{
  margin: 0.25rem;
}

@media (min-width: 768px) {
.motto_section::before,
.motto_section::after {
    /* width: 30vw; */
    width: 33.33%;;
  }

.motto_contents p{
  line-height: 2;
}

.motto_list ul{
  max-width: 80%;
  max-width: 800px;
}
}

@media (min-width: 1280px) {
.motto_section::before,
.motto_section::after {
    width: 25vw;
  }
.motto_section::before{
  background: url("../images/top/bg_about_pc_01.png") no-repeat left center / contain;
  left: -1%;
}
.motto_section::after{
  background: url("../images/top/bg_about_pc_02.png") no-repeat right center / contain;
  right: -1%;
}
}

/*-----------------------------------------------------------
 トップお知らせ 編集可能
 -----------------------------------------------------------*/
.info_contents{
  width: 87%;
  margin: 2rem auto;
  max-width: 700px;
}

.info_box p{
  text-align: right;
}

.info_box p span{
  display: inline-flex;
  align-items: center;
}

.info_box p span::after{
    content: "";
    background-size: cover;
     display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: -0.5rem;
    background: url('../images/top/arrow.png') no-repeat center / contain;;
    vertical-align: top;
}

.info_box dl{
  border-bottom: 1px dotted #707070;
  margin-bottom: 1rem;
}
.info_box dl dd{
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
.info_contents h4{
  text-align: left;
}
}
/* ここまでトップお知らせ */


/* フロム蔵王の由来 */
.bg_origin_section{
  background-image: url(../images/top/bg_origin_sp_01.png);
  background-position: center bottom;
  background-size: cover;
}

.origin_section{
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.75rem;
  margin: 0.75rem;
  background: #fff;
  border-radius: 30px;
}
.origin_section div{
  width: calc(50% - 5px);
}
.origin_text p{
  margin-bottom: 1rem;
  font-weight: 500;
}

.origin_text p span{
  /* display: inline-block; */
  background: linear-gradient(transparent 60%, #F9F990 60%);
  color: #0EA8DC;
  font-size: 1.125rem;
}

.origin_section div p:last-child{
  font-size: 0.6875rem;
  font-weight: 400;
}

.pc_br{
  display: none;
}

.sp_br{
  display: block;
}
@media (min-width: 768px) {

.origin_section{
  margin: auto;
  max-width: 600px;
  padding: 1.5rem 3rem;
}

.origin_text p{
  font-size: 1.15rem;
}

.origin_text p span{
  font-size: 115%;
}

.origin_section div p:last-child{
  font-size: 90%;
  line-height: 2;
}

.pc_br{
  display: block;
}
.sp_br{
  display: none;
}
}

@media (min-width:992px) {
  .bg_origin_section{
  background-image: url(../images/top/bg_origin_pc_01.png);
    height: 500px;
}
}

@media (min-width:1280px) {
.origin_section{
  max-width: 900px;
}
.origin_text p{
  font-size: 1.625rem;
}
  .bg_origin_section{
    height: 650px;
}
}



.lp_btn_list,.products_btn_list {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}

.lp_btn_list ul,.products_btn_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}



.lp_btn_list ul li,.products_btn_list ul li{
  width: calc(45% - 10px);
  margin-bottom: 1rem;
}

.lp_btn_list ul li:first-child a{
   position: relative;
  display: inline-block;
}

.lp_btn_list ul li:first-child a::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -25px;
  width: 100%;
  height: 40%;
  background-image: url("../images/top/lp_hybrid_btn_top.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.products_title{
  position: relative;
}

.products_title h2{
  margin-bottom: 0;
}

.products_title::after{
  content: "";
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url("../images/top/items_wave_pc_02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.products_btn_list ul{
  padding: 2rem 0 4rem;
}

.top_lp_contents {
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}

/* 左画像 */
.top_lp_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40vw;
  background: url("../images/top/bg_items_02.png") no-repeat left bottom / contain;
  pointer-events: none;
  z-index: -1;
}

/* 右画像 */
.top_lp_contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  background: url("../images/top/bg_items_03.png") no-repeat right bottom / contain;
  pointer-events: none;
  z-index: -1;
}

.lp_heading{
  padding-top: 0;
}

@media (min-width: 768px) {
.products_title::after{
  height: 130px;
  bottom: -20px;
}

.top_lp_contents::before,
.top_lp_contents::after {
    width: 30vw;
      top: -20px;
  }
}

@media (min-width: 992px) {
  .top_lp_contents::before,
  .top_lp_contents::after {
    width: 25vw;
      }
    .lp_heading{
      padding-top: 2rem;
    }

    .top_lp_contents h2.main_title{
      padding-bottom: 0;
    }
      picture.is-offset{
        display: block;
        transform: translateY(100px);
      }
      .top_lp{
        transform: translateY(-80px);
      }
      .products_btn_list ul{
        padding-bottom: 7rem;
      }
}


  @media (min-width: 1280px) {
      .top_lp_contents::before,
      .top_lp_contents::after {
        width: 20vw;
  }
      .lp_btn_list,.products_btn_list{
        max-width: 1000px;
      }
      .lp_btn_list ul li,.products_btn_list ul li{
        width: calc(43% - 15px);
        margin-bottom: 2rem;
      }
      .products_title::after{
        height: 150px;
        bottom: -30px;
      }
      }


.top_shop_bg{
  position: relative;
}

.top_shop_container {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

/* 左画像 */
.top_shop_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40vw;
  background: url("../images/top/bg_shop_sp_01.png") no-repeat left center / contain;
  pointer-events: none;
  /* z-index: -1; */
}

/* 右画像 */
.top_shop_container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  background: url("../images/top/bg_shop_sp_02.png") no-repeat right center / contain;
  pointer-events: none;
}
.top_article{
  max-width: 1280px;
}

  .top_article_title_img_01{
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

 .top_article_title_img_02{
   display: none;
  }

  .top_article_img{
  background: #EDF9FE;
  margin-bottom: 1rem;
}

.top_article_title{
  position: relative;
}

.sub_title{
display: none;
}

.top_article_text{
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
.sub_text{

  margin:0 auto 2rem;
}
.sub_text p{
    font-size: 0.8125rem;
}
.top_shop_text{
  width: 90%;
  margin: 1rem auto;
}

.top_shop_btn{
  position: relative;
  z-index: 10;
  width: 95%;
  margin: 0 auto;

}
.top_shop_btn ul{
  display: flex;
  justify-content: space-around;

}

.top_shop_btn ul li{
  width: calc(45% - 5px);
}

.top_information_contents{
  padding-bottom: 7rem;
}

@media (min-width: 550px){
.sub_text p{
  font-size: 0.9375rem;
}
}

@media (min-width: 768px) {

  .top_shop_container{
    padding-bottom: 7rem;
  }
  .top_shop_container::before,
  .top_shop_container::after {
    width: 30vw;
  }

  .top_article{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
  }
    .top_article_text{
      display: flex;
      flex-direction: column;
      justify-self: flex-start;
    }
  .top_article_img{
    margin-bottom: 3rem;
  }
  .top_article_title_img_01{
   display: none;
  }

  .top_article_title_img_02{
   display: block;
  }


    .sub_title p span{
    font-size: 1.25rem;
      }
  .sub_title p span.heading{
        color: #00BFFF;
    display: inline-block;
    font-size: 1.4375rem;
    }
    .sub_title{
      display: block;

      margin-bottom: 1.5rem;
    }

  .sub_title p span{
      display: inline-block;
      font-weight: 500;
      }

.sub_text{
  line-height: 1.5;
        font-size: 1rem;
}
.top_article_button{
    margin-left: auto;
    margin-right: 0; /* 右寄せ */
}

.top_shop_contents{
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
  }
@media (min-width: 992px) {

  .top_article_title{
    flex: 1;
    margin-right: 2rem;
    /* max-width: 500px; */
  }
  .top_article_text{
    flex: 1.5;
    max-width: 700px;
  }
    .sub_text p {

      line-height: 2;
      letter-spacing: 0.07rem;
    }
}
@media (min-width: 1280px) {
  .top_information_contents{
    padding-bottom: 9rem;
  }
  .top_shop_container::before {
  background: url("../images/top/bg_shop_pc_01.png") no-repeat left center / contain;
  }
  .top_shop_container::after {
  background: url("../images/top/bg_shop_pc_02.png") no-repeat right center / contain;
  }
 .top_shop_container::before,
  .top_shop_container::after {
    width: 30vw;
  }

    .sub_title p span{
    font-size: 1.5rem;
      }
  .sub_title p span.heading{
    font-size: 2rem;
    }
    .sub_text{
  font-size: 1.125rem;
}
    .sub_text p {
      font-size: 1.125rem;

    }
.top_article_button{
  max-width: 380px;
}

.top_shop_contents{
  width: 70%;
  max-width: 880px;
}
}

/*-----------------------------------------------------------
 ここからお知らせ information 編集可能
 -----------------------------------------------------------*/
.information_bg{
  width: 90%;
  background: #fff;
  padding: 4%;
  border-radius: 30px;
  margin: 0 auto;
  box-shadow: 0.5rem 0.5rem 0 rgb(140, 226, 255);
}

.information {
  margin: 0 auto;
  width: 80%;
  min-width: 300px;
  height: 300px;
  padding: 2%;
  text-align: left;
  overflow-y: auto;
}

.information::-webkit-scrollbar {
  width: 11px;
}

.information::-webkit-scrollbar-track {
  background: #efefef;
}

.information::-webkit-scrollbar-thumb {
  background-color: #0EA8DC;
}
/* Chrome / Edge / Safari */
.information::-webkit-scrollbar-button {
  display: none;
}

/* 1件分 */
.information-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px dotted #aaa;
}

/* 最後の区切り線を消す */
.information-item:last-child {
  border-bottom: none;
}

/* 日付 */
.information dt {
  font-size: 0.6875rem;
  font-weight: 600;
}

/* 本文 */
.information dd {
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.5;
}

.information-item dd a{
  font-weight: 500;
  color: #0EA8DC;
  text-decoration: underline;
}

.information-item dd span{
  display: inline-block;
}

.information-item dd span.bold{
  font-weight: 500;
}

.information-item dd span.red{
  color: #E80505;
}

@media (min-width: 768px) {
  .information {
    width: 90%;
}
    .information dt,.information dd{
      font-size: 0.75rem;
      margin: 0.75rem 0;
    }

  .information-item {
    flex-direction: row;
    gap: 12px;
  }

  .information-item dt {
    width: 100px;
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
.information dt,.information dd{
  font-size: 0.9375rem;
}

.information_bg{
  max-width: 800px;
  min-height: 450px;
}

.information {
  max-width: 700px;
  min-height: 400px;
}
}

@media (min-width: 1280px) {
.information_bg{
  max-width: 1000px;
}

.information {
  max-width: 900px;
}
}
/* ここまでお知らせ information */



/*----------------------------------------------
企業情報
------------------------------------------------*/
.bg-image,.bg-image02{
  display: none;
}

.company_wrapper section{
  position: relative;
}

.company_contents{
  width: 90%;
  margin: 0 auto;
}


  @media (min-width: 1280px) {
    .bg-image{
      display: block;
        position: absolute;
        top: 1000px;
        left: 0;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        z-index: -1;
    }

    .bg-image02{
        display: block;
        position: absolute;
        top: -1000px;
        left: 0;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        z-index: -1;
    }

  }
.company_header{
  position: relative;
}

.company_header_title{
  position: absolute;
  top: 40%;
  right: 3%;
  width: calc(100% - 70%);
  max-width: 300px;
}

.company_philosophy h2{
  padding-top: 0rem;
}

.company_lead_text{
  width: 90%;
  margin: 0 auto;
  max-width: 850px;
  letter-spacing: -0.04rem;
}

.company_lead_text p{
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.7;
  white-space: pre-wrap;
}

.company_lead_text p:last-child{
  margin-bottom: 0;
}

.company_motto{
  position: relative;
  background-image: url("../images/company/company_bg_three_pc.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.company_motto_inner{
  width: calc(100% - 5%);
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 0 1.5rem;
  max-width: 600px;
}

.company_motto_main{
 width: calc(100% - 50%);
 padding-top: 2rem;
 margin: 0 auto;
}

.company_motto_sub p{
  text-align: center;
  font-size: clamp(18px, 1.622vw + 6.84px, 32px);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.company_motto_sub p span{
  display: inline-block;
  font-size: 130%;
  color: #00BFFF;
}
.company_motto_list ul {
  max-width: 450px;
  margin: 0 auto;
}
.company_motto_list ul li{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  gap: 1%;
}

.company_motto_list ul li:last-child{
  padding-bottom: 2rem;
}

.left{
  flex: 1;
  margin-right: 8px;
}
.right{
  flex: 1.5;
}

/* table */
h2.company_table_title{
  padding-top: 0;
}
.company_table {
  border-collapse: collapse;
  margin: 0 auto;
  /* font-size: 0.8125rem; */
  font-size: clamp(0.8125rem, calc(0.27vw + 0.7469rem), 1rem);


}

.company_table table th,
.company_table table td {
  padding: 12px 15px;
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
  border-left: none;
  border-right: none;
}

.company_table table th {
  background-color: #E9F8FE;
  width: 30%;
  text-align: center;
  font-weight: 500;
}

.illust-logo{
  width: 40%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
}

.history_table {
  border-collapse: collapse;
  margin: 0 auto;
  font-size: clamp(0.8125rem, calc(0.27vw + 0.7469rem), 1rem);
}

.history_table table th,
.history_table table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px dotted #707070;
  border-left: none;
  border-right: none;
  letter-spacing: 0;
}

.history_table table th {
  width: 30%;
  text-align: center;
  font-weight: 500;
}


.history_table_photo {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;

}

.history_table_photo.empty{
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
.company_motto_main{
    width: calc(100% - 60%);

}
.company_motto_list ul{
  max-width: 700px;
}
.company_motto_inner{
  max-width: 600px;
}
  .company_header_title{
    width: calc(100% - 77%);
      top: 50%;
  }

  .left{
  flex: 1;
}
.right{
  flex: 2;
}

.company_table{
  word-break: keep-all;
  overflow-wrap: normal;
}
  .company_table table {
    display: table;
    width: 100%;

  }
  .company_table table tr {
    display: table-row;
  }
  .company_table table th,
  .company_table table td {
    display: table-cell;
    border-top: 1px dotted #707070;
    border-bottom: 1px dotted #707070;
    border-left: none;
    border-right: none;
  }
.company_table {
  width: calc(100% - 20%);
    max-width: 800px;
}
.history_table{
  width: calc(100% - 20%);
  max-width: 900px;
}
.history_table_photo{
flex-direction: row
}
}
@media (min-width: 992px) {
  .company_header_title{
        width: calc(100% - 82%);
  }
.company_lead_text{
  width: calc(100% - 35%);
}

.company_motto{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.company_motto_inner{
  width: calc(90% - 20%);
  max-width: 900px;
}

.company_motto_list ul{
  display: flex;
  align-items: flex-start;
  width: calc(100% - 10%);
  margin: 0 auto;
  padding-bottom: 3rem;
}

.company_motto_list ul li{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1.5rem;
}
.left img{
  width: 100%;
  aspect-ratio: 4 / 4;
  object-fit: cover;
  margin-bottom: 1rem;
}
}

@media (min-width: 1280px){

  .company_motto{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .company_motto_inner{
  border-radius: 10%;
}

}

@media (min-width: 1500px){
.company_header_title{
     width: calc(100% - 85%);
}
}
/* 食品の安全・SDGs */
.food-safety{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2.food-safety_title{
  padding-top: 0;
}

.jfs-b_logo{
  width: 30%;
  max-width: 170px;
  margin: 0 auto 1rem;
}

.sdgs_company_eco_img,.sdgs_detail img{
  max-width: 800px;
  margin: 0 auto;
}

.sdgs_company_eco{
  position: relative;
}

.school_pop_btn{
  position: absolute;
  top: 27%;
  left: 13%;

  width: 75%;
  /* max-width: 200px; */

}

.sdgs_detail p{
  text-align: center;
  padding: 2.5rem 0 1rem;
}

.company_sponsorship h2{
  padding-bottom: 0.25rem;
}
.sponsorship_wrapper{
  display: flex;
  justify-content: center;
  gap: 2%;
}
.sponsorship_logo{
  /* width: 45%; */
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #EDF9FE;
  border-radius: 50%;
}

.sponsorship_logo img{
  width: 65%;
  height: auto;
   object-fit: contain;
   display: block;
}

.sponsorship_logo p{
  color: #00BFFF;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;

}

.sponsorship_logo p span{
  display: inline-block;
  font-size: 90%;
}

.sponsorship_link{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.sponsorship_heading{
  color: #00BFFF;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}


/* アクセス・リンク */
.map_wrapper{
  width: 90%;
    margin: 0 auto;
}

h2.map-wrapper_title{
  padding-top: 0;
}

.map-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;

}

.map-item {
  width: 100%;
}

.map-item h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  text-align: center;
}

.map-item iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
}
p.map-title{
  font-weight: 600;
  background: #DBF2FB;
  text-align: center;
  padding: 0.5rem;
}
p.map-txt{
  width: 85%;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .food-safety{
    width: calc(100% - 20%);
  }
  .food-safety_contents{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
  }
  .jfs-b_logo img{
    flex: 2;
  }
    .food-safety_txt{
    flex: 1;
    margin-left: 1.5rem;
    line-height: 2;
    }

  .map-wrapper {
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
  }

  .map-item {
    aspect-ratio: 4 / 3;
  }

  .sponsorship_logo{
    width: 250px;
    height: 250px;
  }
    .sponsorship_logo p{
      font-size: 0.9375rem;
    }
}

@media (min-width: 992px) {
  .sponsorship_logo{
    width: 300px;
    height: 300px;
  }
  .sponsorship_heading{
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
    .sponsorship_logo{
    width: 390px;
    height: 390px;
  }
  .sponsorship_logo p{
      font-size: 1.1875rem;
  }
}

/* リンク */

.web_link{
  width: 90%;
  margin: 0 auto;
}

h2.link_wrapper_title{
  padding-top: 0;
}

  ul.web_link_list li,ul.web_sub_link_list li {
    font-size: clamp(12px, 0.392vw + 10.47px, 18px);
  }

ul.web_link_list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #707070 dashed;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

ul.web_link_list li::after{
  content: "";
  margin-top: 0.5rem;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background-image: url('../images/common/common_blank_icon_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

ul.web_link_list span{
  display: inline-block;
  font-size: 90%;
  background: #C4EDFE;
}

/* 親（800px固定想定） */
ul.web_sub_link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* liで2列を作る */
ul.web_sub_link_list li {
  width: calc(50% - 5px);
}

/* aがレイアウトの基準 */
ul.web_sub_link_list li a {
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  padding: 5px 0;
}

/* 前の「・」 */
ul.web_sub_link_list a::before {
  content: "•";
  color: #00BFFF;
  margin-right: 6px;
  flex-shrink: 0;
}

/* 後ろのアイコン（文字直後） */
ul.web_sub_link_list a .icon {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  background: url("../images/common/common_blank_icon_01.png") no-repeat center / contain;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .web_link{
    width: calc(100% - 30%);
    max-width: 800px;
  }

}
@media (min-width: 992px) {
ul.web_link_list li{
  align-items: flex-start;
}

ul.web_link_list li a{
  display: flex;
  gap: 24px;
}
ul.web_link_list span{
  display: block;
  flex: 0 0 135px;
  height: 1.5rem;
  text-align: center;
}

ul.web_link_list li a p{
  margin-right: 2rem;
}
ul.web_sub_link_list li::after{
  top: 10px;
  right: auto;
}
ul.web_link_list li::after{
  width: 25px;
  height: 25px;
}
}

