@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

/*------------------------------
common
------------------------------*/
body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1032px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 7%;
  }
} /* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*---------- タイトル ----------*/
.c_title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
}
.c_title span {
  display: inline-block;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 7.2px;
  font-family: "Montserrat", sans-serif;
  margin-right: 0.4em;
}
@media (max-width: 767px) {
  .c_title {
    display: block;
  }
  .c_title span {
    display: block;
    font-size: 5rem;
    margin-right: 0;
  }
}

/*---------- ボタン ----------*/
.c_btn {
  display: inline-block;
  width: 200px;
  border: 1px solid #111111;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  color: #111111;
  padding: 22px 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c_btn:hover {
    background: #111111;
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c_btn {
    width: 180px;
    padding: 1.55em 0;
  }
}

/*---------- パンくずリスト ----------*/
.breadcrumbs {
  margin-bottom: 90px;
}
.breadcrumbs span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.3333333333;
  color: #111111;
}
.breadcrumbs span:not(:first-child) {
  margin-left: 10px;
}
.breadcrumbs span:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs a {
  display: inline-block;
  color: #111111;
  border-bottom: 1px solid #111111;
}
.breadcrumbs a.home {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px;
    display: none;
  }
}

/*---------- タグ検索 ----------*/
.c_search {
  border: 10px solid #F2F3F6;
  padding: 25px;
}
@media (min-width: 768px) {
  .c_search {
    display: flex;
    align-items: start;
  }
}

.c_search-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.68px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  line-height: 2;
}
.c_search-title img {
  width: 1em;
}
.c_search-title em {
  margin-left: 0.8em;
}
@media (min-width: 768px) {
  .c_search-title {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .c_search-title {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .c_search-items {
    width: 85%;
    max-width: 85%;
  }
}

.c_search-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.c_search-list:nth-child(1) {
  font-weight: bold;
  font-size: 1.4rem;
}
.c_search-list:nth-child(2) li {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}
.c_search-list a {
  color: inherit;
  display: block;
}
.c_search-list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
  line-height: 2;
}
.c_search-list li span {
  color: #aaa;
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .c_search-list:nth-child(1) {
    line-height: 1.5;
  }
}

/*---------- WORK共通 ----------*/
.c_work-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.c_work-list li {
  width: calc(33.3% - 20px);
}
.c_work-list li h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 1.5em 0;
  height: 3em;
}
.c_work-list li a {
  color: #111111;
}
@media (hover: hover) {
  .c_work-list li a:hover {
    opacity: 1;
  }
}
.c_work-list li .imgWrap {
  aspect-ratio: 362/230;
  position: relative;
  overflow: hidden;
}
.c_work-list li .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  max-width: unset;
  width: 100%;
}
@media (hover: hover) {
  .c_work-list li .imgWrap:hover img {
    width: 110%;
  }
}
@media (min-width: 768px) {
  .c_work-list li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .c_work-list li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media (max-width: 999px) {
  .c_work-list li {
    width: calc(50% - 10px);
  }
  .c_work-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c_work-list li:nth-child(2n) {
    margin-left: 20px;
  }
  .c_work-list li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c_work-list li {
    width: 100%;
  }
  .c_work-list li:nth-child(2n) {
    margin-left: 0;
  }
  .c_work-list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .c_work-list li h3 {
    height: 4.5em;
    margin: 1.5em 0 0;
  }
}

.work-list__archive {
  width: 1560px;
  max-width: 100%;
  margin: 50px auto 0;
}
.work-list__archive li {
  width: 360px;
  transition: margin 0.2s;
}
.work-list__archive li:nth-child(n) {
  margin: 0;
}
.work-list__archive li:not(:nth-child(4n)) {
  margin-right: 30px;
  margin-right: calc((100% - 1440px) / 3);
  margin-right: 40px;
}
.work-list__archive li:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 1839px) {
  .work-list__archive {
    width: 1530px;
  }
  .work-list__archive li:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1739px) {
  .work-list__archive {
    width: 1500px;
  }
  .work-list__archive li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1659px) {
  .work-list__archive { /* 3 */
    max-width: 1160px;
  }
  .work-list__archive li:nth-child(n) {
    margin: 0;
  }
  .work-list__archive li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .work-list__archive li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1499px) {
  .work-list__archive {
    max-width: 1140px;
  }
  .work-list__archive li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1349px) {
  .work-list__archive {
    max-width: 1120px;
  }
  .work-list__archive li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .work-list__archive {
    max-width: 1112px;
  }
  .work-list__archive li:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1259px) {
  .work-list__archive { /* 2 */
    max-width: 760px;
  }
  .work-list__archive li:nth-child(n) {
    margin: 0;
  }
  .work-list__archive li:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .work-list__archive li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .work-list__archive {
    max-width: 740px;
  }
  .work-list__archive li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .work-list__archive {
    width: 100%;
    max-width: 100%;
    padding: 0 7%;
    margin-top: 25px;
    justify-content: space-between;
  }
  .work-list__archive li {
    width: 48%;
    width: 47%;
  }
  .work-list__archive li:nth-child(n) {
    margin: 0;
  }
  .work-list__archive li:nth-child(n+3) {
    margin-top: 7.4%;
  }
  .work-list__archive.c_work-list__3 {
    justify-content: center;
  }
  .work-list__archive.c_work-list__3 li {
    width: 100%;
  }
  .work-list__archive.c_work-list__3 li:nth-child(n) {
    margin: 0;
  }
  .work-list__archive.c_work-list__3 li:nth-child(n+2) {
    margin-top: 7.4%;
  }
  .work-list__archive.c_work-list__3 li h3 {
    margin: 1.5em 0;
  }
  .work-list__archive.c_work-list__3 .c_work-bottom {
    justify-content: start;
  }
  .work-list__archive.c_work-list__3 .c_work-tag {
    display: flex;
  }
  .work-list__archive.c_work-list__3 .c_work-tag span {
    margin: 5px 0;
    margin-right: 1em;
  }
}

