@charset "UTF-8";
@media screen and (max-width: 767px) {
  .index_h1_group h1 {
    display: flex;
    flex-direction: column; } }

.index_h1_group h1 span {
  position: relative;
  letter-spacing: 0.00em;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .index_h1_group h1 span {
      display: inline-block;
      line-height: 1em;
      font-size: 30px;
      /*font-size: divceil($fs, 10, rem);*/
      margin-left: 2rem;
      padding-right: 3rem; } }
  @media screen and (max-width: 767px) {
    .index_h1_group h1 span {
      width: 7rem;
      display: inline-block;
      line-height: 1em;
      font-size: 2rem;
      margin-top: 0.5rem; } }

.index_h1_group h1 span::before {
  content: "";
  position: absolute !important;
  background: #222;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  @media screen and (min-width: 768px) {
    .index_h1_group h1 span::before {
      width: 1.5rem;
      height: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .index_h1_group h1 span::before {
      width: 1rem;
      height: 0.2rem; } }

/*category_set*/
#main_contents {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #main_contents {
      width: 127.5rem;
      padding: 4rem 0 18rem !important; } }
  @media screen and (max-width: 767px) {
    #main_contents {
      width: 36rem;
      padding: 4rem 0 8rem !important; } }

#archive_list {
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #archive_list {
      margin-top: 5rem; } }
  @media screen and (max-width: 767px) {
    #archive_list {
      margin-top: 5rem; } }

#archive_list .inner {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #archive_list .inner {
      gap: 7rem; } }
  @media screen and (max-width: 767px) {
    #archive_list .inner {
      gap: 6rem; } }

#archive_list dl {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #archive_list dl {
      gap: 3rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dl {
      gap: 3rem; } }

#archive_list dt {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #archive_list dt {
      padding-bottom: 1rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dt {
      padding-bottom: 1rem; } }

#archive_list dt::before {
  content: "";
  position: absolute !important;
  background: #F4F4F4;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #archive_list dt::before {
      height: 0.4rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dt::before {
      height: 0.4rem; } }

#archive_list dt::after {
  content: "";
  position: absolute !important;
  background: #FA000F;
  display: inline-block;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    #archive_list dt::after {
      width: 12.3rem;
      height: 0.4rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dt::after {
      width: 9.7rem;
      height: 0.4rem; } }

#archive_list dt p {
  position: relative;
  display: inline-block;
  letter-spacing: 0.00em;
  color: #0C0C0C;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    #archive_list dt p {
      line-height: 1em;
      font-size: 40px;
      /*font-size: divceil($fs, 10, rem);*/ } }
  @media screen and (max-width: 767px) {
    #archive_list dt p {
      line-height: 1em;
      font-size: 3rem; } }

#archive_list dt span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.00em;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    #archive_list dt span {
      line-height: 2em;
      font-size: 20px;
      /*font-size: divceil($fs, 10, rem);*/
      margin-left: 0.6rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dt span {
      line-height: 1.5em;
      font-size: 2rem;
      margin-left: 0.6rem; } }

#archive_list dl dd {
  position: relative;
  width: 100%;
  display: flex;
  transition: ease-out 0.6s all; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd {
      flex-wrap: wrap;
      align-items: stretch;
      gap: 4rem 2.5rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd {
      flex-direction: column;
      gap: 3rem 0; } }

#archive_list dl dd a,
#archive_list dl dd > div {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd a,
    #archive_list dl dd > div {
      width: 30rem;
      /*padding-bottom: divceil(70, 10, rem);*/ } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd a,
    #archive_list dl dd > div {
      width: 100%; } }

#archive_list dl dd figure {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: block; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd figure {
      width: 30rem;
      height: 20rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd figure {
      width: 36rem;
      height: 24rem; } }

#archive_list dl dd figure.img_none img {
  border: #D9D9D9 1px solid; }

@media screen and (min-width: 768px) {
  #archive_list dl dd a figure::after {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 100%;
    border: #CC0000 0rem solid;
    top: 0;
    left: 0;
    transition: ease-out 0.4s all;
    opacity: 0; } }

