/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/pages/text.scss ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oxanium:wght@300;500;600&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/pages/text.scss (1) ***!
  \******************************************************************************************************************************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

@keyframes rotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes invRotationHexa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes centerCircle {
  0% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1.23);
  }
  60% {
    transform: scale(1.23);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes mvscroll {
  0% {
    transform: translate(0, 5%);
  }
  50.0% {
    transform: translate(0, -50%);
  }
  90.001% {
    transform: translate(0, 5%);
  }
  100% {
    transform: translate(0, 5%);
  }
}
@keyframes topscroll {
  0% {
    transform: translate(-50%, 340%);
  }
  90.0% {
    transform: translate(-50%, -120%);
  }
  90.001% {
    transform: translate(-50%, 340%);
  }
  100% {
    transform: translate(-50%, 340%);
  }
}
/*@keyframes scroll {
	0%   { transform: translate(0%, 0%);}
	50.0%  { transform: translate(0%, 100%) ;}
	100% { transform: translate(0%, 0%);}
}*/
@keyframes scroll {
  0% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  97.0% {
    transform: translate(-53%, 100%) rotate(45deg);
  }
  97.001% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
  100% {
    transform: translate(-53%, -950%) rotate(45deg);
  }
}
@keyframes scrollX {
  0% {
    transform: translate(0, 0);
    transform-origin: 100% 0;
  }
  100% {
    transform: translate(-53.56%, 0);
    transform-origin: 100% 0;
  }
}
@keyframes bar1 {
  0% {
    transform: scale(1, 1);
  }
  0.01% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes light {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opac {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  65% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowBack {
  0% {
    transform: translate(0, -50%);
  }
  40% {
    transform: translate(5px, -50%);
  }
  60% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(0, -50%);
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  mix-blend-mode: difference;
}
@media all and (min-width: 769px) {
  .l-header {
    height: 80px;
  }
}
@media all and (max-width: 768px) {
  .l-header {
    height: 16.4102564103vw;
  }
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .l-header__inner {
    justify-content: flex-end;
  }
}
@media all and (max-width: 768px) {
  .l-header__inner {
    justify-content: space-between;
  }
}
.l-header h1 {
  transform-origin: 0 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  z-index: 2;
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-header h1 {
    transform: scale(0.42);
    width: 264px;
    top: 17px;
    left: 32px;
  }
}
@media all and (max-width: 768px) {
  .l-header h1 {
    width: 35.8974358974vw;
    top: 2.0512820513vw;
    left: 2.0512820513vw;
  }
}
.l-header h1 a {
  color: #fff;
  display: block;
  line-height: 0;
}
.l-header h1 svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.l-header h1 img {
  width: 100%;
}
.l-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .l-header nav {
    margin-right: 32px;
  }
}
@media all and (max-width: 768px) {
  .l-header nav {
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100svh;
    pointer-events: none;
    -webkit-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -moz-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -o-transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 120ms cubic-bezier(0.86, 0, 0.07, 1) 0ms; /* easeInOutQuint */
    transform: translate(-100%, 0);
  }
}
.l-header .l-header__nav {
  display: flex;
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav {
    padding-top: 25.641025641vw;
    margin: 0 auto;
    flex-direction: column;
    width: 87.6923076923vw;
    border-bottom: #555555 1px solid;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li {
    width: 100%;
    border-top: #555555 1px solid;
  }
}
.l-header .l-header__nav a {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  position: relative;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav a {
    font-size: 14px;
    margin-left: 28px;
    display: flex;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav a {
    font-size: 4.6153846154vw;
    line-height: 1.4;
    display: block;
    padding: 4.6153846154vw 0 4.6153846154vw 2.0512820513vw;
    transform: translate(-100%, 0);
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav a::before {
    content: "";
    position: absolute;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20opacity%3D%220.05%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%2F%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22white%22%2F%3E%3Crect%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M13.2497%2022L19%2016.2866L13.2551%2010L13%2010.263L18.4917%2016.2734L13.0054%2021.7238L13.2497%2022Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
  }
}
.l-header .l-header__nav a::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform-origin: 0 0;
  transform: scaleX(0);
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav a::after {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav a:hover::after {
    transform: scaleX(1);
  }
}
@media all and (min-width: 769px) {
  .l-header .l-header__nav a .blank {
    width: 6px;
    margin-left: 3px;
    margin-top: -3px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav a .blank {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    position: relative;
    transform: translate(0, -2.5641025641vw);
    margin-left: 1.0256410256vw;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__home a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__about a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 150ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__works a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 200ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 200ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__blog a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 250ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 250ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.nav__contact a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 300ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 300ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__nav li.university a {
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 350ms;
    -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 350ms;
    -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 350ms;
    -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 350ms;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 350ms; /* easeOutQuint */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.l-header .l-header__language {
  display: flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language {
    margin-left: 28px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language {
    width: 87.6923076923vw;
    margin: 5.1282051282vw auto 0;
    justify-content: flex-end;
  }
}
.l-header .l-header__language p,
.l-header .l-header__language a {
  color: #fff;
  opacity: 0.5;
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language p,
  .l-header .l-header__language a {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language p,
  .l-header .l-header__language a {
    font-size: 5.641025641vw;
    line-height: 1.4;
  }
}
.l-header .l-header__language p::after,
.l-header .l-header__language a::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  transform-origin: 0 0;
  transform: scaleX(0);
}
@media all and (max-width: 768px) {
  .l-header .l-header__language p::after,
  .l-header .l-header__language a::after {
    bottom: -1.0256410256vw;
  }
}
.l-header .l-header__language p.active,
.l-header .l-header__language a.active {
  opacity: 1;
}
@media all and (min-width: 769px) {
  .l-header .l-header__language p.active,
  .l-header .l-header__language a.active {
    font-size: 12px;
    bottom: 2px;
    padding-bottom: 2px;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language p.active,
  .l-header .l-header__language a.active {
    font-size: 3.5897435897vw;
  }
}
.l-header .l-header__language p.active::after,
.l-header .l-header__language a.active::after {
  transform: scaleX(1);
}
@media all and (min-width: 769px) {
  .l-header .l-header__language .separator {
    margin: 0 8px;
    line-height: 0;
  }
}
@media all and (max-width: 768px) {
  .l-header .l-header__language .separator {
    margin: 0 3.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  .l-header__info {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .l-header__info {
    margin: 12.8205128205vw auto 0;
    width: 87.6923076923vw;
  }
}
.l-header__info p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (max-width: 768px) {
  .l-header__info p {
    font-size: 3.5897435897vw;
    line-height: 1.8;
    padding-bottom: 2.0512820513vw;
  }
}
.l-header.scrolled {
  mix-blend-mode: difference;
}
@media all and (max-width: 768px) {
  .l-header.scrolled {
    height: 13.3333333333vw;
  }
}
@media all and (min-width: 769px) {
  .l-header.scrolled h1 {
    transform: scale(0.42);
    top: 17px;
    left: 32px;
  }
}
@media all and (max-width: 768px) {
  .l-header.scrolled h1 {
    transform: scale(0.74);
  }
}
.l-header.type-black h1 a {
  color: #000;
}
.l-header.type-black nav a {
  color: #000;
}
.l-header.type-black .l-header__nav a::after {
  background: #000;
}
.l-header.type-black .l-header__language a, .l-header.type-black .l-header__language p {
  color: #000;
}
.l-header__navbutton {
  position: absolute;
}
@media all and (min-width: 769px) {
  .l-header__navbutton {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .l-header__navbutton {
    z-index: 2;
    right: 4.6153846154vw;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.l-header__navbutton::before, .l-header__navbutton::after,
.l-header__navbutton span {
  will-change: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms; /* easeOutQuint */
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 10.2564102564vw;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.l-header__navbutton::before {
  margin-top: -2.3076923077vw;
}
.l-header__navbutton::after {
  margin-top: 2.3076923077vw;
}
.l-header__sns {
  display: flex;
}
.l-header__sns a {
  filter: invert(1);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 768px) {
  .l-header__sns a {
    width: 5.1282051282vw;
    margin-right: 6.1538461538vw;
  }
}
@media all and (max-width: 768px) {
  .l-header__copy {
    margin-top: 9.2307692308vw;
    font-family: "Oxanium", "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.04rem;
    font-size: 2.5641025641vw;
  }
}

body.nav-open .l-header.scrolled {
  mix-blend-mode: normal;
}
@media all and (max-width: 768px) {
  body.nav-open .l-header.scrolled {
    height: 20.5128205128vw;
  }
}
@media all and (max-width: 768px) {
  body.nav-open .l-header.scrolled h1 {
    transform: scale(1);
  }
}
body.nav-open .l-header {
  mix-blend-mode: normal;
}
@media all and (max-width: 768px) {
  body.nav-open .l-header .l-header__navbutton::before, body.nav-open .l-header .l-header__navbutton::after {
    background: #fff;
  }
  body.nav-open .l-header .l-header__navbutton::before {
    transform: translate(-50%, -50%) rotate(-30deg);
    margin-top: 0;
  }
  body.nav-open .l-header .l-header__navbutton::after {
    transform: translate(-50%, -50%) rotate(30deg);
    margin-top: 0;
  }
  body.nav-open .l-header .l-header__navbutton span {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}
@media all and (max-width: 768px) {
  body.nav-open .l-header nav {
    -webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms;
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 0ms; /* easeInOutQuint */
    transform: translate(0, 0);
    pointer-events: auto;
  }
}
@media all and (max-width: 768px) {
  body.nav-open .l-header nav a {
    transform: translate(0, 0);
  }
}

.l-header.header-home {
  mix-blend-mode: normal;
}
@media all and (min-width: 769px) {
  .l-header.header-home h1 {
    top: 10px;
    left: 10px;
    transform: scale(1);
  }
}
@media all and (max-width: 768px) {
  .l-header.header-home h1 {
    top: 2.0512820513vw;
    left: 2.0512820513vw;
    transform: scale(1);
  }
}
.l-header.header-home.scrolled {
  mix-blend-mode: difference;
}
@media all and (min-width: 769px) {
  .l-header.header-home.scrolled h1 {
    transform: scale(0.42);
    top: 17px;
    left: 32px;
  }
}
@media all and (max-width: 768px) {
  .l-header.header-home.scrolled h1 {
    transform: scale(0.74);
  }
}
@media all and (min-width: 769px) {
  .l-header.header-home .l-header__nav .nav__home a::after {
    transform: scaleX(1);
  }
}

@media all and (min-width: 769px) {
  .l-header.header-about .l-header__nav .nav__about a::after {
    transform: scaleX(1);
  }
}

@media all and (min-width: 769px) {
  .l-header.header-works .l-header__nav .nav__works a::after {
    transform: scaleX(1);
  }
}

@media all and (min-width: 769px) {
  .l-header.header-blog .l-header__nav .nav__blog a::after {
    transform: scaleX(1);
  }
}

@media all and (min-width: 769px) {
  .l-header.header-contact .l-header__nav .nav__contact a::after {
    transform: scaleX(1);
  }
}

.l-footer {
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .l-footer {
    padding: 32px 0;
  }
}
@media all and (max-width: 768px) {
  .l-footer {
    background-image: url(/assets/images/common/bg-texture.png);
    padding-top: 18.2051282051vw;
  }
}
.l-footer__inner {
  margin: 0 auto;
  position: relative;
  background: #fff;
}
@media all and (min-width: 769px) {
  .l-footer__inner {
    padding: 0 32px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__inner {
    padding: 11.5384615385vw 0;
  }
}
.l-footer__inner::before {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 2px;
  top: -2px;
}
.l-footer__wrap {
  display: flex;
  justify-content: flex-start;
}
@media all and (min-width: 769px) {
  .l-footer__logo {
    width: 72px;
    margin-right: 32px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__logo {
    width: 20.5128205128vw;
    margin: 0 auto;
  }
}
.l-footer__logo svg {
  width: 100%;
}
@media all and (min-width: 769px) {
  .l-footer__info {
    width: 24.5901639344%;
  }
}
@media all and (max-width: 768px) {
  .l-footer__info {
    display: none;
  }
}
.l-footer__info-text {
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .l-footer__info-text {
    font-size: 14px;
  }
}
.l-footer__sns {
  display: flex;
  margin-top: 16px;
}
@media all and (max-width: 768px) {
  .l-footer__sns {
    display: none;
  }
}
.l-footer__sns a {
  display: inline-block;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__sns a {
    width: 20px;
    margin-right: 16px;
  }
}
.l-footer__sns a:hover {
  opacity: 0.7;
}
.l-footer__sns a svg {
  width: 100%;
}
.l-footer nav {
  flex-grow: 1;
  position: relative;
}
@media all and (max-width: 768px) {
  .l-footer nav {
    display: none;
  }
}
.l-footer nav::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #000;
  top: -2px;
  right: 0;
}
.l-footer nav ul {
  display: flex;
  justify-content: flex-end;
}
@media all and (min-width: 769px) {
  .l-footer nav ul {
    margin-top: 2px;
  }
}
@media all and (min-width: 769px) {
  .l-footer nav ul li {
    margin-left: 20px;
  }
}
.l-footer nav .university svg {
  position: relative;
}
@media all and (min-width: 769px) {
  .l-footer nav .university svg {
    margin-left: -2px;
    top: -4px;
  }
}
.l-footer nav a {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l-footer nav a::after {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: 0 0;
  transform: scaleX(0);
}
@media all and (min-width: 769px) {
  .l-footer nav a {
    font-size: 12px;
  }
  .l-footer nav a:hover::after {
    transform: scaleX(1);
  }
}
.l-footer__copy {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  text-align: right;
}
@media all and (min-width: 769px) {
  .l-footer__copy {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__copy {
    display: none;
  }
}
.l-footer__top {
  position: absolute;
  z-index: 1;
  border-top: #000 1px dotted;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .l-footer__top {
    right: 32px;
    top: 0;
    padding-top: 8px;
    transform: translate(0, -100%);
  }
  .l-footer__top:hover svg {
    transform: translateY(-8px);
  }
}
@media all and (max-width: 768px) {
  .l-footer__top {
    width: 7.9487179487vw;
    left: 50%;
    top: 0;
    margin-top: 7.6923076923vw;
    transform: translate(-50%, 0);
  }
}
.l-footer__top span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  writing-mode: tb;
  line-height: 0;
}
@media all and (min-width: 769px) {
  .l-footer__top span {
    font-size: 12px;
    margin-right: 3px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__top span {
    display: none;
  }
}
.l-footer__top svg {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .l-footer__top svg {
    width: 15px;
  }
}
@media all and (max-width: 768px) {
  .l-footer__top svg {
    margin-top: 1.2820512821vw;
    width: 100%;
  }
}

.p-button {
  background: rgba(0, 0, 0, 0.4);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-button span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-button span {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .p-button span {
    font-size: 3.5897435897vw;
  }
}
@media all and (min-width: 769px) {
  .p-button:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .p-button:hover span {
    color: #000;
  }
  .p-button:hover::before {
    transform: translate(2px, 2px);
  }
  .p-button:hover::after {
    transform: translate(-2px, 2px);
  }
  .p-button:hover .p-button__mark::before {
    transform: translate(2px, -2px);
  }
  .p-button:hover .p-button__mark::after {
    transform: translate(-2px, -2px);
  }
}
@media all and (max-width: 768px) {
  .p-button:active {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.3);
  }
  .p-button:active span {
    color: #000;
  }
}
.p-button.type-3 {
  background: rgba(0, 0, 0, 0.3);
  border: rgba(255, 255, 255, 0.3) 1px solid;
}
.p-button.type-2 {
  background: rgba(0, 0, 0, 0.2);
  border: rgba(255, 255, 255, 0.4) 1px solid;
}
.p-button.type-1 {
  background: rgba(0, 0, 0, 0.05);
  border: rgba(255, 255, 255, 0.5) 1px solid;
}
@media all and (min-width: 769px) {
  .p-button.size-large {
    width: 240px;
    height: 72px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-large {
    width: 45.3846153846vw;
    height: 11.7948717949vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-large span {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-large span {
    font-size: 3.5897435897vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-medium {
    width: 152px;
    height: 46px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-medium {
    border: #0f0 1px solid;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-medium span {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-medium span {
    font-size: 3.0769230769vw;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-small {
    width: 96px;
    height: 32px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-small {
    border: #00f 1px solid;
  }
}
@media all and (min-width: 769px) {
  .p-button.size-small span {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .p-button.size-small span {
    font-size: 2.5641025641vw;
  }
}
.p-button.size-100 {
  width: 100%;
}
.p-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-button::before, .p-button::after {
  position: absolute;
  content: "";
  top: -1px;
  width: 3px;
  height: 3px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-button::before {
  left: -1px;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
}
.p-button::after {
  right: -1px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
}
.p-button .p-button__mark {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-button .p-button__mark::before, .p-button .p-button__mark::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 3px;
  height: 3px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-button .p-button__mark::before {
  left: -1px;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
}
.p-button .p-button__mark::after {
  right: -1px;
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
}

.p-minibutton {
  display: inline-flex;
  justify-content: flex-start;
  text-decoration: none;
  align-items: center;
  position: relative;
}
.p-minibutton span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  color: #000;
}
@media all and (min-width: 769px) {
  .p-minibutton span {
    font-size: 12px;
    margin-top: 1px;
  }
}
@media all and (max-width: 768px) {
  .p-minibutton span {
    font-size: 3.5897435897vw;
    margin-top: 1px;
  }
}
.p-minibutton span.opentext {
  display: none;
}
@media all and (min-width: 769px) {
  .p-minibutton {
    padding-bottom: 4px;
  }
  .p-minibutton:hover::after {
    transform: translate(4px, 0);
  }
}
@media all and (max-width: 768px) {
  .p-minibutton {
    padding-bottom: 1.2820512821vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-minibutton:active::after {
    transform: translate(4px, 0);
  }
}
.p-minibutton::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.p-minibutton::after {
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.2497 13L7 7.28662L1.25505 1L1 1.26297L6.49168 7.27337L1.00535 12.7238L1.2497 13Z%27 fill=%27black%27 stroke=%27black%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media all and (min-width: 769px) {
  .p-minibutton::after {
    width: 14px;
    height: 14px;
    margin-left: 14px;
  }
}
@media all and (max-width: 768px) {
  .p-minibutton::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-left: 6.1538461538vw;
  }
}
.p-minibutton.type-back {
  flex-direction: row-reverse;
}
@media all and (min-width: 769px) {
  .p-minibutton.type-back::after {
    transform: rotate(180deg);
    margin-left: 0;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .p-minibutton.type-back::after {
    margin-right: 14px;
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .p-minibutton.type-back::after {
    margin-right: 3.5897435897vw;
  }
}
@media all and (min-width: 769px) {
  .p-minibutton.type-back:hover::after {
    transform: rotate(180deg) translate(4px, 0);
  }
}
@media all and (max-width: 768px) {
  .p-minibutton.type-back::after {
    transform: rotate(180deg);
    margin-left: 0;
  }
}
@media all and (max-width: 768px) and (min-width: 769px) {
  .p-minibutton.type-back::after {
    margin-right: 6.1538461538vw;
  }
}
@media all and (max-width: 768px) and (max-width: 768px) {
  .p-minibutton.type-back::after {
    margin-right: 6.1538461538vw;
  }
}
@media all and (max-width: 768px) {
  .p-minibutton.type-back:active::after {
    transform: rotate(180deg) translate(4px, 0);
  }
}
.p-minibutton.type-open::after {
  transform: rotate(90deg);
}
.p-minibutton.type-open.open span {
  display: none;
}
.p-minibutton.type-open.open span.opentext {
  display: inline;
}
.p-minibutton.type-open.open::after {
  transform: rotate(-90deg);
}
.p-minibutton.disabled {
  display: none;
}

.p-section {
  position: relative;
  z-index: 1;
}
.p-section__background {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.p-section__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-section__inner {
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 769px) {
  .p-section__inner {
    max-width: 1024px;
    padding: 120px 60px;
  }
}
@media all and (max-width: 768px) {
  .p-section__inner {
    width: 87.6923076923vw;
    padding: 25.641025641vw 0;
  }
}
.p-section__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 1.25;
  color: #fff;
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
  transform-origin: 0 100%;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-section__title.color-black {
  color: #000;
}
.p-section__title.appear {
  clip-path: polygon(0 -20px, 100% -20px, 100% 100%, 0 100%);
}
.p-section h1.p-section__title {
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: #fff;
}
@media all and (min-width: 769px) {
  .p-section h1.p-section__title {
    font-size: 60px;
  }
}
@media all and (max-width: 768px) {
  .p-section h1.p-section__title {
    font-size: 12.3076923077vw;
  }
}
@media all and (min-width: 769px) {
  .p-section h2.p-section__title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 768px) {
  .p-section h2.p-section__title {
    font-size: 9.2307692308vw;
    margin-bottom: 15.3846153846vw;
  }
}
.p-section h3.p-section__title {
  position: relative;
}
@media all and (min-width: 769px) {
  .p-section h3.p-section__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 768px) {
  .p-section h3.p-section__title {
    font-size: 7.6923076923vw;
    margin-bottom: 12.3076923077vw;
  }
}
.p-section h3.p-section__title::after, .p-section h3.p-section__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background: #000;
}
@media all and (min-width: 769px) {
  .p-section h3.p-section__title::after, .p-section h3.p-section__title::before {
    top: -12px;
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .p-section h3.p-section__title::after, .p-section h3.p-section__title::before {
    top: -3.0769230769vw;
    left: 0;
  }
}
@media all and (min-width: 769px) {
  .p-section h3.p-section__title::after {
    left: 9px;
    width: 20px;
    height: 1px;
  }
}
@media all and (max-width: 768px) {
  .p-section h3.p-section__title::after {
    left: 2.3076923077vw;
    width: 5.1282051282vw;
  }
}
.p-section h3.p-section__title.color-black::after, .p-section h3.p-section__title.color-black::before {
  background: #000;
}
.p-section h3.p-section__title.color-white::after, .p-section h3.p-section__title.color-white::before {
  background: #fff;
}
.p-section.type-light-gray .p-section__title {
  color: #000;
}
.p-section.type-gray {
  background: #777777;
}
.p-section.type-gray .p-section__title {
  color: #fff;
}
.p-section.type-black {
  background: #000;
}
.p-section.type-black .p-section__title {
  color: #fff;
}
.p-section.type-white {
  background: #F5F5F5;
}
.p-section.type-white .p-section__title {
  color: #000;
}
@media all and (min-width: 769px) {
  .p-section__heading .p-section__inner {
    padding-top: 180px;
  }
}
@media all and (max-width: 768px) {
  .p-section__heading .p-section__inner {
    padding-top: 27.1794871795vw;
  }
}
.p-section__heading .p-section__inner h1 {
  width: 100%;
  border-bottom: 1px #000 solid;
  position: relative;
}
.p-section__heading .p-section__inner h1::before, .p-section__heading .p-section__inner h1::after {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 2px;
  top: -8px;
}
.p-section__heading .p-section__inner h1::after {
  right: 0;
}
@media all and (min-width: 769px) {
  .p-section__heading .p-section__inner h1 {
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  .p-section__heading .p-section__inner h1 {
    padding-bottom: 15.3846153846vw;
    margin-bottom: 8.2051282051vw;
  }
}
.p-section__heading .p-section__inner .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-section__heading .p-section__inner .lead {
    line-height: 2;
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .p-section__heading .p-section__inner .lead {
    line-height: 2;
    font-size: 4.1025641026vw;
  }
}
.p-section__heading.notfound__heading .p-section__inner h1 {
  border: none;
}
@media all and (min-width: 769px) {
  .p-section__heading.notfound__heading .p-section__inner h1 {
    margin-bottom: 0;
  }
}

main {
  overflow: hidden;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

body {
  background: #fff url(/assets/images/common/bg-texture.png);
}

@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  a:hover {
    color: #777777;
  }
  a:hover span {
    color: #777777;
  }
  a:hover::after {
    color: #000;
  }
}

input, select, button, option, textarea {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  outline: none;
  letter-spacing: 0.04rem;
  line-height: 2;
}
input::placeholder, select::placeholder, button::placeholder, option::placeholder, textarea::placeholder {
  color: #999999;
}
@media all and (min-width: 769px) {
  input, select, button, option, textarea {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  input, select, button, option, textarea {
    font-size: 3.5897435897vw;
  }
}

select {
  border-bottom: #000 1px solid;
}
@media all and (min-width: 769px) {
  select {
    padding-left: 3px;
  }
}

input[type=checkbox] {
  border: #000 1px solid;
  border-radius: 4px;
  background: #fff;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
input[type=checkbox]:checked::after, input[type=checkbox]:checked::before {
  opacity: 1;
  transform: translate(-50%, -65%) rotate(-45deg);
}
input[type=checkbox]::after {
  content: "";
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms; /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms; /* easeOutBack */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 5px;
  border-bottom: 2px solid #7D9EA9;
  border-left: 2px solid #7D9EA9;
  transform: translate(-50%, 5%) rotate(-45deg) scale(0);
}

button {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  button {
    font-size: 14px;
    cursor: pointer;
  }
  button:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.3);
  }
}
button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.p-table {
  width: 100%;
}
.p-table__group {
  display: flex;
  width: 100%;
}
@media all and (max-width: 768px) {
  .p-table__group {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .p-table__group:last-of-type .p-table__head {
    border-bottom: #000 1px solid;
  }
}
.p-table__group:last-of-type .p-table__body {
  border-bottom: #ADADAD 1px solid;
}
@media all and (max-width: 768px) {
  .p-table__group:last-of-type .p-table__body {
    position: relative;
  }
  .p-table__group:last-of-type .p-table__body::before {
    display: none;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    background: #000;
    width: 22.3076923077vw;
    height: 1px;
  }
}
.p-table__head {
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .p-table__head {
    border-top: #000 1px solid;
    font-size: 16px;
    padding: 16px 0;
  }
}
@media all and (max-width: 768px) {
  .p-table__head {
    position: relative;
    border-top: #ADADAD 1px solid;
  }
  .p-table__head::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    background: #000;
    width: 22.3076923077vw;
    height: 1px;
  }
}
.p-table__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  letter-spacing: 0.04rem;
  line-height: 1.25;
}
@media all and (min-width: 769px) {
  .p-table__body {
    border-top: #ADADAD 1px solid;
    flex-grow: 1;
    font-size: 16px;
    padding: 16px 2px 16px 32px;
  }
}
@media all and (max-width: 768px) {
  .p-table__body {
    font-size: 4.1025641026vw;
    padding: 1.2820512821vw 0 5.1282051282vw;
  }
}

@media all and (min-width: 769px) {
  .searcharea .p-section__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .searcharea .p-section__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.searcharea__head {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .searcharea__head {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__head {
    flex-direction: column;
  }
}
.searcharea__text {
  display: flex;
  justify-content: space-between;
  border-bottom: #000 1px solid;
}
.searcharea__text form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .searcharea__text {
    position: relative;
    width: 32.03125%;
  }
  .searcharea__text::before, .searcharea__text::after {
    position: absolute;
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    top: -8px;
  }
  .searcharea__text::after {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .searcharea__text {
    align-items: flex-end;
    margin-bottom: 8.2051282051vw;
  }
}
.searcharea__text input {
  flex-grow: 1;
}
@media all and (max-width: 768px) {
  .searcharea__text input {
    font-size: 4.1025641026vw;
  }
}
.searcharea__text::after, .searcharea__text::before {
  top: 0;
}
.searcharea__icon {
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .searcharea__icon {
    width: 32px;
    height: 32px;
  }
  .searcharea__icon:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__icon {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__icon:active {
    opacity: 0.5;
  }
}
.searcharea__icon::after, .searcharea__icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}
.searcharea__icon::after {
  left: auto;
  right: 0;
}
.searcharea__archives {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  .searcharea__archives {
    align-items: center;
    width: 32.03125%;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives {
    flex-direction: column;
    margin-bottom: 8.2051282051vw;
  }
}
.searcharea__archives p {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .searcharea__archives p {
    font-size: 12px;
    margin-right: 12px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives p {
    font-size: 3.0769230769vw;
    margin-bottom: 1.0256410256vw;
  }
}
.searcharea__archives select {
  flex-grow: 1;
  height: 100%;
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (min-width: 769px) {
  .searcharea__archives select:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__archives select:active {
    opacity: 0.5;
  }
}
.searcharea__archives::after {
  pointer-events: none;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20x%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Crect%20x%3D%2231%22%20y%3D%2231%22%20width%3D%221%22%20height%3D%221%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M16%2020L12.5359%2014L19.4641%2014L16%2020Z%22%20fill%3D%22black%22%2F%3E%3Crect%20opacity%3D%220.05%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
  top: 50%;
}
@media all and (min-width: 769px) {
  .searcharea__archives::after {
    width: 32px;
    height: 32px;
    transform: translate(0, -50%);
  }
}
@media all and (max-width: 768px) {
  .searcharea__archives::after {
    top: auto;
    bottom: 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.searcharea__filters {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.searcharea__filters > :last-child {
  flex-grow: 1;
}
@media all and (max-width: 768px) {
  .searcharea__filters {
    flex-direction: column;
  }
}
.searcharea__ttl {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #777777;
  line-height: 1.8;
}
@media all and (min-width: 769px) {
  .searcharea__ttl {
    font-size: 10px;
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__ttl {
    font-size: 2.5641025641vw;
    margin-bottom: 3.0769230769vw;
  }
}
.searcharea__group a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .searcharea__group a {
    font-size: 12px;
  }
  .searcharea__group a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .searcharea__group a {
    font-size: 3.5897435897vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .searcharea__group a:active {
    opacity: 0.5;
  }
}
.searcharea__group a.active {
  opacity: 0.5;
}
.searcharea__members {
  display: flex;
}
@media all and (min-width: 769px) {
  .searcharea__members a {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .searcharea__members a {
    margin-right: 5.1282051282vw;
  }
}
@media all and (max-width: 768px) {
  .searcharea__members {
    flex-direction: column;
  }
}
.searcharea__blogmember {
  display: flex;
}
@media all and (max-width: 768px) {
  .searcharea__blogmember {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .searcharea__blogmember a {
    margin-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__blogmember a {
    margin-right: 6.1538461538vw;
  }
}
.searcharea__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .searcharea__tags {
    margin-left: 100px;
    width: 32.03125%;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags {
    margin-top: 8.2051282051vw;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags {
    flex-direction: column;
  }
}
.searcharea__tags a {
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
}
@media all and (min-width: 769px) {
  .searcharea__tags a {
    padding-left: 16px;
    margin-right: 10px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a {
    padding-left: 5.1282051282vw;
    margin-right: 4.1025641026vw;
  }
}
.searcharea__tags a::before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  .searcharea__tags a::before {
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.searcharea__tags a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Crect%20x%3D%220.399414%22%20y%3D%222.20032%22%20width%3D%227.2%22%20height%3D%220.6%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%220.399414%22%20y%3D%225.20032%22%20width%3D%227.2%22%20height%3D%220.6%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%225.7998%22%20y%3D%220.39917%22%20width%3D%227.2%22%20height%3D%220.6%22%20transform%3D%22rotate%2890%205.7998%200.39917%29%22%20fill%3D%22white%22%2F%3E%20%3Crect%20x%3D%222.7998%22%20y%3D%220.39917%22%20width%3D%227.2%22%20height%3D%220.6%22%20transform%3D%22rotate%2890%202.7998%200.39917%29%22%20fill%3D%22white%22%2F%3E%20%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .searcharea__tags a::after {
    width: 7.2px;
    height: 7.2px;
    left: 2.5px;
  }
}
@media all and (max-width: 768px) {
  .searcharea__tags a::after {
    left: 0.641025641vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
}

div.works {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.works .work {
  text-decoration: none;
}
div.works .work .image-area {
  position: relative;
}
div.works .work .image-area::after {
  position: absolute;
  will-change: auto;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  border: rgba(0, 0, 0, 0.3) 0 solid;
}
@media all and (min-width: 769px) {
  div.works .work:hover .image-area::after {
    border: rgba(0, 0, 0, 0.3) 20px solid;
  }
}
@media all and (min-width: 769px) {
  div.works .work {
    width: 48.4375%;
    margin-top: 77px;
  }
}
@media all and (max-width: 768px) {
  div.works .work {
    width: 100%;
    margin-top: 15.3846153846vw;
  }
}
div.works .work:first-child {
  margin-top: 0;
}
@media all and (min-width: 769px) {
  div.works .work:nth-child(2) {
    margin-top: 0;
  }
}
div.works .work__image {
  line-height: 0;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 100% 50%, 0 50%);
}
@media all and (min-width: 769px) {
  div.works .work__image {
    margin-bottom: 8px;
  }
}
div.works .work__image img {
  width: 100%;
}
div.works .work__text {
  position: relative;
}
div.works .work__text p {
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  -ms-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms;
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1) 100ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #DDD;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 2;
}
@media all and (min-width: 769px) {
  div.works .work__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  div.works .work__text p {
    font-size: 4.1025641026vw;
  }
}
@media all and (min-width: 769px) {
  div.works .work__title {
    width: 92%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
div.works .work__labels {
  display: flex;
}
@media all and (min-width: 769px) {
  div.works .work__labels {
    width: 92%;
  }
}
div.works .work__label {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
  color: #777777;
  line-height: 1.25;
}
@media all and (min-width: 769px) {
  div.works .work__label {
    font-size: 9px;
    padding-right: 3px;
  }
}
@media all and (max-width: 768px) {
  div.works .work__label {
    font-size: 2.8205128205vw;
    padding-right: 0.7692307692vw;
  }
}
div.works .workarrow {
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(0, 0, 0, 0.05);
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  div.works .workarrow {
    width: 32px;
    height: 32px;
  }
}
@media all and (max-width: 768px) {
  div.works .workarrow {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
div.works .workarrow::after, div.works .workarrow::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  top: 0;
}
div.works .workarrow::before {
  left: 0;
}
div.works .workarrow::after {
  right: 0;
}
div.works .workarrow .workarrow__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.works .workarrow .workarrow__inner::after, div.works .workarrow .workarrow__inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  bottom: 0;
}
div.works .workarrow .workarrow__inner::before {
  left: 0;
}
div.works .workarrow .workarrow__inner::after {
  right: 0;
}
div.works .workarrow span {
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.2497 13L7 7.28662L1.25505 1L1 1.26297L6.49168 7.27337L1.00535 12.7238L1.2497 13Z%27 fill=%27black%27 stroke=%27black%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width: 769px) {
  div.works .workarrow span {
    width: 14px;
    height: 14px;
  }
}
@media all and (max-width: 768px) {
  div.works .workarrow span {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}
div.works .work.appear .work__text p {
  color: #000;
}
div.works .work.appear .work__image {
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%);
}
@media all and (min-width: 769px) {
  div.works .work:hover .workarrow span {
    transform: translate(3px, 0);
  }
  div.works .work:hover .work__text p {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  div.works .work {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  div.works .work:active .workarrow span {
    transform: translate(3px, 0);
  }
  div.works .work:active .work__text p {
    opacity: 0.5;
  }
}

.p-pagination,
.nav-links {
  display: flex;
  justify-content: center;
  border-top: 1px solid #000;
  align-items: center;
  width: 100%;
  /*&__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    @include pc {
      padding: 40px 0;
    }
    @include sp {
      padding: spvw(32) 0;
    }
  }*/
}
@media all and (min-width: 769px) {
  .p-pagination,
  .nav-links {
    padding: 40px 0;
  }
}
@media all and (max-width: 768px) {
  .p-pagination,
  .nav-links {
    padding: 8.2051282051vw 0;
  }
}
.p-pagination .prev,
.p-pagination .next, .p-pagination__next, .p-pagination__prev,
.nav-links .prev,
.nav-links .next,
.nav-links__next,
.nav-links__prev {
  position: relative;
}
.p-pagination .prev::after,
.p-pagination .next::after, .p-pagination__next::after, .p-pagination__prev::after,
.nav-links .prev::after,
.nav-links .next::after,
.nav-links__next::after,
.nav-links__prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.2497 13L7 7.28662L1.25505 1L1 1.26297L6.49168 7.27337L1.00535 12.7238L1.2497 13Z%27 fill=%27black%27 stroke=%27black%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (min-width: 769px) {
  .p-pagination .prev,
  .p-pagination .next, .p-pagination__next, .p-pagination__prev,
  .nav-links .prev,
  .nav-links .next,
  .nav-links__next,
  .nav-links__prev {
    width: 14px;
    height: 14px;
    margin: 0 17px;
  }
}
@media all and (max-width: 768px) {
  .p-pagination .prev,
  .p-pagination .next, .p-pagination__next, .p-pagination__prev,
  .nav-links .prev,
  .nav-links .next,
  .nav-links__next,
  .nav-links__prev {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin: 0 4.358974359vw;
  }
}
.p-pagination .prev::after, .p-pagination__prev::after,
.nav-links .prev::after,
.nav-links__prev::after {
  transform: rotate(180deg);
}
@media all and (min-width: 769px) {
  .p-pagination .prev:hover::after, .p-pagination__prev:hover::after,
  .nav-links .prev:hover::after,
  .nav-links__prev:hover::after {
    transform: rotate(180deg) translate(4px, 0);
  }
}
@media all and (min-width: 769px) {
  .p-pagination .next:hover::after, .p-pagination__next:hover::after,
  .nav-links .next:hover::after,
  .nav-links__next:hover::after {
    transform: translate(4px, 0);
  }
}
.p-pagination .page-numbers, .p-pagination__page,
.nav-links .page-numbers,
.nav-links__page {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.4;
}
@media all and (min-width: 769px) {
  .p-pagination .page-numbers, .p-pagination__page,
  .nav-links .page-numbers,
  .nav-links__page {
    font-size: 14px;
    margin: 0 17px;
  }
  .p-pagination .page-numbers:hover, .p-pagination__page:hover,
  .nav-links .page-numbers:hover,
  .nav-links__page:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .p-pagination .page-numbers, .p-pagination__page,
  .nav-links .page-numbers,
  .nav-links__page {
    font-size: 3.5897435897vw;
    margin: 0 4.358974359vw;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .p-pagination .page-numbers:active, .p-pagination__page:active,
  .nav-links .page-numbers:active,
  .nav-links__page:active {
    opacity: 0.5;
  }
}
.p-pagination .current, .p-pagination__active,
.nav-links .current,
.nav-links__active {
  opacity: 0.5;
}

.prevnext .p-section__inner {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .prevnext .p-section__inner {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .prevnext .p-section__inner {
    padding-top: 12.3076923077vw;
    padding-bottom: 12.3076923077vw;
  }
}
@media all and (min-width: 769px) {
  .prevnext .p-section__inner:last-of-type {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 768px) {
  .prevnext .p-section__inner:last-of-type {
    padding-bottom: 12.8205128205vw;
  }
}
.prevnext .p-section__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  position: absolute;
  white-space: nowrap;
  bottom: -120%;
}
@media all and (min-width: 769px) {
  .prevnext .p-section__inner p {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 12px;
  }
}
@media all and (max-width: 768px) {
  .prevnext .p-section__inner p {
    font-size: 3.5897435897vw;
    margin-top: 3.0769230769vw;
    width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.prevnext__prev {
  position: relative;
}
.prevnext__prev p {
  left: 0;
  text-align: left;
}
.prevnext__next {
  position: relative;
}
.prevnext__next p {
  right: 0;
  text-align: right;
}

.backtolist {
  display: inline-flex;
  align-items: center;
}
@media all and (min-width: 769px) {
  .backtolist {
    gap: 4px;
    padding-top: 104px;
    padding-left: 24px;
  }
  .backtolist:hover svg {
    transform: translate(-4px, 0);
  }
}
@media all and (max-width: 768px) {
  .backtolist {
    gap: 1.2820512821vw;
    padding-top: 20vw;
    padding-left: 6.1538461538vw;
  }
}
.backtolist svg {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .backtolist svg {
    width: 12px;
    height: 22px;
  }
}
@media all and (max-width: 768px) {
  .backtolist svg {
    width: 2.5641025641vw;
    height: 4.1025641026vw;
  }
}
.backtolist span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .backtolist span {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .backtolist span {
    font-size: 2.5641025641vw;
  }
}

@media all and (min-width: 769px) {
  .about__heading .p-section__inner {
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .about__heading .p-section__inner {
    padding-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .searcharea__textyears {
    width: 100%;
  }
}

.textyears-decade-wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .textyears-decade-wrapper {
    row-gap: 12px;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper {
    row-gap: 6.1538461538vw;
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .textyears-decade-wrapper .textyears-decade-label {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-decade-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: #000 1px solid;
    justify-content: space-between;
    font-size: 3.5897435897vw;
  }
}
.textyears-decade-wrapper .textyears-decade-label button {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.textyears-decade-wrapper .textyears-decade-label button::before, .textyears-decade-wrapper .textyears-decade-label button::after {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 2px;
  top: -8px;
}
.textyears-decade-wrapper .textyears-decade-label button::after {
  right: 0;
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-decade-label button {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.textyears-decade-wrapper .textyears-decade-label button::before {
  top: 0;
  left: 0;
}
.textyears-decade-wrapper .textyears-decade-label button::after {
  top: 0;
  right: 0;
}
.textyears-decade-wrapper .textyears-decade-label button span {
  background: #000;
  width: 3.0769230769vw;
  height: 0.5128205128vw;
  display: block;
}
.textyears-decade-wrapper .textyears-decade-label button span::after {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
  content: "";
  background: #000;
  width: 3.0769230769vw;
  height: 0.5128205128vw;
  display: block;
  position: absolute;
}
@media all and (min-width: 769px) {
  .textyears-decade-wrapper .textyears-decade-label button span::after {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-decade-label button span::after {
    rotate: 90deg;
  }
}
.textyears-decade-wrapper .textyears-decade-label.open button span::after {
  rotate: 0deg;
}
.textyears-decade-wrapper .textyears-row {
  display: flex;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms; /* easeOutQuint */
}
@media all and (min-width: 769px) {
  .textyears-decade-wrapper .textyears-row {
    column-gap: 24px;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-row {
    column-gap: 6.1538461538vw;
    height: 0;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-row.opened {
    height: auto;
    flex-wrap: wrap;
    row-gap: 6.1538461538vw;
  }
}
@media all and (min-width: 769px) {
  .textyears-decade-wrapper .textyears-term {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .textyears-decade-wrapper .textyears-term {
    font-size: 3.5897435897vw;
  }
}

.textwrap .p-section__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .textwrap .p-section__inner {
    row-gap: 80px;
  }
}
@media all and (max-width: 768px) {
  .textwrap .p-section__inner {
    row-gap: 9.2307692308vw;
    width: 100%;
    padding-bottom: 7.6923076923vw;
  }
}
.textwrap .textyear-group {
  border-top: #000 1px solid;
}
@media all and (min-width: 769px) {
  .textwrap .textyear-group {
    width: 48.4375%;
    padding-top: 16px;
  }
}
@media all and (max-width: 768px) {
  .textwrap .textyear-group {
    width: 100%;
    padding-left: 6.1538461538vw;
    padding-right: 6.1538461538vw;
    padding-top: 4.1025641026vw;
  }
}
.textwrap .textyear-title {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .textwrap .textyear-title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .textwrap .textyear-title {
    font-size: 7.6923076923vw;
    margin-bottom: 2.0512820513vw;
  }
}
.textwrap .textyear-list {
  list-style-type: disc;
  list-style-position: inside;
}
@media all and (min-width: 769px) {
  .textwrap .textyear-list {
    padding-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .textwrap .textyear-list {
    padding-left: 4.1025641026vw;
  }
}
.textwrap .textyear-list li a {
  text-decoration: none;
}
.textwrap .textyear-item {
  border-bottom: #ADADAD 1px solid;
  line-break: anywhere;
  line-height: 2;
  letter-spacing: 0.04rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .textwrap .textyear-item {
    padding: 12px 0 12px 16px;
    text-indent: -23px;
  }
}
@media all and (max-width: 768px) {
  .textwrap .textyear-item {
    padding: 3.0769230769vw 0 3.0769230769vw 4.1025641026vw;
    text-indent: -5.8974358974vw;
  }
}
.textwrap .textyear-item:last-child {
  border-bottom: none;
}

@media all and (min-width: 769px) {
  .text .p-section__inner {
    padding-top: 16px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .text .p-section__inner {
    padding-top: 8.2051282051vw;
    padding-bottom: 0;
  }
}
.text__info {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
@media all and (min-width: 769px) {
  .text__info {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .text__info {
    padding-top: 6.1538461538vw;
  }
}
.text__title {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .text__title {
    font-size: 18px;
    margin-bottom: 64px;
  }
}
@media all and (max-width: 768px) {
  .text__title {
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
}
.text__architect {
  line-height: 2;
  letter-spacing: 0.04rem;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 769px) {
  .text__architect {
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 80px;
    row-gap: 32px;
  }
}
@media all and (max-width: 768px) {
  .text__architect {
    font-size: 4.1025641026vw;
    margin-bottom: 12.3076923077vw;
    row-gap: 6.1538461538vw;
    flex-direction: column;
  }
}
.text__architect h1,
.text__architect h2,
.text__architect h3,
.text__architect h4,
.text__architect h5,
.text__architect h6 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 769px) {
  .text__architect h1,
  .text__architect h2,
  .text__architect h3,
  .text__architect h4,
  .text__architect h5,
  .text__architect h6 {
    padding-top: 24px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h1,
  .text__architect h2,
  .text__architect h3,
  .text__architect h4,
  .text__architect h5,
  .text__architect h6 {
    padding-top: 4.1025641026vw;
  }
}
@media all and (min-width: 769px) {
  .text__architect h1:first-child,
  .text__architect h2:first-child,
  .text__architect h3:first-child,
  .text__architect h4:first-child,
  .text__architect h5:first-child,
  .text__architect h6:first-child {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .text__architect h1:first-child,
  .text__architect h2:first-child,
  .text__architect h3:first-child,
  .text__architect h4:first-child,
  .text__architect h5:first-child,
  .text__architect h6:first-child {
    padding-top: 0;
  }
}
@media all and (min-width: 769px) {
  .text__architect h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h1 {
    font-size: 8.2051282051vw;
  }
}
@media all and (min-width: 769px) {
  .text__architect h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h2 {
    font-size: 7.1794871795vw;
  }
}
@media all and (min-width: 769px) {
  .text__architect h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h3 {
    font-size: 6.1538461538vw;
  }
}
@media all and (min-width: 769px) {
  .text__architect h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h4 {
    font-size: 5.1282051282vw;
  }
}
@media all and (min-width: 769px) {
  .text__architect h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h5 {
    font-size: 5.1282051282vw;
  }
}
.text__architect h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  .text__architect h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .text__architect h6 {
    font-size: 4.1025641026vw;
  }
}
.text__architect blockquote {
  border-left: 4px solid #555555;
  color: #555555;
  margin-left: 0;
}
@media all and (min-width: 769px) {
  .text__architect blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .text__architect blockquote {
    margin-top: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
    padding-left: 3.0769230769vw;
  }
}
.text__architect ul {
  list-style-position: outside;
}
@media all and (min-width: 769px) {
  .text__architect ul {
    padding-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .text__architect ul {
    padding-left: 4.1025641026vw;
  }
}
.text__architect ul li {
  list-style-type: circle;
}
.text__architect ol {
  list-style-position: outside;
}
@media all and (min-width: 769px) {
  .text__architect ol {
    padding-left: 16px;
  }
}
@media all and (max-width: 768px) {
  .text__architect ol {
    padding-left: 4.1025641026vw;
  }
}
.text__architect ol li {
  list-style-type: decimal;
}
@media all and (min-width: 769px) {
  .text__architect .wp-caption-text {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .text__architect .wp-caption-text {
    font-size: 3.0769230769vw;
  }
}

@media all and (min-width: 769px) {
  .prevnext .p-section__inner:last-of-type {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
@media all and (max-width: 768px) {
  .prevnext .p-section__inner:last-of-type {
    padding-top: 6.1538461538vw;
    padding-bottom: 10.2564102564vw;
  }
}

strong,
b {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em {
  font-style: italic;
}

.csRow {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 768px) {
  .csRow {
    flex-direction: column-reverse;
    row-gap: 6.1538461538vw;
  }
}
@media all and (max-width: 768px) {
  .csRow .csColumn {
    width: 100% !important;
  }
}
.csRow .csColumn.csCaption {
  line-height: 1.4rem;
}
@media all and (max-width: 768px) {
  .csRow .csColumn.csCaption {
    align-self: center;
    float: none !important;
  }
}

.csColumn {
  display: flex;
  flex-direction: column;
}
.csColumn img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 769px) {
  .csColumn {
    row-gap: 32px;
  }
}
@media all and (max-width: 768px) {
  .csColumn {
    row-gap: 6.1538461538vw;
  }
}

@media all and (max-width: 768px) {
  .csColumnGap {
    display: none;
  }
}

article.text {
  position: relative;
}
@media all and (min-width: 769px) {
  article.text {
    margin: 80px auto 0;
    max-width: 848px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 768px) {
  article.text {
    margin: 15.3846153846vw auto 0;
    padding-bottom: 15.3846153846vw;
  }
}
article.text:first-child {
  margin-top: 0;
}
article.text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media all and (min-width: 769px) {
  article.text.blog-search {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 768px) {
  article.text.blog-search {
    margin: 7.6923076923vw auto 0;
    padding-bottom: 7.6923076923vw;
  }
}
article.text.no-border::after {
  display: none;
}
article.text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  position: relative;
}
article.text h2::before, article.text h2::after {
  position: absolute;
  content: "";
  background: #000;
  width: 2px;
  height: 2px;
  top: -8px;
}
article.text h2::after {
  right: 0;
}
@media all and (min-width: 769px) {
  article.text h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  article.text h2 {
    font-size: 5.1282051282vw;
  }
}
article.text h2::after, article.text h2::before {
  top: 0;
}
article.text .work__title {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  article.text .work__title {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  article.text .work__title {
    font-size: 4.1025641026vw;
  }
}
article.text .blog__info {
  display: flex;
  align-self: center;
}
@media all and (min-width: 769px) {
  article.text .blog__info {
    margin-top: 8px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog__info {
    margin-top: 2.8205128205vw;
  }
}
article.text .blog__date,
article.text .blog__author {
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
@media all and (min-width: 769px) {
  article.text .blog__date,
  article.text .blog__author {
    font-size: 12px;
    padding-right: 12px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog__date,
  article.text .blog__author {
    font-size: 3.0769230769vw;
    padding-right: 3.0769230769vw;
  }
}
article.text .blog__date {
  line-height: 2;
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
article.text .blog__date span {
  font-family: "Oxanium", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
article.text .blog__author {
  position: relative;
}
@media all and (min-width: 769px) {
  article.text .blog__author {
    padding-left: 12px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog__author {
    padding-left: 3.0769230769vw;
  }
}
article.text .blog__author::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (min-width: 769px) {
  article.text .blog__author::before {
    height: 16px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog__author::before {
    top: 45%;
    height: 3.5897435897vw;
  }
}
@media all and (min-width: 769px) {
  article.text .blog __body {
    margin-top: 60px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog __body {
    margin-top: 12.3076923077vw;
  }
}
article.text .blog __body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 2;
}
@media all and (min-width: 769px) {
  article.text .blog __body p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  article.text .blog __body p {
    font-size: 4.1025641026vw;
  }
}
