@charset "UTF-8";
/*
Theme Name: 1-1arch
Version: 1.0
Author: oguri@pag.tokyo
*/
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%; }

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, caption, th, td, address, form, fieldset, legend, object, header, footer, section, article, nav, figure, canvas {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: none;
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

ol, ul, li {
  list-style: none; }

caption, th, td {
  vertical-align: top;
  text-align: left; }

h1, h2, h3, h4, h5, h6, small {
  font-weight: normal;
  font-size: 100%; }

i {
  font-style: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: none; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

a, object, embed {
  outline: none; }

a:hover, a:active, a:focus {
  outline: none; }

header, footer, section, article, nav, figure, canvas, main {
  display: block; }

html {
  background-color: #fff; }

body {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: opacity 400ms ease-in; }
  body.-loaded {
    opacity: 1; }

* {
  box-sizing: border-box; }

*::before,
*::after {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

b,
em,
strong {
  font-weight: bold; }

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: none; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    display: block; }

svg {
  vertical-align: top; }

/* -------------------------------------------
  Common
------------------------------------------- */
.hidden {
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
  pointer-events: none !important; }

.sp {
  display: none !important; }

@media (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  br .pc,
  img .pc,
  span .pc,
  em .pc {
    display: none !important; }
  br .sp,
  img .sp,
  span .sp,
  em .sp {
    display: inline !important; } }

/* -------------------------------------------
  Layout
------------------------------------------- */
.header {
  z-index: 3; }

.main {
  z-index: 1; }

.footer {
  z-index: 2; }

/* -------------------------------------------
	Library
------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -------------------------------------------
	Amimations
------------------------------------------- */
/* ==========================================================================
 *
 * Amimations - xxx
 *
========================================================================== */
@-webkit-keyframes xxx {
  0% { }
  50% { }
  100% { } }
@keyframes xxx {
  0% { }
  50% { }
  100% { } }

/* ==========================================================================
 *
 * Amimations - kurukuru
 *
========================================================================== */
@-webkit-keyframes kurukuru {
  0% {
    transform: rotate(0); }
  50% { }
  100% {
    transform: rotate(360deg); } }
@keyframes kurukuru {
  0% {
    transform: rotate(0); }
  50% { }
  100% {
    transform: rotate(360deg); } }

/* ==========================================================================
 *
 * Amimations - marquee
 *
========================================================================== */
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

/* -------------------------------------------
	Blocks
------------------------------------------- */
/* ==========================================================================
 *
 * Blocks - .xxx
 *
========================================================================== */
/* ==========================================================================
 *
 * Blocks - .about
 *
========================================================================== */
.about {
  padding-bottom: 90px; }
  .about .page__contents {
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  .about .main__header__inner {
    padding-top: 31.8993506%;
    position: relative; }
    .about .main__header__inner::before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(https://1-1arch.com/wp-content/uploads/2023/01/A0A0823.jpg) no-repeat center center transparent;
      background-size: contain;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .about .main__header__inner .main__header__subTitle,
    .about .main__header__inner .main__header__title {
      width: 100%;
      color: #fff;
      position: absolute;
      z-index: 1;
      left: 0; }
    .about .main__header__inner .main__header__subTitle {
      top: 180px; }
    .about .main__header__inner .main__header__title {
      top: 209px; }

.about__nav {
  width: 1280px;
  padding-left: 128px;
  padding-right: 128px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .about__nav {
      width: 100%;
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; } }

.about__nav__items {
  border-bottom: 2px solid #ebebeb;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center; }

.about__nav__item a {
  padding: 20px 30px;
  font-size: 18px;
  display: block;
  position: relative; }
  .about__nav__item a:hover span.-default {
    opacity: 0; }
  .about__nav__item a:hover span.-hovered {
    opacity: 1; }
  .about__nav__item a span {
    transition: opacity 150ms ease-in-out; }
    .about__nav__item a span.-default {
      color: #939393;
      font-family: "Noto Serif JP", serif; }
      .about__nav__item a span.-default small {
        margin-left: 10px;
        padding: 0 10px;
        font-size: 13px;
        display: inline-block;
        position: relative; }
        .about__nav__item a span.-default small::before, .about__nav__item a span.-default small::after {
          content: "";
          width: 1px;
          height: 14px;
          background-color: #939393;
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .about__nav__item a span.-default small::before {
          right: 0; }
        .about__nav__item a span.-default small::after {
          left: 0; }
    .about__nav__item a span.-hovered {
      width: 100%;
      text-align: center;
      white-space: nowrap;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .about__nav__item a span.-hovered small {
        padding: 0 10px;
        font-size: 12px;
        display: inline-block;
        position: relative; }

.about__section:not(.about__media) {
  width: 1280px;
  padding-left: 128px;
  padding-right: 128px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .about__section:not(.about__media) {
      width: 100%;
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; } }

.about__section + .about__section {
  margin-top: 80px; }

.about__title {
 margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
 font-size: 22px;
  line-height: 1; }

.about__member {
  padding-top: 22px; }

.about__awards {
  padding-bottom: 15px; }

.about__awards__history {
  margin-left: 240px;
  color: #939393; }
  .about__awards__history dt:not(:last-of-type),
  .about__awards__history dd:not(:last-of-type) {
    margin-bottom: 30px; }

.about__media {
  padding-bottom: 50px; }
  .about__media .about__title {
    text-align: center; }

.about__office {
  padding-top: 38px; }

.about__office__info, .about__office__address {
  padding-top: 12px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2; }
  .about__office__info::after, .about__office__address::after {
    content: "";
    clear: both;
    display: block; }
  .about__office__info dt, .about__office__address dt {
    padding-right: 5px;
    float: left;
    clear: left; }
    .about__office__info dt::after, .about__office__address dt::after {
      content: " ： "; }

.about__office__address {
  padding-top: 42px; }

.about__domains.about__section {
  margin-top: 58px; }

.about__domains__inner {
  padding-top: 58px;
  border-top: 2px solid #ebebeb;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between; }

.about__domain {
  width: 144.8px; }
  .about__domain p {
    letter-spacing: 0.075em; }
  .about__domain span {
    display: block; }
    .about__domain span.-num {
      font-size: 36px;
      line-height: 1; }
    .about__domain span.-text {
      margin-top: 10px;
      color: #939393;
      font-family: "Noto Serif JP", serif;
      font-size: 15px;
      line-height: 2; }

@media (max-width: 768px) {
  .about {
    padding-bottom: 25.33333vw; }
    .about .main__header {
      min-height: 86.66667vw; }
    .about .main__header__inner::before {
      height: 64vw;
      padding-top: 0;
      background: url(https://1-1arch.com/wp-content/uploads/2023/01/A0A0823.jpg);
      background-size: 100% auto;
      top: 22.66667vw; }
  .about__nav {
    padding: 0 5.33333vw; }
  .about__nav__items {
    padding: 5.33333vw 0;
    border-bottom: 1px solid #bcbcbc;
    flex-flow: row wrap;
    justify-content: flex-start; }
  .about__nav__item:nth-child(1), .about__nav__item:nth-child(2) {
    margin-right: 4vw; }
  .about__nav__item:nth-child(4) {
    margin-right: 2vw; }
  .about__nav__item a {
    padding: 2vw 2vw;
    font-size: 3.73333vw; }
    .about__nav__item a span {
      transition: none; }
      .about__nav__item a span.-default {
        opacity: 1; }
        .about__nav__item a span.-default small {
          margin-left: 2.4vw;
          padding: 0 2.4vw;
          font-size: 2.53333vw; }
          .about__nav__item a span.-default small::before, .about__nav__item a span.-default small::after {
            height: 2.66667vw; }
      .about__nav__item a span.-hovered {
        display: none; }
  .about__section + .about__section {
    margin-top: 20vw; }
  .about__title {
    margin-bottom: 12vw;
    font-size: 7.2vw; }
  .about__member {
    padding-top: 0; }
  .about__awards {
    padding-bottom: 0; }
  .about__awards__history {
    margin-left: 0; }
    .about__awards__history dt:not(:last-of-type),
    .about__awards__history dd:not(:last-of-type) {
      margin-bottom: 4.26667vw; }
    .about__awards .about__awards__history dt {
      width: 12vw; }
    .about__awards .about__awards__history dd {
      margin-left: 12vw; }
  .about__office {
    padding-top: 0; }
  .about__office__info, .about__office__address {
    padding-top: 0;
    font-size: 3.06667vw;
    line-height: 2.1; }
    .about__office__info dt, .about__office__address dt {
      padding-right: 0;
      width: 18.66667vw;
      float: left;
      clear: left; }
      .about__office__info dt::after, .about__office__address dt::after {
        display: none; }
    .about__office__info dd, .about__office__address dd {
      margin-left: 18.66667vw; }
  .about__office__address {
    padding-top: 10vw; }
  .about__domains.about__section {
    margin-top: 10.66667vw; }
  .about__domains__inner {
    padding: 14.93333vw 2.66667vw 0;
    border-top: 1px solid #939393;
    display: block; }
  .about__domain {
    width: 100%; }
    .about__domain + .about__domain {
      margin-top: 6vw; }
    .about__domain p {
      width: 100%;
      display: table;
      table-layout: fixed; }
    .about__domain span {
      min-height: 6.13333vw;
      vertical-align: middle;
      display: table-cell; }
      .about__domain span.-num {
        width: 24vw;
        font-size: 8.26667vw; }
      .about__domain span.-text {
        margin-top: 0;
        font-size: 3.06667vw;
        line-height: 2; } }

/* ==========================================================================
 *
 * Blocks - .activity
 *
========================================================================== */
.activity {
  color: #939393;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start; }
  .activity + .activity {
    margin-top: 65px; }

.activity__title {
  width: 240px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px; }

.activity__history {
  font-family: "Noto Serif JP", serif; }
  .activity__history dt:not(:last-of-type),
  .activity__history dd:not(:last-of-type) {
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .activity {
    display: block; }
    .activity + .activity {
      margin-top: 10.66667vw; }
  .activity__title {
    width: 100%;
    font-size: 4vw;
    line-height: 1.2; }
  .activity__history dt:not(:last-of-type),
  .activity__history dd:not(:last-of-type) {
    margin-bottom: 4.26667vw; }
  .activity .activity__history dt {
    width: 12vw; }
  .activity .activity__history dd {
    margin-left: 12vw; } }

/* ==========================================================================
 *
 * Blocks - .articleNav
 *
========================================================================== */
.articleNav {
  border-bottom: 1px solid #d6d6d6; }

.articleNav__toindex {
  border-top: 1px solid #d6d6d6; }
  .articleNav__toindex a {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative; }
    .articleNav__toindex a::before {
      content: "";
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: -2px;
      background: url(/assets/img/icon-list.svg) no-repeat center center transparent;
      background-size: contain;
      display: inline-block; }

.articleNav__links {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between; }

.articleNav__link {
  width: 50%;
  height: 100px;
  display: block;
  position: relative; }
  .articleNav__link::before {
    content: "";
    width: 85px;
    height: 31px;
    padding: 10px 0;
    background: url(/assets/img/arrow-2.svg) no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    top: 35px; }
  .articleNav__link:not([href])::before {
    display: none; }
  .articleNav__link.-prev {
    text-align: left;
    border-right: 1px solid #d6d6d6; }
    .articleNav__link.-prev::before {
      left: 0;
      transform: scaleX(-1); }
    .articleNav__link.-prev .articleNav__link__img {
      left: 105px; }
    .articleNav__link.-prev .articleNav__link__text {
      padding: 0 20px 0 225px; }
  .articleNav__link.-next {
    text-align: right; }
    .articleNav__link.-next::before {
      right: 0; }
    .articleNav__link.-next .articleNav__link__img {
      right: 105px; }
    .articleNav__link.-next .articleNav__link__text {
      padding: 0 225px 0 20px; }

.articleNav__link__img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0; }

.articleNav__link__text {
  width: 100%;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .articleNav__link__text > span,
  .articleNav__link__text > em {
    display: block; }
  .articleNav__link__text > span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; }
  .articleNav__link__text > em {
    max-width: 100%;
    color: #939393;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (max-width: 768px) {
  .articleNav__toindex a {
    padding: 2vw 0;
    font-size: 3.2vw; }
    .articleNav__toindex a::before {
      width: 3.73333vw;
      height: 3.73333vw;
      margin-right: 2.4vw;
      vertical-align: -0.53333vw; }
  .articleNav__links {
    padding: 2.66667vw 0; }
  .articleNav__link {
    height: 20vw;
    padding: 2.66667vw 0; }
    .articleNav__link::before {
      width: 4.53333vw;
      height: 4.13333vw;
      padding: 1.33333vw 0;
      background-image: url(/assets/img/arrow-2-short.svg);
      top: 8vw; }
    .articleNav__link.-prev::before {
      left: -4vw; }
    .articleNav__link.-prev .articleNav__link__img {
      left: 2vw; }
    .articleNav__link.-prev .articleNav__link__text {
      padding: 0 1.33333vw 0 17.33333vw; }
    .articleNav__link.-next::before {
      right: -4vw; }
    .articleNav__link.-next .articleNav__link__img {
      right: 2vw; }
    .articleNav__link.-next .articleNav__link__text {
      padding: 0 17.33333vw 0 1.33333vw; }
  .articleNav__link__img {
    width: 13.33333vw;
    height: 13.33333vw;
    top: 2.66667vw; }
  .articleNav__link__text > span,
  .articleNav__link__text > em {
    font-weight: normal;
    display: block; }
  .articleNav__link__text > span {
    font-size: 3.2vw; }
  .articleNav__link__text > em {
    height: 9.6vw;
    font-size: 2.53333vw;
    line-height: 4.8vw;
    text-overflow: auto;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; } }

/* ==========================================================================
 *
 * Blocks - .blog
 *
========================================================================== */
.blog.-index {
  padding-bottom: 180px; }

.blog.-detail {
  padding-bottom: 105px; }

.blog .page__contents {
  width: 1280px;
  padding-left: 108px;
  padding-right: 108px; }

.-index .blog__inner::after {
  content: "";
  clear: both;
  display: block; }

.-index .blog__inner .blog__articles {
  float: left; }

.-index .blog__inner .blog__aside {
  float: right; }

.-detail .blog__inner .blog__detail {
  float: left; }

.-detail .blog__inner .blog__aside {
  float: right; }

.-detail .blog__inner .articleNav {
  width: 1024px;
  padding-top: 105px;
  clear: both; }

.blog__articles,
.blog__detail {
  width: 750px; }

.blog__detail {
  padding: 0 40px; }

.blog__articles__inner {
  padding: 40px;
  background-color: #f4f6f7; }

.blog__articles__items {
  background-color: #fff; }

.blog__article + .blog__article {
  border-top: 1px solid #d6d6d6; }

.blog__nav {
  margin-top: 40px;
  padding: 0 100px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  position: relative; }

.blog__nav__link.-prev, .blog__nav__link.-next {
  width: 85px;
  height: 31px;
  padding: 10px 0;
  background: url(/assets/img/arrow-2.svg) no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  bottom: -5px; }

.blog__nav__link.-prev {
  left: 0;
  transform: scaleX(-1); }

.blog__nav__link.-next {
  right: 0; }

.blog__nav__link:not(.-prev):not(.-next) {
  width: 1.5em;
  height: 1.5em;
  margin: 0 8px;
  color: #939393;
  font-size: 18px;
  display: inline-block; }
  .blog__nav__link:not(.-prev):not(.-next).-current {
    color: #000;
    cursor: default; }

.blog__aside {
  width: 275px; }
  .blog__aside > section h3 {
    margin-bottom: 30px;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }
    .blog__aside > section h3::before, .blog__aside > section h3::after {
      content: "-"; }

.blog__recommend__items {
  margin-top: 35px; }
  .blog__recommend__items li {
    width: 100%;
    height: 205px; }
    .blog__recommend__items li + li {
      margin-top: 20px; }
  .blog__recommend__items a {
    height: 100%;
    display: block;
    position: relative; }

.blog__recommend__img {
  width: 100%;
  height: 100%;
  background: none no-repeat center center transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.blog__recommend__title {
  width: 100%;
  padding: 10px 12px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .blog__recommend__title p {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    line-height: 25px;
    overflow: hidden; }

.blog__categories {
  margin-top: 65px; }

.blog__categories__items, .blog__archives__items {
  margin: 0 -20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .blog__categories__items li, .blog__archives__items li {
    margin: 0 20px 10px; }
  .blog__categories__items a, .blog__archives__items a {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block; }

.blog__archives {
  margin-top: 50px; }

.blog__archives__groups {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393; }
  .blog__archives__groups h4 {
    font-size: 20px;
    text-align: center; }
    .blog__archives__groups h4 a {
      display: block; }
  .blog__archives__groups + .blog__archives__groups {
    margin-top: 4px; }

.blog__archives__items {
  padding-top: 10px; }

/*
.blog__archives__items li {
  width: 65px; }
*/

.blog__archives__items a {
  white-space: nowrap; }

@media (max-width: 768px) {
  .blog.-index {
    padding-bottom: 26.66667vw; }
  .blog.-detail {
    padding-bottom: 26.66667vw; }
  .blog .page__contents {
    width: auto;
    padding: 0 6.66667vw; }
  .-index .blog__inner {
    display: block; }
    .-index .blog__inner .blog__articles {
      float: none; }
    .-index .blog__inner .blog__aside {
      float: none; }
  .-detail .blog__inner {
    display: flex;
    flex-flow: column wrap; }
    .-detail .blog__inner .blog__detail {
      float: none;
      order: 1; }
    .-detail .blog__inner .blog__aside {
      float: none;
      order: 3; }
    .-detail .blog__inner .articleNav {
      width: 100%;
      padding-top: 22.66667vw;
      order: 2; }
  .blog__articles,
  .blog__detail {
    width: auto; }
  .blog__detail {
    padding: 0; }
  .blog__articles__inner {
    padding: 0;
    background-color: transparent; }
  .blog__article + .blog__article {
    border-top-color: #c2c2c2; }
  .blog__article:last-child {
    border-bottom: 1px solid #c2c2c2; }
  .blog__nav {
    margin-top: 8.66667vw;
    padding: 0 10.66667vw; }
  .blog__nav__link.-prev, .blog__nav__link.-next {
    width: 8vw;
    height: 4.26667vw;
    padding: 1.33333vw 0;
    background-image: url(/assets/img/arrow-2-bold.svg);
    bottom: 0.26667vw; }
  .blog__nav__link:not(.-prev):not(.-next) {
    margin: 0 1.6vw;
    font-size: 3.6vw; }
  .blog__aside {
    width: auto; }
    .blog__aside > section h3 {
      margin-bottom: 8vw;
      font-size: 6.4vw; }
  .blog__recommend {
    margin-top: 22.66667vw; }
  .blog__recommend__items {
    margin-top: 9.33333vw; }
    .blog__recommend__items li {
      height: 64vw; }
      .blog__recommend__items li + li {
        margin-top: 8.66667vw; }
  .blog__recommend__title {
    padding: 5.33333vw 3.2vw; }
    .blog__recommend__title p {
      height: 11.2vw;
      font-size: 3.2vw;
      line-height: 5.6vw; }
  .blog__categories {
    margin-top: 24vw; }
  .blog__categories__items, .blog__archives__items {
    margin: 0 -5.33333vw; }
    .blog__categories__items li, .blog__archives__items li {
      margin: 0 5.33333vw 4vw; }
    .blog__categories__items a, .blog__archives__items a {
      padding: 1.33333vw 0;
      font-size: 4.4vw; }
  .blog__archives {
    margin-top: 12.66667vw; }
  .blog__archives__groups h4 {
    font-size: 5.33333vw; }
  .blog__archives__groups + .blog__archives__groups {
    margin-top: 1.06667vw; }
  .blog__archives__items li {
    width: auto; } }

/* ==========================================================================
 *
 * Blocks - .blogDetail
 *
========================================================================== */
.blogDetail {
  padding-top: 45px; }

.blogDetail__info {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between; }

.blogDetail__category {
  font-size: 15px;
  font-weight: 500;
  line-height: 1; }

.blogDetail_date {
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1; }

.blogDetail__title {
  margin-top: 10px;
  padding: 15px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 1.826086957;
  border-top: 2px solid #ebebeb; }

.blogDetail__body {
  padding-top: 45px;
  border-top: 2px solid #ebebeb;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2; }
  .blogDetail__body > *:first-child {
    margin-top: 0; }
  .blogDetail__body img {
    margin: 50px 0;
    max-width: 100%;
    display: block; }
  .blogDetail__body p {
    margin-top: 32px; }
  .blogDetail__body a {
    color: #8593DD; }
    .-hasHover .blogDetail__body a:hover {
      text-decoration: underline; }

@media (max-width: 768px) {
  .blogDetail {
    padding-top: 9.6vw; }
  .blogDetail__header {
    padding-bottom: 8vw;
    position: relative; }
  .blogDetail__category {
    font-size: 3.2vw;
    font-weight: normal;
    letter-spacing: 0.1em; }
  .blogDetail_date {
    font-size: 2.66667vw;
    line-height: 1;
    position: absolute;
    bottom: 2.13333vw;
    left: 0; }
  .blogDetail__title {
    margin-top: 2.66667vw;
    padding: 0;
    font-size: 4.26667vw;
    line-height: 1.75;
    letter-spacing: 0.075em;
    border-top: none; }
  .blogDetail__body {
    padding-top: 8vw;
    border-top: 1px solid #939393;
    font-size: 3.2vw;
    line-height: 2; }
    .blogDetail__body img {
      margin: 8vw 0; }
    .blogDetail__body p {
      margin-top: 6.13333vw; } }

/* ==========================================================================
 *
 * Blocks - .blogThumb 
 *
========================================================================== */
.blogThumb a {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative; }
  .blogThumb a::after {
    content: "";
    width: 100%;
    height: 0;
    background: transparent;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: height 0ms 151ms, background-color 150ms ease-in; }
  .-hasHover .blogThumb a:hover::after {
    background-color: rgba(35, 24, 21, 0.2);
    height: 100%;
    transition: height 0ms 0ms, background-color 250ms 1ms ease-out; }

.blogThumb__img > div {
  width: 240px;
  min-height: 180px;
  height: 100%;
  background: none no-repeat center center transparent;
  background-size: cover; }

.blogThumb__info {
  width: 100%;
  padding: 50px 35px 25px;
  color: #000;
  letter-spacing: 0.07em;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  position: relative; }

.blogThumb__category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: absolute;
  top: 20px;
  left: 35px; }

.blogThumb__tag.-new span {
  color: #d15a24;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 1px solid #d15a24;
  display: inline-block; }

.blogThumb__title {
  margin-top: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.764705882; }

.blogThumb__date {
  margin-top: 8px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block; }

@media (max-width: 768px) {
  .blogThumb a {
    padding: 7.33333vw 0; }
  .blogThumb__img > div {
    width: 34.66667vw;
    height: 26vw;
    min-height: auto; }
  .blogThumb__info {
    padding: 2.66667vw 0 0 4.66667vw; }
  .blogThumb__category {
    font-size: 2.66667vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    top: 0;
    left: 4.66667vw; }
  .blogThumb__tag.-new span {
    font-size: 2.26667vw;
    font-weight: normal;
    letter-spacing: 0.1em; }
  .blogThumb__title {
    margin-top: 0.53333vw;
    font-size: 3.2vw;
    line-height: 1.8; }
  .blogThumb__date {
    margin-top: 1.6vw;
    font-size: 2.66667vw; } }

/* ==========================================================================
 *
 * Blocks - .breadcrumbs
 *
========================================================================== */
.breadcrumbs {
  font-size: 0;
  letter-spacing: 0; }
  .breadcrumbs a {
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    display: inline-block; }
    .breadcrumbs a:not(.-current) {
      color: #939393; }
      .breadcrumbs a:not(.-current)::after {
        content: "〉";
        margin: 0 6px 0 12px; }
    .breadcrumbs a.-current {
      color: #000; }

@media (max-width: 768px) {
  .breadcrumbs a {
    font-size: 2.66667vw; }
    .breadcrumbs a:not(.-current)::after {
      margin: 0 1.6vw 0 3.2vw; } }

/* ==========================================================================
 *
 * Blocks - .contact
 *
========================================================================== */
.contact {
  padding-bottom: 180px; }

.cantact__description {
  padding-bottom: 52px;
  text-align: center; }
  .cantact__description p {
    font-family: "Noto Serif JP", serif;
    color: #939393;
    font-size: 16px;
    line-height: 2; }

.contact__form {
  padding-top: 60px;
  border-top: 2px solid #ebebeb; }

@media (max-width: 768px) {
  .contact {
    padding-bottom: 29.33333vw; }
  .cantact__description {
    padding-bottom: 11.33333vw; }
    .cantact__description p {
      font-size: 3.06667vw; }
    .cantact__description .iniLink {
      margin-top: 8vw; }
  .contact__form {
    padding-top: 4.66667vw;
    border-top: 1px solid #bcbcbc; } }

/* ==========================================================================
 *
 * Blocks - .footer
 *
========================================================================== */
.footer {
  min-width: 1280px;
  padding: 120px 45px 50px;
  color: #939393;
  background-color: #eff3f5;
  position: relative; }
  @media (max-width: 768px) {
    .footer {
      min-width: auto; } }

.footer__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between; }

.footer__address {
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.6875;
  position: relative; }
  .footer__address::before {
    content: "";
    width: 50px;
    height: 0;
    border-top: 1px solid #cccfd0;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.footer__nav ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-end; }
  .footer__nav ul li {
    padding-top: 15px;
    position: relative; }
    .footer__nav ul li + li {
      margin-left: 40px; }
    .footer__nav ul li::before {
      content: "";
      width: 30px;
      height: 0;
      border-top: 1px solid #cccfd0;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .footer__nav ul a {
    font-size: 18px;
    letter-spacing: 0.2em;
    display: block; }

@media (max-width: 768px) {
  .footer {
    padding: 30.66667vw 6.66667vw 13.33333vw; }
  .footer__inner {
    display: block; }
  .footer__address {
    padding-top: 7.33333vw;
    font-size: 3.6vw;
    line-height: 1.67; }
    .footer__address::before {
      content: "";
      width: 11.33333vw; }
  .footer__nav {
    margin-top: 16vw; }
    .footer__nav ul {
      justify-content: space-between; }
      .footer__nav ul li {
        padding-top: 4vw; }
        .footer__nav ul li + li {
          margin-left: 0; }
        .footer__nav ul li::before {
          content: "";
          width: 6.66667vw; }
      .footer__nav ul a {
        font-size: 4vw; } }

/* ==========================================================================
 *
 * Blocks - .header
 *
========================================================================== */
.header {
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .header {
      min-width: auto; } }
  .header.-opened .header__nav__toggle button span:nth-child(1), .header.-opened .header__nav__toggle button span:nth-child(2), .header.-opened .header__nav__toggle button span:nth-child(3) {
    width: 32px; }
  .header.-opened .header__nav__toggle button span:nth-child(1) {
    margin-top: 0;
    transform: translate3d(0, -50%, 0) rotate(32.5deg); }
  .header.-opened .header__nav__toggle button span:nth-child(2) {
    opacity: 0; }
  .header.-opened .header__nav__toggle button span:nth-child(3) {
    margin-top: 0;
    transform: translate3d(0, -50%, 0) rotate(-32.5deg); }
  .-hasHover .header.-opened .header__nav__toggle button:hover span:nth-child(1) {
    transform: translate3d(0, -50%, 0) rotate(45deg); }
  .-hasHover .header.-opened .header__nav__toggle button:hover span:nth-child(3) {
    transform: translate3d(0, -50%, 0) rotate(-45deg); }
  .header.-opened .header__nav__inner {
    width: 400px; }
  .header [data-ini-invertible] .header__lang a, .header [data-ini-invertible].header__copyright {
    transition: color 200ms ease-in-out; }
  .header [data-ini-invertible] .header__lang + .header__lang::before {
    transition: background-color 200ms ease-in-out; }
  .header [data-ini-invertible] svg path,
  .header [data-ini-invertible] svg polygon {
    transition: fill 200ms ease-in-out; }
  .-top .header [data-ini-invertible].header__nav__toggle {
    opacity: 1;
    transition: opacity 200ms ease-in-out, z-index 0ms 201ms ease-in-out; }

.header__logo {
  position: absolute;
  top: 42px;
  left: 48px;
  z-index: 2; }
  .header__logo svg {
    width: 80px;
    height: 48px; }

.header__langs {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  top: 42px;
  right: 86px;
  z-index: 2; }

.header__insta {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 39px;
  right: 48px;
  z-index: 2; }
  .header__insta svg {
    fill: #000; }

.header__lang {
  position: relative; }
  .header__lang + .header__lang {
    margin-left: 8px;
    padding-left: 30px; }
    .header__lang + .header__lang::before {
      content: "";
      margin-top: -1px;
      width: 22px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 0; }
  .header__lang a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    display: block; }
    .-hasHover .header__lang a:hover {
      color: #d15a24; }

.header__nav {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.header__nav__inner {
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: 400ms cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  z-index: 1; }

.header__nav__toggle {
  position: absolute;
  top: 350px;
  left: 48px;
  z-index: 2; }
  .header__nav__toggle button {
    width: 32px;
    height: 32px;
    display: block; }
    .header__nav__toggle button span {
      height: 2px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0);
      transition: width 150ms ease-in, opacity 150ms ease-in, margin 150ms ease-in, transform 150ms ease-in, background-color 200ms ease-in-out; }
      .header__nav__toggle button span:nth-child(1) {
        width: 32px;
        margin-top: -12px; }
      .header__nav__toggle button span:nth-child(2) {
        width: 24px; }
      .header__nav__toggle button span:nth-child(3) {
        width: 16px;
        margin-top: 12px; }
    .-hasHover .header__nav__toggle button:hover span:nth-child(1), .-hasHover .header__nav__toggle button:hover span:nth-child(2), .-hasHover .header__nav__toggle button:hover span:nth-child(3) {
      width: 32px; }

.header__copyright {
  position: absolute;
  top: 350px;
  right: 15px;
  z-index: 2; }
  .header__copyright small {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    font-size: 9px;
    display: block; }

@media (min-width: 769px) {
  .header:not(.-opened) [data-ini-invertible].-invert svg path,
  .header:not(.-opened) [data-ini-invertible].-invert svg polygon {
    fill: #fff !important; }
  .-top .header:not(.-opened) [data-ini-invertible].-invert.header__nav__toggle {
    opacity: 0;
    pointer-events: none; }
  .-top .header:not(.-opened) [data-ini-invertible].-invert.header__nav__toggle [data-ini-nav-toggle] span,
  .-work .header:not(.-opened) [data-ini-invertible].-invert.header__nav__toggle [data-ini-nav-toggle] span,
  .-about .header:not(.-opened) [data-ini-invertible].-invert.header__nav__toggle [data-ini-nav-toggle] span {
    background-color: #fff; }
  .header [data-ini-invertible].-invert .header__lang, .header [data-ini-invertible].-invert.header__copyright {
    color: #fff; }
  .header [data-ini-invertible].-invert .header__lang + .header__lang::before {
    background-color: #fff; } }

@media (max-width: 768px) {
  .header.-opened .header__nav__toggle button span:nth-child(1), .header.-opened .header__nav__toggle button span:nth-child(2), .header.-opened .header__nav__toggle button span:nth-child(3) {
    width: 8vw; }
  .header.-opened .header__nav__inner {
    width: 100vw; }
  .header:not(.-opened) [data-ini-invertible].-invert svg path,
  .header:not(.-opened) [data-ini-invertible].-invert svg polygon {
    fill: #fff !important; }
  .header:not(.-opened) [data-ini-invertible].-invert .header__lang, .header:not(.-opened) [data-ini-invertible].-invert.header__copyright {
    color: #fff; }
  .header:not(.-opened) [data-ini-invertible].-invert .header__lang + .header__lang::before {
    background-color: #fff; }
  .-top .header:not(.-opened) [data-ini-invertible].-invert.header__inner,
  .-work .header:not(.-opened) [data-ini-invertible].-invert.header__inner {
    background-color: transparent; }
  .-top .header:not(.-opened) [data-ini-invertible].-invert [data-ini-nav-toggle] span,
  .-work .header:not(.-opened) [data-ini-invertible].-invert [data-ini-nav-toggle] span {
    background-color: #fff; }
  .header__inner {
    height: 22.66667vw;
    background-color: #fff;
    transition: background-color 200ms ease-in-out; }
  .header__logo {
    top: 6.66667vw;
    left: 4vw; }
    .header__logo svg {
      width: 18.93333vw;
      height: 11.2vw; }
  .header__langs {
    top: 7.33333vw;
    right: 19.73333vw; }
  .header__lang + .header__lang {
    margin-left: 2vw;
    padding-left: 8vw; }
    .header__lang + .header__lang::before {
      width: 6vw;
      height: 1px; }
  .header__lang a {
    font-size: 3.73333vw; }
  .header__nav {
    height: auto; }
  .header__nav__inner {
    height: auto; }
  .header__nav__toggle {
    margin-left: -5.86667vw;
    left: 100vw;
    top: 6.66667vw;
    transform: translateX(-100%); }
    .header__nav__toggle button {
      width: 8vw;
      height: 8vw; }
      .header__nav__toggle button span:nth-child(1) {
        width: 8vw;
        margin-top: -2.8vw; }
      .header__nav__toggle button span:nth-child(2) {
        width: 5.33333vw; }
      .header__nav__toggle button span:nth-child(3) {
        width: 3.73333vw;
        margin-top: 2.8vw; }
  .header__copyright {
    position: fixed;
    top: 50vh;
    right: 3.73333vw;
    transform: translateX(-50%); }
    .header__copyright small {
      font-size: 2vw;
      line-height: 1; } }

/* ==========================================================================
 *
 * Blocks - .iniButton
 *
========================================================================== */
.iniButton a,
.iniButton button {
  width: 100%;
  height: 80px;
  color: #939393;
  font-size: 24px;
  line-height: 80px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #939393;
  display: inline-block;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out; }
  .-hasHover .iniButton a:hover, .-hasHover
  .iniButton button:hover {
    color: #fff;
    background-color: rgba(209, 90, 36, 0.7); }

@media (max-width: 768px) {
  .iniButton a,
  .iniButton button {
    height: 13.33333vw;
    font-size: 4vw;
    line-height: 13.33333vw; } }

/* ==========================================================================
 *
 * Blocks - .iniForm
 *
========================================================================== */
.iniForm {
  font-size: 16px; }

.iniForm__row {
  color: #939393;
  font-family: "Noto Serif JP", serif; }
  .iniForm__row + .iniForm__row {
    margin-top: 40px; }
  .iniForm__row > label,
  .iniForm__row > div {
    width: 100%;
    display: flex; }

.iniForm__label {
  width: 250px;
  padding-top: 22px;
  line-height: 1;
  display: block; }

.iniForm__inputs {
  flex-grow: 1; }
  .iniForm__inputs.-checkboxes {
    padding: 15px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
  .iniForm__inputs input,
  .iniForm__inputs textarea {
    padding: 5px 10px;
    color: #000;
    font: inherit;
    background-color: #f4f6f7; }
  .iniForm__inputs input[type="text"], .iniForm__inputs input[type="email"], .iniForm__inputs input[type="password"] {
    width: 100%;
    height: 58px;
    line-height: 58px; }
  .iniForm__inputs textarea {
    min-height: 180px;
    max-width: 100%;
    min-width: 100%;
    resize: vertical;
    vertical-align: top; }

.iniForm__checkbox, .mwform-checkbox-field {
  display: block;
  font-size: 16px; }
  .iniForm__checkbox label, .mwform-checkbox-field label {
    display: block;
    position: relative;
    cursor: pointer; }
  .iniForm__checkbox span, .mwform-checkbox-field span {
    padding-left: 43px;
    display: block;
    position: relative; }
    .iniForm__checkbox span::before, .mwform-checkbox-field span::before {
      content: "";
      z-index: 0;
      border: 1px solid #939393; }
    .iniForm__checkbox span::after, .mwform-checkbox-field span::after {
      content: "";
      width: 17px;
      height: 17px;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%);
      transition: background-color 100ms ease-in-out; }
  .iniForm__checkbox input[type="checkbox"],
  .iniForm__checkbox span::before, .mwform-checkbox-field input[type="checkbox"],
  .mwform-checkbox-field span::before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .iniForm__checkbox input[type="checkbox"], .mwform-checkbox-field input[type="checkbox"] {
    margin: 0;
    opacity: 0;
    z-index: 1; }
    .iniForm__checkbox input[type="checkbox"]:checked + span::after, .mwform-checkbox-field input[type="checkbox"]:checked + span::after {
      background-color: #cccfd0; }

.iniForm__button {
  margin-top: 75px; }

@media (max-width: 768px) {
  .iniForm {
    font-size: 3.73333vw; }
  .iniForm__row + .iniForm__row {
    margin-top: 1.6vw; }
  .iniForm__row > label,
  .iniForm__row > div {
    display: block; }
  .iniForm__label {
    width: auto; }
  .iniForm__inputs {
    margin-top: 4.26667vw; }
    .iniForm__inputs.-checkboxes {
      display: block;
      padding: 1.33333vw 0; }
    .iniForm__inputs input,
    .iniForm__inputs textarea {
      padding: 2vw 4vw;
      font-size: 4.8vw; }
    .iniForm__inputs input[type="text"], .iniForm__inputs input[type="email"], .iniForm__inputs input[type="password"] {
      height: 13.33333vw;
      line-height: 13.33333vw; }
    .iniForm__inputs textarea {
      min-height: 53.33333vw; }
  .iniForm__checkbox, .mwform-checkbox-field {
    font-size: 3.73333vw; }
    .iniForm__checkbox + .iniForm__checkbox, .mwform-checkbox-field + .iniForm__checkbox, .iniForm__checkbox + .mwform-checkbox-field, .mwform-checkbox-field + .mwform-checkbox-field {
      margin-top: 5.06667vw;
      margin-left: 0 !important; }
    .iniForm__checkbox span, .mwform-checkbox-field span {
      padding-left: 10vw; }
      .iniForm__checkbox span::after, .mwform-checkbox-field span::after {
        content: "";
        width: 4vw;
        height: 4vw;
        position: absolute;
        left: 1.33333vw; }
    .iniForm__checkbox input[type="checkbox"],
    .iniForm__checkbox span::before, .mwform-checkbox-field input[type="checkbox"],
    .mwform-checkbox-field span::before {
      width: 6.66667vw;
      height: 6.66667vw; }
  .iniForm__button {
    margin-top: 8vw; } }

/* ==========================================================================
 *
 * Blocks - .iniLink
 *
========================================================================== */
.iniLink {
  margin-top: 20px;
  text-align: center; }
  .iniLink button,
  .iniLink a {
    padding: 6px 8px 6px 28px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline-block;
    position: relative; }
    .-hasHover .iniLink button::before, .-hasHover
    .iniLink a::before {
      transform: translateY(-50%);
      transition: transform 200ms ease-out; }
    .-hasHover .iniLink button:hover::before, .-hasHover
    .iniLink a:hover::before {
      transform: translate3d(5px, -50%, 0); }
    .iniLink button::before,
    .iniLink a::before {
      content: "";
      width: 15px;
      height: 24px;
      background: url(/assets/img/arrow-right-1-black.svg) no-repeat center center transparent;
      background-size: contain;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }

@media (max-width: 768px) {
  .iniLink {
    margin-top: 5.33333vw; }
    .iniLink button,
    .iniLink a {
      padding: 1.6vw 1.33333vw 1.6vw 6.66667vw;
      font-size: 4vw;
      border-bottom-width: 1px; }
      .iniLink button::before,
      .iniLink a::before {
        width: 3.46667vw;
        height: 5.6vw; } }

/* ==========================================================================
 *
 * Blocks - .madiaCarousel
 *
========================================================================== */
.madiaCarousel {
  margin-top: 60px;
  padding-bottom: 80px;
  overflow: auto;
  position: relative; }

.madiaCarousel__items {
  display: block;
  white-space: nowrap;
  position: relative; }

.madiaCarousel__item {
  width: 300px;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  white-space: normal; }
  .madiaCarousel__item, .madiaCarousel__item:focus {
    outline: none; }
  .madiaCarousel__item a {
    display: block; }
  .madiaCarousel__item figure img {
    max-width: none;
    width: auto;
    height: 300px;
    margin: 0 auto;
    display: block; }
  .madiaCarousel__item figcaption {
    max-width: 100%;
    margin-top: 28px;
    color: #939393;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    display: block; }

.madiaCarousel__ui {
  width: 800px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .madiaCarousel__ui .slick-arrow.-prev, .madiaCarousel__ui .slick-arrow.-next {
    width: 85px;
    height: 31px;
    padding: 10px 0;
    background: url(/assets/img/arrow-2.svg) no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    bottom: 0; }
  .madiaCarousel__ui .slick-arrow.-prev {
    left: 0;
    transform: scaleX(-1); }
  .madiaCarousel__ui .slick-arrow.-next {
    right: 0; }

.madiaCarousel__numbers {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }
  .madiaCarousel__numbers span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block; }
    .madiaCarousel__numbers span:nth-child(2) {
      color: #939393; }
      .madiaCarousel__numbers span:nth-child(2)::before {
        content: "/";
        margin: 0 0.25em 0 0.35em; }

@media (max-width: 768px) {
  .madiaCarousel {
    margin-top: 16vw;
    padding-bottom: 21.33333vw; }
  .madiaCarousel__item {
    width: 60.66667vw;
    padding: 0 2.66667vw; }
    .madiaCarousel__item figure img {
      height: 60vw; }
    .madiaCarousel__item figcaption {
      margin-top: 4.66667vw;
      font-size: 2.93333vw; }
  .madiaCarousel__ui {
    width: 100%;
    left: 0;
    transform: none; }
    .madiaCarousel__ui .slick-arrow.-prev, .madiaCarousel__ui .slick-arrow.-next {
      width: 17.33333vw;
      height: 4.86667vw;
      padding: 1.33333vw 0;
      bottom: 2vw; }
    .madiaCarousel__ui .slick-arrow.-prev {
      left: 4.66667vw; }
    .madiaCarousel__ui .slick-arrow.-next {
      right: 4.66667vw; }
  .madiaCarousel__numbers {
    bottom: 2.66667vw; }
    .madiaCarousel__numbers span {
      font-size: 4vw; } }

/* ==========================================================================
 *
 * Blocks - .main
 *
========================================================================== */
.main {
  min-width: 1280px;
  position: relative; }
  @media (max-width: 768px) {
    .main {
      min-width: auto; } }

.main__header {
  min-height: 510px;
  padding: 125px 20px 0; }

.main__header__inner {
  padding-top: 180px;
  text-align: center; }

.main__header__subTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em; }

.main__header__title {
  margin-top: 8px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .main__header {
    min-height: 80vw;
    padding: 0; }
  .main__header__inner {
    padding-top: 44vw; }
  .main__header__subTitle {
    font-size: 4.26667vw; }
  .main__header__title {
    margin-top: 2vw;
    font-size: 12vw; } }

/* ==========================================================================
 *
 * Blocks - .map
 *
========================================================================== */
.map {
  width: 100%;
  height: 650px;
  margin-top: 48px;
  background-color: #ebebeb; }

@media (max-width: 768px) {
  .map {
    width: auto;
    height: 133.33333vw;
    margin: 8.66667vw -6.66667vw 0; } }

/* ==========================================================================
 *
 * Blocks - .member
 *
========================================================================== */
.member {
  margin-top: 65px;
  color: #939393;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start; }

.member__prof {
  width: 240px; }
  .member__prof .-sub,
  .member__prof .-main,
  .member__prof .-others {
    display: block; }
  .member__prof .-sub {
    color: #000;
    font-size: 14px; }
  .member__prof .-main {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: normal; }
  .member__prof .-others {
    margin-top: 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    line-height: 1.867; }

.member__history dl, .about__awards__history dl, .activity__history dl {
  padding-left: 45px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2;
  border-left: 2px solid #ebebeb; }
  .member__history dl::after, .about__awards__history dl::after, .activity__history dl::after {
    content: "";
    clear: both;
    display: block; }

.member__history dt, .about__awards__history dt, .activity__history dt {
  width: 120px;
  float: left;
  clear: left; }

.member__history dd, .about__awards__history dd, .activity__history dd {
  margin-left: 120px; }

@media (max-width: 768px) {
  .member {
    margin-top: 12.66667vw;
    display: block; }
  .member__prof {
    width: 100%; }
    .member__prof .-sub {
      font-size: 3.5vw; }
    .member__prof .-main {
      margin-top: 0;
      font-size: 5.0vw; }
    .member__prof .-others {
      margin-top: 3.33333vw;
      font-size: 3.06667vw;
      line-height: 2; }
  .member__history, .about__awards__history, .activity__history {
    margin-top: 4vw;
    padding: 1.33333vw 0; }
    .member__history dl, .about__awards__history dl, .activity__history dl {
      padding-left: 5.6vw;
      padding-right: 1.33333vw;
      font-size: 2.8vw;
      border-left: 1px solid #b5b5b5; }
    .member__history dt, .about__awards__history dt, .activity__history dt {
      width: 22.66667vw; }
    .member__history dd, .about__awards__history dd, .activity__history dd {
      margin-left: 22.66667vw; } }

/* ==========================================================================
 *
 * Blocks - nav
 *
========================================================================== */
.nav {
  height: 100%;
  background-color: #fff; }
  .nav::before {
    content: "";
    height: 350px;
    display: block; }

.nav__links {
  padding-left: 128px; }

.nav__link {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 400ms ease-in, transform 300ms ease-in-out;
  transition-delay: 0ms, 0ms; }
  .nav__link + .nav__link {
    margin-top: 40px; }
  .-opened .nav__link {
    opacity: 1;
    transform: translateX(0); }
    .-opened .nav__link:nth-child(1) {
      transition-delay: 150ms, 100ms; }
    .-opened .nav__link:nth-child(2) {
      transition-delay: 225ms, 175ms; }
    .-opened .nav__link:nth-child(3) {
      transition-delay: 300ms, 250ms; }
    .-opened .nav__link:nth-child(4) {
      transition-delay: 375ms, 325ms; }
    .-opened .nav__link:nth-child(5) {
      transition-delay: 450ms, 400ms; }
    .-opened .nav__link:nth-child(6) {
      transition-delay: 525ms, 475ms; }
    .-opened .nav__link:nth-child(7) {
      transition-delay: 600ms, 550ms; }
    .-opened .nav__link:nth-child(8) {
      transition-delay: 675ms, 625ms; }
    .-opened .nav__link:nth-child(9) {
      transition-delay: 750ms, 700ms; }
    .-opened .nav__link:nth-child(10) {
      transition-delay: 825ms, 775ms; }
  .nav__link a {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    transition: transform 250ms ease-out, color 150ms 50ms ease-out;
    transition-delay: 0ms, 0ms; }
    .-hasHover .nav__link a:hover {
      transform: translateX(4px);
      transition: transform 350ms ease-out, color 250ms 50ms ease-out; }

@media (max-width: 768px) {
  .nav {
    height: 100%;
    width: 100vw;
    padding-bottom: 42.66667vw; }
    .nav::before {
      height: 42.66667vw; }
  .nav__links {
    padding-left: 0; }
  .nav__link {
    text-align: center;
    transform: translateX(-1.33333vw); }
    .nav__link + .nav__link {
      margin-top: 8vw; }
    .nav__link a {
      font-size: 5.06667vw; }
    .nav__link.-instagram {
      width: 8vw;
      height: 8vw;
      margin-left: auto;
      margin-right: auto; } }

/* ==========================================================================
 *
 * Blocks - .page
 *
========================================================================== */
.page__contents {
  width: 1280px;
  padding-left: 128px;
  padding-right: 128px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .page__contents {
      width: 100%;
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; } }

/* ==========================================================================
 *
 * Blocks - .pageTop
 *
========================================================================== */
.pageTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  .pageTop a {
    width: 48px;
    height: 30px;
    background: url(/assets/img/arrow-1.svg) no-repeat center center transparent;
    background-size: contain;
    display: block;
    cursor: pointer; }

@media (max-width: 768px) {
  .pageTop a {
    width: 10.4vw;
    height: 6.66667vw; } }

/* ==========================================================================
 *
 * Blocks - .process
 *
========================================================================== */
.process {
  padding-bottom: 125px; }

.process__sections {
  padding-bottom: 95px; }

.process__section + .process__section {
  margin-top: 70px; }

.process__section > h2 > span,
.process__section > h2 > em {
  line-height: 1;
  display: block; }

.process__section > h2 > span {
  font-size: 48px; }

.process__section > h2 > em {
  margin-top: 15px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: normal;
  position: relative;
  display: inline-block; }
  .process__section > h2 > em::after {
    content: "";
    display: block;
    position: absolute;
    background: transparent center center no-repeat;
    background-size: contain;
    width: 46px;
    height: 42px;
    top: 50%;
    right: -62px;
    transform: translateY(-50%); }

.process__section > h2.-process1 > em::after {
  background-image: url(/assets/img/icon-process1.svg); }

.process__section > h2.-process2 > em::after {
  background-image: url(/assets/img/icon-process2.svg); }

.process__section > h2.-process3 > em::after {
  background-image: url(/assets/img/icon-process3.svg);
  right: -40px; }

.process__section > h2.-process4 > em::after {
  background-image: url(/assets/img/icon-process4.svg); }

.process__section > h2.-process5 > em::after {
  background-image: url(/assets/img/icon-process5.svg); }

.process__steps {
  margin: 40px 0 0 75px;
  position: relative; }
  .process__steps::before, .process__steps:after {
    content: "";
    width: 2px;
    position: absolute;
    left: 0; }
  .process__steps::before {
    top: 30px;
    bottom: 0;
    background-color: #ebebeb;
    z-index: 0; }
  .process__steps:after {
    height: 30px;
    top: 0;
    background-color: #000;
    z-index: 1; }

.process__step {
  margin-right: -2em;
  position: relative; }
  .process__step + .process__step {
    margin-top: 10px; }
  .process__step:last-child .process__step__title,
  .process__step:last-child .process__step__text {
    padding-bottom: 0; }
  .process__step:last-child .process__step__title::before {
    display: none; }

.process__step__section {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  display: table;
  table-layout: fixed; }
  .process__step__section > * {
    vertical-align: top;
    display: table-cell; }

.process__step__title,
.process__step__text {
  padding-bottom: 50px; }

.process__step__title {
  width: 215px;
  padding-left: 35px;
  font-size: 17px;
  letter-spacing: 0.075em;
  position: relative; }
  .process__step__title::before {
    content: "";
    width: 2px;
    background: url(/assets/img/border-dot.svg) repeat-y top center transparent;
    background-size: 100% auto;
    position: absolute;
    top: 38px;
    bottom: -5px;
    left: 42px; }

.process__step__text {
  color: #939393;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0; }

.process__step__link {
  margin-top: 10px;
  margin-bottom: -20px;
  text-align: left; }

.process__notes {
  padding-top: 68px;
  font-family: "Noto Serif JP", serif;
  border-top: 2px solid #ebebeb; }

.process__notes__title {
  font-size: 23px; }

.process__notes__text {
  margin-top: 32px;
  color: #939393;
  font-size: 16px;
  line-height: 2; }
  .process__notes__text P + p {
    margin-top: 32px; }

.process__notes__link {
  text-align: left; }

@media (max-width: 768px) {
  .process {
    padding-bottom: 26.66667vw; }
  .process__sections {
    padding-bottom: 20vw; }
  .process__section + .process__section {
    margin-top: 12vw; }
  .process__section > h2 > span {
    font-size: 10.66667vw; }
  .process__section > h2 > em {
    margin-top: 3.33333vw;
    font-size: 5.06667vw; }
    .process__section > h2 > em::after {
      width: 12.26667vw;
      height: 11.2vw;
      right: -16.53333vw; }
  .process__section > h2.-process3 > em::after {
    right: -12vw; }
  .process__steps {
    margin: 8.66667vw 0 0 0; }
    .process__steps::before, .process__steps:after {
      width: 1px; }
    .process__steps::before {
      top: 0; }
    .process__steps:after {
      height: 8.53333vw; }
  .process__step {
    margin-right: -0.5em; }
    .process__step + .process__step {
      margin-top: 2.66667vw; }
  .process__step__title,
  .process__step__text {
    padding-bottom: 6vw; }
  .process__step__title {
    width: 34.66667vw;
    padding-left: 6vw;
    font-size: 3.73333vw; }
    .process__step__title::before {
      width: 1px;
      top: 8.66667vw;
      bottom: -0.66667vw;
      left: 8vw; }
    .process__step__title.-r2::before {
      top: 15.33333vw; }
  .process__step__text {
    font-size: 3.06667vw;
    letter-spacing: 0.075em; }
  .process__step__link {
    margin-top: 2.66667vw;
    margin-bottom: 1.06667vw; }
  .process__notes {
    padding-top: 12.66667vw;
    border-top: 1px solid #bcbcbc; }
  .process__notes__title {
    font-size: 5.06667vw; }
  .process__notes__text {
    margin-top: 7.33333vw;
    font-size: 3.06667vw; }
    .process__notes__text P + p {
      margin-top: 6.13333vw; }
    .process__notes__text P br {
      display: none; } }

/* ==========================================================================
 *
 * Blocks - .recruit
 *
========================================================================== */
.recruit {
  padding-bottom: 160px; }

.recruit__description {
  margin-bottom: 70px;
  padding-bottom: 70px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
  border-bottom: 2px solid #ebebeb; }
  .recruit__description p:not(:first-child) {
    margin-top: 32px; }
  .recruit__description p.-list {
    margin-top: 42px;
    font-size: 0;
    letter-spacing: 0; }
    .recruit__description p.-list span,
    .recruit__description p.-list em {
      font-size: 16px;
      line-height: 2;
      letter-spacing: 0.075em; }
    .recruit__description p.-list em {
      font-weight: normal;
      display: block; }
    .recruit__description p.-list span:not(:last-child)::after {
      content: "|";
      margin: 0 10px; }

.recruit__description__link {
  text-align: left; }

.recruit__section + .recruit__section {
  margin-top: 50px; }

.recruit__section__header {
  font-family: "Noto Serif JP", serif;
  font-size: 23px; }

.recruit__section__body {
  margin-top: 20px;
  padding: 5px 0 5px 30px;
  border-left: 2px solid #000; }
  .recruit__section__body p,
  .recruit__section__body ul,
  .recruit__section__body ol {
    color: #939393;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 2; }
  .recruit__section__body ul li {
    padding-left: 1em;
    position: relative; }
    .recruit__section__body ul li::before {
      content: "・";
      width: 1em;
      margin-left: -1em;
      display: inline-block; }
  .recruit__section__body small {
    padding-left: 1em;
    display: block; }
    .recruit__section__body small span {
      width: 1em;
      margin-left: -1em;
      display: inline-block; }
  .recruit__section__body a {
    margin: 12px 0;
    display: inline-block; }
    .recruit__section__body a.-maillink {
      color: #000;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.05em; }

@media (max-width: 768px) {
  .recruit {
    padding-bottom: 30.66667vw; }
  .recruit__description {
    margin-bottom: 10.66667vw;
    padding-bottom: 10.66667vw;
    font-size: 3.06667vw;
    border-bottom: 1px solid #bcbcbc; }
    .recruit__description p:not(:first-child) {
      margin-top: 6.13333vw; }
    .recruit__description p.-list {
      margin-top: 10.66667vw; }
      .recruit__description p.-list span,
      .recruit__description p.-list em {
        font-size: 3.06667vw; }
      .recruit__description p.-list span:not(:last-child)::after {
        margin: 0 1.86667vw; }
  .recruit__section,
  .recruit__section + .recruit__section {
    margin-top: 9.33333vw; }
  .recruit__section__header {
    font-size: 5.06667vw; }
  .recruit__section__body {
    margin-top: 4.66667vw;
    padding: 1.33333vw 0 1.33333vw 5.33333vw; }
    .recruit__section__body p,
    .recruit__section__body ul,
    .recruit__section__body ol {
      font-size: 3.06667vw; }
    .recruit__section__body ul li::before {
      width: 1.5em;
      margin-left: -1.5em; }
    .recruit__section__body a {
      margin: 2.93333vw 0; }
      .recruit__section__body a.-maillink {
        font-size: 4vw; } }

/* ==========================================================================
 *
 * Blocks - .tags
 *
========================================================================== */
.tags {
  margin-top: 90px;
  overflow: hidden;
  position: relative; }

@media (min-width: 769px) {
  .tags__inner {
    visibility: hidden;
    position: relative; }
    .tags__inner.-cloned:not(.-pre) {
      visibility: visible; }
  .tags__line {
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
    white-space: nowrap; }
    .-cloned:not(.-pre) .tags__line {
      -webkit-animation-name: marquee;
      animation-name: marquee;
      -webkit-animation-duration: 20000ms;
      animation-duration: 20000ms;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
      .-cloned:not(.-pre) .tags__line:nth-child(2n - 1) {
        animation-direction: reverse; }
    .tags__line + .tags__line {
      margin-top: 10px; }
  .tags__block {
    padding-left: 30px;
    display: inline-block; }
    .tags__block > em {
      color: #939393;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0.025em; }
    .tags__block > ul {
      display: inline-block; }
      .tags__block > ul li {
        padding-left: 30px;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: 0.025em;
        display: inline-block;
        position: relative; }
        .tags__block > ul li::before {
          content: "";
          width: 8px;
          height: 2px;
          background-color: #000;
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translate3d(-50%, -50%, 0); }
        .tags__block > ul li a {
          display: block; }
  .tags__inner {
    visibility: hidden;
    position: relative; }
    .tags__inner.-cloned:not(.-pre) {
      visibility: visible; } }

@media (max-width: 768px) {
  .tags {
    margin-top: 12.66667vw; }
  .tags__inner {
    word-break: break-all; }
  .tags__line {
    font-size: 0;
    letter-spacing: 0;
    display: inline; }
  .tags__block {
    display: inline; }
    .tags__block > em {
      padding-right: 3.73333vw;
      color: #c6c6c6;
      font-size: 4.66667vw;
      font-weight: normal;
      line-height: 7.2vw;
      vertical-align: middle;
      letter-spacing: 0.025em; }
    .tags__block > ul {
      vertical-align: middle;
      display: inline; }
      .tags__block > ul li {
        padding-right: 3.73333vw;
        font-size: 2.93333vw;
        line-height: 7.2vw;
        letter-spacing: 0.025em;
        vertical-align: middle;
        display: inline; }
        .tags__block > ul li a {
          display: inline;
          position: relative; }
          .tags__block > ul li a::before {
            content: "";
            width: 0.8vw;
            height: 1px;
            background-color: #000;
            position: absolute;
            left: -2vw;
            top: 2vw; } }

/* ==========================================================================
 *
 * Blocks - .top
 *
========================================================================== */
.top__main {
  height: 100vh;
  min-height: 798px;
  position: relative;
  z-index: 0; }

.top__carousel {
  height: 100%;
  position: relative; }
  .top__carousel.-init .top__carousel__item {
    display: block;
    opacity: 0;
    z-index: 0; }
    .top__carousel.-init .top__carousel__item.-current {
      opacity: 1;
      z-index: 1; }
    .top__carousel.-init .top__carousel__item.-pre {
      opacity: 1;
      transform: scale(1.05);
      transition: opacity 750ms ease-in-out, transform 7500ms linear; }
      .top__carousel.-init .top__carousel__item.-pre:not(.-current) {
        z-index: 2; }

.top__carousel__items {
  height: 100%;
  overflow: hidden;
  position: relative; }

.top__carousel__item {
  width: 100%;
  height: 100%;
  background: none no-repeat center center transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 750ms ease-in-out; }
  .top__carousel__item:not(:first-child) {
    display: none; }

.top__scroll,
.top__note {
  position: absolute;
  z-index: 2; }

.top__nav {
  width: 400px;
  top: 350px;
  position: fixed;
  z-index: 2; }
  .top__nav .nav__link {
    opacity: 1;
    transform: none; }
    .top__nav .nav__link a {
      color: #fff; }
      .-hasHover .top__nav .nav__link a:hover {
        color: #000; }

.top__scroll {
  width: 48px;
  height: 30px;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%) scaleY(-1); }
  .top__scroll a {
    display: block;
    cursor: pointer; }
    .-hasHover .top__scroll a svg {
      transition: transform 200ms ease-out; }
    .-hasHover .top__scroll a:hover svg {
      transform: translateY(-6px); }
  .top__scroll svg {
    width: 48px;
    height: 30px; }
    .top__scroll svg polygon {
      fill: #fff !important; }

.top__note {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  bottom: 20px;
  right: 42px; }

.top__works {
  width: 1280px;
  padding-left: 128px;
  padding-right: 128px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .top__works {
      width: 100%;
      padding-left: 6.66667vw;
      padding-right: 6.66667vw; } }

.top__articles {
  padding: 130px 0 90px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between; }

.top__article {
  margin-bottom: 75px; }

.top__more {
  padding-bottom: 175px;
  position: relative; }

.top__loading {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  color: #939393;
  font-size: 12px;
  line-height: 80px;
  display: block;
  position: relative;
  opacity: 0; }
  .top__loading.-loading {
    opacity: 1; }
  .top__loading::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/assets/img/loading.svg) no-repeat center center transparent;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-name: kurukuru;
    animation-name: kurukuru;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@media (max-width: 768px) {
  .top__main {
    min-height: auto; }
  .top__nav {
    display: none; }
  .top__scroll {
    width: 10.4vw;
    height: 6.53333vw;
    bottom: 4.66667vw; }
    .top__scroll svg {
      width: 10.4vw;
      height: 6.53333vw; }
      .top__scroll svg polygon {
        fill: #fff !important; }
  .top__note {
    font-size: 3.06667vw;
    bottom: 4.66667vw;
    right: 4.66667vw; }
  .top__articles {
    padding: 10.66667vw 0 5.33333vw;
    display: block; }
  .top__article {
    margin-bottom: 8vw; }
  .top__more {
    padding-bottom: 16vw; }
  .top__loading {
    width: 18.66667vw;
    height: 18.66667vw;
    font-size: 2.66667vw;
    line-height: 18.66667vw; } }

/* ==========================================================================
 *
 * Blocks - .work
 *
========================================================================== */
.work {
  padding-bottom: 105px; }
  .work .main__header {
    min-height: auto;
    padding: 0; }
  .work .main__header__inner {
    padding-top: 0;
    position: relative; }
  .work .main__header__title {
    width: 100%;
    margin-top: -40px;
    color: #fff;
    text-transform: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0); }
  .work .page__contents {
    padding-top: 18px; }
  .work .articleNav {
    margin-top: 60px; }

.work__mainImg {
  height: 750px; }
  .work__mainImg > div {
    height: 100%;
    background: none no-repeat center center transparent;
    background-size: cover; }

@media (max-width: 768px) {
  .work {
    padding-bottom: 20vw; }
    .work .main__header__title {
      margin-top: -4vw;
      font-size: 12.8vw; }
    .work .page__contents {
      padding-top: 0; }
    .work .articleNav {
      margin-top: 16vw; }
    .work .breadcrumbs {
      display: none; }
  .work__mainImg {
    height: 146.66667vw; } }

/* ==========================================================================
 *
 * Blocks - .workDetail
 *
========================================================================== */
.workDetail {
  margin-top: 35px; }
  .workDetail::after {
    content: "";
    clear: both;
    display: block; }

.workDetail__header {
  width: 440px;
  padding-right: 55px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  float: left; }

.workDetail__client {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em; }

.workDetail__title {
  margin-top: 40px;
  margin-right: -20px; }
  .workDetail__title span,
  .workDetail__title em {
    display: block;
    line-height: 1.5; }
  .workDetail__title span {
    font-size: 14px;
    letter-spacing: 0.05em; }
  .workDetail__title em {
    margin-top: 10px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em; }

.workDetail__info {
  margin-top: 40px;
  padding-left: 32px;
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 0.075em;
  border-left: 2px solid #ebebeb; }

.workDetail__body {
  width: 440px;
  padding-right: 55px;
  float: left;
  margin-top: 48px;
  color: #939393;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em; }
  .workDetail__body p + p {
    margin-top: 32px; }

.workDetail__imgs {
  width: 584px;
  float: right;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .workDetail__imgs img {
    width: 584px;
    margin-bottom: 25px; }
    .workDetail__imgs img.-half {
      width: 280px; }
  .workDetail__imgs .-youtube {
    position: relative;
    width: 584px;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 25px; }
    .workDetail__imgs .-youtube iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

@media (max-width: 768px) {
  .workDetail {
    margin-top: 8vw;
    display: flex;
    flex-flow: column wrap; }
  .workDetail__header {
    width: auto;
    padding-right: 0;
    float: none;
    order: 1; }
  .workDetail__client {
    font-size: 4.26667vw; }
  .workDetail__title {
    margin-top: 6.66667vw;
    margin-right: 0; }
    .workDetail__title span {
      font-size: 3.06667vw; }
    .workDetail__title em {
      margin-top: 1.6vw;
      font-size: 5.06667vw; }
  .workDetail__info {
    margin-top: 7.33333vw;
    padding-left: 6.66667vw;
    font-size: 2.93333vw;
    line-height: 2.27;
    border-left: 1px solid #b5b5b5; }
  .workDetail__body {
    width: auto;
    padding-right: 0;
    float: none;
    order: 3;
    margin-top: 5.33333vw;
    font-size: 3.06667vw; }
    .workDetail__body p + p {
      margin-top: 6.13333vw; }
  .workDetail__imgs {
    width: auto;
    margin-top: 10.66667vw;
    float: none;
    order: 2;
    display: block; }
    .workDetail__imgs img {
      width: 100%;
      margin-bottom: 4vw; }
      .workDetail__imgs img.-half {
        width: 100%; }
    .workDetail__imgs .-youtube {
      width: 100%;
      margin-bottom: 4vw; } }

/* ==========================================================================
 *
 * Blocks - .workThumb
 *
========================================================================== */
.workThumb.-full {
  width: 100%; }
  .workThumb.-full .workThumb__img {
    height: 600px; }
    .workThumb.-full .workThumb__img > em {
      font-size: 60px; }

.workThumb.-large {
  width: 632px; }
  .workThumb.-large .workThumb__img {
    height: 370px; }
    .workThumb.-large .workThumb__img > em {
      font-size: 40px; }

.workThumb.-small {
  width: 370px; }
  .workThumb.-small .workThumb__img {
    height: 370px; }
    .workThumb.-small .workThumb__img > em {
      font-size: 40px; }

.workThumb > a {
  display: block; }
  .-hasHover .workThumb > a:hover .workThumb__img > em {
    opacity: 1;
    transition: opacity 400ms ease-out; }

.workThumb__img {
  width: 100%;
  background: none no-repeat center center transparent;
  background-size: cover;
  position: relative; }
  .workThumb__img > em {
    width: 100%;
    color: #fff;
    font-weight: normal;
    text-align: center;
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity 200ms ease-out; }

.workThumb__title {
  margin-top: 28px; }
  .workThumb__title > em,
  .workThumb__title > span {
    font-size: 18px;
    display: block; }
  .workThumb__title > em {
    font-weight: normal; }
  .workThumb__title > span {
    color: #939393;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em; }

@media (max-width: 768px) {
  .workThumb.-full, .workThumb.-large, .workThumb.-small {
    width: 100%; }
    .workThumb.-full .workThumb__img, .workThumb.-large .workThumb__img, .workThumb.-small .workThumb__img {
      height: auto; }
  .workThumb__title {
    margin-top: 4vw; }
    .workThumb__title > em {
      font-size: 3.2vw;
      line-height: 1; }
    .workThumb__title > span {
      margin-top: 0.66667vw;
      font-size: 3.73333vw; } }