@media screen and (min-width: 768px) {
  #archive_list dl dd a:hover figure::after {
    border: #CC0000 0.6rem solid;
    opacity: 1; } }

#archive_list dl dd .tag {
  position: relative;
  display: inline-block;
  letter-spacing: 0.00em;
  color: #0C0C0C;
  border: #D9D9D9 1px solid;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd .tag {
      line-height: 1em;
      font-size: 10px;
      /*font-size: divceil($fs, 10, rem);*/
      margin-top: 1.5rem;
      padding: 0.5rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd .tag {
      line-height: 1em;
      font-size: 1.2rem;
      margin-top: 2rem;
      padding: 0.5rem; } }

#archive_list dl dd .project_ttl {
  position: relative;
  font-weight: 700;
  color: #0C0C0C;
  padding: 0;
  transition: ease-out 0.4s all; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd .project_ttl {
      line-height: 1.375em;
      font-size: 16px;
      /*font-size: divceil($fs, 10, rem);*/
      margin-top: 1rem;
      min-height: 44px; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd .project_ttl {
      line-height: 1.5em;
      font-size: 1.6rem;
      margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  #archive_list dl dd a:hover .project_ttl {
    color: #CC0000; } }

#archive_list dl dd .project_info {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd .project_info {
      margin-top: 1rem;
      gap: 0.5rem; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd .project_info {
      margin-top: 2rem;
      gap: 0.5rem; } }

/*
#archive_list dl dd .project_info{
	display: flex;
	flex-direction: column;
      @include mq(pc) {
		  position: absolute !important;
		  bottom:0;
		  left: 0;
		  gap: divceil(5, 10, rem);
        }
    @include mq(sp) {
		position: relative;
		margin-top: divceil(20, 10, rem);
		gap: divceil(5, 10, rem);
    }	
}
*/
#archive_list dl dd .project_info span {
  position: relative;
  display: block;
  letter-spacing: 0.00em;
  font-weight: 500;
  color: #0C0C0C; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd .project_info span {
      line-height: 1.5em;
      font-size: 12px;
      /*font-size: divceil($fs, 10, rem);*/
      padding-left: 60px; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd .project_info span {
      line-height: 1.5em;
      font-size: 1.2rem;
      padding-left: 6rem; } }

#archive_list dl dd .project_info span::after {
  position: absolute !important;
  top: 0;
  left: 0;
  color: #737373; }
  @media screen and (min-width: 768px) {
    #archive_list dl dd .project_info span::after {
      width: 55px; } }
  @media screen and (max-width: 767px) {
    #archive_list dl dd .project_info span::after {
      width: 5.5rem; } }

#archive_list dl dd .project_info span.customer::after {
  content: "顧客名"; }

#archive_list dl dd .project_info span.total_area::after {
  content: "延べ面積"; }

#archive_list dl dd .project_info span.total_area_2::after {
  content: "規模"; }

.arrow_box {
  position: absolute !important;
  transition: ease-out 0.6s all;
  bottom: 0;
  right: 0;
  background: #CC0000;
  border: #CC0000 1px solid; }
  @media screen and (min-width: 768px) {
    .arrow_box {
      width: 4rem;
      height: 4rem; } }
  @media screen and (max-width: 767px) {
    .arrow_box {
      width: 3rem;
      height: 3rem; } }

.arrow_box .arrow_w {
  position: absolute !important;
  transition: ease-out 0.6s all; }
  @media screen and (min-width: 768px) {
    .arrow_box .arrow_w {
      top: 1.4rem;
      right: 1.6rem;
      width: 1.2rem;
      height: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .arrow_box .arrow_w {
      top: 0.8rem;
      right: 1.2rem;
      width: 1.2rem;
      height: 1.2rem; } }

.arrow_box .arrow_w::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transition: ease-out 0.6s all;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  a:hover .arrow_box {
    background: #fff; } }

@media screen and (min-width: 768px) {
  a:hover .arrow_w::after {
    border-color: #CC0000 #CC0000 transparent transparent; } }
