@charset "UTF-8";
/*!
Theme Name: Heads Diary
Theme URI:
Author: heads
Author URI: -------
Description: Heads Inc.
Version: 2.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
@font-face {
  font-family: "Modestic display";
  src: url("./font//Modesticdisplay-Bold.otf") format("opentype"), url("./font/Modesticdisplay-Bold.ttf") format("truetype");
  font-display: swap;
}
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*青*/
/*黄*/
/*緑*/
/*オレンジ*/
/*赤*/
/*紫*/
/*灰*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
.pctab-only--inline-block {
  display: inline-block !important;
}
@media (max-width: 1024px) {
  .pctab-only--inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--inline-block {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

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

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

html,
body {
  width: 100%;
  line-height: 2.125;
  color: #595757;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: clip;
  overflow-y: auto;
  background-color: #FEFEF7;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.top-sec {
  position: relative;
  z-index: 1;
}

.top-fv__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  height: 100lvh;
  background: #48337F;
}

body {
  opacity: 0;
  transition: 0.7s;
}
body.loaded {
  opacity: 1;
}
body.home {
  opacity: 1;
}
body.home .l-wrapper {
  background: #FEFEF7;
}

.font-modestic {
  font-family: "Modestic display", sans-serif;
}

.font-mincho {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}

a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: #FEFEF7;
  min-height: 100dvh;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

.mod-topHeading__ttl {
  margin-right: auto;
  text-align: right;
}
.mod-topHeading__ttl .en {
  font-size: 55px;
  font-size: 3.4375rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  position: relative;
  color: #310153;
  line-height: 1;
}
@media (max-width: 767px) {
  .mod-topHeading__ttl .en {
    font-size: 36.5px;
    font-size: 9.7333333333vw;
  }
}
.mod-topHeading__ttl .en::before {
  content: "";
  position: absolute;
  background: #595757;
  width: 100%;
  height: 1px;
  bottom: -12px;
  left: -100%;
}
@media (max-width: 767px) {
  .mod-topHeading__ttl .en::before {
    height: 0.1333333333vw;
    bottom: -1.8vw;
  }
}
.mod-topHeading__ttl .jp {
  color: #767676;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 31px;
  display: block;
  letter-spacing: 0.15em;
  opacity: 0;
}
@media (max-width: 767px) {
  .mod-topHeading__ttl .jp {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}
.mod-topHeading__txt {
  width: 368px;
  margin-left: auto;
  margin-right: 105px;
  margin-top: -2px;
  text-align: right;
}
@media (max-width: 1024px) {
  .mod-topHeading__txt {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .mod-topHeading__txt {
    width: 52.2666666667vw;
    margin-right: 6vw;
    margin-top: 7.3333333333vw;
  }
}
.mod-topHeading__txt p:not(.mod-topHeading__link) {
  font-size: 16px;
  font-size: 1rem;
  color: #595757;
  line-height: 2.3125;
  text-align: justify;
}
@media (max-width: 767px) {
  .mod-topHeading__txt p:not(.mod-topHeading__link) {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
  }
}
.mod-topHeading__link {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  text-align: left;
  margin-top: 7px;
  margin-right: -5px;
}
@media (max-width: 767px) {
  .mod-topHeading__link {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-right: 0;
  }
}
.mod-topHeading__link a {
  color: #310153;
  display: block;
}

.top-heading {
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.0961538462;
  letter-spacing: 0em;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .top-heading {
    font-size: 34px;
    font-size: 9.0666666667vw;
    line-height: 1;
  }
}
.top-heading.white {
  color: #ffffff;
}

.top-works .mod-topHeading__ttl {
  width: 281px;
}
@media (max-width: 1024px) {
  .top-works .mod-topHeading__ttl {
    width: 211px;
  }
}
@media (max-width: 767px) {
  .top-works .mod-topHeading__ttl {
    width: calc(40.8vw - 3.3333333333vw);
  }
}

.top-service .mod-topHeading__ttl {
  width: 292px;
}
@media (max-width: 1024px) {
  .top-service .mod-topHeading__ttl {
    width: 222px;
  }
}
@media (max-width: 767px) {
  .top-service .mod-topHeading__ttl {
    width: calc(42.6666666667vw - 3.3333333333vw);
  }
}

.top-company .mod-topHeading__ttl {
  width: 357px;
}
@media (max-width: 1024px) {
  .top-company .mod-topHeading__ttl {
    width: 287px;
  }
}
@media (max-width: 767px) {
  .top-company .mod-topHeading__ttl {
    width: calc(54vw - 3.3333333333vw);
  }
}

.top-team .mod-topHeading__ttl {
  width: 226px;
}
@media (max-width: 1024px) {
  .top-team .mod-topHeading__ttl {
    width: 156px;
  }
}
@media (max-width: 767px) {
  .top-team .mod-topHeading__ttl {
    width: calc(31.2vw - 3.3333333333vw);
  }
}

.top-gallery .mod-topHeading__ttl {
  width: 308px;
}
@media (max-width: 1024px) {
  .top-gallery .mod-topHeading__ttl {
    width: 238px;
  }
}
@media (max-width: 767px) {
  .top-gallery .mod-topHeading__ttl {
    width: calc(45.4666666667vw - 3.3333333333vw);
  }
}

.mod-topHeading__ttl.view {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: 0.4s;
}
.mod-topHeading__ttl.view .en:before {
  content: "";
  animation: topHeadingAnime-line 0.6s ease-in-out 0s forwards;
}
.mod-topHeading__ttl.view .jp {
  animation: topHeadingAnime-txt 0.7s ease-in-out 0.4s forwards;
}

@keyframes topHeadingAnime-line {
  100% {
    left: 0;
  }
}
@keyframes topHeadingAnime-txt {
  100% {
    opacity: 1;
  }
}
.mod-pageHeading {
  max-width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .mod-pageHeading {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .mod-pageHeading {
    max-width: 81.3333333333vw;
  }
}
.mod-pageHeading .mod-topHeading__ttl {
  display: inline-block;
}
.mod-pageHeading .mod-topHeading__ttl .en:before {
  width: 100vw;
  left: auto;
  right: 50vw;
}
.mod-pageHeading .mod-topHeading__ttl.view .en:before {
  animation: pageHeadingAnime-line 0.6s ease-in-out 0s forwards;
}
.mod-pageHeading .mod-topHeading__ttl.view .en .jp {
  animation: topHeadingAnime-txt 0.7s ease-in-out 1s forwards;
}

@keyframes pageHeadingAnime-line {
  100% {
    right: 0;
  }
}
/* base > paragraph
============================================================================================================ */
.margin {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .margin {
    margin-left: 0.6666666667vw;
  }
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.wp-pagenavi {
  margin: 75px 0 0;
  text-align: center;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid #C81414;
  border-bottom: 1px solid #C81414;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content {
  color: #ffffff;
}
.editor-content > :first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .editor-content > :first-child {
    margin-top: 0;
  }
}
.editor-content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .editor-content > :last-child {
    margin-bottom: 0;
  }
}
.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  color: #ffffff;
  font-weight: 700;
}
.editor-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 6.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 5%;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.editor-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}
.editor-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}
.editor-content h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.editor-content > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 5%;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.2em 0;
}
@media (max-width: 767px) {
  .editor-content > p {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.editor-content > p strong {
  font-weight: 700;
  color: #ffffff;
}
.editor-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .editor-content table tr th,
  .editor-content table tr td {
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.editor-content table tr th {
  background: rgba(255, 255, 255, 0.1);
  width: 24%;
  max-width: 240px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
.editor-content table tr td {
  color: rgba(255, 255, 255, 0.9);
}
.editor-content ul, .editor-content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.editor-content ul li, .editor-content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .editor-content ul li, .editor-content ol li {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.editor-content ul li {
  list-style: disc;
}
.editor-content ol li {
  list-style: decimal;
}
.editor-content a {
  color: #F3CF00;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.editor-content a:hover {
  opacity: 0.8;
}
.editor-content blockquote {
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 0 8px 8px 0;
  border-left: 4px solid #F3CF00;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .editor-content blockquote {
    padding: 4.2666666667vw;
  }
}
.editor-content blockquote p {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}
.editor-content blockquote cite {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  margin-top: 16px;
  display: block;
}
@media (max-width: 767px) {
  .editor-content blockquote cite {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.editor-content pre {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.9);
  font-family: monospace;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .common-main {
    padding-bottom: 20vw;
  }
}

.home .common-main {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
  color: #333;
}

.page .common-main {
  padding-top: 0;
}
.page.page-child .common-main {
  padding: 0 0 194px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page.page-child .common-main {
    padding-bottom: 28.1333333333vw;
  }
}
.page.service .common-main {
  padding: 0 0 194px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page.service .common-main {
    padding-bottom: 28.1333333333vw;
  }
}
.page.recruit .common-main {
  padding: 0 0 120px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page.recruit .common-main {
    padding-bottom: 26.6666666667vw;
  }
}
.page.team .common-main {
  padding: 0;
}
.page.recruit .common-page__keyvisual {
  display: none;
}
.page.contact .common-main, .page.confirm .common-main, .page.thanks .common-main {
  padding-bottom: 0;
}
.page.vision .common-main {
  background: #EDEDED;
  padding-top: 0;
}
.archive .common-main {
  padding-bottom: 0;
}
.archive.post-type-archive-works .common-main, .archive.tax-production_type .common-main {
  padding: 0;
}

.single .common-main {
  padding-bottom: 0;
}
.single-works .common-main {
  padding: 0;
}
.single-team .common-main {
  padding: 0;
}
/*footerを常に最下部に配置*/
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  .l-wrapper {
    border: none;
  }
}
.l-wrapper::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.l-wrapper__frame span.frame-parts {
  content: "";
  width: 36px;
  height: 100%;
  background: #310153;
  position: absolute;
  top: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  .l-wrapper__frame span.frame-parts {
    width: 3.3333333333vw;
  }
}
.l-wrapper__frame span.frame-parts:nth-of-type(1) {
  left: 0;
}
@media (max-width: 767px) {
  .l-wrapper__frame span.frame-parts:nth-of-type(1) {
    left: -0.1333333333vw;
  }
}
.l-wrapper__frame span.frame-parts:nth-of-type(2) {
  right: 0;
}
.l__footer {
  margin-top: auto;
}
.l-primary {
  background: #48337F;
}

.l-primary {
  padding-top: 80px;
  position: relative;
  z-index: 3;
  background-color: #48337F;
}
@media (max-width: 767px) {
  .l-primary {
    padding-top: 16.8vw;
  }
}
.l-primary__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.l-primary__inner {
  position: relative;
  z-index: 1;
}
.l-primary__canvas {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100vh + 200px);
  height: calc(100dvh + 200px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.6;
  overflow: hidden;
  will-change: transform;
}
.l-primary canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.l-primary--purple {
  color: #fff;
}
.l-primary--purple .c-heading__sub,
.l-primary--purple .c-heading__main,
.l-primary--purple .top-heading {
  color: #fff;
}

.l-secondary {
  position: relative;
  z-index: 3;
}

/* layout > header
============================================================================================================ */
.common-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .common-header {
    height: 16.8vw;
  }
}
.common-header.is-purple .common-header__logo svg path {
  fill: #48337F;
}
.common-header.is-purple .common-header__toggle span {
  background: #48337F;
}
.common-header.is-purple .common-header__list {
  color: #48337F;
}
.common-header.is-purple .common-header__toggle.open span {
  background: #ffffff;
}
.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .common-header__inner {
    padding: 0 3.2vw;
  }
}
.common-header__logo {
  font-size: 0;
  line-height: 1;
  max-width: 63px;
  width: 100%;
}
@media (max-width: 767px) {
  .common-header__logo {
    max-width: 15.4666666667vw;
  }
}
.common-header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__logo svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.common-header__toggle {
  display: none;
}
@media (max-width: 1024px) {
  .common-header__toggle {
    position: relative;
    display: block;
    width: 48px;
    height: 11px;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .common-header__toggle {
    width: 12.8vw;
    height: 2.9333333333vw;
  }
}
.common-header__toggle.open span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
.common-header__toggle.open span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(15deg);
}
.common-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  transition: all 0.4s, background-color 0.3s ease;
}
@media (max-width: 767px) {
  .common-header__toggle span {
    height: 0.5333333333vw;
  }
}
.common-header__toggle span:first-of-type {
  top: 0;
}
.common-header__toggle span:last-of-type {
  bottom: 0;
}
.common-header__nav {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .common-header__nav {
    padding: 0;
    background: rgba(72, 51, 127, 0.45);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 1024px) {
  .common-header__nav-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 30px 28px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 767px) {
  .common-header__nav-inner {
    padding: 21.3333333333vw 8vw 7.4666666667vw;
  }
}
.common-header__nav-inner::-webkit-scrollbar {
  display: none;
}
.common-header__nav-bottom {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .common-header__nav-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 102px;
  }
}
@media (max-width: 767px) {
  .common-header__nav-bottom {
    margin-top: 13.8666666667vw;
  }
}
.common-header__nav-logo {
  display: none;
}
@media (max-width: 1024px) {
  .common-header__nav-logo {
    line-height: 1;
    aspect-ratio: 94/73;
    min-width: 94px;
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__nav-logo {
    min-width: 25.0666666667vw;
  }
}
.common-header__nav-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.common-header__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  color: #ffffff;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .common-header__list {
    flex-direction: column;
    gap: 15px;
    color: #ffffff !important;
  }
}
@media (max-width: 767px) {
  .common-header__list {
    gap: 4vw;
  }
}
.common-header__menu {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  min-width: 48px;
  position: relative;
}
@media (max-width: 1024px) {
  .common-header__menu {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    text-align: center;
    width: 100%;
    min-width: auto;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .common-header__menu {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.common-header__menu.is-open > a {
  color: #8A8787;
}
@media (max-width: 1024px) {
  .common-header__menu.is-open > a {
    color: #ffffff;
  }
}
.common-header__menu.is-open > a.notHover:before {
  transform: translateY(-50%) rotate(180deg);
}
.common-header__menu > a {
  display: inline-block;
  height: 100%;
  padding: 7px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .common-header__menu > a {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .common-header__menu > a.notHover:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M2.58821 0.466966C2.01768 -0.133592 1.06773 -0.158149 0.467115 0.412279C-0.133442 0.982809 -0.158001 1.93275 0.412428 2.53337L9.91243 12.5334C10.1956 12.8315 10.5892 13.0002 11.0003 13.0002C11.4115 13.0002 11.805 12.8315 12.0882 12.5334L21.5882 2.53337C22.1586 1.93275 22.1341 0.982809 21.5335 0.412279C20.9329 -0.15815 19.983 -0.133592 19.4124 0.466966L11.0003 9.32146L2.58821 0.466966Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%) rotate(0);
    transition: 0.4s;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .common-header__menu > a.notHover:before {
    left: calc(100% + 5.3333333333vw);
  }
}
.common-header__menu > a.notHover:hover {
  opacity: 1;
}
.common-header__menu:nth-of-type(n + 2) {
  margin-left: 44px;
}
@media screen and (max-width: 1100px) {
  .common-header__menu:nth-of-type(n + 2) {
    margin-left: 34px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu:nth-of-type(n + 2) {
    margin: 0;
  }
}
.common-header__menu:nth-of-type(4) {
  margin-left: 39px;
}
@media (max-width: 1024px) {
  .common-header__menu:nth-of-type(4) {
    margin-left: 0;
  }
}
.common-header__menu:last-of-type {
  display: none;
}
@media (max-width: 1024px) {
  .common-header__menu:last-of-type {
    display: block;
  }
}
.common-header__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .common-header__submenu {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }
}
.common-header__submenu-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .common-header__submenu-list {
    align-items: flex-start;
    padding-top: 18px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .common-header__submenu-list {
    padding-top: 4.8vw;
    gap: 5.0666666667vw;
  }
}
.common-header__submenu-item {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .common-header__submenu-item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .common-header__submenu-item {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.common-header__submenu-item > a {
  display: block;
}
.common-header__sns {
  display: none;
}
@media (max-width: 1024px) {
  .common-header__sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: normal;
    align-content: normal;
    flex-direction: row;
    width: 100%;
  }
}
.common-header__sns li {
  font-size: 0;
}
@media (max-width: 1024px) {
  .common-header__sns li {
    max-width: 32px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .common-header__sns li {
    max-width: 8.5333333333vw;
  }
}
@media (max-width: 1024px) {
  .common-header__sns li:nth-of-type(n + 2) {
    margin-left: 36px;
  }
}
@media (max-width: 767px) {
  .common-header__sns li:nth-of-type(n + 2) {
    margin-left: 9.6vw;
  }
}
.common-header__sns li img {
  width: 100%;
  height: auto;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #48337F;
}
.common-footer__inner {
  position: relative;
  z-index: 2;
  max-width: 814px;
  width: 100%;
  padding: 40px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .common-footer__inner {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .common-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
    align-content: normal;
    flex-direction: row;
    max-width: 84vw;
    padding: 7.4666666667vw 0;
  }
}
.common-footer__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  z-index: -1;
  max-width: 375px;
  width: 100%;
}
@media (max-width: 767px) {
  .common-footer__bg {
    top: 13.0666666667vw;
    max-width: 81.6vw;
  }
}
.common-footer__logo {
  max-width: 124px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-footer__logo {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .common-footer__logo img {
    max-width: 16.5333333333vw;
  }
}
.common-footer__nav.main {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .common-footer__nav.main {
    max-width: 40%;
    margin-top: 6.9333333333vw;
  }
}
.common-footer__nav.service {
  padding: 28px 0;
  margin-top: 28px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .common-footer__nav.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: normal;
    flex-direction: column;
    max-width: 60%;
    padding: 0;
    margin-top: 7.4666666667vw;
    border: none;
  }
}
.common-footer__nav.address {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .common-footer__nav.address {
    width: 100%;
    padding-right: 0;
    padding-top: 7.2vw;
    margin-top: 7.4666666667vw;
    border-top: 1px solid #ffffff;
  }
}
.common-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__list.gnav {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .common-footer__list.sns {
    width: 100%;
    justify-content: flex-end;
  }
}
.common-footer__list.service {
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .common-footer__list.service {
    justify-content: flex-end;
    margin-top: 7.4666666667vw;
  }
}
.common-footer__list.address {
  justify-content: center;
}
.common-footer__item {
  line-height: 1;
}
.common-footer__item.gnav {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 840px) {
  .common-footer__item.gnav {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .common-footer__item.gnav {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}
.common-footer__item.gnav:nth-of-type(n + 2) {
  margin-left: 28px;
}
@media screen and (max-width: 840px) {
  .common-footer__item.gnav:nth-of-type(n + 2) {
    margin-left: 3.5087719298%;
  }
}
@media (max-width: 767px) {
  .common-footer__item.gnav:nth-of-type(n + 2) {
    margin-top: 6.4vw;
    margin-left: 0;
  }
}
.common-footer__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-footer__item.sns {
  max-width: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .common-footer__item.sns {
    max-width: 8vw;
  }
}
.common-footer__item.sns:nth-of-type(n + 2) {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .common-footer__item.sns:nth-of-type(n + 2) {
    margin-left: 7.4666666667vw;
  }
}
.common-footer__item.sns img {
  width: 100%;
  height: auto;
}
.common-footer__item.service {
  height: 40px;
}
@media (max-width: 767px) {
  .common-footer__item.service {
    height: 6.9333333333vw;
  }
}
.common-footer__item.service:first-of-type {
  height: 46px;
}
@media (max-width: 767px) {
  .common-footer__item.service:first-of-type {
    height: 9.6vw;
  }
}
.common-footer__item.service:nth-of-type(n + 2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .common-footer__item.service:nth-of-type(n + 2) {
    margin-top: 6.9333333333vw;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .common-footer__item.service:last-of-type {
    margin-top: 8.5333333333vw;
  }
}
.common-footer__item.service img {
  max-width: none;
  width: auto;
  height: 100%;
}
.common-footer__item.address:nth-of-type(n + 2) {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .common-footer__item.address:nth-of-type(n + 2) {
    margin-top: 7.4666666667vw;
    margin-left: 0;
  }
}
.common-footer__item.address img {
  max-width: none;
  width: auto;
  height: 100%;
}
.common-footer__privacy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.0625;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .common-footer__privacy {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    margin-top: 6.9333333333vw;
  }
}
.common-footer__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .common-footer__ttl {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.common-footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  font-style: normal;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .common-footer__address {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    white-space: nowrap;
    margin-top: 3.4666666667vw;
  }
}
.common-footer__copy {
  padding: 28px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .common-footer__copy {
    padding: 5.3333333333vw 0;
  }
}
.common-footer__copy small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  display: block;
}
@media (max-width: 767px) {
  .common-footer__copy small {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}

/*  layout > top
============================================================================================================ */
.archive-post__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .archive-post__inner {
    padding: 10.6666666667vw 0 32vw;
  }
}
.archive-post__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .archive-post__header {
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .archive-post__header {
    padding: 0 5.3333333333vw;
    gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.archive-post__header .c-heading {
  max-width: 396px;
  padding: 0;
  margin-left: 0;
}
.archive-post__header .c-heading__sub {
  font-size: 76px;
  line-height: 1.1052631579;
}
@media (max-width: 767px) {
  .archive-post__header .c-heading__sub {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.1;
  }
}
.archive-post__header .c-heading__main {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .archive-post__header .c-heading__main {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.archive-post__body {
  max-width: 1120px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .archive-post__body {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .archive-post__body {
    padding: 0 5.3333333333vw;
    max-width: none;
  }
}
.archive-post__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .archive-post__list {
    gap: 16vw;
  }
}

.single-post__inner {
  max-width: 800px;
  width: 100%;
  padding: 40px 40px 120px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .single-post__inner {
    padding: 40px 24px 120px;
  }
}
@media (max-width: 767px) {
  .single-post__inner {
    max-width: none;
    padding: 10.6666666667vw 5.3333333333vw 32vw;
  }
}
.single-post__date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .single-post__date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.single-post__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-post__heading {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single-post__thumb {
  width: 100%;
  margin: 0 0 60px;
  line-height: 0;
}
@media (max-width: 767px) {
  .single-post__thumb {
    margin-bottom: 10.6666666667vw;
  }
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post__body {
  width: 100%;
}
.single-post__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .single-post__meta {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.single-post__author {
  display: flex;
  gap: 12px;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .single-post__author {
    gap: 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.single-post__author-img {
  aspect-ratio: 1;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-post__author-img {
    width: 12.2666666667vw;
  }
}
.single-post__author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .single-post__author-info {
    gap: 1.0666666667vw;
  }
}
.single-post__author-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 5%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .single-post__author-name {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.single-post__author-pos {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 5%;
}
@media (max-width: 767px) {
  .single-post__author-pos {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.single-post__posted {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 5%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .single-post__posted {
    display: block;
    text-align: right;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.single-post__line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .single-post__line {
    height: 0.2666666667vw;
    margin-top: 16vw;
  }
}
.single-post__bottom {
  max-width: 810px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .single-post__bottom {
    margin-top: 16vw;
  }
}
.single-post__bottom-ttl {
  font-size: 28px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-post__bottom-ttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.single-post__bottom-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 730px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .single-post__bottom-row {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-bottom: 16vw;
  }
}
.single-post__card {
  flex: 0 1 335px;
  width: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .single-post__card {
    flex: none;
  }
}
.single-post__card-link {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.single-post__card-link:hover {
  opacity: 1;
}
.single-post__card-link:hover .single-post__card-figure img {
  transform: scale(1.05);
}
.single-post__card-figure {
  width: 100%;
  aspect-ratio: 335/176;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .single-post__card-figure {
    margin-bottom: 3.2vw;
  }
}
.single-post__card-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .single-post__card-date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.single-post__card-ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-post__card-ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.single-post__btn {
  display: flex;
  justify-content: center;
}

/* layout > single > works
============================================================================== */
.single-works .fbx-modal .fbx-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  margin: auto !important;
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 86.6666666667vw;
  }
}
.l-container--944 {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--944 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--944 {
    max-width: 86.6666666667vw;
  }
}
.l-container--890 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--890 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--890 {
    max-width: 86.6666666667vw;
  }
}
.l-container--849 {
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--849 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--849 {
    max-width: 86.6666666667vw;
  }
}
.l-container--690 {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--690 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--690 {
    max-width: 86.6666666667vw;
  }
}
.l-container--673 {
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--673 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--673 {
    max-width: 86.6666666667vw;
  }
}
.l-container--578 {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--578 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--578 {
    max-width: 86.6666666667vw;
  }
}
.l-container--610 {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--610 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--610 {
    max-width: 86.6666666667vw;
  }
}
.l-container--503 {
  max-width: 503px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .l-container--503 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--503 {
    max-width: 86.6666666667vw;
  }
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 92px 0 0;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 17.6vw 0 0;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 6.2666666667vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: #000000;
  line-height: 1;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.7105263158;
    margin-bottom: 9.3333333333vw;
  }
}
.page-404__icn {
  max-width: 155px;
  margin: 0 auto 21px;
}
@media (max-width: 767px) {
  .page-404__icn {
    max-width: 34.4vw;
    margin-bottom: 7.2vw;
  }
}
.page-404__info {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 489px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-404__info {
    font-size: 15px;
    font-size: 4vw;
    max-width: 83.8666666667vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* layout > archive
============================================================================ */
.archive-diary.archive-wrap .c-cta {
  margin-top: 0;
}
.archive-diary__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .archive-diary__inner {
    padding: 10.6666666667vw 0 32vw;
  }
}
.archive-diary__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .archive-diary__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .archive-diary__header {
    padding: 0 4.8vw;
    gap: 10.6666666667vw;
  }
}
.archive-diary__header .c-heading {
  padding: 0;
}
.archive-diary__header .c-heading__sub {
  font-size: 76px;
  line-height: 1.1052631579;
}
@media (max-width: 767px) {
  .archive-diary__header .c-heading__sub {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.1;
  }
}
.archive-diary__header .c-heading__main {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .archive-diary__header .c-heading__main {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.archive-diary__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px 40px;
  max-width: 634px;
  height: auto !important;
  position: relative;
  z-index: 100;
  pointer-events: all;
  margin-top: 11px;
}
@media (max-width: 1024px) {
  .archive-diary__cats {
    justify-content: flex-start;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .archive-diary__cats {
    gap: 5.3333333333vw;
    max-width: none;
    margin-top: 0;
  }
}
.archive-diary__cat {
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
}
.archive-diary__cat a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .archive-diary__cat a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
.archive-diary__cat.is-active a {
  color: #F3CF00;
}
.archive-diary__body {
  max-width: 1160px;
  padding: 0 40px;
  margin: 160px auto 0;
}
@media (max-width: 1024px) {
  .archive-diary__body {
    padding: 0 24px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .archive-diary__body {
    padding: 0 5.3333333333vw;
    margin-top: 16vw;
  }
}
.archive-diary__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 38px;
}
@media (max-width: 1024px) {
  .archive-diary__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media (max-width: 767px) {
  .archive-diary__list {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 8.5333333333vw;
  }
  .archive-diary__list .c-works-card {
    border-bottom: 1px solid #ffffff;
  }
  .archive-diary__list .c-works-card:nth-child(odd) {
    border-right: 1px solid #ffffff;
  }
}
.archive-diary__pnav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .archive-diary__pnav {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 40;
  }
}
@media (max-width: 767px) {
  .archive-diary__pnav {
    bottom: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
.archive-diary__pnav-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  width: 140px;
  height: 44px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .archive-diary__pnav-bg {
    width: 31.2vw;
    height: 8.8vw;
    border-radius: 8.8vw;
  }
}
.archive-diary__pnav-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 44px;
  background: none;
  border: none;
  color: #48337F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 2;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .archive-diary__pnav-trigger {
    width: 31.2vw;
    height: 8.8vw;
    font-size: 3.7333333333vw;
    border-radius: 8.8vw;
  }
}
.archive-diary__pnav-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: auto;
  padding: 24px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .archive-diary__pnav-content {
    width: 76.5333333333vw;
    padding: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.archive-diary__pnav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
@media screen and (max-width: 1024px) {
  .archive-diary__pnav-tabs {
    gap: 12px 16px;
  }
}
@media (max-width: 767px) {
  .archive-diary__pnav-tabs {
    gap: 4.2666666667vw 6.4vw;
  }
}
.archive-diary__pnav-tab {
  line-height: 1;
}
.archive-diary__pnav-tab a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #888888;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .archive-diary__pnav-tab a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .archive-diary__pnav-tab a {
    font-size: 3.4666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
.archive-diary__pnav-tab.is-active a {
  color: #48337F;
}
.archive-diary__pnav-tab.is-active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #48337F;
}
@media (max-width: 767px) {
  .archive-diary__pnav-tab.is-active a::after {
    height: 0.2666666667vw;
  }
}
.archive-diary__pnav-close {
  display: block;
  margin-left: auto;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .archive-diary__pnav-close {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .archive-diary__pnav-close {
    font-size: 3.4666666667vw;
  }
}
.archive-diary__pnav-close:hover {
  color: #48337F;
}

/* module
============================================================================ */
.c-breadcrumb {
  width: 100%;
  padding: 8px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding: 1.3333333333vw 0;
  }
}
.c-breadcrumb__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .c-breadcrumb__inner {
    padding: 0 4.8vw;
  }
}
.c-breadcrumb__list {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-breadcrumb__item {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 2.9333333333vw;
  }
}
.c-breadcrumb__link {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}
.c-breadcrumb__separator {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* module > btn
============================================================================ */
.btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.btn.contact {
  max-width: 232px;
  width: 100%;
  padding: 20px 0;
  background: #310153;
  color: #ffffff;
  text-align: center;
  transition: none;
}
@media (max-width: 767px) {
  .btn.contact {
    padding: 2.6666666667vw 0;
  }
}
.btn.contact img {
  height: 19px;
  vertical-align: middle;
}
.btn.contact img.on {
  display: none;
}
.btn.contact:hover {
  background: #F8E133;
  color: #310153;
  opacity: 1;
}
.btn.contact:hover img.off {
  display: none;
}
.btn.contact:hover img.on {
  display: inline-block;
}
.btn.sun {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  transition: 0.5s;
}
.btn.sun:hover {
  transform: scale(0.8, 0.8);
  opacity: 1;
}
.btn.sun:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/common/btn_bg-sun.svg") no-repeat top left/cover;
  animation: rotationP 36s linear 0s infinite;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.btn.sun img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn.page-team__good {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
}
@media (max-width: 767px) {
  .btn.page-team__good {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-direction: row;
    margin: 0 auto;
  }
}
.btn.page-team__good.on span:nth-of-type(1).bounce-1 {
  animation: bounce01 1s reverse;
}
.btn.page-team__good.on span:nth-of-type(1).bounce-1:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: wave 1s ease-out;
  background: rgba(200, 20, 20, 0.2);
}
@media (max-width: 767px) {
  .btn.page-team__good.on span:nth-of-type(1).bounce-1:before {
    width: 3px;
    height: 3px;
  }
}
.btn.page-team__good.on span:nth-of-type(1).bounce-2 {
  animation: bounce02 1.1s reverse;
}
.btn.page-team__good.on span:nth-of-type(1).bounce-2:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: wave 1s ease-out;
  background: rgba(200, 20, 20, 0.2);
}
@media (max-width: 767px) {
  .btn.page-team__good.on span:nth-of-type(1).bounce-2:after {
    width: 3px;
    height: 3px;
  }
}
.btn.page-team__good.on span:nth-of-type(1) .on {
  display: block;
  opacity: 1;
}
.btn.page-team__good.on span:nth-of-type(1) .off {
  display: none;
}
.btn.page-team__good span:nth-of-type(1) {
  display: block;
  position: relative;
  width: 19px;
  height: 17px;
  font-size: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn.page-team__good span:nth-of-type(1) {
    width: 4.2666666667vw;
    height: 3.7333333333vw;
  }
}
.btn.page-team__good span:nth-of-type(1) .on {
  display: none;
  opacity: 0;
  transition: opacity 0.8s;
}
.btn.page-team__good span:nth-of-type(1) img {
  width: 99.5%;
}
.btn.page-team__good span:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 1px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .btn.page-team__good span:last-of-type {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.btn-top {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  display: block;
  max-width: 152px;
  width: 100%;
  padding: 7px 0 9px 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btn-top {
    font-size: 14px;
    font-size: 3.7333333333vw;
    max-width: 30.4vw;
    padding: 1.0666666667vw 0 1.6vw 2.9333333333vw;
  }
}
.btn-top.white {
  color: #ffffff;
}
.btn-top svg {
  width: 152px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-top svg {
    width: 30.4vw;
  }
}
.btn-top svg .svg-elem-1 {
  stroke-dashoffset: 99.3893722613px;
  stroke-dasharray: 99.3893722613px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, fill 0.2s;
}
@media (max-width: 1024px) {
  .btn-top svg .svg-elem-1 {
    fill: none;
    stroke-dashoffset: 0;
  }
}
.btn-top svg .svg-elem-2 {
  fill: none;
  stroke-dashoffset: 150.5273895264px;
  stroke-dasharray: 150.5273895264px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}
@media (max-width: 1024px) {
  .btn-top svg .svg-elem-2 {
    stroke-dashoffset: 0;
  }
}
.btn-top:hover svg .svg-elem-1 {
  fill: transparent;
  stroke-dashoffset: 0;
}
.btn-top:hover svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
@media (max-width: 1024px) {
  .btn-top:hover svg .svg-elem-2 {
    stroke-dashoffset: 150.5273895264px;
    stroke-dasharray: 150.5273895264px;
    transition: stroke-dashoffset 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  }
}
@keyframes rotationP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce01 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce02 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4, 4);
    opacity: 0;
  }
}
.c-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.c-btn--magnetic {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 50px;
  padding: 13.5px 19px;
  border: 1px solid #333;
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn--magnetic {
    width: 58.6666666667vw;
    min-height: 13.3333333333vw;
    padding: 3.4666666667vw 5.0666666667vw;
    display: flex;
  }
}
.c-btn--magnetic::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-btn--magnetic::after {
    display: none;
  }
}
.c-btn--magnetic:hover {
  opacity: 1;
  z-index: 2;
}
@media (min-width: 1025px) {
  .c-btn--magnetic:hover {
    background-color: #F3CF00;
    border-color: #F3CF00;
  }
  .c-btn--magnetic:hover .c-btn__text {
    color: #333;
  }
  .c-btn--magnetic:hover .c-btn__arrow svg path {
    fill: #333;
  }
}
.c-btn--white {
  border-color: #ffffff;
}
.c-btn--white .c-btn__text {
  color: #ffffff;
}
.c-btn--white .c-btn__arrow svg path {
  fill: #ffffff;
}
.c-btn--back .c-btn__text {
  flex-direction: row-reverse;
}
.c-btn--back .c-btn__arrow {
  transform: rotate(180deg);
}
.c-btn__text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  pointer-events: none;
  z-index: 2;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn__text {
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    font-size: 3.4666666667vw;
    gap: 2.6666666667vw;
  }
}
.c-btn__arrow {
  width: 20px;
  aspect-ratio: 10/7;
  line-height: 1;
  display: flex;
  align-items: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .c-btn__arrow {
    width: 3.7333333333vw;
  }
}
.c-btn__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn__arrow svg path {
  fill: #333;
  transition: fill 0.3s ease;
}

/*  module > common > cta
============================================================================================================ */
.c-cta {
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .c-cta {
    margin-top: 32vw;
  }
}
.c-cta__video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-cta__video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cta__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.c-cta__link {
  width: 100%;
  height: 100%;
  display: block;
}
.c-cta__link:before {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #ffffff;
}
@media (max-width: 767px) {
  .c-cta__link:before {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
    border-width: 0.5333333333vw;
  }
}
.c-cta__body {
  height: 100%;
  min-height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .c-cta__body {
    min-height: 99.7333333333vw;
    gap: 3.2vw;
  }
}
.c-cta__title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Modestic display", sans-serif;
  line-height: 1.1041666667;
}
@media (max-width: 767px) {
  .c-cta__title {
    font-size: 48px;
    font-size: 12.8vw;
  }
}
.c-cta__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-cta__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.pin-spacer {
  pointer-events: none;
}

.c-fixedSpheres {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100vh;
  padding-top: 100dvh;
  pointer-events: none;
}
.c-fixedSpheres.deco {
  min-height: 530px;
  top: 114px;
  padding: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .c-fixedSpheres.deco {
    min-height: 122.1333333333vw;
    top: 23.8666666667vw;
  }
}
.c-fixedSpheres.deco .c-fixedSpheres__circle {
  top: calc(100% + 6px);
  right: 1.171875%;
}
@media (max-width: 767px) {
  .c-fixedSpheres.deco .c-fixedSpheres__circle {
    top: calc(100% - 29.3333333333vw);
    right: 2.6666666667vw;
  }
}
.c-fixedSpheres.circle {
  height: 100%;
  padding-top: 0;
  z-index: 0;
}
body.home .c-fixedSpheres.circle, body.is-top .c-fixedSpheres.circle {
  height: 0;
  padding-top: 100vh;
  padding-top: 100dvh;
}
.c-fixedSpheres.contact {
  z-index: 10;
}
.c-fixedSpheres__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  height: 100lvh;
  background: #48337F;
}
.c-fixedSpheres__circle {
  position: absolute;
  border-radius: 50%;
}
.c-fixedSpheres__circle.is-loaded:before {
  opacity: 0;
  pointer-events: none;
}
.c-fixedSpheres__circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
}
body.home .c-fixedSpheres__circle:before, body.is-top .c-fixedSpheres__circle:before {
  transition: 1s 0.7s;
}
.c-fixedSpheres__circle01 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  min-width: 140px;
  width: 10.9375%;
  min-height: 140px;
  height: 0;
  padding-top: 10.9375%;
  top: 25px;
  left: 6.640625%;
  animation: moveGradient 13s linear infinite;
}
@media (max-width: 767px) {
  .c-fixedSpheres__circle01 {
    min-width: auto;
    min-height: auto;
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    padding-top: 0;
    top: -1.3333333333vw;
    left: 0.8vw;
  }
}
body.home .c-fixedSpheres__circle01 {
  top: 146px;
}
@media (max-width: 767px) {
  body.home .c-fixedSpheres__circle01 {
    top: 20.2666666667vw;
  }
}
.c-fixedSpheres__circle01 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.c-fixedSpheres__circle02 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  min-width: 54px;
  width: 4.21875%;
  min-height: 54px;
  height: 0;
  padding-top: 4.21875%;
  background: radial-gradient(50% 50% at 50.86% 44.7%, #E0DCEF 7%, #DAC6EA 17%, #CA8FDF 36%, #CA8CDF 38%, #AA76C7 47%, #5B408D 68%, #48337F 73%, #1E1535 89%, #000 100%);
  left: 3.59375%;
  bottom: -10.7692307692%;
  animation: rotate3d 8s linear infinite;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .c-fixedSpheres__circle02 {
    min-width: auto;
    min-height: auto;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    padding-top: 0;
    bottom: 9.0666666667vw;
    left: 2.1333333333vw;
  }
}
body.home .c-fixedSpheres__circle02 {
  bottom: 17.2506738544%;
}
@media (max-width: 767px) {
  body.home .c-fixedSpheres__circle02 {
    bottom: 16.5333333333vw;
  }
}
.c-fixedSpheres__circle03 {
  min-width: 71px;
  width: 5.546875%;
  min-height: 71px;
  height: 0;
  padding-top: 5.546875%;
  background: radial-gradient(50% 50% at 44.53% 48.59%, #E0DCEF 7%, #DAC6EA 17%, #CA8FDF 36%, #CA8CDF 38%, #AA76C7 47%, #5B408D 68%, #48337F 73%, #1E1535 89%, #000 100%);
  top: 20px;
  right: 5.46875%;
  animation: boxShadow 13s linear infinite;
}
@media (max-width: 767px) {
  .c-fixedSpheres__circle03 {
    min-width: auto;
    min-height: auto;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    padding-top: 0;
    top: 23.2vw;
    right: 5.3333333333vw;
  }
}
body.home .c-fixedSpheres__circle03 {
  top: 124px;
}
@media (max-width: 767px) {
  body.home .c-fixedSpheres__circle03 {
    top: 44.8vw;
  }
}
.c-fixedSpheres__circle04 {
  position: absolute;
  z-index: 10;
  min-width: 168px;
  width: 13.125%;
  min-height: 158px;
  height: 0;
  padding-top: 13.125%;
  right: 24px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .c-fixedSpheres__circle04 {
    min-width: auto;
    min-height: auto;
    width: 23.2vw;
    height: 23.2vw;
    padding-top: 0;
    right: 1.8666666667vw;
    bottom: 5.3333333333vw;
  }
}
.c-fixedSpheres__circle04 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: auto;
}
.c-fixedSpheres__circle04 a:hover {
  opacity: 1;
}
.c-fixedSpheres__circle04 #canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
}
.c-fixedSpheres__circle04 #canvas-container canvas {
  width: 100% !important;
  height: 100% !important;
}

#canvas-container-deco {
  width: 168px;
  height: 168px;
}
@media (max-width: 767px) {
  #canvas-container-deco {
    width: 20.5333333333vw;
    height: 20.5333333333vw;
  }
}

#threejs-canvas-deco {
  width: 100% !important;
  height: 100% !important;
}

