@charset "UTF-8";
:root {
  --header-height: 112px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: min(17.0666666667vw, 64px);
    --header-height: 17.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #taxonomy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.ul_case {
  margin-top: min(1.5151515152vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.8em min(5%, 60px);
}
.ul_case > li {
  width: min(30%, 360px);
}
.ul_case > li a {
  display: block;
}
.ul_case > li a .img::before,
.ul_case > li a .term,
.ul_case > li a .title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_case > li .img {
  width: 100%;
  height: min(18.1818181818vw, 240px);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.ul_case > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.ul_case > li .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 0px 0 #B90101 inset;
          box-shadow: 0px 0px 0px 0 #B90101 inset;
}
.ul_case > li .img .term {
  height: min(2.0454545455vw, 27px);
  padding: 0.2em 0.7em 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.ul_case > li .title {
  margin-top: 1em;
  font-size: min(1.3636363636vw, 18px);
  font-family: "ZenKakuGothicNew-Medium", serif;
}
.ul_case > li .box_overview {
  margin-top: 0.6em;
  padding: 0.9em 1.2em 0.8em;
  background: #EFEFEF;
  font-size: min(1.0606060606vw, 14px);
}
.ul_case > li .box_overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ul_case > li .box_overview dl dt, .ul_case > li .box_overview dl dd {
  margin-bottom: 0.2em;
}
.ul_case > li .box_overview dl dt {
  width: 7.4em;
  padding-right: 1em;
  color: #9E9E9E;
}
.ul_case > li .box_overview dl dd {
  width: calc(100% - 10em);
}
@media screen and (min-width: 769px) {
  .ul_case > li a:hover {
    display: block;
  }
  .ul_case > li a:hover .img::before {
    -webkit-box-shadow: 0px 0px 0px 3px #B90101 inset;
            box-shadow: 0px 0px 0px 3px #B90101 inset;
  }
  .ul_case > li a:hover .term {
    background: #B90101;
  }
  .ul_case > li a:hover .title {
    color: #B90101;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .ul_case {
    margin-top: 0.55em;
    gap: 2em 4%;
  }
  .ul_case > li {
    width: 48%;
  }
  .ul_case > li .img {
    height: min(28.5333333333vw, 240px);
  }
  .ul_case > li .img .term {
    height: min(5.3333333333vw, 27px);
    font-size: min(2.6666666667vw, 13px);
  }
  .ul_case > li .title {
    margin-top: 0.7em;
    font-size: min(3.7333333333vw, 18px);
    font-family: "ZenKakuGothicNew-Medium", serif;
    line-height: 1.8;
  }
  .ul_case > li .box_overview {
    margin-top: 0.5em;
    padding: 1em 1.2em;
    font-size: min(2.6666666667vw, 14px);
  }
  .ul_case > li .box_overview dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ul_case > li .box_overview dl dt, .ul_case > li .box_overview dl dd {
    margin-bottom: 0;
  }
  .ul_case > li .box_overview dl dt {
    width: 100%;
    padding-right: 0;
    line-height: 1.6;
  }
  .ul_case > li .box_overview dl dd {
    width: 100%;
  }
  .ul_case > li .box_overview dl dd + dt {
    margin-top: 0.4em;
  }
}

#archive .box_status,
#taxonomy .box_status {
  margin-top: 2.2em;
  padding: 1.7em 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #EFEFEF;
}
#archive .dl_category,
#taxonomy .dl_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archive .dl_category + dl,
#taxonomy .dl_category + dl {
  margin-top: 1.2em;
}
#archive .dl_category dt,
#taxonomy .dl_category dt {
  padding-right: 5px;
  font-family: "inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #archive .dl_category dt::after,
  #taxonomy .dl_category dt::after {
    content: "：";
  }
}
#archive .dl_category dd ul,
#taxonomy .dl_category dd ul {
  margin-left: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.8em;
}
#archive .dl_category dd ul li a,
#taxonomy .dl_category dd ul li a {
  height: 100%;
  padding: 0em 0.86em;
  display: block;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
}
#archive .dl_category dd ul li a:hover, #archive .dl_category dd ul li a.current,
#taxonomy .dl_category dd ul li a:hover,
#taxonomy .dl_category dd ul li a.current {
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
#archive .dl_category dd ul li a.current,
#taxonomy .dl_category dd ul li a.current {
  pointer-events: none;
}
#archive .box,
#taxonomy .box {
  width: calc(100% - 145px);
}
#archive .deselect,
#taxonomy .deselect {
  width: 130px;
  border-left: 1px dotted #9E9E9E;
}
#archive .deselect a,
#taxonomy .deselect a {
  height: 100%;
  color: #9E9E9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#archive .deselect a span,
