@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://use.typekit.net/zwk3lqt.css");
body::before {
  content: "";
  width: 100%;
  height: 77px;
  background-color: #FFF;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #F1F1F1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.visual {
  width: 100%;
  padding: 120px 0 0 0;
  margin-bottom: 80px;
}
.visual div {
  width: 1080px;
  margin: 0 auto;
}

/* sec1 */
.sec {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
.sec h4.body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sec h4.body::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  display: block;
  transform: translateY(0.9rem);
}
.sec h4.body span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 45px);
  margin: 0 0 0 15px;
}
.sec .text {
  text-align: left;
}
.sec .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .text p:not(:last-child) {
  margin-bottom: 15px;
}
.sec .text p.notice {
  font-size: 1.2rem;
  line-break: 2.4rem;
}
.sec .text p strong {
  color: #ffbe00;
  font-weight: 600;
}
.sec .inner {
  width: 1080px;
  margin: 0 auto;
}
.sec .inner .visual {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
.sec .inner .visual:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec .inner .combo .title {
  width: 400px;
  position: relative;
  transition: clip-path 0.3s ease-in 0.5s;
}
.sec .inner .combo .title .intitle {
  width: 100%;
  padding: 0px 20px 0 0;
  position: sticky;
  top: 85px;
}
.sec .inner .combo .title .intitle dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .title .intitle dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec .inner .combo .title .intitle dl dt:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .title .intitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 0 10px;
  position: relative;
}
.sec .inner .combo .title .intitle dl dd ul {
  margin: 0px;
}
.sec .inner .combo .title .intitle dl dd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.sec .inner .combo .title .intitle dl dd ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #111111;
  border-radius: 5px;
  display: block;
}
.sec .inner .combo .title .intitle dl dd ul li:not(:last-child) {
  margin-bottom: 25px;
}
.sec .inner .combo .title .intitle dl dd ul li a {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: inline-block;
  transition: all 0.15s ease-out 0s;
  margin-left: 10px;
}
.sec .inner .combo .title .intitle dl dd ul li a:hover {
  color: #999;
}
.sec .inner .combo .contents {
  width: calc(100% - 400px);
}
.sec .inner .combo .contents .news-index {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .news-index:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .news-index h3 {
  color: #000000;
  font-family: "din-2014", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .news-index h3:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .news-index .post {
  width: 100%;
}
.sec .inner .combo .contents .news-index .post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #999;
}
.sec .inner .combo .contents .news-index .post > a {
  display: block;
  transition: all 0.15s ease-out 0s;
}
.sec .inner .combo .contents .news-index .post > a:not(:last-child) {
  margin-bottom: 10px;
}
.sec .inner .combo .contents .news-index .post > a:hover {
  opacity: 0.7;
}
.sec .inner .combo .contents .news-index .post > a .box-text {
  text-align: left;
}
.sec .inner .combo .contents .news-index .post > a .box-text h4 {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
  margin-bottom: 10px;
}
.sec .inner .combo .contents .news-index .post > a .box-text .text {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .news-index .post .info {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .news-index .post .info .category {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .news-index .post .info .date {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 20px;
}
.sec .inner .combo .contents .box-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec .inner .combo .contents .box-detail:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .box-detail h4 {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .box-detail h4:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .box-detail .sub {
  width: 100%;
  padding: 10px 0;
  border-top: solid 1px #111111;
  border-bottom: solid 1px #111111;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sec .inner .combo .contents .box-detail .sub:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .box-detail .sub .category {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .box-detail .sub .date {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 20px;
}
.sec .inner .combo .contents .box-detail .lead {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
.sec .inner .combo .contents .box-detail .lead:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .box-detail .combo {
  width: 100%;
}
.sec .inner .combo .contents .box-detail .combo:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .box-detail .combo .box-photo {
  width: 100%;
}
.sec .inner .combo .contents .box-detail .combo .box-photo:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .box-detail .combo .set-photo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec .inner .combo .contents .box-detail .combo .set-photo:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .box-detail .combo .set-photo > div {
  width: calc(50% - 10px);
}
.sec .inner .combo .contents .box-detail .combo .text {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
.sec .inner .combo .contents .box-detail .combo .text:not(:last-child) {
  margin-bottom: 20px;
}
.sec .inner .combo .contents .wp-pagenavi {
  width: 100%;
  padding: 40px 0 0 0;
  border-top: solid 1px #999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.sec .inner .combo .contents .wp-pagenavi span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.sec .inner .combo .contents .wp-pagenavi span:not(:first-child) {
  margin-left: 10px;
}
.sec .inner .combo .contents .wp-pagenavi span.pages {
  color: #999;
}
.sec .inner .combo .contents .wp-pagenavi span.pages + span {
  margin-left: 20px;
}
.sec .inner .combo .contents .wp-pagenavi span.pages + a {
  margin-left: 20px;
}
.sec .inner .combo .contents .wp-pagenavi span.current {
  color: #999;
  font-weight: 600;
}
.sec .inner .combo .contents .wp-pagenavi a {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.sec .inner .combo .contents .wp-pagenavi a:not(:first-child) {
  margin-left: 10px;
}
.sec .inner .combo .contents .box-navi {
  width: 100%;
  padding: 40px 0 0 0;
  border-top: solid 1px #999;
  overflow: hidden;
}
.sec .inner .combo .contents .box-navi .btn.arrow-l {
  float: left;
}
.sec .inner .combo .contents .box-navi .btn.arrow-l a::before {
  content: "← ";
  display: inline-block;
}
.sec .inner .combo .contents .box-navi .btn.arrow-r {
  float: right;
}
.sec .inner .combo .contents .box-navi .btn.arrow-r a::after {
  content: " →";
  display: inline-block;
}
.sec .inner .combo .contents .box-navi .btn a {
  color: #111111;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
.sec .inner .combo .contents .box-navi .btn a:hover {
  color: #999;
}
.sec.on .inner .visual {
  opacity: 1;
}
.sec.on .inner .combo .title {
  clip-path: inset(0 0 0 0);
}
.sec.on .inner .combo .text {
  opacity: 1;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  body::before {
    content: none;
  }

  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .wrapper::before {
    height: 120px;
  }

  .visual {
    width: 100%;
    padding: 60px 20px 0 20px;
    margin-bottom: 40px;
  }
  .visual div {
    width: 100%;
  }

  /* sec1 */
  .sec {
    padding-bottom: 50px;
  }
  .sec h4.body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .sec h4.body::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: block;
    transform: translateY(0.9rem);
  }
  .sec h4.body span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 45px);
    margin: 0 0 0 15px;
  }
  .sec .text {
    text-align: left;
  }
  .sec .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec .text p.notice {
    font-size: 1.2rem;
    line-break: 2.4rem;
  }
  .sec .text p strong {
    color: #ffbe00;
    font-weight: 600;
  }
  .sec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec .inner .visual {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in 0s;
  }
  .sec .inner .visual:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec .inner .combo .title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .sec .inner .combo .title .intitle {
    width: 100%;
    padding: 0px;
    position: sticky;
    top: 85px;
  }
  .sec .inner .combo .title .intitle dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .title .intitle dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .title .intitle dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .title .intitle dl dd {
    width: 100%;
    padding: 0px;
  }
  .sec .inner .combo .title .intitle dl dd::before {
    width: 100%;
    height: 1px;
  }
  .sec .inner .combo .title .intitle dl dd ul {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .title .intitle dl dd ul li {
    writing-mode: horizontal-tb;
    position: relative;
  }
  .sec .inner .combo .title .intitle dl dd ul li::before {
    content: none;
  }
  .sec .inner .combo .title .intitle dl dd ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  .sec .inner .combo .title .intitle dl dd ul li:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #111111;
  }
  .sec .inner .combo .title .intitle dl dd ul li.active::before {
    content: "";
  }
  .sec .inner .combo .title .intitle dl dd ul li a {
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  .sec .inner .combo .title .intitle dl dd ul li a:hover {
    color: #000000;
  }
  .sec .inner .combo .contents {
    width: 100%;
  }
  .sec .inner .combo .contents .news-index {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    border-top: solid 1px #999;
  }
  .sec .inner .combo .contents .news-index:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .news-index h3 {
    color: #000000;
    font-family: "din-2014", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .news-index h3:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .news-index .post {
    width: 100%;
  }
  .sec .inner .combo .contents .news-index .post:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #999;
  }
  .sec .inner .combo .contents .news-index .post > a {
    display: block;
    transition: all 0.15s ease-out 0s;
  }
  .sec .inner .combo .contents .news-index .post > a:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .news-index .post > a:hover {
    opacity: 0.7;
  }
  .sec .inner .combo .contents .news-index .post > a .box-text {
    text-align: left;
  }
  .sec .inner .combo .contents .news-index .post > a .box-text h4 {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .news-index .post > a .box-text .text {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .news-index .post .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .news-index .post .info .category {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .news-index .post .info .date {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 0px;
  }
  .sec .inner .combo .contents .box-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .box-detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .box-detail h4 {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .box-detail h4:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .box-detail .sub {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .box-detail .sub:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .box-detail .sub .category {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .box-detail .sub .date {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 0px;
  }
  .sec .inner .combo .contents .box-detail .lead {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  .sec .inner .combo .contents .box-detail .lead:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .box-detail .combo:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .box-detail .combo .box-photo:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .box-detail .combo .set-photo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec .inner .combo .contents .box-detail .combo .set-photo:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .box-detail .combo .set-photo > div {
    width: calc(50% - 10px);
  }
  .sec .inner .combo .contents .box-detail .combo .text {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  .sec .inner .combo .contents .box-detail .combo .text:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .wp-pagenavi {
    padding: 20px 0 0 0;
  }
  .sec .inner .combo .contents .wp-pagenavi span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .sec .inner .combo .contents .wp-pagenavi span:not(:first-child) {
    margin-left: 10px;
  }
  .sec .inner .combo .contents .wp-pagenavi span.pages {
    color: #999;
  }
  .sec .inner .combo .contents .wp-pagenavi span.pages + span {
    margin-left: 20px;
  }
  .sec .inner .combo .contents .wp-pagenavi span.pages + a {
    margin-left: 20px;
  }
  .sec .inner .combo .contents .wp-pagenavi span.current {
    color: #999;
    font-weight: 600;
  }
  .sec .inner .combo .contents .wp-pagenavi a {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  .sec .inner .combo .contents .wp-pagenavi a:not(:first-child) {
    margin-left: 10px;
  }
  .sec .inner .combo .contents .box-navi {
    padding: 20px 0 0 0;
  }
  .sec .inner .combo .contents .box-navi .btn.arrow-l {
    float: left;
  }
  .sec .inner .combo .contents .box-navi .btn.arrow-l a::before {
    content: "← ";
    display: inline-block;
  }
  .sec .inner .combo .contents .box-navi .btn.arrow-r {
    float: right;
  }
  .sec .inner .combo .contents .box-navi .btn.arrow-r a::after {
    content: " →";
    display: inline-block;
  }
  .sec .inner .combo .contents .box-navi .btn a {
    color: #111111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  .sec .inner .combo .contents .box-navi .btn a:hover {
    color: #999;
  }
}

/*# sourceMappingURL=style_news.css.map */
