@charset "UTF-8";
/* @content */
#hurusato #page_header {
  background-image: url(../images/hurusato/main@2x.jpg);
}
/* section10 */
#hurusato #section10 {
  margin-top: 100px;
  margin-bottom: 90px;
}
#hurusato #section10 .title {
  text-align: center;
  margin-bottom: 65px;
}
#hurusato #section10 .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#hurusato #section10 .flex div {
  width: 49%;
}
#hurusato #section10 .flex div p {
  line-height: 2.2;
  letter-spacing: 0.02em;
}
#hurusato #section10 .flex span.border {
  background: linear-gradient(transparent 70%, #fdeca0 30%);
}
#hurusato #section10 .linkArea {
  max-width: 800px;
  margin: 40px auto 0;
}
#hurusato #section10 .linkArea a {
  width: calc(100% / 3 - 20px);
}
/* section20 */
#hurusato #section20 {
  background-image: url(../images/hurusato/border_2023@2x.png);
  background-size: cover;
  padding: 8.9vw 0;
  margin-bottom: 90px;
  background-position: center;
}
/* section30 */
#hurusato #section30 #link01,
#hurusato #section30 #link02,
#hurusato #section30 #link03,
#hurusato #section30 #link04,
#hurusato #section30 #link05,
#hurusato #section30 #link06,
#hurusato #section30 #link07,
#hurusato #section30 #link08 {
  padding-top: 120px;
  margin-top: -120px;
}
#hurusato #section30 .link-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
}
#hurusato #section30 .link-area .linkarea-btn {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  text-align: center;
}
#hurusato #section30 .link-area a:last-of-type {
  padding-right: 0;
}
#hurusato #section30 .contents-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 90px;
}
#hurusato #section30 .contents p.title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
#hurusato #section30 .contents .contents-bg {
  background-image: url(../images/hurusato/bgimg02@2x.png);
  background-size: cover;
  padding: 20px;
  margin-bottom: 60px;
}
#hurusato #section30 .contents .contents-inner {
  background-color: #fff;
  padding: 25px 25px;
}
#hurusato #section30 .contents .contents-inner .link {
  display: flex;
  flex-wrap: wrap;
}
#hurusato #section30 .contents .contents-inner a {
  background-color: #00592a;
  border-radius: 10px;
  color: #fff;
  padding: 20px 25px;
  display: inline-block;
  margin: 10px;
}
#hurusato #section30 .contents .contents-inner a span {
  position: relative;
  padding-right: 30px;
  font-size: 18px;
}
#hurusato #section30 .contents .contents-inner a span::after {
  background: url(../images/hurusato/link@2x.png) no-repeat;
  background-size: contain;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-bottom: 2px;
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  /* section10 */
  #hurusato #section10 {
    margin-top: 180px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #hurusato #section30 #link01,
  #hurusato #section30 #link02,
  #hurusato #section30 #link03,
  #hurusato #section30 #link04,
  #hurusato #section30 #link05,
  #hurusato #section30 #link06 {
    padding-top: 60px;
    margin-top: -60px;
  }
  /* section10 */
  #hurusato #section10 {
    margin-top: 150px;
  }
  #hurusato #section10 {
    margin-bottom: 5px;
  }
  #hurusato #section10 .title {
    margin-bottom: 30px;
  }
  #hurusato #section10 .flex {
    flex-direction: column;
  }
  #hurusato #section10 .flex div {
    width: 100%;
  }
  #hurusato #section10 .flex div.img {
    text-align: center;
  }
  #hurusato #section10 .flex div + div {
    margin-bottom: 20px;
  }
  #hurusato #section10 .flex div p {
    letter-spacing: 0.03em;
  }
  #hurusato #section10 .linkArea .flex {
    flex-direction: initial;
  }
  #hurusato #section10 .linkArea {
    margin: 0 auto 40px;
  }
  /* section20 */
  #hurusato #section20 {
    margin-bottom: 45px;
  }
  #hurusato #section20 {
    padding: 0;
    height: 23vw;
  }
  /* section30 */
  #hurusato #section30 .contents-title {
    margin-bottom: 45px;
  }
  #hurusato #section30 .link-area {
    margin-bottom: 35px;
  }
  #hurusato #section30 .contents p.title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #hurusato #section30 .contents .contents-inner {
    background-color: #fff;
    padding: 15px 15px;
  }
  #hurusato #section30 .contents .contents-inner .link {
    justify-content: space-between;
  }
  #hurusato #section30 .contents .contents-inner .link a span {
    font-size: 14px;
    width: 100%;
  }
  #hurusato #section30 .contents .contents-inner .link a {
    width: 48%;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 15px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #hurusato #page_header {
    background-image: url(../images/hurusato/main-sp@2x.jpg);
  }
  #hurusato #section30 #link01,
  #hurusato #section30 #link02,
  #hurusato #section30 #link03,
  #hurusato #section30 #link04,
  #hurusato #section30 #link05,
  #hurusato #section30 #link06 {
    padding-top: 70px;
    margin-top: -70px;
  }
  #hurusato #section10 .flex div p {
    letter-spacing: 0;
  }
  #hurusato #section10 .linkArea {
    margin: 0 auto 30px;
  }
  #hurusato #section10 .linkArea .flex {
    flex-direction: column;
    text-align: center;
  }
  #hurusato #section10 .linkArea a {
    width: 100%;
    margin-top: 15px;
  }
  #hurusato #section30 .link-area a {
    width: calc(100% / 2 - 10px);
  }
  #hurusato #section30 .contents .contents-inner .link a {
    width: 100%;
    margin: 5px 0;
  }
  #hurusato #section20 {
    height: 18vw;
  }
}