#taxonomy .deselect a span {
  padding-right: 40px;
  position: relative;
}
#archive .deselect a span::after,
#taxonomy .deselect a span::after {
  content: "×";
  width: 28px;
  height: 28px;
  border: 1px solid #9E9E9E;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#archive .deselect a:hover span::after,
#taxonomy .deselect a:hover span::after {
  background: #9E9E9E;
  color: #fff;
}
#archive .count,
#taxonomy .count {
  margin-top: min(1.5151515152vw, 20px);
  color: #9E9E9E;
  font-size: 14px;
  text-align: right;
}
#archive .count .en,
#taxonomy .count .en {
  padding: 0 0.1em 0 0.2em;
  font-size: 18px;
  letter-spacing: 0.08em;
}
#archive .nothing,
#taxonomy .nothing {
  margin-top: min(3.7878787879vw, 50px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #archive .box_status,
  #taxonomy .box_status {
    margin-top: 1.2em;
  }
  #archive .box_status,
  #taxonomy .box_status {
    width: 100vw;
    margin-top: 1.2em;
    margin-left: -6%;
    padding: 1.2em 6%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #archive .box,
  #taxonomy .box {
    width: 100%;
  }
  #archive .deselect,
  #taxonomy .deselect {
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    border-left: none;
    border-top: 1px dotted #9E9E9E;
  }
  #archive .deselect a,
  #taxonomy .deselect a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: min(3.7333333333vw, 14px);
  }
  #archive .deselect a span::after,
  #taxonomy .deselect a span::after {
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #9E9E9E;
    line-height: 24px;
    font-size: 20px;
    border-radius: 50%;
  }
  #archive .dl_category,
  #taxonomy .dl_category {
    font-size: min(3.7333333333vw, 16px);
  }
  #archive .dl_category dt,
  #taxonomy .dl_category dt {
    position: relative;
    width: 100%;
  }
  #archive .dl_category dd,
  #taxonomy .dl_category dd {
    margin-top: 0.2em;
  }
  #archive .dl_category dd ul,
  #taxonomy .dl_category dd ul {
    margin-left: 0;
    gap: 0.8em 0.4em;
  }
  #archive .dl_category dd ul li a,
  #taxonomy .dl_category dd ul li a {
    padding: 0 0.78em;
    line-height: 1.8;
  }
  #archive .count,
  #taxonomy .count {
    width: 100%;
    margin-top: 0.8em;
    font-size: min(3.2vw, 14px);
    text-align: right;
  }
  #archive .count .en,
  #taxonomy .count .en {
    padding: 0 0.1em 0 0.2em;
    font-size: min(4.2666666667vw, 18px);
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
  #single {
    width: 100%;
    padding: 0;
  }
}
#single article {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #single article {
    margin-bottom: 4em;
  }
}
#single .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#single .box_title .term {
  padding: 0.3em 0.8em;
  font-size: 16px;
  border: 2px solid #e1e1e1;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  #single .box_title {
    font-size: min(1.5640273705vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #single .box_title {
    padding: 0 5.4%;
  }
  #single .box_title .term {
    font-size: min(3.7333333333vw, 16px);
  }
}
#single .img_eyecatch {
  margin-top: 1.4em;
  text-align: center;
  width: min(68.1818181818vw, 900px);
  height: min(45.4545454545vw, 600px);
  position: relative;
}
#single .img_eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #single .img_eyecatch {
    margin-top: 1em;
    width: 100%;
    height: min(66.6666666667vw, 250px);
  }
}
#single .box_status {
  width: 86.6666666667%;
  margin: 2.7em auto 5em;
}
#single .box_status dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e1e1e1;
}
#single .box_status dl dt, #single .box_status dl dd {
  padding: 1em 1em 1em 1.3em;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}
