@charset "euc-jp";

@media screen and (max-width: 1080px) {
  
  
  /*===== slider =====*/
  #slider .swiper-slide {
    width: 350px !important;
  }
  #slider .swiper-slide a {
    width: 350px;
    height: 350px;
  }
  #slider .swiper-button-prev,
  #slider .swiper-button-next {
    display: none !important;
  }
  #slider .swiper-pagination {
    bottom: -20px;
    z-index: 10000;
    width: 100%;
  }
  #slider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background-color: #d9d9d9;
  }
  
  
  /*===== special =====*/
  #special {
    padding: 0 20px;
    margin-bottom: 55px;
  }
  #special ul {
    justify-content: space-between;
  }
  #special ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #special ul li a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #ddd;
    aspect-ratio: 7 / 2;
  }
  
  
  /*===== cat_unit =====*/
  #cat_unit {
    padding: 80px 0 0;
  }
  #cat_unit .unit .banner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  #cat_unit .unit .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  #cat_unit .unit .text {
    width: 100%;
    margin: 0 auto 30px;
  }
  #cat_unit .unit .text p {
    font-size: 14px;
    line-height: 1.71em;
  }
  #cat_unit .unit ul li {
    width: 48%;
  }


  /*===== voice =====*/
  #voice ul {
    padding: 0;
  }
  #voice ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  #voice ul li a {
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border-radius: 10px;
  }
  #voice ul li a .imgBox {
    width: 110px;
    height: 110px;
  }
  #voice ul li a .text {
    width: calc(100% - 120px);
  }
  #voice ul li a .text h3 {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  #voice ul li a .text p {
    font-size: 12px;
    line-height: 1.5em;
  }
  #voice ul li a .text .more {
    color: #617064;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
    text-align: right;
  }
  
  
  /*===== column =====*/
  #column ul {
    justify-content: space-between;
    padding: 0;
  }
  #column ul li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  #column ul li a {
    display: block;
    font-size: 15px;
    line-height: 1.53em;
    font-weight: bold;
  }
  #column ul li a .imgBox {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  #column ul li a .imgBox img {
    aspect-ratio: 1 / 1;
  }
  

  /*===== faq =====*/
  #faq {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  #faq dl {
    border-bottom: 2px solid #eaeaea;
  }
  #faq dl dt {
    position: relative;
    font-size: 16px;
    line-height: 1.31em;
    font-weight: bold;
    padding: 25px 50px 25px 45px;
    border-top: 2px solid #eaeaea;
    cursor: pointer;
  }
  #faq dl dt::before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 21px;
    line-height: 1em;
    font-weight: bold;
  }
  #faq dl dd {
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    height: auto;
  }
  #faq dl dd.close {
    height: 0;
    overflow: hidden;
  }
  #faq dl dd div {
    padding: 0 50px 25px 45px;
  }
  #faq dl dd::before {
    content: "A.";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #e8731f;
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
  }
  #faq dl dd a {
    color: #e8731f;
    text-decoration: underline;
  }
  #faq ul {
    width: 100%;
    margin: 40px auto 0;
  }
#faq ul li {
  width: 85%;
  margin: 0 auto 0;
}
#faq ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #617064;
  border: 1px solid #617064;
  border-radius: 23px;
  text-decoration: none;
  box-sizing: border-box;
}  

  /*===== info =====*/
  #info {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  #info ul {
    border-top: 2px solid #eaeaea;
  }
  #info ul li {
    border-bottom: 2px solid #eaeaea;
  }
  #info ul li span {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    padding: 25px 0;
  }
  #info ul li span:nth-of-type(1) {
    width: 120px;
    padding: 25px 0 25px 5px;
  }
  #info ul li span:nth-of-type(2) {
    width: calc(100% - 120px);
  }

  
}