@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
html {
  min-width: 100%; }

main a img:hover {
  opacity: 1.0; }

section {
  padding: 0 0 240px; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  section {
    padding: 0 0 180px; } }
/*max-width:480px*/
/***************************************/
#pankuzu {
  border-bottom: none; }

.page_ttl {
  background: url("../images/common/page_ttl.svg") right bottom no-repeat #EEEDF3;
  background-size: contain;
  width: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 65px; }
  .page_ttl h1 {
    font: 70px/1em "Inter Tight", sans-serif;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 0 0 50px;
    position: relative; }
    .page_ttl h1 span {
      font: 22px/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.06em;
      margin: 10px 0 0; }
    .page_ttl h1::before, .page_ttl h1::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
      transform: translateX(-50%); }
    .page_ttl h1::after {
      bottom: 0; }
    .page_ttl h1::before {
      bottom: 24px; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_ttl {
    width: 100%;
    height: 280px; }
    .page_ttl h1 {
      font: 60px/1em "Inter Tight", sans-serif;
      font-weight: 500; }
      .page_ttl h1 span {
        font: 20px/1em "Noto Sans", sans-serif;
        font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_ttl {
    background: url("../images/common/page_ttl.svg") right bottom no-repeat #EEEDF3;
    background-size: contain;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px; }
    .page_ttl h1 {
      font: 40px/1em "Inter Tight", sans-serif;
      font-weight: 500;
      letter-spacing: .08em;
      padding: 0;
      position: relative; }
      .page_ttl h1 span {
        font: 20px/1em "Noto Sans", sans-serif;
        font-weight: 700;
        letter-spacing: 0.06em;
        margin: 10px 0 0; }
      .page_ttl h1::before, .page_ttl h1::after {
        display: none; } }
/*max-width:480px*/
/***************************************/
.btn_list_box {
  max-width: 1560px;
  width: calc(100% - 160px);
  margin: 0 auto 45px; }
  .btn_list_box h2 {
    text-align: left;
    margin: 0 0 15px;
    font: 20px/1em "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #5A4398; }
  .btn_list_box .filterList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .btn_list_box .filterList li {
      margin: 0 10px 10px 0; }
      .btn_list_box .filterList li a {
        font: 16px/34px "Noto Sans", sans-serif;
        font-weight: 400;
        letter-spacing: 0.06em;
        display: block;
        width: fit-content;
        height: 36px;
        border: 1px solid #5A4398;
        color: #5A4398;
        padding: 0 15px;
        border-radius: 50px; }
        .btn_list_box .filterList li a.current {
          background-color: #5A4398;
          color: #fff; }

@media (hover: hover) {
  .btn_list_box .filterList li a:hover {
    text-decoration: none;
    background-color: #F0EBFF; }
  .btn_list_box .filterList li a.current:hover {
    color: #5A4398; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .btn_list_box {
    max-width: 1560px;
    width: calc(100% - 100px);
    margin: 0 auto 45px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .btn_list_box {
    max-width: 1560px;
    width: calc(100% - 60px);
    margin: 0 auto 20px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .btn_list_box {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 0 auto 30px; }
    .btn_list_box h2 {
      margin: 0 0 10px;
      font: 18px/1em "Noto Sans", sans-serif;
      font-weight: 700; } }
/*max-width:480px*/
/*****************/
/* PC：listを表示 / selectは非表示 */
.btn_list_box .filterSelect {
  display: none; }

@media (max-width: 768px) {
  .btn_list_box {
    /* selectを包む箱（矢印を置くため） */
    /* ▼（三角） */ }
    .btn_list_box .filterList {
      display: none; }
    .btn_list_box .filterSelect {
      font: 16px/1.5em "Noto Sans", sans-serif;
      font-weight: 400;
      display: block;
      width: 100%;
      color: #5A4398;
      border: 1px solid #5A4398;
      padding: 10px 55px 10px 10px;
      border-radius: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .btn_list_box .selectWrap {
      position: relative; }
    .btn_list_box .selectWrap::after {
      content: "";
      position: absolute;
      right: 14px;
      top: 43%;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 11px solid #555555;
      border-bottom: 0; }
    .btn_list_box .selectWrap::before {
      content: "";
      position: absolute;
      right: 16px;
      top: 45%;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 9px solid #5A4398;
      border-bottom: 0;
      z-index: 1; } }
/***************************************/
.works_list {
  max-width: 1560px;
  width: calc(100% - 160px);
  margin: 120px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  .works_list a {
    max-width: 360px;
    display: block;
    width: calc((100% - 120px)/4n);
    margin: 0 40px 120px 0;
    text-decoration: none !important; }
    .works_list a:nth-of-type(4) {
      margin-right: 0; }
  .works_list .pic {
    aspect-ratio: 4/3;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    margin: 0 0 15px; }
    .works_list .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s; }
    .works_list .pic.line_box {
      border: 1px solid #efefef; }
  .works_list .cat {
    margin: 0 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .works_list .cat span {
      margin: 0 5px 5px 0;
      padding: 0 15px;
      font: 15px/34px "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.06em;
      display: block;
      width: fit-content;
      height: 36px;
      border: 1px solid #5A4398;
      color: #5A4398;
      border-radius: 25px; }
  .works_list h3 {
    text-align: left;
    font: 20px/1.5em "Noto Sans", sans-serif;
    font-weight: 500;
    margin: 0 0 15px; }
  .works_list dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .works_list dt {
    width: 42px;
    border: 1px solid #B3B3B3;
    height: 26px;
    text-align: center;
    margin: 0 0 20px;
    font: 13px/24px "Noto Sans", sans-serif;
    font-weight: 400; }
  .works_list dd {
    width: calc(100% - 42px);
    padding: 0 0 0 15px;
    font: 15px/24px "Noto Sans", sans-serif;
    font-weight: 400; }

@media (hover: hover) {
  .works_list a:hover .pic img {
    transform: scale(1.1); } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .works_list {
    max-width: 1560px;
    width: calc(100% - 160px);
    margin: 120px auto 0; }
    .works_list a {
      max-width: 360px;
      display: block;
      width: calc((100% - 80px)/3);
      margin: 0 40px 120px 0;
      text-decoration: none !important; }
      .works_list a:nth-of-type(4n) {
        margin-right: 40px; }
      .works_list a:nth-of-type(3n) {
        margin-right: 0px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .works_list {
    max-width: 1560px;
    width: calc(100% - 100px);
    margin: 120px auto 0;
    justify-content: flex-start; }
    .works_list a {
      max-width: 360px;
      display: block;
      width: calc((100% - 50px)/3);
      margin: 0 25px 80px 0;
      text-decoration: none !important; }
      .works_list a:nth-of-type(4n) {
        margin-right: 25px; }
      .works_list a:nth-of-type(3n) {
        margin-right: 0px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .works_list {
    max-width: 1560px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
    justify-content: space-between; }
    .works_list a {
      max-width: 360px;
      display: block;
      width: calc((100% - 25px)/2);
      margin: 0 0 50px 0;
      text-decoration: none !important; }
      .works_list a:nth-of-type(4n), .works_list a:nth-of-type(3n) {
        margin-right: 0px; }
    .works_list .cat span {
      font: 14px/28px "Noto Sans", sans-serif;
      font-weight: 400;
      height: 30px; }
    .works_list h3 {
      text-align: left;
      font: 18px/1.5em "Noto Sans", sans-serif;
      font-weight: 500;
      margin: 0 0 15px; }
    .works_list dt {
      margin: 0;
      font: 13px/24px "Noto Sans", sans-serif;
      font-weight: 400; }
    .works_list dd {
      margin: 0 0 20px;
      width: 100%;
      padding: 5px 0 0 0;
      font: 15px/1.5em "Noto Sans", sans-serif;
      font-weight: 400; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .works_list {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 50px auto 0;
    display: block; }
    .works_list a {
      max-width: 360px;
      display: block;
      width: 100%;
      margin: 0 auto 40px !important; }
    .works_list dt {
      width: 42px;
      height: 26px;
      font: 13px/24px "Noto Sans", sans-serif;
      font-weight: 400; }
    .works_list dd {
      margin: 0 0 20px;
      width: calc(100% - 42px);
      padding: 0 0 0 10px;
      font: 15px/24px "Noto Sans", sans-serif;
      font-weight: 400; } }
/*max-width:480px*/
/***************************************/
ul#page_nav,
ul.page-numbers {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto; }
  ul#page_nav a, ul#page_nav span,
  ul.page-numbers a,
  ul.page-numbers span {
    font: 17px/33px "Inter Tight", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 5px 5px;
    display: block;
    width: 33px;
    height: 33px; }
  ul#page_nav a, ul#page_nav span.dots,
  ul.page-numbers a,
  ul.page-numbers span.dots {
    border: 1px solid #B0B0B0;
    color: #B0B0B0; }
  ul#page_nav span,
  ul.page-numbers span {
    border: 1px solid #5A4398;
    color: #5A4398; }

ul.page-numbers li:has(a.next),
ul.page-numbers li:has(a.prev) {
  display: none; }

@media (hover: hover) {
  ul#page_nav a:hover,
  ul.page-numbers a:hover {
    text-decoration: none;
    color: #5A4398;
    background-color: #F0EBFF; } }
/***************************************/
.works_single_ttl {
  max-width: 1280px;
  width: calc(100% - 160px);
  margin: 0 auto 40px; }
  .works_single_ttl .cat {
    margin: 0 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .works_single_ttl .cat span {
      margin: 0 5px 5px 0;
      padding: 0 15px;
      font: 15px/34px "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.06em;
      display: block;
      width: fit-content;
      height: 36px;
      border: 1px solid #5A4398;
      color: #5A4398;
      border-radius: 25px; }
  .works_single_ttl h2 {
    text-align: left;
    font: 36px/1.6em "Noto Sans", sans-serif;
    font-weight: 500;
    margin: 0 0 15px;
    color: #5A4398; }
  .works_single_ttl dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .works_single_ttl dt {
    width: 42px;
    border: 1px solid #B3B3B3;
    height: 26px;
    text-align: center;
    margin: 0 0 20px;
    font: 13px/24px "Noto Sans", sans-serif;
    font-weight: 400; }
  .works_single_ttl dd {
    width: calc(100% - 42px);
    padding: 0 0 0 15px;
    font: 15px/24px "Noto Sans", sans-serif;
    font-weight: 400; }

@media (max-width: 1024px) {
  .works_single_ttl {
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .works_single_ttl {
    width: calc(100% - 60px); }
    .works_single_ttl h2 {
      text-align: left;
      font: 26px/1.5em "Noto Sans", sans-serif;
      font-weight: 500;
      margin: 0 0 15px;
      color: #5A4398; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .works_single_ttl {
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0 auto 30px; }
    .works_single_ttl h2 {
      text-align: left;
      font: 20px/1.6em "Noto Sans", sans-serif;
      font-weight: 500;
      margin: 0 0 15px;
      color: #5A4398; }
    .works_single_ttl dt {
      width: 42px;
      border: 1px solid #B3B3B3;
      height: 26px;
      text-align: center;
      margin: 0 0 20px;
      font: 13px/24px "Noto Sans", sans-serif;
      font-weight: 400; }
    .works_single_ttl dd {
      width: calc(100% - 42px);
      padding: 0 0 0 10px;
      font: 15px/24px "Noto Sans", sans-serif;
      font-weight: 400; } }
/*max-width:480px*/
/***************************************/
.main_visual {
  width: 100%;
  max-width: 1280px;
  width: calc(100% - 160px);
  margin: 0 auto 45px;
  overflow: hidden; }
  .main_visual img {
    width: 100%;
    height: auto; }

@media (max-width: 1024px) {
  .main_visual {
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .main_visual {
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .main_visual {
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 0 auto 30px; } }
/*max-width:480px*/
/***************************************/
.works_single_content {
  max-width: 1280px;
  width: calc(100% - 160px);
  margin: 0 auto 120px;
  font: 18px/2.4em "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-align: left; }
  .works_single_content img {
    max-width: 100%;
    height: auto; }
  .works_single_content p {
    margin-bottom: 30px; }
    .works_single_content p b {
      font: 120%/2.4em "Noto Sans", sans-serif;
      font-weight: 500; }
  .works_single_content h1 {
    font: 120%/2.2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }
  .works_single_content h2 {
    font: 115%/2.2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }
  .works_single_content h3 {
    font: 110%/2.2em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }
  .works_single_content h4 {
    font: 105%/2.4em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }
  .works_single_content h5 {
    font: 100%/2.4em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
    color: #000;
    margin-bottom: 10px; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .works_single_content {
    max-width: 1280px;
    width: calc(100% - 80px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .works_single_content {
    max-width: 1280px;
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .works_single_content {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: 0 auto 70px;
    font: 16px/2.4em "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em; } }
/*max-width:480px*/
/***************************************/
.back_btn {
  border: 1px solid #5A4398;
  color: #5A4398 !important;
  border-radius: 50px;
  display: block;
  text-align: center;
  width: 280px;
  height: 60px;
  font: 18px/58px "Noto Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 auto;
  position: relative; }
  .back_btn:before {
    position: absolute;
    content: "";
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #5A4398;
    border-right: 2px solid #5A4398;
    transform: rotate(45deg) translate(-50%, 0%);
    top: 50%;
    left: auto;
    right: 30px; }

@media (hover: hover) {
  .back_btn:hover {
    text-decoration: none;
    background-color: #5A4398;
    color: #fff !important; }
    .back_btn:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