#single .box_status dl dt {
  width: min(14.5454545455vw, 192px);
  background: #EFEFEF;
}
#single .box_status dl dd {
  width: calc(100% - min(14.5454545455vw, 192px));
  padding-left: min(1.5151515152vw, 20px);
}
#single .box_status dl dd .url {
  color: #B90101;
}
#single .box_status dl dd a {
  color: #B90101;
  text-decoration: underline;
  position: relative;
}
#single .box_status dl dd a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 8.75px;
  height: 8.75px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #B90101;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  margin-left: 0.3em;
}
@media screen and (max-width: 1023px) {
  #single .box_status dl dt, #single .box_status dl dd {
    font-size: min(1.5640273705vw, 18px);
  }
  #single .box_status dl dt {
    width: min(20.5278592375vw, 210px);
  }
  #single .box_status dl dd {
    width: calc(100% - min(20.5278592375vw, 210px));
  }
}
@media screen and (max-width: 768px) {
  #single .box_status {
    width: 90%;
    margin: 1.7em auto 3.1em;
  }
  #single .box_status dl dt, #single .box_status dl dd {
    padding: 1.1em 1em 1em 1.3em;
    font-size: min(3.7333333333vw, 18px);
  }
  #single .box_status dl dt {
    width: 35.8208955224%;
  }
  #single .box_status dl dd {
    width: 64.1791044776%;
  }
  #single .box_status dl dd .url {
    margin-left: -0.4em;
  }
  #single .box_status dl dd .url a {
    white-space: wrap;
    word-wrap: break-word;
  }
}
#single .box_contents {
  width: 86.6666666667%;
  margin: 5em auto 0;
}
#single .box_contents h3 {
  margin-top: 77px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #single .box_contents h3 {
    font-size: min(5.3333333333vw, 24px);
  }
}
#single .box_contents h4 {
  font-size: 20px;
  color: #B90101;
}
@media screen and (max-width: 768px) {
  #single .box_contents h4 {
    font-size: min(4.8vw, 20px);
  }
}
#single .box_contents p, #single .box_contents li {
  font-size: 18px;
  line-height: 2.4;
}
#single .box_contents ul li::before {
  top: 1em;
}
#single .box_contents .txt {
  min-height: 2em;
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
}
#single .box_contents .img {
  text-align: center;
}
#single .box_contents .img img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
#single .box_contents.image01 {
  margin-top: 1.6em;
}
#single .box_contents.image02 {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1em;
}
#single .box_contents.image02 .image {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  #single .box_contents {
    width: 90%;
    margin-top: 3.1em;
  }
  #single .box_contents h3 {
    font-size: min(2.3460410557vw, 24px);
  }
  #single .box_contents p, #single .box_contents li {
    font-size: min(1.7595307918vw, 18px);
  }
  #single .box_contents .txt {
    font-size: min(1.3685239492vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  #single .box_contents {
    margin-top: 3.1em;
  }
  #single .box_contents h3 {
    font-size: min(5.3333333333vw, 24px);
  }
  #single .box_contents p, #single .box_contents li {
    font-size: min(4.2666666667vw, 18px);
    line-height: 2;
  }
  #single .box_contents .txt {
    margin-top: 0.5em;
    font-size: min(3.2vw, 14px);
  }
  #single .box_contents.image01 {
    margin-top: 1.2em;
  }
  #single .box_contents.image02 {
    margin-top: 1.5em;
    gap: 0 0.6em;
  }
}
#single .golist {
  width: 86.6666666667%;
  margin: 4.6em auto 0;
  padding: 1em 0 1em;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
#single .golist span {
  padding-right: 2.4em;
  position: relative;
}
#single .golist span::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_arrow_hori.svg) no-repeat center #2D2A2A;
  background-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#single .golist span:hover::before {
  background-color: #B90101;
}
@media screen and (max-width: 1023px) {
  #single .golist span::before {
    width: min(2.3460410557vw, 24px);
    height: min(2.3460410557vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #single .golist span::before {
    width: min(5.3333333333vw, 20px);
    height: min(5.3333333333vw, 20px);
  }
}
#single .golist span::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#single .golist a:hover {
  color: #B90101;
}
@media screen and (max-width: 768px) {
  #single .golist {
    width: 90%;
    margin: 3.4em auto 0;
    padding: 0.6em 0 0.6em;
  }
  #single .golist span {
    font-size: min(3.7333333333vw, 16px);
  }
}
/*# sourceMappingURL=case.css.map */