@media screen and (max-width: 1659px) and (min-width: 1260px) {
  .c_work-list__2 li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1259px) and (min-width: 768px) {
  .c_work-list__2 li:nth-child(n+3) {
    display: none;
  }
}
.c_work-bottom {
  justify-content: space-between;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .c_work-bottom {
    justify-content: end;
  }
}

.c_work-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 65px);
}
.c_work-tag span {
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 1rem;
  padding: 5px 10px;
  margin: 0.25em 0;
  margin: 5px 0;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .c_work-tag {
    display: none;
  }
  .c_work-tag span {
    margin: 0;
  }
}

.c_work-date {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  font-weight: 400;
  width: 65px;
  position: absolute;
  top: 50%;
  top: 15px;
  right: 0%;
  transform: translate(0%, -50%);
  width: 65px;
}
@media (max-width: 767px) {
  .c_work-date.c_work-date__2 {
    position: relative;
    top: 0;
    transform: unset;
  }
}

@media (hover: hover) {
  .c_denHovOp:hover {
    opacity: 1;
  }
}

/*---------- 色 ----------*/
.c_clr-orange {
  color: #fe7b21;
}

/*---------- 下層ページ共通 ----------*/
.c_container {
  padding: 60px 0 100px;
}

/*------------------------------
header
------------------------------*/
#top header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #top header {
    padding-top: 15px;
  }
}

header {
  padding-top: 25px;
}

