main {
  width: calc(100% - 8.5333333333vw);
  margin: 0 auto;
  margin: 0 auto 55px;
  background-color: #FFF;
  /*--------------------------------------------------
     archive
  ---------------------------------------------------*/
}
main .forSP {
  display: block;
}
main .forPC {
  display: none;
}
@media screen and (min-width: 769px) {
  main {
    max-width: 1440px;
  }
  main .forSP {
    display: none;
  }
  main .forPC {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  main {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  main {
    margin: 0 auto 160px;
  }
}
main .container {
  padding: 3.3333333333vw 5.6vw;
  font-weight: 400;
  font-size: 12px;
  line-height: 216.67%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  main .container {
    padding: 2.5vw 5vw;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.1em;
  }
}
main section hgroup {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main section hgroup {
    margin-bottom: 64px;
  }
}
main section hgroup h2 {
  font-family: var(--font-primary-en);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main section hgroup h2 {
    font-size: 32px;
  }
}
main section hgroup p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 7em;
  height: 30px;
  margin: 0 auto;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.14em;
  color: #FFF;
  background: #000;
}
@media screen and (min-width: 769px) {
  main section hgroup p {
    height: 40px;
    font-size: 20px;
  }
}
main section.requirements .reqBlock {
  margin-bottom: 14vw;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock {
    margin-bottom: 9.21875vw;
  }
}
main section.requirements .reqBlock dl {
  border-bottom: solid 2px #CCC;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl {
    display: flex;
    border: none;
    font-size: 14px;
  }
}
main section.requirements .reqBlock dl dt {
  padding: 24px 0 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dt {
    width: 130px;
    padding: 40px 0;
    border-top: solid 1px #000;
  }
}
main section.requirements .reqBlock dl dd {
  padding: 0 0 24px;
  color: #4C4948;
  line-height: 175%;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dd {
    flex: 1;
    padding: 40px 10px;
    border-top: solid 1px #DBDBDA;
  }
}
main section.requirements .reqBlock dl dd > p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl dd > p + p {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl:last-of-type dt {
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 769px) {
  main section.requirements .reqBlock dl:last-of-type dd {
    border-bottom: solid 1px #DBDBDA;
  }
}
main .list_block .list_container {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_block .list_container {
    margin-bottom: 80px;
  }
}
main .list_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.3333333333vw 4vw;
  background: #000;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  main .list_head {
    padding: 32px 30px;
  }
}
main .list_head h2 {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 162.5%;
}
@media screen and (min-width: 769px) {
  main .list_head h2 {
    font-size: 18px;
    line-height: 216.67%;
    margin-top: -0.2em;
  }
}
main .list_head span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 4px 0;
  font-size: 10px;
  line-height: 1;
  background: #FFF;
  min-width: 6em;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 769px) {
  main .list_head span {
    padding: 6px 0;
    font-size: 14px;
  }
}
main .list_item {
  padding: 4vw 4vw 10.6666666667vw;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  main .list_item {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .item_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
  }
}
main .list_item .list_wrap figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap figure {
    margin-bottom: 15px;
  }
}
main .list_item .list_wrap figure img {
  width: 100%;
}
main .list_item .list_wrap .tag {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap .tag {
    gap: 4px;
  }
}
main .list_item .list_wrap .tag .tag_item {
  padding: 4px 0;
  background: #E5E5E5;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .list_item .list_wrap .tag .tag_item {
    padding: 6px 0;
    font-size: 14px;
  }
}
main .list_item table {
  display: block;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .list_item table {
    margin-bottom: 0;
  }
}
main .list_item table tbody {
  display: block;
}
main .list_item table tr {
  display: block;
  margin-bottom: 5.3333333333vw;
  border-bottom: solid 1px #CCC;
}
@media screen and (min-width: 769px) {
  main .list_item table tr {
    display: flex;
    margin-bottom: 0;
    border: none;
  }
}
main .list_item table tr th {
  display: block;
  margin-bottom: 2.6666666667vw;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 769px) {
  main .list_item table tr th {
    width: 9.84375vw;
    max-width: 126px;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 200%;
    border-top: solid 1px #000;
  }
}
main .list_item table tr th b {
  display: block;
}
main .list_item table tr th img {
  display: block;
}
main .list_item table tr td {
  display: block;
  margin-bottom: 6.6666666667vw;
  font-size: 12px;
  line-height: 175%;
  font-weight: 500;
  color: #4C4948;
}
@media screen and (min-width: 769px) {
  main .list_item table tr td {
    flex: 1;
    margin-bottom: 0;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
    border-top: solid 1px #DBDBDA;
  }
}
main .list_item table tr td .map {
  display: block;
  padding-top: 10px;
}
main .list_item table tr td .map a {
  display: inline-block;
  padding: 2px 10px 1px;
  border: solid 1px #4C4948;
  border-radius: 20px;
  font-family: var(--font-primary-en);
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  line-height: 1;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  main .list_item table tr td .map a {
    padding: 3px 10px 1px;
  }
  main .list_item table tr td .map a:hover {
    background: #000;
    color: #fff;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 769px) {
  main .list_item table tr:last-of-type th {
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 769px) {
  main .list_item table tr:last-of-type td {
    border-bottom: solid 1px #DBDBDA;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  main .list_item .more {
    gap: 25px;
  }
}
main .list_item .more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: solid 1px #000;
  color: #FFF;
  background: #000;
  border-radius: 54px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s all;
}
main .list_item .more a span {
  font-family: var(--font-primary);
  font-size: 11px;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  font-weight: 500;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  main .list_item .more a span {
    font-size: 14px;
  }
}
main .list_item .more a::after {
  position: absolute;
  content: "";
  background: url(../images/common/footer_corporate_icon_blank.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(1) invert(1);
}
@media screen and (min-width: 769px) {
  main .list_item .more a::after {
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  main .list_item .more a:hover span {
    letter-spacing: 0.2em;
    transition: 0.3s all;
  }
}
main .list_item .more a:nth-child(1) {
  margin-bottom: 5.3333333333vw;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 769px) {
  main .list_item .more a:nth-child(1) {
    margin-bottom: 0;
  }
}
main .list_item .more a:nth-child(1):after {
  filter: brightness(0) invert(0);
}
main header {
  position: relative;
  height: 102.9333333333vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  main header {
    height: 47.8125vw;
    padding-bottom: 3.125vw;
  }
}
main header .main_txt {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5.3333333333vw;
  z-index: 3;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  main header .main_txt {
    padding: 0 5%;
  }
}
main header .main_txt h1 {
  width: 100%;
  font-family: var(--font-primary-en);
  font-size: 30px;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  main header .main_txt h1 {
    font-size: 3.75vw;
  }
}
main header .main_txt h2 {
  width: 100%;
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 160.71%;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  main header .main_txt h2 {
    font-size: 1.953125vw;
  }
}
main header .main_txt > p {
  width: 100%;
  font-size: 12px;
  line-height: 216.67%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  main header .main_txt > p {
    font-size: 1.25vw;
    line-height: 175%;
  }
}
main header .main_img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 102.9333333333vw;
}
@media screen and (min-width: 769px) {
  main header .main_img {
    max-height: 47.8125vw;
  }
}
main header .main_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 2;
}
main header .main_img img {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 102.9333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  main header .main_img img {
    max-height: 47.8125vw;
  }
}
main .archive {
  position: relative;
  margin-top: -8vw;
  background: #5E5D5C;
  border-radius: 15px 15px 0px 0px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  main .archive {
    border-radius: 40px 40px 0px 0px;
    margin-top: -3.125vw;
  }
}
main .archive .container {
  padding: 16vw 20px 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .archive .container {
    padding: 8.59375vw 5vw;
  }
}
main .single_block {
  margin-top: 11.2vw;
}
@media screen and (min-width: 769px) {
  main .single_block {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  main .single_block .list_head {
    padding: 25px 30px;
  }
}
main .single_block .img_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 18.6666666667vw;
  margin-bottom: 5.3333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  main .single_block .img_content {
    margin-bottom: 3.125vw;
  }
}
main .single_block .img_content li img {
  height: 100%;
  /* width: auto; */
    width:100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .single_block dl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .single_block dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
main .single_block dl dt {
  display: block;
  margin-bottom: 2.6666666667vw;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 769px) {
  main .single_block dl dt {
    width: 14.0625vw;
    max-width: 180px;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 200%;
  }
}
main .single_block dl dt b {
  display: block;
}
main .single_block dl dt img {
  display: block;
}
main .single_block dl dd {
  display: block;
  margin-bottom: 6.6666666667vw;
  font-size: 12px;
  line-height: 175%;
  font-weight: 500;
  color: #4C4948;
}
@media screen and (min-width: 769px) {
  main .single_block dl dd {
    width: calc(100% - 14.0625vw);
    margin-bottom: 0;
    padding: 0 25px 35px;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
  }
}
main .single_block .txt {
  padding: 10px;
  background: #E5E5E5;
  color: #4C4948;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  main .single_block .txt {
    padding: 30px 40px;
    margin-bottom: 35px;
  }
}
main .single_block .more {
  grid-template-columns: 1fr;
}
main .single_block .more a:nth-child(1) {
  margin-bottom: 0;
  border: solid 1px #000;
  color: #FFF;
  background: #000;
}
@media screen and (min-width: 769px) {
  main .single_block .more a:nth-child(1) {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }
}
main .single_block .more a:nth-child(1)::after {
  filter: brightness(1) invert(1);
}
@media screen and (min-width: 769px) {
  main .single_block .list_item table {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  main .single_block .list_item table th {
    width: 9.5em;
    max-width: initial;
  }
}
main #related .container {
  padding: 8.5333333333vw 20px;
}
@media screen and (min-width: 769px) {
  main #related .container {
    padding: 0 5vw 10vw;
  }
}
main #related h3 {
  margin-bottom: 5.6vw;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 216.67%;
  color: #FFF;
  text-align: center;
  border-bottom: solid 2px #FFF;
}
@media screen and (min-width: 769px) {
  main #related h3 {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  main #related ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
main #related ul li {
  background: #FFF;
}
main #related ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  main #related ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
main #related ul li figure img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  main #related ul li figure img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main #related ul li p {
  padding: 20px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  main #related ul li p {
    padding: 15px;
  }
}