@charset "UTF-8";
/*===========================================================================
base
===========================================================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

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

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

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.2em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

li {
  list-style: none;
}

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

a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

/*--色設定--*/
.colBase {
  color: #000;
}

.colWh {
  color: #ffffff;
}

.colBk {
  color: #000000;
}

/* ====================
*sp設定
==================== */
/* ====================
*pc設定
ブラウザ幅 1000px
コンテンツ幅 1000px
==================== */
/*--フォントサイズ--*/
/*--メディアクエリ--*/
/* ====================
elements
==================== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt";
}
@media screen and (max-width: 790px) {
  body {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 791px) {
  body {
    font-size: 14px;
  }
}

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

img {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
}

table caption {
  display: none;
}

td,
th {
  text-align: left;
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: auto;
}

svg {
  fill: currentColor;
  transform: translate(0, 0);
}

video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: auto;
}

/*===========================================================================
layout
===========================================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 790px) {
  header {
    background: rgba(255, 255, 255, 0.9);
    height: 15vw;
  }
}
header .headerWrap {
  width: 100%;
}
@media screen and (max-width: 790px) {
  header .headerWrap {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 791px) {
  header .headerWrap {
    height: 200px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 791px) and (min-width: 791px) {
  header .headerWrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 2140px) {
  header .headerWrap {
    max-width: 1820px;
  }
}
@media screen and (max-width: 1880px) {
  header .headerWrap {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1620px) {
  header .headerWrap {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1360px) {
  header .headerWrap {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1100px) {
  header .headerWrap {
    width: 780px;
  }
}
@media screen and (max-width: 790px) {
  header .headerWrap {
    width: 780px;
  }
}
@media screen and (max-width: 780px) {
  header .headerWrap {
    width: 93.75vw;
  }
}
header .logo {
  line-height: 1;
}
@media screen and (max-width: 790px) {
  header .logo {
    position: absolute;
    top: 5vw;
    left: 1.25vw;
  }
}
@media screen and (min-width: 791px) {
  header .logo {
    width: 270px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 790px) {
  header .logo img {
    /*width: 15vw;*/
    width: 20vw;
  }
}
@media screen and (min-width: 791px) {
  header .headerNav {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.15em;
    width: calc(100% - 270px);
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 790px) {
  header .glNav {
    display: none;
  }
}
@media screen and (min-width: 791px) {
  header .glNav {
    width: 260px;
  }
}
@media screen and (min-width: 791px) {
  header .glNav a {
    color: #9fa0a0;
    font-size: 14px;
    line-height: 1.75;
  }
  header .glNav a:hover {
    color: #231815;
  }
}
@media screen and (min-width: 791px) {
  header .glNav li.active a {
    color: #231815;
  }
}
@media screen and (max-width: 790px) {
  header .catNav {
    display: none;
  }
}
@media screen and (min-width: 791px) {
  header .catNav a {
    color: #9fa0a0;
    font-size: 14px;
  }
  header .catNav a:hover {
    color: #231815;
  }
}
@media screen and (min-width: 791px) {
  header .catNav li.active a {
    color: #231815;
  }
}
header .pageTop {
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 790px) {
  header .pageTop {
    top: 6vw;
  }
}
@media screen and (min-width: 791px) {
  header .pageTop {
    top: 24px;
  }
}
header .pageTop img {
  vertical-align: top;
}
@media screen and (max-width: 790px) {
  header .pageTop img {
    width: 3.5vw;
  }
}
@media screen and (min-width: 791px) {
  header .pageTop img {
    width: 30px;
  }
}

.home header {
  position: absolute;
  top: 0;
  margin-bottom: 0;
}
.home .contentWrap main {
  padding-top: 20px;
}
.home header.scroll {
  position: fixed;
  margin-bottom: 0;
}
@media screen and (min-width: 791px) {
  .home .headerWrap {
    padding: 50px 0 20px; /* ADD */
  }
}

footer {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  color: #666;
}
@media screen and (max-width: 790px) {
  footer {
    margin-top: 10vw;
    padding: 0 1.25vw 5vw;
  }
}
@media screen and (min-width: 791px) {
  footer {
    margin-top: 140px;
    padding: 0 0 90px 10px;
  }
}

@media screen and (max-width: 790px) {
  .footerBlk01 {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.footerBlk01__txt01 {
  color: #221815;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .footerBlk01__txt01 {
    font-size: 5.5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk01__txt01 {
    font-size: 24px;
    width: 260px;
  }
}
@media screen and (max-width: 790px) {
  .footerBlk01__01 {
    font-size: 2.75vw;
    letter-spacing: 0.18em;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk01__01 {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk01__01__01 {
    width: 260px;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.footerBlk02__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .footerBlk02__btn {
    margin-bottom: 4.5vw;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk02__btn {
    width: 260px;
  }
}
@media screen and (max-width: 790px) {
  .footerBlk02__btn > li {
    width: 4.62vw;
    margin-right: 6vw;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk02__btn > li {
    width: 20px;
    margin-right: 20px;
  }
}
.footerBlk02 small {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 790px) {
  .footerBlk02 small {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 791px) {
  .footerBlk02 small {
    font-size: 14px;
  }
}

/* ====================
*navToggle
*navOl
==================== */
/* ================================================================================
*navToggle
================================================================================ */
.navToggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  cursor: pointer;
}
@media screen and (max-width: 790px) {
  .navToggle {
    width: 14.62vw;
    height: 15vw;
  }
}
@media screen and (min-width: 791px) {
  .navToggle {
    width: 109px;
    height: 120px;
  }
}
.navToggle__btn {
  border: none;
  outline: none;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 790px) {
  .navToggle__btn {
    width: 14.62vw;
    height: 15vw;
  }
}
@media screen and (min-width: 791px) {
  .navToggle__btn {
    width: 109px;
    height: 120px;
  }
}
.navToggle__bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 790px) {
  .navToggle__bars {
    width: 4.62vw;
    height: 3.75vw;
  }
}
@media screen and (min-width: 791px) {
  .navToggle__bars {
    width: 37px;
    height: 30px;
  }
}
.navToggle__bar {
  display: block;
  width: 100%;
  background: #231815;
  position: absolute;
  left: 0;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out,
    opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
@media screen and (max-width: 790px) {
  .navToggle__bar {
    height: 2px;
  }
}
@media screen and (min-width: 791px) {
  .navToggle__bar {
    height: 4px;
  }
}
.navToggle__bar--01 {
  top: 0;
}
.navToggle__bar--02 {
  top: 50%;
  transform: translateY(-50%);
}
.navToggle__bar--03 {
  bottom: 0;
}
.navToggle.active .navToggle__bar {
  background: #fff !important;
}
.navToggle.active .navToggle__bar--01 {
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
}
.navToggle.active .navToggle__bar--02 {
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
}
.navToggle.active .navToggle__bar--03 {
  opacity: 0;
}
.home .navToggle__bar {
  background: #fff;
}

.home .navToggle.scroll .navToggle__bar {
  background: #231815;
}

@media screen and (min-width: 791px) {
  .home .navToggle.scroll {
    /*opacity: 0;
    visibility: hidden;
    */
  }
}

/* ================================================================================
*navOl
================================================================================ */
.navOl {
  opacity: 0;
  visibility: hidden;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 790px) {
  .navOl {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 15.5vw 17.5vw 0;
  }
}
@media screen and (min-width: 791px) {
  .navOl {
    min-height: 420px;
    padding: 90px 0 48px;
  }
}
@media screen and (min-width: 791px) {
  .navOlWrap {
    width: 1100px;
  }
}
@media screen and (min-width: 791px) and (min-width: 791px) {
  .navOlWrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.navOl ul.glNav {
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .navOl ul.glNav {
    font-size: 4.5vw;
    margin-bottom: 9.5vw;
  }
}
@media screen and (min-width: 791px) {
  .navOl ul.glNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 24px;
    /*margin-bottom: 40px;*/
  }
}
@media screen and (min-width: 791px) {
  .navOl ul.glNav > li:nth-child(1) {
    /*width: 230px;*/
    width: 130px;
  }
  .navOl ul.glNav > li:nth-child(2) {
    /*width: 260px;*/
    width: 200px;
  }
  .navOl ul.glNav > li:nth-child(3) {
    /*width: 250px;*/
    width: 220px;
  }
  .navOl ul.glNav > li:nth-child(4) {
    /*width: 220px;*/
    width: 220px;
  }
  .navOl ul.glNav > li:nth-child(5) {
    /*width: 140px;*/
    width: 200px;
  }
  .navOl ul.glNav > li:nth-child(6) {
    width: 120px;
  }
}
.navOl ul.glNav > li > a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 790px) {
  .navOl ul.glNav > li > a {
    padding: 1.87vw 0;
  }
}
.navOl ul.glNav > li > ul {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 790px) {
  .navOl ul.glNav > li > ul {
    font-size: 3.5vw;
    padding-left: 6.25vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 791px) {
  .navOl ul.glNav > li > ul {
    font-size: 20px;
    padding-top: 12px;
  }
}
.navOl ul.glNav > li > ul > li > a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 790px) {
  .navOl ul.glNav > li > ul > li > a {
    padding: 2.25vw 0;
  }
}
@media screen and (min-width: 791px) {
  .navOl ul.glNav > li > ul > li > a {
    padding: 12px 0 12px 20px;
  }
}
.navOl ul.snsNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navOl ul.snsNav > li {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 790px) {
  .navOl ul.snsNav > li {
    width: 5vw;
    margin-right: 6.25vw;
  }
}
@media screen and (min-width: 791px) {
  .navOl ul.snsNav > li {
    width: 22px;
    margin-right: 25px;
  }
}

.navOl.loaded {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.navOl.active {
  opacity: 1;
  visibility: visible;
}

/*===========================================================================
pages
===========================================================================*/
/* ====================
*common
*txt
*contentWrap
*title
==================== */
/* ================================================================================
*common
================================================================================ */
@media screen and (max-width: 790px) {
  .pcDisp {
    display: none !important;
  }
}
@media screen and (min-width: 791px) {
  .spDisp {
    display: none !important;
  }
}
/* ================================================================================
*txt
================================================================================ */
/*Extra-Light*/ /*.fw100 { font-weight: 100 !important;}*/
/*Light*/ /*.fw300 { font-weight: 300 !important;}*/
/*Regular*/
.fw400 {
  font-weight: 400 !important;
}

/*Medium*/
.fw500 {
  font-weight: 500 !important;
}

/*Bold*/
.fw700 {
  font-weight: 700 !important;
}

/*ExtraBold*/ /*.fw800 { font-weight: 800 !important;}*/
/*Black*/
.fw900 {
  font-weight: 900 !important;
}

.txtV {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.txtL {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: rl;
  writing-mode: horizontal-tb;
}

.aL {
  text-align: left !important;
}

.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 50%;
  vertical-align: bottom;
  position: relative;
  top: -0.1em;
}

/* ================================================================================
*contentWrap
================================================================================ */
.mainWrap {
  position: relative;
}
.home .mainWrap {
  position: relative;
}
@media screen and (max-width: 790px) {
  .home .mainWrap {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 791px) {
  .home .mainWrap {
    padding-top: 200px;
  }
}

.contentWrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 790px) {
  .contentWrap {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 791px) {
  .contentWrap {
    position: relative;
  }
}
@media screen and (max-width: 2140px) {
  .contentWrap {
    max-width: 1820px;
  }
}
@media screen and (max-width: 1880px) {
  .contentWrap {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1620px) {
  .contentWrap {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1360px) {
  .contentWrap {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1100px) {
  .contentWrap {
    width: 780px;
  }
}
@media screen and (max-width: 790px) {
  .contentWrap {
    width: 780px;
  }
}
@media screen and (max-width: 780px) {
  .contentWrap {
    width: 93.75vw;
  }
}

@media screen and (max-width: 790px) {
  .home .contentWrap {
    padding-top: 0;
  }
}
/* ================================================================================
*title
================================================================================ */
.pageTitle {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  letter-spacing: 0.075em;
  line-height: 1;
  /* ADD */
}
@media screen and (max-width: 790px) {
  .pageTitle {
    font-size: 6vw;
    padding-left: 1.25vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 791px) {
  .pageTitle {
    font-size: 36px;
    /*padding-left: 10px;*/
    margin-bottom: 50px;
  }
}
.pageTitle.worksPage,
.pageTitle.blogPage {
  padding-left: 270px;
}
.postWrap .pageTitle.tempPage {
  font-size: 36px;
}
@media screen and (max-width: 790px) {
  .pageTitle.worksPage,
  .pageTitle.blogPage {
    padding-left: 1.25vw;
  }
  .postWrap .pageTitle.tempPage {
    font-size: 6vw;
  }
}

@media screen and (max-width: 790px) {
  .worksNav {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    letter-spacing: 0.18em;
    line-height: 1;
    font-size: 3.5vw;
    margin-bottom: 3.12vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 791px) {
  .worksNav {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  .worksNav > li {
    margin: 0 1.5vw 3.12vw;
  }
}
@media screen and (max-width: 790px) {
  .worksNav > li a {
    color: #231815;
  }
}
@media screen and (max-width: 790px) {
  .worksNav > li a:hover {
    color: #231815;
  }
}
@media screen and (max-width: 790px) {
  .worksNav li.active a {
    color: #231815;
  }
}
.postList {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 270px;
  gap: 20px; /* ADD */
}
@media screen and (max-width: 790px) {
  .postList {
    padding-left: 0; /* ADD */
  }
}
.postList__li {
  position: relative;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 790px) {
  .postList__li {
    max-width: calc(50% - 10px);
    width: 100%;
    /*margin: 0 1.25vw 2.5vw;*/
  }
}
@media screen and (min-width: 791px) {
  .postList__li {
    width: 240px;
    margin: 0 0px 5px;
  }
}
.postList__li.display {
  opacity: 1;
}
.postList__link {
  display: block;
  width: 100%;
  height: 100%;
}
.postList__description {
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(237, 131, 177) 0%,
    rgb(165, 160, 185) 55%,
    rgb(91, 191, 194) 89.95%
  );
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 790px) {
  .postList__description {
    /*padding: 1.87vw 1.25vw 0 1.87vw;*/
    padding: 5vw 2.5vw 0 5vw;
  }
}
@media screen and (min-width: 791px) {
  .postList__description {
    padding: 30px 10px 0 30px;
  }
}
.postList__description__sub {
  overflow: auto;
  max-height: 5em;
}
@media screen and (max-width: 790px) {
  .postList__description__sub {
    font-size: 3vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 791px) {
  .postList__description__sub {
    font-size: 14px;
    line-height: 2;
  }
}
.postList__description__cat {
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .postList__description__cat {
    font-size: 2.5vw;
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 791px) {
  .postList__description__cat {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
}

.postList .postList__link:hover .postList__description {
  opacity: 1;
  visibility: visible;
}
/* ====================
*postWrap
*postEyeCatch
*postDate
*postCat
*postOtherCat
*postInfo
*postClient
*postContent
*postBlk01
*postImgList
*editorBlk
*pager
==================== */
/* ================================================================================
*.postWrap
================================================================================ */
@media screen and (max-width: 790px) {
  .postWrap {
    padding: 0 1.25vw;
  }
}
@media screen and (min-width: 791px) {
  .postWrap {
    /*max-width: 1019px;*/
  }
  .postWrap > section,
  .postWrap > .postEyeCatch {
    padding-left: 270px;
  }
}
@media screen and (min-width: 791px) and (min-width: 791px) {
  .postWrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.postWrap h1 {
  color: #000;
}
@media screen and (max-width: 790px) {
  .postWrap h1 {
    font-size: 5vw;
    line-height: 1.375;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 791px) {
  .postWrap h1 {
    font-size: 30px;
    /*line-height: 1.38;*/
    margin-bottom: 24px;
    line-height: 1;
  }
}

/* ================================================================================
*.postEyeCatch
================================================================================ */
@media screen and (max-width: 790px) {
  .postEyeCatch {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 791px) {
  .postEyeCatch {
    margin-bottom: 40px;
  }
}

/* ================================================================================
*.postDate
================================================================================ */
.postDate {
  color: #666767;
}
@media screen and (max-width: 790px) {
  .postDate {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 791px) {
  .postDate {
    font-size: 14px;
    margin-bottom: 36px;
  }
}

/* ================================================================================
*.postCat
================================================================================ */
.postCat {
  color: #fff;
  line-height: 1;
  display: inline-block; /* ADD */
}
@media screen and (max-width: 790px) {
  .postCat {
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .postCat {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.postCat > a {
  color: #fff;
  display: inline-block;
  background: #040000;
  padding: 0.3em 2em;
  border: 1px solid #040000;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.postCat > a:hover {
  color: #040000;
  background: #fff;
}
/* ================================================================================
*.postOtherCat
================================================================================ */
.postOtherCat {
  color: #666666;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 790px) {
  .postOtherCat {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 791px) {
  .postOtherCat {
    font-size: 10px;
  }
}
@media screen and (max-width: 790px) {
  .postOtherCat > li {
    margin: 0 0.62vw 0.62vw 0;
  }
}
@media screen and (min-width: 791px) {
  .postOtherCat > li {
    margin: 0 5px 5px 0;
  }
}
.postOtherCat > li > a {
  color: #666666;
  border: 1px solid;
  padding: 0.3em 0.5em 0.4em;
  display: inline-block;
  min-width: 7em;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.postOtherCat > li > a:hover {
  color: #fff;
  background: #666666;
}
/* ================================================================================
*.postInfo
================================================================================ */
.postInfo {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  color: #666666;
  line-height: 2;
}
@media screen and (max-width: 790px) {
  .postInfo {
    padding-top: 5.25vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .postInfo {
    padding-top: 42px;
    font-size: 12px;
  }
}
.postInfo > li > dl {
  display: flex;
  flex-wrap: wrap;
}
.postInfo > li > dl > dt::after {
  content: ":";
}
/* ================================================================================
*.postClient
================================================================================ */
.postClient {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  color: #666666;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .postClient {
    padding-top: 5.25vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .postClient {
    padding-top: 42px;
    font-size: 12px;
  }
}
.postClient__name {
  display: flex;
  flex-wrap: wrap;
}
.postClient__name > dt {
  width: 4em;
}
.postClient__name > dt::after {
  content: ":";
}
.postClient__name > dd {
  width: calc(100% - 4em);
}
@media screen and (max-width: 790px) {
  .postClient__link {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 791px) {
  .postClient__link {
    margin-top: 12px;
  }
}
.postClient__link > a {
  color: #666;
}
/* ================================================================================
*.postContent
================================================================================ */
.postContent {
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 790px) {
  .postContent {
    padding-top: 6vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 791px) {
  .postContent {
    padding-top: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 790px) {
  .postContent > * + * {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 791px) {
  .postContent > * + * {
    margin-top: 48px;
  }
}
.postContent h2 {
  line-height: 1.3;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 790px) {
  .postContent h2 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .postContent h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.postContent a {
  color: #231815;
}
.imgCation {
  color: #070001;
  display: block;
}
@media screen and (max-width: 790px) {
  .imgCation {
    font-size: 2.5vw;
    padding-top: 1vw;
  }
}
@media screen and (min-width: 791px) {
  .imgCation {
    font-size: 12px;
    padding-top: 8px;
  }
}

/* ================================================================================
*.postBlk01
================================================================================ */
@media screen and (min-width: 791px) {
  .postBlk01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 790px) {
  .postBlk01__txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 791px) {
  .postBlk01__txt {
    width: calc((100% - 23px) / 2);
  }
}
@media screen and (max-width: 790px) {
  .postBlk01__txt > * + * {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 791px) {
  .postBlk01__img {
    width: calc((100% - 23px) / 2);
  }
}

/* ================================================================================
*.postImgList
================================================================================ */
.postImgList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 790px) {
  .postImgList {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 790px) {
  .postImgList--col4 > li {
    width: calc((100% - 3.5vw) / 2);
    margin: 3.5vw 3.5vw 0 0;
  }
}
@media screen and (min-width: 791px) {
  .postImgList--col4 > li {
    width: calc((100% - 69px) / 4);
    margin: 23px 23px 0 0;
  }
}
@media screen and (max-width: 790px) {
  .postImgList--col4 > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 790px) {
  .postImgList--col4 > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 791px) {
  .postImgList--col4 > li:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 791px) {
  .postImgList--col4 > li:nth-child(4n) {
    margin-right: 0;
  }
}

/* ================================================================================
*editorBlk
================================================================================ */
.editorBlk {
  border: 1px solid #070001;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 790px) {
  .editorBlk {
    padding: 5vw;
  }
}
@media screen and (min-width: 791px) {
  .editorBlk {
    padding: 40px;
  }
}
@media screen and (max-width: 790px) {
  .editorBlk__img {
    width: 15vw;
  }
}
@media screen and (min-width: 791px) {
  .editorBlk__img {
    width: 120px;
  }
}
@media screen and (max-width: 790px) {
  .editorBlk__txt {
    width: calc(100% - 15vw - 5vw);
  }
}
@media screen and (min-width: 791px) {
  .editorBlk__txt {
    width: calc(100% - 120px - 40px);
  }
}
.editorBlk__txt > p {
  color: #666;
  line-height: 1.85;
}
@media screen and (max-width: 790px) {
  .editorBlk__txt > p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .editorBlk__txt > p {
    font-size: 12px;
  }
}
.editorBlk__name {
  color: #000;
}
@media screen and (max-width: 790px) {
  .editorBlk__name {
    font-size: 3.75vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 791px) {
  .editorBlk__name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.editorBlk__name > span {
  color: #666;
  padding-left: 1em;
}
@media screen and (max-width: 790px) {
  .editorBlk__name > span {
    font-size: 2.5vw;
    display: block;
  }
}
@media screen and (min-width: 791px) {
  .editorBlk__name > span {
    font-size: 10px;
  }
}

/* ================================================================================
*pager
================================================================================ */
.singlePager {
  position: relative;
  min-height: 1em;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 790px) {
  .singlePager {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager {
    margin-top: 100px;
    margin-left: 270px;
  }
}
.singlePager > li {
  position: absolute;
  width: 33%;
}
@media screen and (max-width: 790px) {
  .singlePager > li {
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager > li {
    font-size: 14px;
  }
}
.singlePager > li > a {
  color: #666;
  display: inline-block;
  position: relative;
  transition: opacity 0.15s ease-in-out;
}
.singlePager > li > a:hover {
  opacity: 0.5;
}
.singlePager > li > a::before,
.singlePager > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.singlePager > li > a::before {
  height: 1px;
  background: #666;
}
@media screen and (max-width: 790px) {
  .singlePager > li > a::before {
    width: 5.25vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager > li > a::before {
    width: 42px;
  }
}
.singlePager > li > a::after {
  border-top: 1px solid #666;
}
@media screen and (max-width: 790px) {
  .singlePager > li > a::after {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager > li > a::after {
    width: 12px;
    height: 12px;
  }
}
.singlePager .prev {
  left: 0;
}
@media screen and (max-width: 790px) {
  .singlePager .prev > a {
    padding-left: 7.5vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager .prev > a {
    padding-left: 60px;
  }
}
.singlePager .prev > a::before {
  left: 0;
}
.singlePager .prev > a::after {
  border-left: 1px solid #666;
  left: 0;
  transform-origin: 0 0;
  transform: rotate(-45deg);
}
.singlePager .next {
  right: 0;
  text-align: right;
}
@media screen and (max-width: 790px) {
  .singlePager .next > a {
    padding-right: 7.5vw;
  }
}
@media screen and (min-width: 791px) {
  .singlePager .next > a {
    padding-right: 60px;
  }
}
.singlePager .next > a::before {
  right: 0;
}
.singlePager .next > a::after {
  border-right: 1px solid #666;
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(45deg);
}
.toList {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  .toList {
    font-size: 3vw;
  }
}
@media screen and (min-width: 791px) {
  .toList {
    font-size: 14px;
  }
}
.toList > a {
  color: #666;
  text-align: center;
  position: absolute;
  width: 33%;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.15s ease-in-out;
}
.toList > a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 791px) {
  .blogList > ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 270px;
    gap: 20px;
  }
  .blogList__li {
    width: 240px;
    margin: 0 0 20px;
  }
  .blogList__link {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.15s ease-in-out;
  }
  .blogList__link:hover {
    opacity: 0.5;
  }
  .blogList__img {
    margin-bottom: 10px;
  }
  .blogList__description__cat {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .blogList__description__cat > span {
    display: inline-block;
    border: 1px solid #040000;
    padding: 4px 8px;
  }
  .blogList__description__sub {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .blogList__description__date {
    color: #7e7e7f;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout {
    margin-bottom: 9.75vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 791px) {
  .blogSpLayout {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li {
    margin: 0 1.62vw;
    display: block;
    width: 6vw;
    height: 3.75vw;
    position: relative;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li > span {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li > span > button {
    display: block;
    width: 6vw;
    height: 3.75vw;
    background: #231815;
    border: none;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li > span > button::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li--02 > span::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li--02 > span > button::before,
  .blogSpLayout__li--02 > span > button::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li--02 > span > button::before {
    left: 33%;
  }
}
@media screen and (max-width: 790px) {
  .blogSpLayout__li--02 > span > button::after {
    left: 66%;
  }
}
@media screen and (max-width: 790px) {
  .blogList {
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
  }
  .blogList__link {
    transition: opacity 0.15s ease-in-out;
  }
  .blogList__link:hover {
    opacity: 0.5;
  }
  .blogList__description__cat {
    font-size: 2.75vw;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 1.25vw;
  }
  .blogList__description__cat > span {
    display: inline-block;
    border: 1px solid #666;
    padding: 1vw 2vw;
  }
  .blogList__description__sub {
    font-size: 3.25vw;
    line-height: 1.46;
    margin-bottom: 0.62vw;
  }
  .blogList__description__date {
    color: #7e7e7f;
    font-size: 2.75vw;
    letter-spacing: 0.075em;
  }
  .blogList.transition {
    opacity: 0;
  }
  .blogListLine .blogList__li {
    margin-bottom: 2.5vw;
  }
  .blogListLine .blogList__link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .blogListLine .blogList__img {
    width: 37.5vw;
    margin-right: 2.5vw;
  }
  .blogListLine .blogList__description {
    width: calc(100% - 37.5vw - 2.5vw);
  }
  .blogListThumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blogListThumb .blogList__li {
    width: calc((100% - 2.5vw) / 2);
    margin: 2.5vw 2.5vw 0 0;
  }
  .blogListThumb .blogList__li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .blogListThumb .blogList__li:nth-child(2n) {
    margin-right: 0;
  }
  .blogListThumb .blogList__img {
    margin-bottom: 1.25vw;
  }
}
/* ====================
*mv
==================== */
/* ================================================================================
*mv
================================================================================ */
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 790px) {
  .mv {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-width: 791px) {
  .mv {
    height: 100vh;
    min-height: 790px;
  }
}
.mv__slide {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 790px) {
  .mv__slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-width: 791px) {
  .mv__slide {
    height: 100vh;
    min-height: 790px;
  }
}
@media screen and (max-width: 790px) {
  .mv__slide .slick-list,
  .mv__slide .slick-track {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-width: 791px) {
  .mv__slide .slick-list,
  .mv__slide .slick-track {
    height: 100vh;
    min-height: 790px;
  }
}
.mv__slide__obj {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv__slide__obj img {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none;
  width: 100%;
  height: 100%;
}
.mv__slide__obj iframe {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mv__slide__yt {
  width: 100%;
  height: 100%;
}
.mv__slide__ol {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv__slide__copy {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 790px) {
  .mv__slide__copy {
    font-size: 2.25vw;
    bottom: 1.75vw;
    right: 5.5vw;
  }
}
@media screen and (min-width: 791px) {
  .mv__slide__copy {
    font-size: 12px;
    bottom: 14px;
    right: 44px;
  }
}
.mv__txt {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 790px) {
  .mv__txt {
    font-size: 4.5vw;
    line-height: 2.22;
    top: 39.48%;
    left: 20%;
  }
}
@media screen and (min-width: 791px) {
  .mv__txt {
    font-size: 28px;
    line-height: 2.85;
    top: 35.94%;
    left: 50%;
    margin-left: -360px;
  }
}
.mv__arrow {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 790px) {
  .mv__arrow {
    bottom: 3.5vw;
  }
}
@media screen and (min-width: 791px) {
  .mv__arrow {
    bottom: 30px;
  }
}
@media screen and (max-width: 790px) {
  .mv__arrow img {
    width: 3.5vw;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.worksSliderWrapper {
  max-width: 100%;
  width: 100%;
}
.worksSliderWrapper img {
  height: auto;
  width: 100%;
}
.worksSliderWrapper .thumbnail .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.worksSliderWrapper .thumbnail .slick-current .thumbnail-img {
  opacity: 1;
}

/*TOP*/
.mv .topMainImage {
  min-height: calc(100vh -80px);
  height: 100%;
}
.mv .topMainImage .mv__slide__ol {
  background-color: transparent !important;
  opacity: 1 !important;
}
.mv .topMainImage picture img {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
  padding: 30px;
}
.mv .mv_txt {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0 auto;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mv .mv_txt span {
  font-size: 24px;
  display: block;
  line-height: 1;
}
.mv .mv__arrow {
  bottom: 60px;
}
.navToggle {
  /*top: 15px;
  right: 30px;
  */
  top: 0;
  right: 10px;
}
@media screen and (max-width: 790px) {
  .mv .topMainImage picture img {
    padding: 20px;
  }
  .mv .mv_txt {
    font-size: 26px;
  }
  .mv .mv_txt span {
    font-size: 18px;
  }
}
.solution.is-layout-grid > p {
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*TABLE*/
.wp-block-flexible-table-block-table > table.has-fixed-layout {
  border: none !important;
  /*border-style: dashed !important;*/
  border-color: #cccccc !important;
  border-width: 1px !important;
  border-bottom: 1px dashed #cccccc !important;
}
.wp-block-flexible-table-block-table > table.has-fixed-layout tr th,
.wp-block-flexible-table-block-table > table.has-fixed-layout tr td {
  border-style: none !important;
  /*border-top: 1px dashed #cccccc !important;*/
  border-bottom: 1px solid #cccccc !important;
  padding: 15px 10px !important;
  background-color: transparent !important;
}
.wp-block-flexible-table-block-table > table.has-fixed-layout tr:last-child {
  border-bottom: 1px dashed #cccccc !important;
}

/* ================================================================================
*TOP NEWS
================================================================================ */
.newsWrapper {
  width: 100%;
  padding-top: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 270px;
}
.newsWrapper dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.newsWrapper dl dt {
  font-size: 120%;
  vertical-align: middle;
  width: 7em;
  font-family: "Barlow Condensed", sans-serif;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  line-height: 1.5;
  color: #666;
}
.newsWrapper dl dd {
  font-size: 100%;
  vertical-align: middle;
  max-width: calc(100% - 8.5em);
  width: 100%;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  color: #666;
}
.newsWrapper a {
  transition: 0.3s;
  color: #666;
}
.newsWrapper a:hover {
  color: #000;
}

@media screen and (max-width: 790px) {
  .newsWrapper {
    padding-left: 0;
  }
  .newsWrapper dl dt {
    width: 100%;
    max-width: 100%;
    font-size: 100%;
  }
  .newsWrapper dl dd {
    width: 100%;
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
}

/*改修260108　お問い合わせフォーム*/
.contactForm, .width80per {
	width: 80%;
}
.contactForm .smf-form--simple-table .smf-item__col--label {
	padding-top: 3px;
}
.contactForm .smf-form--simple-table .smf-item {
	border-bottom: solid 1px #ccc;
	padding: 2.5rem 0!important;
}
.contactForm .messageBoxWrap > div,
.contactForm .messageBoxWrap > div > div {
	width: 100%;
}
.contactForm .messageBoxWrap > div > div textarea {
	min-width: 80%;
}
@media screen and (max-width: 790px) {
	.contactForm, .width80per {
		width: 100%;
	}
}
/*# sourceMappingURL=style.css.map */