.header-inner {
  width: 1390px;
  width: auto;
  max-width: unset;
  padding: 0 20px 0 30px;
}
@media (max-width: 767px) {
  .header-inner {
    padding-left: 7%;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
}
.header-logo a {
  width: 130px;
  aspect-ratio: 130/53.13;
  position: relative;
  color: inherit;
}
.header-logo a em {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
.header-logo p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.3333333333;
  margin-left: 29px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header-logo p {
    display: none;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-contact {
  margin-left: 30px;
}
.header-contact a {
  position: relative;
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background: #111;
  border: 1px solid #111;
  border-radius: 50%;
  transition: all 0.3s;
}
.header-contact a::after {
  -webkit-mask-image: url(../images/icon_mail2.png);
          mask-image: url(../images/icon_mail2.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  aspect-ratio: 36/26;
  transition: all 0.3s;
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
}
@media (hover: hover) {
  .header-contact a:hover {
    opacity: 1;
    background: #fff;
  }
  .header-contact a:hover::after {
    background: #111;
  }
}

.header-menu {
  display: flex;
}
.header-menu li:nth-child(n+2) {
  margin-left: 30px;
}
.header-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4285714286;
  letter-spacing: 1.68px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.drawer-icon {
  width: 60px;
  height: 60px;
  background: #111111;
  border-radius: 50%;
  align-items: center;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 19px;
  height: 19px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 19px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 100px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drawer-menu li:nth-child(n+2) {
  margin-top: 25px;
}
.drawer-menu li a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #111111;
}

.drawer-contact {
  text-align: center;
  width: 60px;
  margin: 50px auto 0;
}

/*------------------------------
footer
------------------------------*/
footer {
  padding-bottom: 77px;
}

.footer-contact {
  background: url(../images/footer_contact-bg.jpg) no-repeat top center/100%;
  width: 100%;
  aspect-ratio: 1400/300;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.footer-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  transition: all 0.5s;
}
.footer-contact .aLink {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (hover: hover) {
  .footer-contact:hover {
    background-size: 102%;
  }
  .footer-contact:hover::after {
    background: rgba(17, 17, 17, 0.4);
  }
}
@media (max-width: 767px) {
  .footer-contact {
    background: url(../images/footer_contact-bg_sp.jpg) no-repeat top center/100%;
    aspect-ratio: 1500/800;
    background-size: cover;
  }
}

.footer-contact-title {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.footer-contact-title h2 {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-contact-title h2 img {
  display: inline-block;
  width: 34px;
  margin-right: 20px;
  vertical-align: baseline;
  position: relative;
  transform: translateY(-5%);
}
.footer-contact-title a {
  pointer-events: none;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-left: 1.4em;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-contact-title {
    display: block;
    text-align: center;
    transform: translateY(8%);
  }
  .footer-contact-title h2 {
    font-size: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-contact-title h2 img {
    width: 9.6%;
    transform: translateY(-50%);
    margin: 0;
  }
  .footer-contact-title a {
    margin-left: 0;
    margin-top: 15px;
    font-size: 3.7333333333vw;
  }
}

.footer-content {
  margin: 60px 0 63px;
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-content {
    margin: 8.2% 0 9.8%;
    flex-direction: column;
  }
}

.footer-logo {
  width: 126px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 33.3333333333vw;
  }
}

.footer-menu {
  display: flex;
}
.footer-menu li:nth-child(n+2) {
  margin-left: 30px;
}
.footer-menu li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4285714286;
  letter-spacing: 1.68px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .footer-menu {
    margin-top: 5%;
  }
  .footer-menu li:nth-child(n+2) {
    margin-left: 3.5em;
  }
  .footer-menu li a {
    font-size: 3.8666666667vw;
    font-size: 1.5rem;
  }
}

.footer-bottom {
  margin-top: 51px;
  position: relative;
}

.copyright {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.5454545455;
  letter-spacing: 1.32px;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    text-align: left;
  }
}

.page-top {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4285714286;
  letter-spacing: 1.68px;
}
.page-top a {
  font-family: "Montserrat", sans-serif;
  color: #111111;
  position: relative;
  padding-left: 1.5em;
}
.page-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #111111;
  width: 0.8em;
  aspect-ratio: 161/131;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/*------------------------------
404
------------------------------*/
.error-container {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-container h2 {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .error-container h2 {
    font-size: 4rem;
  }
}
.error-container p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-container p {
    font-size: 1.6rem;
  }
}

/*===============================
トップページ
===============================*/
.mv {
  position: relative;
  overflow: hidden;
  background: #FF7C22;
}
@media (min-width: 768px) {
  .mv {
    height: 800px;
  }
  .mv .mvImg img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 1920px;
    max-width: unset;
    height: 800px;
  }
}
@media (max-width: 767px) {
  .mv {
    height: auto;
  }
  .mv .mvImg img {
    aspect-ratio: 750/1300;
  }
}

/*------------------------------
illustration
------------------------------*/
.illustration {
  width: 1000px;
  max-width: 90%;
  box-shadow: 0 0 40px 0 rgba(17, 17, 17, 0.15);
  padding: 60px 0;
  margin: -100px auto 0;
  background: #fff;
  position: relative;
  z-index: 50;
}
.illustration h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.illustration h2 img {
  position: absolute;
  top: 0;
  left: 25%;
  transform: translate(-50%, -100%);
  width: 160px;
}
@media (max-width: 767px) {
  .illustration {
    width: 100%;
    padding: 44px 15px;
  }
  .illustration h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .illustration h2 img {
    width: 131px;
  }
}

.illustration-list {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  max-width: 100%;
  margin: 35px auto 0;
}
.illustration-list li {
  width: calc(33.3% - 13.3333333333px);
}
.illustration-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #111111;
  border-radius: 30px;
  text-align: center;
  padding: 1.55em 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .illustration-list li a:hover {
    background: #111111;
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .illustration-list li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .illustration-list li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .illustration-list li {
    width: calc(50% - 7.5px);
  }
  .illustration-list li:nth-child(2n) {
    margin-left: 15px;
  }
  .illustration-list li:nth-child(n+3) {
    margin-top: 15px;
  }
  .illustration-list li a {
    font-size: min(1.4rem, 3.7333333333vw);
  }
}

/*------------------------------
work - トップページ -
------------------------------*/
.work {
  padding: 98px 0 100px;
}
.work h2 {
  text-align: center;
  display: block;
}
.work h2 span {
  display: block;
  margin-bottom: 0.1em;
  margin-right: 0;
}
@media (max-width: 767px) {
  .work {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .work__inner {
    width: auto;
    padding: 0;
  }
}

.work-more {
  text-align: center;
  margin-top: 59px;
}

/*===============================
ABOUT
===============================*/
.about-box {
  border: 10px solid #f2f3f6;
  padding: 55px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .about-box {
    display: block;
    margin-top: 50px;
  }
}

.about-logo {
  width: 258px;
  margin-right: 40px;
}
.about-logo p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .about-logo {
    margin: 0 auto;
    width: 200px;
  }
}

.about-profile {
  text-align: center;
}
.about-profile img {
  width: 160px;
}
.about-profile h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 31px;
}
.about-profile h3 span {
  font-size: 1.2rem;
}
.about-profile p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .about-profile {
    margin-top: 30px;
  }
}

/*===============================
CONTACT
===============================*/
.contact-text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contact-text {
    margin-top: 50px;
  }
}

.contact-mail {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.9em;
}
.contact-mail a {
  display: inline-block;
  font-weight: 400;
  margin-left: 20px;
  color: #111111;
}

.contact-box {
  margin-top: 59px;
  border: 10px solid #f2f3f6;
  padding: 40px 15px 60px;
}
@media (max-width: 767px) {
  .contact-box {
    padding: 40px 15px;
    padding: 40px 0;
    border: none;
    margin-top: 15px;
  }
}

.form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.form-list dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.form-list dt:nth-child(n+2) {
  margin-top: 20px;
}
.form-list dt span {
  display: inline-block;
  width: 50px;
  padding: 8px 0;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #111111;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
}
.form-list dt span.required {
  background: #111111;
  color: #fff;
}
.form-list dd input[type=text],
.form-list dd input[type=email],
.form-list dd input[type=url],
.form-list dd textarea {
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f3f6;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 0.5em;
  font-size: 1.8rem;
}
.form-list dd textarea {
  min-height: 300px;
  resize: vertical;
}
.form-list dd label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
}
.form-list dd label:nth-child(n+2) {
  margin-left: 20px;
}
.form-list dd p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  color: #aaa;
  margin-top: 5px;
}
.form-list .border {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 30px;
}
.form-list .checkbox {
  display: flex;
  margin-top: -10px;
}
.form-list .checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 固定 */
}
.form-list .checkbox label .hasInput {
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  background: #f2f3f6;
  border-radius: 5px;
  line-height: 1;
  margin-right: 10px;
}
.form-list .checkbox label .hasInput::after {
  content: "";
  position: absolute;
  background: url(../images/dec_icon.png) no-repeat center center/100%;
  aspect-ratio: 30/22;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.form-list .checkbox label:has(:checked) .hasInput, .form-list .checkbox label.active .hasInput {
  background: #fe7b21;
}
.form-list .checkbox label:has(:checked) .hasInput::after, .form-list .checkbox label.active .hasInput::after {
  display: block;
}
.form-list .checkbox label input[type=checkbox] {
  opacity: 0;
  margin: 0;
}
.form-list .radio {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
.form-list .radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 固定 */
}
.form-list .radio label:nth-child(2) {
  margin-left: 15px;
}
.form-list .radio label .hasInput {
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  background: #f2f3f6;
  border-radius: 50%;
  line-height: 1;
  margin-right: 10px;
}
.form-list .radio label .hasInput::after {
  content: "";
  position: absolute;
  background: #fff;
  aspect-ratio: 1/1;
  width: 50%;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.form-list .radio label:has(:checked) .hasInput, .form-list .radio label.active .hasInput {
  background: #fe7b21;
}
.form-list .radio label:has(:checked) .hasInput::after, .form-list .radio label.active .hasInput::after {
  display: block;
}
.form-list .radio label input[type=checkbox], .form-list .radio label [type=radio] {
  opacity: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .form-list dt {
    font-size: 1.8rem;
  }
  .form-list dt span {
    width: 45px;
    font-size: 1.2rem;
  }
  .form-list dd input[type=text],
.form-list dd input[type=email],
.form-list dd input[type=url],
.form-list dd textarea {
    font-size: 1.4rem;
  }
  .form-list dd label {
    display: block;
  }
  .form-list dd label:nth-child(n+2) {
    margin-left: 0;
  }
  .form-list .checkbox {
    display: block;
  }
  .form-list .checkbox label {
    justify-content: start;
  }
  .form-list .checkbox label:nth-child(n) {
    margin-left: 0;
  }
  .form-list .radio {
    display: block;
  }
  .form-list .radio label {
    justify-content: start;
  }
  .form-list .radio label:nth-child(n) {
    margin-left: 0;
  }
}

.form-notes {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-left: 35px;
}
@media screen and (max-width: 999px) {
  .form-notes {
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  .form-notes {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

.contact-items li {
  border: 1px solid #ddd;
  padding: 15px 56px 15px 30px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .contact-items li {
    padding: 15px 36px 15px 15px;
  }
}

.contact-item-title {
  font-weight: 700;
  position: relative;
}

.contact-item_icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-item_icon.is-open .contact-item_bar2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 767px) {
  .contact-item_icon {
    right: -20px;
  }
}

.contact-item_bars {
  width: 16px;
  aspect-ratio: 1/1;
  position: relative;
}

.contact-item_bar1 {
  width: 16px;
  height: 2px;
  background: #111111;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-item_bar2 {
  width: 2px;
  height: 16px;
  background: #111111;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}

.contact-item-content {
  font-weight: 400;
  margin-top: 10px;
  display: none;
}

.form-text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

.form-submit {
  margin-top: 10px;
  text-align: center;
}
.form-submit input {
  display: inline-block;
  cursor: pointer;
  width: 300px;
  background: #111111;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 1.7em 0;
  border-radius: 40px;
  border: 1px solid #111;
  transition: all 0.3s;
}
@media (hover: hover) {
  .form-submit input:hover {
    color: #111111;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .form-submit input {
    line-height: 1;
    padding: 1.55em 0;
    font-size: 1.4rem;
  }
}

.boxCf7 {
  opacity: 0;
  position: absolute;
}

#cf7check, #cf7radio {
  opacity: 0;
  height: 0;
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
}

/*===============================
WORK一覧ページ
===============================*/
.pagination {
  margin-top: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: none;
  color: #111111;
  border-radius: 50%;
  border: 1px solid #000;
  width: 2.5em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  font-weight: bold;
  padding-top: 0.6em;
}
.page-numbers:nth-child(n+2) {
  margin-left: 0.5em;
}
.page-numbers.current {
  color: #fff;
  position: relative;
  background: #111111;
}
@media (hover: hover) {
  .page-numbers:hover {
    color: #fff;
    position: relative;
    background: #111111;
    opacity: 1;
  }
  .page-numbers:hover.next span, .page-numbers:hover.prev span {
    background: #fff;
  }
}
.page-numbers.dots {
  border: none;
}

.page-numbers.next, .page-numbers.prev,
.page-numbers.next,
.page-numbers.prev {
  align-items: center;
  padding-top: 0;
}
.page-numbers.next span, .page-numbers.prev span,
.page-numbers.next span,
.page-numbers.prev span {
  width: 0.5em;
  aspect-ratio: 152/192;
  background: #000;
  transition: all 0.3s;
}
.page-numbers.next span,
.page-numbers.next span {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateX(25%);
}
.page-numbers.prev span,
.page-numbers.prev span {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateX(-25%);
}

.work_title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .work_title {
    margin-bottom: 50px;
  }
}

.sRule {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

/*===============================
WORK詳細ページ
===============================*/
.post-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}
.post-wrapper .wp-block-image {
  margin-bottom: 60px;
}
.post-wrapper p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .post-wrapper {
    padding-top: 30px;
  }
}

.post-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.post-date {
  font-size: 1.2rem;
  line-height: 2.3333333333;
}

.post-cat {
  margin-left: 21px;
}
.post-cat span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px 10px;
}
.post-cat span:nth-child(n+2) {
  margin-left: 10px;
}

.post-title {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.post-site {
  margin-top: 62px;
  background: #f2f3f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 767px) {
  .post-site {
    display: block;
    padding: 20px 15px;
  }
}

.post-site-name {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post-site-name {
    text-align: center;
  }
}

.post-site-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
}
.post-site-btn a::after {
  content: "";
  position: relative;
  -webkit-mask-image: url(../images/icon_link.png);
          mask-image: url(../images/icon_link.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #111111;
  aspect-ratio: 1/1;
  width: 0.8em;
  right: -7px;
  transform: translateY(5%);
  transition: all 0.3s;
}
@media (hover: hover) {
  .post-site-btn a:hover::after {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .post-site-btn {
    margin-top: 20px;
  }
  .post-site-btn a {
    margin: 0 auto;
  }
}

.category {
  margin: 40px 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.category em:last-of-type {
  display: none;
}

.relation {
  margin-top: 101px;
}

@media (min-width: 768px) {
  .relation__inner {
    width: 1170px;
  }
}

.relation_title span {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.post-btn {
  text-align: center;
  margin-top: 55px;
}

.breadcrumbs__single {
  margin-bottom: 60px;
}

.c_hovBorder {
  position: relative;
}
.c_hovBorder.c_hovBorderAb {
  position: absolute;
}
.c_hovBorder::after {
  content: "";
  position: absolute;
  background: #111;
  transition: transform 0.2s;
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: right;
}
@media (hover: hover) {
  .c_hovBorder:hover {
    opacity: 1;
  }
  .c_hovBorder:hover a {
    opacity: 1;
  }
  .c_hovBorder:hover::after {
    transform-origin: left;
    transform: translateX(-50%) scaleX(1);
  }
}