.c-heading {
  max-width: 1280px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  color: #333;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 767px) {
  .c-heading {
    padding: 0 4.8vw;
    row-gap: 0;
  }
}
.c-heading--white {
  color: #ffffff;
}
.c-heading--center {
  align-items: center;
}
.c-heading--medium .c-heading {
  row-gap: 0;
}
.c-heading--medium .c-heading__sub {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .c-heading--medium .c-heading__sub {
    font-size: 34px;
    font-size: 9.0666666667vw;
  }
}
.c-heading--medium .c-heading__main {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-heading--medium .c-heading__main {
    font-size: 15px;
    font-size: 4vw;
  }
}
.c-heading__sub {
  font-size: 52px;
  font-weight: 700;
  font-family: "Modestic display", sans-serif;
  line-height: 1.0961538462;
}
@media (max-width: 767px) {
  .c-heading__sub {
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.c-heading__main {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-heading__main {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

/*  module > common > cta
============================================================================================================ */
.c-orbs {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  background: radial-gradient(50% 50% at 51.9% 44.97%, #E0DCEF 7%, #DAC6EA 17%, #CA8FDF 36%, #CA8CDF 38%, #AA76C7 47%, #5B408D 68%, #48337F 73%, #1E1535 89%, #000 100%);
  animation: rotate3d 7s linear infinite 0.5s;
}
/*rotate3d*/
@keyframes rotate3d {
  10% {
    transform: translate(0, 0) scale(1);
    background-position: 0% 50%;
    filter: brightness(1);
  }
  22% {
    transform: translate(3%, -1%) scale(0.95);
    background-position: 25% 50%;
    filter: brightness(0.95);
  }
  50% {
    transform: translate(0, 2%) scale(1);
    background-position: 50% 50%;
    filter: brightness(0.9);
  }
  72% {
    transform: translate(-2%, -1%) scale(0.95);
    background-position: 75% 50%;
    filter: brightness(0.85);
  }
  90% {
    transform: translate(0, 0) scale(1);
    background-position: 100% 50%;
    filter: brightness(1.1);
  }
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    gap: 1.6vw;
    margin-top: 16vw;
  }
}
.wp-pagenavi .pages {
  display: none !important;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  border: none !important;
}
@media (max-width: 767px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 10.4vw;
    height: 10.4vw;
    font-size: 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.wp-pagenavi a {
  background-color: #ffffff;
  color: #333;
  transition: opacity 0.3s;
}
.wp-pagenavi a:hover {
  opacity: 0.8;
}
.wp-pagenavi .current {
  background-color: #F3CF00;
  color: #ffffff;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 18px;
  font-size: 0;
  color: transparent;
}
@media (max-width: 767px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    background-size: 2.6666666667vw 4.8vw;
  }
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  background-color: transparent;
  opacity: 0.7;
}
.wp-pagenavi a.nextpostslink {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31643 -0.0976311 1.70696 0.292893L9.70696 8.29289C10.0975 8.68342 10.0975 9.31643 9.70696 9.70696L1.70696 17.707C1.31643 18.0975 0.683417 18.0975 0.292893 17.707C-0.0976307 17.3164 -0.097631 16.6834 0.292893 16.2929L7.58586 8.99992L0.292893 1.70696C-0.0976311 1.31643 -0.0976311 0.683417 0.292893 0.292893Z' fill='white'/%3E%3C/svg%3E");
}
.wp-pagenavi a.previouspostslink {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31643 -0.0976311 1.70696 0.292893L9.70696 8.29289C10.0975 8.68342 10.0975 9.31643 9.70696 9.70696L1.70696 17.707C1.31643 18.0975 0.683417 18.0975 0.292893 17.707C-0.0976307 17.3164 -0.097631 16.6834 0.292893 16.2929L7.58586 8.99992L0.292893 1.70696C-0.0976311 1.31643 -0.0976311 0.683417 0.292893 0.292893Z' fill='white'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.common-page__keyvisual {
  position: relative;
  min-height: 600px;
}
@media (max-width: 767px) {
  .common-page__keyvisual {
    min-height: auto;
  }
}
.common-page__keyvisual.service-child {
  min-height: auto;
}
@media (max-width: 767px) {
  .common-page__keyvisual.service-child {
    min-height: auto;
  }
}
.common-page__keyvisual > img {
  width: 100%;
}
.common-page__keyvisualTtl {
  font-size: 23.5px;
  font-size: 6.2666666667vw;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 3.0666666667vw 5.3333333333vw 2.8vw;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
  background: #8F72A3;
}
.common-page__ttl {
  font-size: 32px;
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  background: #8F72A3;
  color: #ffffff;
  max-height: 67px;
  line-height: 67px;
  padding: 0 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 33px);
}
@media (max-width: 1024px) {
  .common-page__ttl {
    max-height: none;
    line-height: 100%;
    background: none;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .common-page__ttl {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
.common-page__ttl img {
  height: 43px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .common-page__ttl img {
    height: 7.2vw;
  }
}

.common__single--keyvisual {
  position: relative;
  max-width: 1920px;
  height: 500px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .common__single--keyvisual {
    height: 57.3333333333vw;
    margin-bottom: 30px;
  }
}
.common__single--keyvisual > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  .common__single--keyvisual > img {
    width: auto;
    height: 100%;
  }
}

.thanks .page-contact.thanks .page-contact__btn.thanks a:hover {
  background: #310153;
  color: #ffffff;
}

.c-pageHead {
  padding: 60px 0 160px;
  background: #48337F;
  position: relative;
}
@media (max-width: 767px) {
  .c-pageHead {
    padding: 16vw 0 42.6666666667vw;
  }
}
.c-pageHead:before {
  content: "";
  aspect-ratio: 333/261;
  width: 333px;
  background-image: url(./img/common/logo_heads-white.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
@media (max-width: 767px) {
  .c-pageHead:before {
    width: 44.4vw;
  }
}
.c-pageHead:after {
  content: "";
  background: #48337F;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
}
.c-pageHead__inner {
  color: #ffffff;
  max-width: 1160px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-pageHead__inner {
    max-width: 83.3333333333vw;
    padding: 0;
    row-gap: 7.7333333333vw;
  }
}
.c-pageHead__heading {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
@media (max-width: 767px) {
  .c-pageHead__heading {
    row-gap: 0.5333333333vw;
  }
}
.c-pageHead__heading-sub {
  font-size: 68px;
  font-weight: 700;
  line-height: 1.3088235294;
}
@media (max-width: 767px) {
  .c-pageHead__heading-sub {
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.3;
  }
}
.c-pageHead__heading-main {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-pageHead__heading-main {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.4375;
  }
}
.c-pageHead__cont {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 767px) {
  .c-pageHead__cont {
    row-gap: 2.1333333333vw;
  }
}
.c-pageHead__cont-ttl {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-pageHead__cont-ttl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4583333333;
  }
}
.c-pageHead__cont-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .c-pageHead__cont-txt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.c-pageHead__orbs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.c-pageHead__orbs .c-orbs--01 {
  width: 10.625%;
  bottom: 2.8125%;
  left: -3%;
}
@media (max-width: 767px) {
  .c-pageHead__orbs .c-orbs--01 {
    width: 36.2666666667vw;
    bottom: 1.6vw;
    left: -15.7333333333vw;
  }
}
.c-pageHead__orbs .c-orbs--02 {
  width: 4.609375%;
  top: 9.0625%;
  right: 28.3333333333%;
}
@media (max-width: 767px) {
  .c-pageHead__orbs .c-orbs--02 {
    width: 15.7333333333vw;
    top: 5.4666666667vw;
    right: 18.8vw;
    padding-top: 0;
  }
}
.c-pageHead__orbs .c-orbs--03 {
  width: 2.890625%;
  bottom: 15.46875%;
  right: 14%;
}
@media (max-width: 767px) {
  .c-pageHead__orbs .c-orbs--03 {
    width: 8.5333333333vw;
    right: 7.4666666667vw;
    bottom: 20vw;
  }
}
.c-pageHead__orbs .c-orbs--04 {
  width: 1.40625%;
  bottom: 24.375%;
  right: 12.3333333333%;
}
@media (max-width: 767px) {
  .c-pageHead__orbs .c-orbs--04 {
    width: 4.8vw;
    right: 2.5333333333vw;
    bottom: 29.6vw;
  }
}

.related__list--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  flex-direction: row;
}
.related__list--item {
  width: 31.1%;
  margin-right: 3.3333333333%;
}
.related__list--item:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .related__list--item:last-of-type {
    margin-right: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .related__list--item {
    width: 40.5333333333vw;
    margin-right: 5.3333333333vw;
  }
  .related__list--item:nth-of-type(2n) {
    margin-right: 0;
  }
  .related__list--item:nth-of-type(n+3) {
    margin-top: 6.4vw;
  }
}
.related__list--thumb {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .related__list--thumb {
    margin-bottom: 3.2vw;
  }
}
.related__list--thumb img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .related__list--thumb img {
    border-radius: 4vw;
  }
}
.related__list--ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .related__list--ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

[data-scroll] {
  transition: 1s;
}

[data-scroll=in] {
  opacity: 1;
}

/*  module > anime　共通で使用するアニメーション
============================================================================================================ */
a span.hoverRotate {
  transition: 0.5s;
  display: inline-block;
  transform-origin: center center;
  margin-left: 3px;
}
@media (max-width: 767px) {
  a span.hoverRotate {
    margin-left: 0;
  }
}

a:hover span.hoverRotate {
  transform: rotate(360deg);
  transform-origin: center center;
  margin-left: 3px;
}
@media (max-width: 767px) {
  a:hover span.hoverRotate {
    transform: none;
    margin-left: 0;
  }
}

.mod-memberlink {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  flex-direction: row;
  text-decoration: none !important;
}
.mod-memberlink__wrap {
  text-align: right;
}
.mod-memberlink__inner {
  color: #595757;
  text-align: right;
}
.mod-memberlink__name {
  font-size: 16px;
  font-size: 1rem;
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .mod-memberlink__name {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-size: 3.73333vw !important;
  }
}
.mod-memberlink__position {
  font-size: 16px;
  font-size: 1rem;
  font-size: 1rem !important;
}
@media (max-width: 767px) {
  .mod-memberlink__position {
    font-size: 14px;
    font-size: 3.7333333333vw;
    font-size: 3.73333vw !important;
  }
}
.mod-memberlink__icn {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mod-memberlink__icn {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
    margin-left: 4vw;
  }
}

/*  module > page-top
============================================================================================================ */
.common-page-top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 10;
}
@media (max-width: 767px) {
  .common-page-top {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
  }
}
.common-page-top__wrap {
  position: relative;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .common-page-top__wrap {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.fixed-btn {
  opacity: 0;
  transition: 0.2s;
}
.fixed-btn.view {
  opacity: 1;
  transition: 0.2s;
}

.commets-list > .comment, .commets-list .depth-1 {
  padding: 15px;
  background: #ffffff;
  margin-bottom: 100px;
}
.commets-list > .comment > .children, .commets-list .depth-1 > .children {
  padding-top: 20px;
  padding-left: 50px;
  border-top: 1px solid black;
  margin-top: 15px;
}
.commets-list > .comment.parent .children .parent > .comment-body {
  margin-bottom: 15px;
}
.c-diary-card {
  overflow: hidden;
  width: 100%;
}
.c-diary-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.c-diary-card__link:hover {
  opacity: 1;
}
.c-diary-card__link:hover .c-diary-card__img img {
  transform: scale(1.05);
}
.c-diary-card__img {
  aspect-ratio: 335/176;
  overflow: hidden;
  margin: 0;
}
.c-diary-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.c-diary-card__body {
  padding: 12px 0 0;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .c-diary-card__body {
    padding: 16px 0 0;
  }
}
@media (max-width: 767px) {
  .c-diary-card__body {
    padding: 3.2vw 0 0;
  }
}
.c-diary-card__date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
@media (max-width: 1024px) {
  .c-diary-card__date {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .c-diary-card__date {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.c-diary-card__ttl {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c-diary-card__ttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-diary-card__ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.mod-post__item {
  border-bottom: 1px solid #ffffff;
  padding: 40px 0;
}
.mod-post__item:first-of-type {
  padding-top: 0;
}
.mod-post__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .mod-post__item {
    padding: 0;
    border-bottom: none;
  }
}
.mod-post__link {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .mod-post__link {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.mod-post__link:hover {
  opacity: 1;
}
.mod-post__link:hover .mod-post__figure img {
  transform: scale(1.05);
}
.mod-post__link:hover .mod-post__more {
  opacity: 0.7;
}
.mod-post__figure {
  flex: 0 0 430px;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 430/286;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 1024px) {
  .mod-post__figure {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .mod-post__figure {
    flex: none;
    max-width: 100%;
  }
}
.mod-post__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.mod-post__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  align-self: stretch;
}
.mod-post__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mod-post__date {
    font-size: 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
.mod-post__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mod-post__ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.mod-post__line {
  border: none;
  height: 1px;
  background-color: #ffffff;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .mod-post__line {
    margin-bottom: 4vw;
  }
}
.mod-post__excerpt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mod-post__excerpt {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.mod-post__excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .mod-post__excerpt p {
    -webkit-line-clamp: 3;
  }
}
.mod-post__more {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  align-self: flex-end;
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .mod-post__more {
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */