@charset "UTF-8";
/*!
Theme Name: SUMIDA SCHOOL OF BEAUTY SPECIALIST
Theme URI: -
Author: SUMIDA SCHOOL OF BEAUTY SPECIALIST
Author URI: SUMIDA SCHOOL OF BEAUTY SPECIALIST
Description: SUMIDA SCHOOL OF BEAUTY SPECIALIST
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: SUMIDA SCHOOL OF BEAUTY SPECIALIST
Tags:
*/
/**
 # Vendor CSS
 */
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --main-color: #F0F0F0;
  --sub-color: #070B0D;
  --cta-color: #837062;
  --accent-color: #FF0000;
}

:root {
  --font-main: 'Poppins', sans-serif;
  --font-serif: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Lato', sans-serif;
  color: #000;
  text-align: left;
  background-color: #FBFBFB;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

a:focus {
  outline: 0;
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.l--content {
  width: 100%;
  position: relative;
}

.l--content.works__content {
  background-color: #151719;
  padding: 100px 32px;
  width: auto;
}

.l--content.works__content .cmn--contents {
  max-width: 1180px;
  margin: 0 auto;
}

.l--content.works__content-single {
  background-color: #151719;
  padding: 0 32px 100px;
  width: auto;
}

.l--content.works__content-single .cmn--contents {
  max-width: 1180px;
  margin: 0 auto;
}

.cmn--contents {
  max-width: 1080px;
  margin: 0 auto;
}

.cmn--line {
  display: flex;
  position: absolute;
  padding: 0 10%;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  z-index: 1;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.cmn--line-fig {
  position: relative;
  height: 100%;
}

.cmn--line-fig:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(112, 112, 112, 0.055);
  position: relative;
}

@media screen and (max-width: 768px) {
  .l--content.works__content {
    padding: 12.82051vw 5.12821vw;
  }
  .l--content.works__content .cmn--contents {
    max-width: initial;
    margin: 0 auto;
  }
  .l--content.works__content-single {
    padding: 0 0 12.82051vw;
    width: auto;
  }
  .l--content.works__content-single .cmn--contents {
    max-width: initial;
    margin: 0 auto;
  }
  .cmn--contents {
    max-width: initial;
  }
}

/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Common Banner
--------------------------------------------------------------*/
.c--contact {
  background-color: var(--sub-color);
  padding: 80px 32px 120px;
  border-bottom: 1px solid #2C2C2C;
}

.c--contact__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.c--contact-text {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  line-height: 2;
  margin: 0 0 32px;
}

.c--contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  height: 120px;
  border: 1px solid #FFF;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.c--contact-button span {
  font-weight: 700;
  display: block;
  font-family: var(--font-main);
  font-size: 2.4rem;
  letter-spacing: 0.22em;
}

.c--contact-button:link {
  color: #FFF;
  text-decoration: none;
}

.c--contact-button:visited {
  color: #FFF;
  text-decoration: none;
}

.c--contact-button:hover {
  color: #000;
  text-decoration: none;
  background-color: var(--main-color);
}

.c--contact-button:hover i {
  right: -60px;
}

.c--contact-button i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  width: 80px;
  height: 25px;
  background-image: url(assets/images/common/arrow01__right.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  right: -50px;
}

@media screen and (max-width: 768px) {
  .c--contact {
    padding: 12.82051vw 5.12821vw;
  }
  .c--contact__inner {
    max-width: initial;
  }
  .c--contact-text {
    font-size: 3.33333vw;
    margin: 0 0 5.12821vw;
  }
  .c--contact-button {
    max-width: initial;
    height: 20.51282vw;
    width: 76.92308vw;
  }
  .c--contact-button span {
    font-size: 4.10256vw;
  }
  .c--contact-button:hover i {
    right: -6.66vw;
  }
  .c--contact-button i {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    width: 11.53846vw;
    height: 3.84615vw;
    top: 30%;
    right: -5.66vw;
  }
}

/*
     Footer
--------------------------------------------------------------*/
.l--footer {
  background-color: var(--sub-color);
}

.l--footer-logo {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  width: 180px;
}

.l--footer-logo:hover {
  opacity: 0.45;
}

.l--footer-logo img {
  width: 100%;
  vertical-align: bottom;
}

.l--footer-primary {
  padding: 80px 32px;
  border-bottom: 1px solid #2C2C2C;
}

.l--footer-primary__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l--footer-primary__content address {
  color: #FFF;
  font-style: normal;
  line-height: 2;
  font-weight: 300;
  font-size: 1.4rem;
}

.l--footer-secondry {
  padding: 80px 32px;
  border-bottom: 1px solid #2C2C2C;
}

.l--footer-secondry__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l--footer-secondry-list {
  display: flex;
  justify-content: end;
  margin: 0 0 64px;
}

.l--footer-secondry-list li {
  margin: 0 0 0 30px;
}

.l--footer-secondry-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-size: 1.2rem;
}

.l--footer-secondry-list li a:link {
  text-decoration: underline;
  color: #FFF;
}

.l--footer-secondry-list li a:visited {
  text-decoration: underline;
  color: #FFF;
}

.l--footer-secondry-list li a:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.65;
}

.l--footer-copyRight {
  display: block;
  color: #FFF;
  font-weight: 300;
  font-family: var(--font-main);
  text-align: right;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .l--footer-logo {
    display: block;
    width: 41.02564vw;
    margin: 0 auto 7.69231vw;
  }
  .l--footer-primary {
    padding: 12.82051vw 5.12821vw;
  }
  .l--footer-primary__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .l--footer-primary__content address {
    font-size: 3.07692vw;
  }
  .l--footer-secondry {
    padding: 12.82051vw 5.12821vw;
  }
  .l--footer-secondry__inner {
    max-width: initial;
  }
  .l--footer-secondry-list {
    display: flex;
    justify-content: center;
    margin: 0 0 12.82051vw;
  }
  .l--footer-secondry-list li {
    margin: 0 5.12821vw;
  }
  .l--footer-secondry-list li a {
    font-size: 3.07692vw;
  }
  .l--footer-copyRight {
    text-align: center;
    font-size: 2.82051vw;
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*
    Header
--------------------------------------------------------------*/
.l--header {
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.l--header__inner {
  position: relative;
  width: 100%;
  height: 90px;
}

.l--header-logo a {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 160px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-logo a img {
  width: 100%;
  vertical-align: bottom;
  width: 160px;
  height: 26px;
}

.l--header-logo a:link {
  text-decoration: none;
}

.l--header-logo a:visited {
  text-decoration: none;
}

.l--header-logo a:hover {
  text-decoration: none;
  opacity: 0.55;
}

.l--header-logo a em {
  font-style: normal;
  display: block;
  margin: 10px 0 0;
  font-size: 1.2rem;
  color: #000;
  font-weight: 300;
  font-family: var(--font-main);
  letter-spacing: 0.12em;
}

.l--header-contact-smp {
  display: none;
}

.l--header-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 140px;
  height: 50px;
  border: 2px solid #52595C;
  border-radius: 25px;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-contact span {
  display: block;
  font-family: var(--font-main);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.l--header-contact:link {
  text-decoration: none;
  color: #52595C;
}

.l--header-contact:visited {
  text-decoration: none;
  color: #52595C;
}

.l--header-contact:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #52595C;
}

.l--header.works--header {
  background-color: #E7E8E9;
}

.l--header.fixed {
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  .l--header {
    height: 16.66667vw;
  }
  .l--header__inner {
    width: 100%;
    height: 16.66667vw;
  }
  .l--header-logo a {
    left: 5.12821vw;
    top: 5.12821vw;
    width: 23.07692vw;
  }
  .l--header-logo a img {
    width: 100%;
    vertical-align: bottom;
    width: 25.64103vw;
    height: auto;
  }
  .l--header-logo a em {
    margin: 2.5641vw 0 0;
    font-size: 2.30769vw;
    color: #000;
  }
  .l--header-contact-smp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: inherit;
    right: inherit;
    width: 76.92308vw;
    height: 17.94872vw;
    border: 2px solid #FFF;
    border-radius: 8.97436vw;
    box-sizing: border-box;
    margin: 15.38462vw auto 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .l--header-contact-smp span {
    display: block;
    font-family: var(--font-main);
    font-size: 5.12821vw;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .l--header-contact-smp:link {
    text-decoration: none;
    color: #FFFF;
  }
  .l--header-contact-smp:visited {
    text-decoration: none;
    color: #FFFF;
  }
  .l--header-contact-smp:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #FFFF;
  }
  .l--header-contact {
    display: none !important;
  }
}

/*
    Gmenu
--------------------------------------------------------------*/
.l--gmenuNav {
  position: absolute;
  right: 210px;
  top: 36px;
}

.l--gmenu-list {
  display: flex;
  position: relative;
}

.gmenu-parents {
  margin: 0 0 0 50px;
}

.gmenu-parents > a {
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: var(--font-main);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: relative;
}

.gmenu-parents > a:link {
  text-decoration: none;
  color: #52595C;
}

.gmenu-parents > a:visited {
  text-decoration: none;
  color: #52595C;
}

.gmenu-parents > a:hover {
  text-decoration: none;
  color: #52595C;
}

.gmenu-parents > a:before {
  content: "";
  width: 0;
  height: 0;
  box-sizing: border-box;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.gmenu-parents > a:hover:before {
  width: 10px;
  height: 10px;
  border: 2px solid #52595C;
}

@media screen and (max-width: 768px) {
  .l--gmenuNav {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .l--gmenu-list {
    display: block;
  }
  .gmenu-parents {
    margin: 0 0 7.69231vw;
  }
  .gmenu-parents > a {
    font-size: 9.74359vw;
    text-align: center;
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .gmenu-parents > a:link {
    text-decoration: none;
    color: #FFF;
  }
  .gmenu-parents > a:visited {
    text-decoration: none;
    color: #FFF;
  }
  .gmenu-parents > a:hover {
    text-decoration: none;
    color: #FFF;
  }
  .gmenu-parents > a:before {
    display: none;
  }
  .gmenu-parents > a:hover:before {
    display: none;
  }
}

/*
    menu.scss
---------------------------------------------------------------------------- */
.burger--wrap {
  display: none;
}

.burger--closetext {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    width: 10.25641vw;
    height: 6.41026vw;
    top: 5.12821vw;
    right: 5.12821vw;
    display: block;
    position: absolute;
  }
  .burger {
    width: 10.25641vw;
    height: 6.41026vw;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
  }
  .burger .line {
    width: 10.25641vw;
    height: 2px;
    background: var(--sub-color);
    transition: 0.3s;
    right: 0;
    position: absolute;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    right: 0;
    background: var(--sub-color);
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 7.69231vw;
    height: 2px;
    bottom: 0;
    right: 0;
    background: var(--sub-color);
    transition: 0.8s;
  }
  .navigation {
    opacity: 0.0;
    top: -100vh;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .navigation .navigation--content {
    padding: 30.76923vw 7.69231vw 15.38462vw;
    height: 100vh;
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    margin: 0 0 7.69231vw;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}

body.scrollrock {
  height: 100%;
  overflow: hidden;
}

/**
 # Objects -  Compornent -
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-quote {
  background-color: #F5F5F5;
  border-radius: 5px;
  border: none;
  margin: 0 0 35px;
  padding: 20px 25px 15px;
  font-style: italic;
}

.edit-post-layout .editor-styles-wrapper .wp-block-quote p {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.75;
}

.edit-post-layout .editor-styles-wrapper .wp-block-quote p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-quote cite {
  text-align: right;
  display: block;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-quote {
    border-radius: 1.53846vw;
    border: none;
    margin: 0 0 6.41026vw;
    padding: 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-quote p {
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-quote cite {
    text-align: right;
    display: block;
    font-size: 3.33333vw;
  }
}

/*
    display.scss
---------------------------------------------------------------------------- */
/*
    headline.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper h1 {
  font-size: 2.0rem;
  color: var(--sub-color);
  margin: 0 0 40px;
  padding: 15px 0;
  line-height: 1.2;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper h2 {
  font-size: 2.0rem;
  color: var(--sub-color);
  margin: 120px 0 35px;
  padding: 0 0 35px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  border-bottom: 1px solid var(--main-color);
  position: relative;
}

.edit-post-layout .editor-styles-wrapper h2:before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--sub-color);
  position: absolute;
  left: 0;
  bottom: -1px;
}

.edit-post-layout .editor-styles-wrapper h2:first-child {
  margin: 0 0 35px;
}

.edit-post-layout .editor-styles-wrapper h3 {
  font-size: 1.8rem;
  color: var(--sub-color);
  margin: 35px 0 35px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h3:first-child {
  margin: 0 0 35px;
}

.edit-post-layout .editor-styles-wrapper h4 {
  font-size: 1.6rem;
  color: #656565;
  margin: 35px 0 35px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h4:first-child {
  margin: 0 0 35px;
}

.edit-post-layout .editor-styles-wrapper h5 {
  font-size: 1.6rem;
  color: #656565;
  margin: 35px 0 35px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h5:first-child {
  margin: 0 0 35px;
}

.edit-post-layout .editor-styles-wrapper h6 {
  font-size: 1.6rem;
  color: #656565;
  margin: 35px 0 35px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h6:first-child {
  margin: 0 0 35px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1 {
    font-size: 6.66667vw;
    margin: 0 0 10.25641vw;
    padding: 3.84615vw 0;
  }
  .edit-post-layout .editor-styles-wrapper h2 {
    font-size: 4.61538vw;
    margin: 15.38462vw 0 7.69231vw;
    padding: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:before {
    width: 10.25641vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h3 {
    font-size: 4.10256vw;
    margin: 15.38462vw 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h3:first-child {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h4 {
    font-size: 4.10256vw;
    margin: 15.38462vw 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h5 {
    font-size: 4.10256vw;
    margin: 15.38462vw 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h6 {
    font-size: 3.58974vw;
    margin: 15.38462vw 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child {
    margin: 0 0 7.69231vw;
  }
}

/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: initial;
}

.wp-block-separator {
  border-bottom: 1px solid var(--main-color);
}

/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image {
  clear: both;
}

.wp-block-media-text__media img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.wp-block {
  margin-top: 0;
}

.wp-block-embed figcaption {
  color: #FFF;
}

/*
    list.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul {
  margin: 0 0 65px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper ul li {
  font-size: 1.3rem;
  color: #000;
  position: relative;
  line-height: 1.5;
  padding: 0 0 20px 0;
  margin: 0 0 20px;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px dashed #EEE;
}

.edit-post-layout .editor-styles-wrapper ol {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper ol li {
  font-size: 2.0rem;
  color: #000;
  padding: 0 0 10px 35px;
  margin: 0 0 10px;
  line-height: 2.2;
  position: relative;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #EEE;
}

.edit-post-layout .editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 1.3rem;
  background-color: var(--main-color);
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 1px;
  color: #FFF;
  margin-right: .5em;
  width: 25px;
  height: 25px;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper ul {
    margin: 0 0 5.12821vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul li {
    font-size: 3.33333vw;
    padding: 0 0 3.84615vw;
    margin: 0 0 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper ol {
    margin: 0 0 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li {
    font-size: 3.33333vw;
    padding: 0 0 3.84615vw 7.69231vw;
    margin: 0 0 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before {
    counter-increment: number;
    content: counter(number) "";
    display: block;
    position: absolute;
    font-size: 3.07692vw;
    line-height: 5.12821vw;
    top: 0.51282vw;
    color: #FFF;
    margin-right: .5em;
    width: 5.12821vw;
    height: 5.12821vw;
  }
}

/*
    table.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper table {
  margin: 0 0 40px;
  width: 100%;
}

.edit-post-layout .editor-styles-wrapper table thead th {
  border: 1px solid #707070;
  padding: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.08em;
}

.edit-post-layout .editor-styles-wrapper table th {
  border: 1px solid #707070;
  padding: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.08em;
}

.edit-post-layout .editor-styles-wrapper table td {
  color: #000;
  border: 1px solid #707070;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
  border: none;
  border-bottom: 1px solid #D6CAB8;
  padding: 20px 20px 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  width: 26.5%;
  color: #393939;
  font-weight: 300;
  line-height: 1.5;
}

.edit-post-layout .editor-styles-wrapper .wp-block-table thead {
  border: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper table {
    margin: 0 0 10.25641vw;
    width: 100%;
  }
  .edit-post-layout .editor-styles-wrapper table thead th {
    padding: 3.84615vw;
    font-size: 6.66667vw;
    background-color: #EDEDED;
  }
  .edit-post-layout .editor-styles-wrapper table th {
    border: 1px solid #707070;
    padding: 3.84615vw;
    font-size: 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper table td {
    color: #000;
    border: 1px solid #707070;
    padding: 3.84615vw;
    font-size: 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
    border: none;
    border-bottom: 1px solid #D6CAB8;
    padding: 20px 20px 20px 0;
    font-size: 1.4rem;
    font-weight: bold;
    width: 26.5%;
    color: #393939;
    font-weight: 300;
    line-height: 1.5;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-table thead {
    border: none;
  }
}

/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
  word-break: break-all;
  margin: 0 0 40px;
  letter-spacing: 0.08em;
}

.edit-post-layout .editor-styles-wrapper p em {
  font-style: italic;
}

.edit-post-layout .editor-styles-wrapper p strong {
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper p a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  color: var(--sub-color);
}

.edit-post-layout .editor-styles-wrapper p a:link {
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:visited {
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:hover {
  text-decoration: none;
  opacity: 0.50;
}

.edit-post-layout .editor-styles-wrapper p .style-blackMarker {
  background: var(--sub-color);
  display: inline;
  padding: 3px 5px;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper p .style-whiteMarker {
  background: #FFF;
  display: inline;
  padding: 3px 5px;
  font-weight: bold;
  font-style: normal;
  color: var(--sub-color);
}

.edit-post-layout .editor-styles-wrapper p .style-serif {
  font-family: var(--font-serif);
}

.edit-post-layout .editor-styles-wrapper p .style-catch {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin: 0 0 40px;
}

.edit-post-layout .editor-styles-wrapper .text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p {
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper p .style-blackMarker {
    padding: 0.76923vw 1.28205vw;
  }
  .edit-post-layout .editor-styles-wrapper p .style-whiteMarker {
    padding: 0.76923vw 1.28205vw;
  }
  .edit-post-layout .editor-styles-wrapper p .style-catch {
    font-size: 5.12821vw;
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .text-right {
    text-align: right;
  }
}

/**
 # Objects -  Module -
 */
/*
	headline.scss
---------------------------------------------------------------------------- */
.l--headline {
  padding: 0 32px;
  min-height: 390px;
  background-color: #E7E8E9;
}

.l--headline__inner {
  display: flex;
  align-items: center;
  min-height: 390px;
}

.l--headline-title {
  margin: 0 0 0 6.25%;
}

.l--headline-main {
  font-size: 8.0rem;
  color: #000;
  font-weight: 700;
  display: block;
  letter-spacing: 0.22em;
  font-family: var(--font-main);
}

@media screen and (max-width: 768px) {
  .l--headline {
    padding: 0 5.12821vw;
    min-height: 51.28205vw;
  }
  .l--headline__inner {
    min-height: 51.28205vw;
  }
  .l--headline-title {
    margin: 0;
    padding: 11.53846vw 0 0;
  }
  .l--headline-main {
    font-size: 8.20513vw;
    letter-spacing: 0.22em;
  }
}

/*
   pager.scss
---------------------------------------------------------------------------- */
.p--singleNav {
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p--singleNav-index a {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1.0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.p--singleNav-index a:link {
  text-decoration: none;
}

.p--singleNav-index a:visited {
  text-decoration: none;
}

.p--singleNav-index a:hover {
  border: none;
  opacity: 0.65;
}

.p--singleNav-prev a {
  font-weight: 700;
  display: block;
  margin: 0 50px 0 0;
  padding: 0 0 0 60px;
  line-height: 1;
  border-radius: 0;
  font-size: 1.8rem;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: relative;
}

.p--singleNav-prev a:link {
  text-decoration: none;
}

.p--singleNav-prev a:visited {
  text-decoration: none;
}

.p--singleNav-prev a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.p--singleNav-prev {
  position: relative;
}

.p--singleNav-prev i {
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  top: 0;
  left: 0;
}

.p--singleNav-prev i:before {
  content: "";
  border-top: 1px solid var(--main-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 20px;
  left: -3px;
  bottom: 6px;
  position: absolute;
}

.p--singleNav-next a {
  font-weight: 700;
  display: block;
  margin: 0 0 0 50px;
  padding: 0 60px 0 0;
  line-height: 1;
  border-radius: 0;
  font-size: 1.8rem;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: relative;
}

.p--singleNav-next a:link {
  text-decoration: none;
}

.p--singleNav-next a:visited {
  text-decoration: none;
}

.p--singleNav-next a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.p--singleNav-next {
  position: relative;
}

.p--singleNav-next i {
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  top: 0;
  right: 0;
}

.p--singleNav-next i:before {
  content: "";
  border-top: 1px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 20px;
  right: -3px;
  bottom: 6px;
  position: absolute;
}

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

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a {
  letter-spacing: normal;
  display: inline-block;
  line-height: 2.8rem;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  box-sizing: border-box;
  background-color: #FFF;
  font-weight: 700;
  font-family: var(--font-main);
  border: 1px solid var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.wp-pagenavi a:link {
  color: var(--sub-color);
  text-decoration: none;
}

.wp-pagenavi a:visited {
  color: var(--sub-color);
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  position: relative;
  background-color: var(--sub-color);
  border: none;
  border: 1px solid var(--main-color);
}

.wp-pagenavi span.current {
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.8rem;
  background-color: var(--sub-color);
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  font-family: var(--font-main);
  position: relative;
  margin: 0 10px;
  color: #FFF;
  font-weight: 700;
  border: 1px solid var(--main-color);
}

.wp-pagenavi span.extend {
  border: none;
  display: inline-block;
  margin: 0 5px;
}

.wp-pagenavi .previouspostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 25px 0 0;
  line-height: 3.0rem;
  border-radius: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--font-main);
  position: relative;
}

.wp-pagenavi .previouspostslink:link {
  color: var(--main-color);
}

.wp-pagenavi .previouspostslink:visited {
  color: var(--main-color);
}

.wp-pagenavi .previouspostslink:hover {
  color: var(--main-color);
  background: none;
  border: none;
}

.wp-pagenavi .previouspostslink i {
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  top: 0;
  left: -50px;
}

.wp-pagenavi .previouspostslink i:before {
  content: "";
  border-top: 1px solid var(--main-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 20px;
  left: -3px;
  bottom: 6px;
  position: absolute;
}

.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0 0 25px;
  line-height: 3.0rem;
  border-radius: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--font-main);
  letter-spacing: 0.22em;
  position: relative;
}

.wp-pagenavi .nextpostslink:link {
  color: var(--main-color);
}

.wp-pagenavi .nextpostslink:visited {
  color: var(--main-color);
}

.wp-pagenavi .nextpostslink:hover {
  color: var(--main-color);
  background: none;
  border: none;
}

.wp-pagenavi .nextpostslink i {
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  border-bottom: 1px solid var(--main-color);
  top: 0;
  right: -50px;
}

.wp-pagenavi .nextpostslink i:before {
  content: "";
  border-top: 1px solid var(--main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  width: 20px;
  right: -3px;
  bottom: 6px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p--singleNav {
    margin: 7.69231vw 0;
  }
  .p--singleNav-index a {
    font-size: 3.07692vw;
  }
  .p--singleNav-prev a {
    margin: 0 2.5641vw 0 0;
    padding: 0 0 0 10.25641vw;
    font-size: 3.07692vw;
  }
  .p--singleNav-prev {
    position: relative;
  }
  .p--singleNav-prev i {
    position: absolute;
    display: block;
    width: 5.12821vw;
    height: 2.5641vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    left: 0;
  }
  .p--singleNav-prev i:before {
    width: 2.5641vw;
    left: -0.33vw;
    bottom: 0.56vw;
    position: absolute;
  }
  .p--singleNav-next a {
    margin: 0 0 0 2.5641vw;
    padding: 0 10.25641vw 0 0;
    font-size: 3.07692vw;
  }
  .p--singleNav-next {
    position: relative;
  }
  .p--singleNav-next i {
    position: absolute;
    display: block;
    width: 5.12821vw;
    height: 2.5641vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    right: 0;
  }
  .p--singleNav-next i:before {
    width: 2.5641vw;
    right: -0.33vw;
    bottom: 0.56vw;
    position: absolute;
  }
  .wp-pagenavi {
    margin: 6.41026vw auto;
  }
  .wp-pagenavi a {
    line-height: 4.61538vw;
    width: 5.12821vw;
    height: 5.12821vw;
    margin: 0 1.28205vw;
    font-size: 3.07692vw;
  }
  .wp-pagenavi span.current {
    line-height: 4.61538vw;
    width: 5.12821vw;
    height: 5.12821vw;
    font-size: 3.07692vw;
    margin: 0 1.28205vw;
  }
  .wp-pagenavi span.extend {
    border: none;
    display: inline-block;
    margin: 0 1.28205vw;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 5.12821vw 0 0;
    line-height: 5.12821vw;
    font-size: 3.07692vw;
  }
  .wp-pagenavi .previouspostslink i {
    position: absolute;
    display: block;
    width: 5.12821vw;
    height: 2.5641vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    left: -8.66vw;
  }
  .wp-pagenavi .previouspostslink i:before {
    content: "";
    width: 2.5641vw;
    left: 0.0vw;
    bottom: 0.66vw;
    position: absolute;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 5.12821vw;
    line-height: 5.12821vw;
    font-size: 3.07692vw;
  }
  .wp-pagenavi .nextpostslink i {
    position: absolute;
    display: block;
    width: 5.12821vw;
    height: 2.5641vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    right: -8.66vw;
  }
  .wp-pagenavi .nextpostslink i:before {
    content: "";
    width: 2.5641vw;
    right: 0.0vw;
    bottom: 0.66vw;
    position: absolute;
  }
}

/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
  margin: 0 auto;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.cmn--button__wrap a {
  margin: 0 auto;
}

.cmn--button__wrap li {
  margin: 0 15px;
  border: none;
  margin: 0;
  padding: 0;
}

.cmn--button__wrap li:before {
  display: none;
}

.cmn--button__wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
  .cmn--button__wrap {
    display: block;
  }
  .cmn--button__wrap li {
    margin: 0 0 5.12821vw;
  }
}

.cn--button__wrap {
  display: block;
}

.cn--button__wrap li {
  text-align: center;
}

.cn--button__wrap.left li {
  text-align: left;
}

.cn--button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 328px;
  height: 68px;
  margin: 0 auto;
  position: relative;
  border-radius: 35px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  overflow: hidden;
}

.cn--button01:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  padding: 5px;
  background: linear-gradient(90deg, #07a993 0%, #4cef00 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.cn--button01:before {
  content: "";
  background: #07a993;
  background: linear-gradient(90deg, #07a993 0%, #4cef00 100%);
  position: absolute;
  display: block;
  width: 328px;
  height: 68px;
  border-radius: 35px;
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  top: 0;
}

.cn--button01.instagram span {
  padding: 0 0 0 35px;
  background-image: url(assets/images/common/icon__in.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  line-height: 2.0rem;
}

.cn--button01.instagram:hover span {
  background-image: url(assets/images/common/icon__in__gr.svg);
}

.cn--button01 span {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 15;
  color: #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cn--button01:hover:before {
  opacity: 0.0;
}

.cn--button01:hover span {
  color: var(--main-color);
}

.cn--button01:link {
  text-decoration: none;
}

.cn--button01:visited {
  text-decoration: none;
}

.cn--button01:hover {
  text-decoration: none;
}

.cn--button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  border-radius: 35px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  border: 1px solid #FFF;
}

.cn--button02.left-button {
  margin: 0;
}

.cn--button02 span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 15;
  color: #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cn--button02 span.ex--links {
  padding: 0 0 0 24px;
  background-image: url(assets/images/common/icon__exlinks.svg);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: left center;
}

.cn--button02:link {
  text-decoration: none;
}

.cn--button02:visited {
  text-decoration: none;
}

.cn--button02:hover {
  text-decoration: none;
  background-color: #FFF;
}

.cn--button02:hover span {
  color: #000;
}

.cn--button02:hover span.ex--links {
  background-image: url(assets/images/common/icon__exlinks__bk.svg);
}

@media screen and (max-width: 768px) {
  .cmn--buttonWrap {
    text-align: center;
    margin: 5.12821vw 0 0;
  }
  .cmn--button01 {
    width: 161.53846vw;
    height: 30.76923vw;
    font-size: 12.30769vw;
    border-radius: 15.38462vw;
    background-repeat: no-repeat;
    background-size: 15.38462vw;
    background-position: right 5.12821vw center;
  }
  .cmn--button02 {
    width: 123.07692vw;
    height: 25.64103vw;
    line-height: 25.64103vw;
    font-size: 7.17949vw;
  }
  .cmn--button-zoomup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161.53846vw;
    height: 30.76923vw;
    margin: 0 auto 20.51282vw;
    border: 1px solid #000;
    background-image: url(assets/images/common/icon__zoom__wh.svg);
    background-position: right 10.25641vw center;
    background-size: 14.10256vw 14.10256vw;
    background-repeat: no-repeat;
  }
  .cmn--button-zoomup span {
    font-weight: 700;
    font-size: 9.23077vw;
    letter-spacing: 0.08em;
    color: #000;
  }
  .cmn--button-zoomup:link {
    text-decoration: none;
  }
  .cmn--button-zoomup:visited {
    text-decoration: none;
  }
  .cmn--button-zoomup:hover {
    text-decoration: none;
  }
}

/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
    Common
--------------------------------------------------------------*/
.h--headline {
  margin: 0 0 80px;
}

.h--headline-titleEn {
  font-size: 10.0rem;
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 0.22em;
  display: block;
}

.h--headline-titleJp {
  margin: 30px 0 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .h--headline {
    margin: 0 0 7.69231vw;
  }
  .h--headline-titleEn {
    font-size: 8.20513vw;
  }
  .h--headline-titleJp {
    margin: 3.84615vw 0 0;
    display: block;
    font-size: 3.58974vw;
  }
}

/*
    Keyvisual
--------------------------------------------------------------*/
.h--mv {
  position: relative;
  width: 100vw;
  height: 46.42857143vw;
}

.h--mv-title {
  position: absolute;
  top: 23.57142857vw;
  left: 7.142857143vw;
  width: 50.85714286vw;
  z-index: 10;
}

.h--mv-title img {
  width: 100%;
  vertical-align: bottom;
}

.h--mv-catch {
  position: absolute;
  top: 24.5vw;
  right: 11.07142857vw;
  width: 20.14285714vw;
  z-index: 10;
}

.h--mv-catch img {
  width: 100%;
  vertical-align: bottom;
}

.h--mv-copyright {
  font-size: 0.9rem;
  color: #000000;
  display: block;
  font-family: var(--font-main);
  font-weight: 300;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 17.85714286vw;
  left: 1.428571429vw;
  z-index: 10;
}

.h--mv-bg {
  width: 100vw;
  height: 57.14285714vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .h--mv {
    position: relative;
    width: 100vw;
    height: 92.30769vw;
    overflow: hidden;
  }
  .h--mv-title {
    position: absolute;
    top: 30.76923vw;
    left: 7.69231vw;
    width: 84.61538vw;
  }
  .h--mv-catch {
    top: 51.28205vw;
    right: inherit;
    left: 11.53846vw;
    width: 51.28205vw;
  }
  .h--mv-copyright {
    font-size: 2.05128vw;
    top: 20.51282vw;
    left: 2.5641vw;
  }
  .h--mv-bg {
    width: 100vw;
    height: 133.33333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

/*
    topics
--------------------------------------------------------------*/
.h--topics {
  position: relative;
  z-index: 5;
  margin: 0 0 110px;
}

.h--topics-post-list {
  padding: 0 0 110px;
}

.h--topics-post-list > div > div > li {
  width: 400px;
  margin: 0 5px;
}

.h--topics-post-listbox {
  display: block;
  position: relative;
  aspect-ratio: 400 / 300;
  overflow: hidden;
}

.h--topics-post-listbox:hover .h--topics-post-listbox-photo img {
  transform: scale(1.05);
}

.h--topics-post-listbox:hover .h--topics-post-listbox-bg {
  background-color: rgba(0, 0, 0, 0.25);
}

.h--topics-post-listbox-info {
  position: absolute;
  padding: 0 15px;
  bottom: 25px;
  z-index: 15;
}

.h--topics-post-listbox-title {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.35;
}

.h--topics-post-listbox-client {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 300;
}

.h--topics-post-listbox-photo {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}

.h--topics-post-listbox-photo img {
  width: 100%;
  vertical-align: bottom;
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.h--topics-post-listbox-bg {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  aspect-ratio: 400 / 300;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.h--topics .slick-dotted.slick-slider {
  margin: 0;
}

.h--topics .slick-dots {
  bottom: 80px;
  z-index: 15;
}

.h--topics .slick-dots li {
  margin: 0 10px;
  width: 8px;
  height: 8px;
}

.h--topics .slick-dots li button {
  border: 1px solid #707070;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  padding: 0;
  border-radius: 50%;
}

.h--topics .slick-dots li button:before {
  display: none;
}

.h--topics .slick-dots li.slick-active button {
  border: 2px solid #000000;
}

.h--topics .slick-prev {
  left: inherit;
  right: 90px;
  top: inherit;
  bottom: -10px;
  background-image: url(assets/images/pages/home/slider__prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.h--topics .slick-next {
  left: inherit;
  right: 30px;
  top: inherit;
  bottom: -10px;
  background-image: url(assets/images/pages/home/slider__next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.h--topics-news {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F0F0F0;
}

.h--topics-news__inner {
  padding: 20px 30px;
}

.h--topics-news-content {
  display: flex;
  align-items: center;
}

.h--topics-news-content-title {
  font-size: 1.6rem;
  margin: 0 30px 0 0;
  font-weight: 700;
  font-family: var(--font-main);
}

.h--topics-news-content-date {
  font-size: 1.3rem;
  margin: 0 30px 0 0;
  font-weight: 400;
}

.h--topics-news-content-text {
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .h--topics {
    margin: 0 0 12.82051vw;
  }
  .h--topics-post-list {
    padding: 0 0 41.02564vw;
  }
  .h--topics-post-list > div > div > li {
    width: 82.05128vw;
    margin: 0 2.5641vw;
  }
  .h--topics-post-listbox {
    aspect-ratio: 320 / 240;
  }
  .h--topics-post-listbox-info {
    padding: 0 2.5641vw;
    bottom: 3.84615vw;
  }
  .h--topics-post-listbox-title {
    font-size: 3.84615vw;
    margin: 0 0 3.84615vw;
  }
  .h--topics-post-listbox-client {
    font-size: 3.07692vw;
  }
  .h--topics-post-listbox-photo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .h--topics-post-listbox-photo img {
    height: auto;
  }
  .h--topics-post-listbox-bg {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    aspect-ratio: 320 / 240;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
  .h--topics .slick-dotted.slick-slider {
    margin: 0;
  }
  .h--topics .slick-dots {
    bottom: 30.76923vw;
    z-index: 15;
  }
  .h--topics .slick-dots li {
    margin: 0 2.5641vw;
    width: 2.5641vw;
    height: 2.5641vw;
  }
  .h--topics .slick-dots li button {
    border: 1px solid #707070;
    width: 2.5641vw;
    height: 2.5641vw;
    background-color: #FFF;
    padding: 0;
    border-radius: 50%;
  }
  .h--topics .slick-dots li button:before {
    display: none;
  }
  .h--topics .slick-dots li.slick-active button {
    border: 2px solid #000000;
  }
  .h--topics .slick-prev {
    left: inherit;
    right: 90px;
    top: inherit;
    bottom: -10px;
    background-image: url(assets/images/pages/home/slider__prev.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  .h--topics .slick-next {
    left: inherit;
    right: 30px;
    top: inherit;
    bottom: -10px;
    background-image: url(assets/images/pages/home/slider__next.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  .h--topics-news {
    width: 100%;
  }
  .h--topics-news__inner {
    padding: 5.12821vw;
  }
  .h--topics-news-content {
    display: block;
    align-items: center;
  }
  .h--topics-news-content-title {
    font-size: 4.10256vw;
    margin: 0 0 2.5641vw;
  }
  .h--topics-news-content-date {
    font-size: 3.07692vw;
    margin: 0 0 2.5641vw;
    font-weight: 400;
  }
  .h--topics-news-content-text {
    font-size: 3.07692vw;
    font-weight: 300;
  }
}

/*
    mission
--------------------------------------------------------------*/
.h--mission {
  background-color: #F0F0F0;
  padding: 140px 32px 100px;
}

.h--mission .h--headline {
  text-align: center;
}

.h--mission-content {
  max-width: 740px;
  margin: 0 auto;
}

.h--mission-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  margin: 0 0 50px;
}

.h--mission p {
  line-height: 2.71429;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 35px;
}

@media screen and (max-width: 768px) {
  .h--mission {
    padding: 12.82051vw 7.69231vw;
  }
  .h--mission-content {
    max-width: initial;
  }
  .h--mission-title {
    font-size: 3.84615vw;
    margin: 0 0 5.12821vw;
    line-height: 1.55;
    text-align: left;
  }
  .h--mission p {
    font-size: 3.33333vw;
    margin: 0 0 7.69231vw;
  }
  .h--mission p br {
    display: none;
  }
}

/*
    works
--------------------------------------------------------------*/
.h--works {
  background-color: #070B0D;
  padding: 140px 32px 100px;
}

.h--works__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--works .h--headline {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

.h--works .h--headline .h--headline-titleEn {
  color: #FFF;
}

.h--works .works-postlist {
  position: relative;
  z-index: 5;
}

.h--works-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  border: 1px solid #FFF;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.h--works-button span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.h--works-button:link {
  text-decoration: none;
  color: #FFF;
}

.h--works-button:visited {
  text-decoration: none;
  color: #FFF;
}

.h--works-button:hover {
  text-decoration: none;
  color: var(--sub-color);
  background-color: #FFF;
}

.h--works-button:hover i {
  right: -30px;
}

.h--works-button i {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
  width: 40px;
  height: 12.5px;
  position: absolute;
  top: 40%;
  right: -20px;
  background-image: url(assets/images/common/arrow01__right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .h--works {
    padding: 12.82051vw 7.69231vw;
  }
  .h--works__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--works .h--headline {
    display: block;
    text-align: center;
  }
  .h--works .works-postlist {
    position: relative;
    z-index: 5;
  }
  .h--works-button {
    width: 71.79487vw;
    height: 15.38462vw;
  }
  .h--works-button span {
    font-size: 3.84615vw;
  }
  .h--works-button:hover i {
    right: -5.66vw;
  }
  .h--works-button i {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    display: block;
    width: 10.25641vw;
    height: 3.33333vw;
    position: absolute;
    top: 40%;
    right: -4.333vw;
  }
}

/*
    service
--------------------------------------------------------------*/
.h--service {
  padding: 180px 32px 220px;
}

.h--service__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.h--service-cols {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.h--service-cols-content {
  width: 49.07407%;
}

.h--service-cols-content p {
  line-height: 2.71429;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 35px;
}

.h--service-cols-figure {
  width: 50%;
}

.h--service-cols-figure img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .h--service {
    padding: 12.82051vw 7.69231vw;
  }
  .h--service__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--service .h--headline {
    display: block;
    text-align: center;
  }
  .h--service-cols {
    max-width: initial;
    display: block;
  }
  .h--service-cols-content {
    width: auto;
  }
  .h--service-cols-content p {
    font-size: 3.33333vw;
    margin: 0 0 5.12821vw;
  }
  .h--service-cols-figure {
    width: auto;
  }
  .h--service-cols-figure img {
    width: 100%;
    vertical-align: bottom;
  }
}

/*
    member
--------------------------------------------------------------*/
.h--member {
  background-color: #F0F0F0;
  padding: 180px 32px;
}

.h--member .h--headline {
  text-align: center;
}

.h--member__inner {
  max-width: 1340px;
  margin: 0 auto;
}

.h--member-profile-list {
  display: flex;
  justify-content: space-between;
}

.h--member-profile-box {
  width: 32.83582%;
  background-color: #FFF;
}

.h--member-profile-box__inner {
  padding: 3.40909%;
}

.h--member-profile-images {
  aspect-ratio: 410 / 410;
  overflow: hidden;
  margin: 0 0 40px;
  position: relative;
  cursor: pointer;
}

.h--member-profile-images img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  transform: scale(1);
}

.h--member-profile-images img:hover {
  transform: scale(1.15);
}

.h--member-profile-images figcaption {
  position: absolute;
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
  left: 20px;
  bottom: -10px;
  z-index: 5;
  font-size: 1.4rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  line-height: 1.5;
}

.h--member-profile-nameEn {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0 20px 15px;
}

.h--member-profile-nameJp {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0 20px 30px;
}

.h--member-profile-sns {
  display: flex;
  margin: 0 20px;
}

.h--member-profile-sns dd {
  width: 30px;
  margin: 0 10px 0 0;
}

.h--member-profile-sns dd img {
  width: 100%;
  vertical-align: bottom;
}

.h--member-profile-sns dd a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.h--member-profile-sns dd a:hover {
  opacity: 0.45;
}

.modal {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-box__inner {
  padding: 60px 40px;
  display: flex;
  justify-content: space-between;
}

.modal-box-content {
  width: 56%;
}

.modal-box-content p {
  font-size: 1.4rem;
  line-height: 2.71429;
  font-weight: 300;
  margin: 0 0 25px;
}

.modal-box-photo-block {
  width: 41%;
}

.modal-box-photo {
  display: block;
  margin: 0 0 20px;
}

.modal-box-photo img {
  width: 100%;
  vertical-align: bottom;
}

.modal-box-sns {
  display: flex;
  justify-content: center;
}

.modal-box-sns dd {
  margin: 0 10px 0;
  width: 30px;
}

.modal-box-sns dd img {
  width: 100%;
  vertical-align: bottom;
}

.modal-box-sns dd a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.modal-box-sns dd a:hover {
  opacity: 0.45;
}

.modal-box-content-info {
  border-bottom: 1px solid #CCC;
  padding: 0;
  margin: 0 0 25px;
}

.modal-box-content-titleEn {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-main);
  letter-spacing: 0.22em;
  margin: 0 0 15px;
}

.modal-box-content-titleJp {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 0 15px;
}

.modal-box-content-post {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 !important;
}

.modal .modal-box {
  background-color: #E0E0E0;
  margin: 10% auto;
  max-width: 1080px;
  width: 1080px;
  animation-name: modalopen;
  animation-duration: 1.25s;
  position: relative;
}

.modal .modal-box .modalClose {
  position: absolute;
  top: -30px;
  right: -30px;
  border: none;
  background-color: var(--sub-color);
  border: none;
  font-size: 0;
  width: 60px;
  height: 60px;
  background-image: url(assets/images/pages/home/modal__close.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}

@media screen and (max-width: 768px) {
  .h--member {
    padding: 12.82051vw 7.69231vw;
  }
  .h--member__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--member-profile-list {
    display: block;
  }
  .h--member-profile-box {
    width: auto;
    margin: 0 0 6.41026vw;
  }
  .h--member-profile-box__inner {
    padding: 3.40909%;
  }
  .h--member-profile-images {
    aspect-ratio: 410 / 410;
    overflow: hidden;
    margin: 0 0 5.12821vw;
  }
  .h--member-profile-images figcaption {
    padding: 2.5641vw;
    left: 5.12821vw;
    bottom: 5.12821vw;
    font-size: 3.07692vw;
  }
  .h--member-profile-nameEn {
    font-size: 4.10256vw;
    margin: 0 5.12821vw 3.84615vw;
    text-align: center;
  }
  .h--member-profile-nameJp {
    font-size: 3.58974vw;
    margin: 0 5.12821vw 5.12821vw;
    text-align: center;
  }
  .h--member-profile-sns {
    margin: 0 5.12821vw;
  }
  .h--member-profile-sns dd {
    width: 7.69231vw;
    margin: 0 2.5641vw 0 0;
  }
  .h--member-profile-sns dd img {
    width: 100%;
    vertical-align: bottom;
  }
  .modal-box__inner {
    padding: 7.69231vw;
    display: flex;
    flex-direction: column;
  }
  .modal-box-content {
    width: auto;
    order: 2;
  }
  .modal-box-content p {
    font-size: 3.33333vw;
    line-height: 2.71429;
    font-weight: 300;
    margin: 0 0 5.12821vw;
  }
  .modal-box-content p br {
    display: none;
  }
  .modal-box-photo-block {
    width: auto;
    order: 1;
  }
  .modal-box-photo {
    display: block;
    margin: 0 0 5.12821vw;
  }
  .modal-box-sns {
    display: flex;
    justify-content: center;
  }
  .modal-box-sns dd {
    margin: 0 2.5641vw 0;
    width: 7.69231vw;
  }
  .modal-box-content-info {
    border-bottom: 1px solid #CCC;
    padding: 0;
    margin: 0 0 3.84615vw;
  }
  .modal-box-content-titleEn {
    font-size: 4.10256vw;
    margin: 0 0 3.84615vw;
  }
  .modal-box-content-titleJp {
    font-size: 5.64103vw;
    font-weight: 700;
    margin: 0 0 3.84615vw;
  }
  .modal-box-content-post {
    font-size: 4.10256vw;
  }
  .modal .modal-box {
    margin: 10% auto;
    max-width: initial;
    width: 89.74359vw;
  }
  .modal .modal-box .modalClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 7.69231vw;
    height: 7.69231vw;
    background-image: url(assets/images/pages/home/modal__close.svg);
    background-repeat: no-repeat;
    background-size: 3.84615vw 3.84615vw;
    background-position: center center;
    cursor: pointer;
  }
}

/*
    company
--------------------------------------------------------------*/
.h--company {
  padding: 180px 32px;
}

.h--company .h--headline {
  text-align: center;
}

.h--company__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.h--company-data {
  margin: 0 0 70px;
  width: 100%;
}

.h--company-data th {
  border-bottom: 1px solid var(--sub-color);
  padding: 40px 20px 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.h--company-data td {
  border-bottom: 1px solid #DDDDDD;
  padding: 40px 20px 30px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57143;
}

.h--company-maps iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 580px;
}

@media screen and (max-width: 768px) {
  .h--company {
    padding: 12.82051vw 7.69231vw;
  }
  .h--company .h--headline {
    text-align: center;
  }
  .h--company__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--company-data {
    margin: 0 0 12.82051vw;
  }
  .h--company-data th {
    border-bottom: 1px solid var(--sub-color);
    padding: 10.25641vw 3.84615vw 7.69231vw;
    font-size: 3.84615vw;
  }
  .h--company-data td {
    padding: 10.25641vw 3.84615vw 7.69231vw;
    font-size: 3.58974vw;
  }
  .h--company-maps iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 56.41026vw;
  }
}

/*--------------------------------------------------------------
    # _page_styles.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}

body.acf_content p {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.editor-post-title__block .editor-post-title__input {
  color: #FFF;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  margin: 0 0 2.56vw;
  position: relative;
  font-size: 3.6rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper {
  width: 80%;
  background-color: #FFF;
  padding: 0 60px;
}

.editor-styles-wrapper .editor-post-title__block a:link {
  color: #000;
  text-decoration: underline;
}

.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #000;
  text-decoration: none;
}

.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #000;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

.wp-admin.post-type-works .edit-post-layout .editor-styles-wrapper {
  background-color: #151719;
}

.wp-admin.post-type-works .edit-post-layout .editor-styles-wrapper h1 {
  font-size: 4.2rem;
  color: #FFF;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 0 60px;
  padding: 0;
}

.wp-admin.post-type-works .wp-block-post-content.wp-block-post-content {
  max-width: 740px;
  margin: 0 auto;
}

/* Admin checkBox */
.acf-input input[type=checkbox], .acf-input input[type=radio] {
  height: 2.0rem;
  width: 2.0rem;
}

.acf-input input[type=checkbox]:checked::before {
  height: 2.3125rem;
  width: 2.3125rem;
}

/*
     Config [ACF Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}

.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  margin: 0 auto;
  padding: 0 24px 0;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:link {
  color: #000;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:visited {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:hover {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 8px 20px 0 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout__content .editor-styles-wrapper {
    padding: 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper {
    padding: 0 7.69231vw 12.82051vw;
  }
  .block-editor-editor-skeleton__body {
    display: block !important;
  }
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group {
  background-color: #F5F5F5;
  margin: 40px 0 60px;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  background-color: #FFF;
  padding: 40px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.edit-post-layout .editor-styles-wrapper .g--gmap {
  border: 1px solid #e8e8e8;
  padding: 20px;
}

.edit-post-layout .editor-styles-wrapper .g--gmap__inner {
  border: 1px solid #e8e8e8;
}

.edit-post-layout .editor-styles-wrapper .g--gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 410px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist__inner {
  padding: 20px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li {
  margin: 0 0 20px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
  padding: 15px;
  border: 1px solid #e8e8e8;
  width: auto;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:link {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:visited {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
  display: inline-block;
  padding: 0 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist {
  background-color: #EDEDED;
  padding: 10px;
  margin: 0 0 70px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist__inner {
  background-color: #FFF;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
  font-weight: 300;
  margin: 0 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
  display: block;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 25px 35px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
  background-color: #F5F5F5;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  position: relative;
  background-image: url(assets/images/common/parts/icon__pdf.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox {
  margin: 50px 0 80px;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
  display: flex;
  flex-wrap: wrap;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
  border: none;
  padding: 0;
  margin: 0 3.125% 30px 0;
  width: 31.25%;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  border: 5px solid #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
  border: 5px solid var(--main-color);
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
  margin: 15px 0 0;
  padding: 0 20px 0;
  display: block;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  text-align: center;
  color: #000;
  font-size: 2.0rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
  font-style: normal;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.0;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap.no-icon {
  background-image: none;
  font-weight: 400;
  font-size: 1.3rem;
}

.edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
  text-align: center;
  margin: 0 auto 30px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 20px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    width: 100%;
    margin: 5.12821vw 0;
    padding: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p {
    font-size: 3.33333vw;
    line-height: 1.6;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap {
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap__inner {
    border: 1px solid #e8e8e8;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap iframe {
    vertical-align: bottom;
    width: 100%;
    height: 51.28205vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist {
    padding: 2.5641vw;
    margin: 0 0 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist__inner {
    padding: 3.84615vw;
    background-color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li {
    margin: 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
    padding: 2.5641vw;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96.5% center;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
    display: inline-block;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist {
    background-color: #EDEDED;
    padding: 2.5641vw;
    margin: 0 0 vw(20);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
    font-weight: 300;
    margin: 0 0 0 vw(10);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
    font-size: 3.07692vw;
    padding: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
    content: "";
    display: inline-block;
    width: 3.84615vw;
    height: 4.35897vw;
    margin: 0 0 0 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
    border: none;
    padding: 0;
    margin: 0 3.125% 2.5641vw 0;
    width: 47.25%;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
    margin: 0 3.125% 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(even) {
    margin: 0 0 2.5641vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
    border: 5px solid var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
    margin: 2.5641vw 0 0;
    padding: 0 2.5641vw 0;
    display: block;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 2.5641vw 2.5641vw;
    background-position: right center;
    text-align: center;
    color: #000;
    font-size: 3.84615vw;
    font-weight: 700;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
    font-style: normal;
    display: block;
    margin: 0 0 5px;
    font-size: 2.5641vw;
    font-weight: 300;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 30px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 20px;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 20px 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 50px;
  }
}

/*
    pages common style
--------------------------------------------------------------*/
.p--pages {
  padding: 80px 0 160px;
}

@media screen and (max-width: 768px) {
  .p--pages {
    padding: 7.69231vw 0 12.82051vw;
  }
}

/*
    pages [contact]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p--contact-lead {
  max-width: 740px;
  margin: 0 auto 35px;
}

.edit-post-layout .editor-styles-wrapper .p--contact-lead .caution {
  font-size: 1.6rem;
  color: #BC0000;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form-field {
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form-field-hcols {
  display: flex;
  justify-content: space-between;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form-field-hcols div {
  width: 47.5%;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form-field-hcols div input {
  width: 90% !important;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form .caution {
  font-style: normal;
  color: #BC0000;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="text"] {
  border: 1px solid #EAEAEA;
  padding: 20px 10px;
  background-color: #FFF;
  width: 95%;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="text"]::placeholder {
  color: #D6D6D6;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="email"] {
  border: 1px solid #EAEAEA;
  padding: 20px 10px;
  background-color: #FFF;
  width: 95%;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="email"]::placeholder {
  color: #D6D6D6;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd textarea {
  border: 1px solid #EAEAEA;
  padding: 20px 10px;
  background-color: #FFF;
  width: 95%;
  min-height: 150px;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd textarea::placeholder {
  color: #D6D6D6;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form dd .error {
  border: 4px solid #B70000;
  background-color: #FFF;
  margin: 0 0 20px;
  display: inline-block;
  padding: 15px;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form_control {
  display: flex;
  justify-content: center;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form_control .o-link-button {
  margin: 0 20px;
  background-color: var(--sub-color);
  border: none;
  color: #FFF;
  letter-spacing: 0.25em;
  font-weight: 700;
  padding: 20px 40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  border: 2px solid var(--sub-color);
  cursor: pointer;
}

.edit-post-layout .editor-styles-wrapper .p--contact-form_control .o-link-button:hover {
  background-color: #FFF;
  color: var(--sub-color);
}

.edit-post-layout .editor-styles-wrapper .p--contact-form_control .o-link-button.o-link-back {
  background-color: #666;
}

.edit-post-layout .editor-styles-wrapper .mw_wp_form_confirm .p--contact-form dd {
  background-color: #FFF;
  padding: 15px;
  font-size: 1.3rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--contact-lead {
    max-width: initial;
    margin: 0 auto 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-lead .caution {
    font-size: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form {
    max-width: initial;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form-field {
    margin: 0 0 7.69231vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form dt {
    font-size: 3.84615vw;
    margin: 0 0 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="text"] {
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form dd input[type="email"] {
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form dd textarea {
    border: 1px solid #EAEAEA;
    padding: 2.5641vw;
    min-height: 41.02564vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form dd .error {
    border: 2px solid #B70000;
    margin: 0 0 3.84615vw;
    padding: 2.5641vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--contact-form_control .o-link-button {
    margin: 0 2.5641vw;
    padding: 5.12821vw 10.25641vw;
  }
  .edit-post-layout .editor-styles-wrapper .mw_wp_form_confirm .p--contact-form dd {
    padding: 3.84615vw;
    font-size: 3.33333vw;
  }
}

/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/*
    Works
--------------------------------------------------------------*/
.works--headline {
  background: #313334;
  background: radial-gradient(circle, rgba(49, 51, 52, 0.982252) 0%, #0d181f 100%);
}

.works--headline .l--headline-main {
  color: #FFF;
}

/*
    category list
--------------------------------------------------------------*/
.works-category {
  margin: 0 0 100px;
}

.works-category-title {
  font-size: 2.0rem;
  letter-spacing: 0.22em;
  color: #FFF;
  font-weight: 400;
  margin: 0 0 30px;
}

.works-category-title-main {
  font-weight: 700;
  font-size: 4.0rem;
}

.works-category-list {
  display: flex;
  flex-wrap: wrap;
}

.works-category-list li {
  margin: 0 20px 20px 0;
}

.works-category-list li a {
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.works-category-list li a:link {
  color: #FFF;
}

.works-category-list li a:visited {
  color: #FFF;
}

.works-category-list li a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.45;
}

.works-postlist {
  display: flex;
  flex-wrap: wrap;
}

.works-postlist__content {
  padding: 20px;
}

.works-postlist-title {
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}

.works-postlist-title a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.works-postlist-title a:link {
  color: #FFF;
  text-decoration: none;
}

.works-postlist-title a:visited {
  color: #FFF;
  text-decoration: none;
}

.works-postlist-title a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.45;
}

.works-postlist-client {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}

.works-postlist-client a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.works-postlist-client a:link {
  color: #FFF;
  text-decoration: none;
}

.works-postlist-client a:visited {
  color: #FFF;
  text-decoration: none;
}

.works-postlist-client a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.45;
}

.works-postlist-date {
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 500;
}

.works-postlist > li {
  width: 44.0678%;
  background-color: #202426;
  margin: 0 11.86441% 80px 0;
}

.works-postlist > li:nth-child(2n) {
  margin: 0 0 80px 0;
}

.works-postlist-images {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 520 / 300;
}

.works-postlist-images img {
  width: 100%;
  vertical-align: bottom;
  transform: scale(1);
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.works-postlist-images img:hover {
  transform: scale(1.1);
}

.works-postlist-catelist {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.works-postlist-catelist > li {
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px 12.5px;
  background-color: #FFF;
  border-radius: 3px;
  color: #070B0D;
}

@media screen and (max-width: 768px) {
  .works-category {
    margin: 0 0 12.82051vw;
  }
  .works-category-title {
    font-size: 4.10256vw;
    margin: 0 0 5.12821vw;
  }
  .works-category-title-main {
    font-size: 5.64103vw;
  }
  .works-category-list li {
    margin: 0 2.5641vw 2.5641vw 0;
  }
  .works-category-list li a {
    font-size: 3.33333vw;
  }
  .works-postlist {
    display: block;
  }
  .works-postlist__content {
    padding: 5.12821vw;
  }
  .works-postlist-title {
    font-size: 4.10256vw;
    margin: 0 0 3.84615vw;
  }
  .works-postlist-client {
    font-size: 3.07692vw;
    margin: 0 0 5.12821vw;
  }
  .works-postlist-date {
    font-size: 1.3rem;
    color: #FFF;
    font-weight: 500;
  }
  .works-postlist > li {
    width: auto;
    background-color: #202426;
    margin: 0 0 6.41026vw;
  }
  .works-postlist > li:nth-child(2n) {
    margin: 0 0 6.41026vw;
  }
  .works-postlist-catelist {
    right: 2.5641vw;
    bottom: 2.5641vw;
  }
  .works-postlist-catelist > li {
    font-size: 2.82051vw;
    padding: 1.28205vw;
    border-radius: 0.76923vw;
  }
}

/*
    single
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .works-information {
  position: relative;
  top: -80px;
}

.edit-post-layout .editor-styles-wrapper .works-information-images {
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 607;
  background-size: cover;
  background-position: center center;
}

.edit-post-layout .editor-styles-wrapper .works-information-content {
  margin: 30px 0 0;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .works-information-content.no--images {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li {
  margin: 0;
  padding: 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li a {
  display: inline-block;
  background-color: #FFF;
  border-radius: 3px;
  padding: 7.5px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li a:link {
  text-decoration: none;
  color: var(--sub-color);
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li a:visited {
  text-decoration: none;
  color: var(--sub-color);
}

.edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li a:hover {
  text-decoration: none;
  color: var(--sub-color);
  opacity: 0.65;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li span {
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0 0.5em 0 0;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li a:link {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li a:visited {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li a:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.65;
}

.edit-post-layout .editor-styles-wrapper .works-information-maintitle {
  font-size: 4.2rem;
  color: #FFF;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 25px 0 0;
  padding: 0;
}

.works-relation-button {
  margin: 50px auto 0;
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFF;
  background-color: #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-weight: 700;
}

.works-relation-button:link {
  color: var(--sub-color);
  text-decoration: none;
}

.works-relation-button:visited {
  color: var(--sub-color);
  text-decoration: none;
}

.works-relation-button:hover {
  color: var(--sub-color);
  text-decoration: none;
  background-color: var(--sub-color);
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-relation-title {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: var(--font-main);
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .works-relation-box {
  border: 2px solid #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-relation-box__inner {
  padding: 25px;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li {
  margin: 0 0 15px;
  padding: 0 0 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li a {
  padding: 5px 25px 5px 0;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-image: url(assets/images/common/icon__exlinks.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li a:link {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li a:visited {
  text-decoration: none;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .works-relation-list li a:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.45;
}

.works-relation-post {
  margin: 120px 0 0;
}

.works-relation-post-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  font-family: var(--font-main);
  text-align: center;
  color: #FFF;
  margin: 0 0 45px;
}

.works-relation-post__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.works-relation-post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.works-relation-post-list > li {
  width: 33.33333%;
}

.works-relation-post-listbox {
  display: block;
  position: relative;
  aspect-ratio: 440 / 330;
  overflow: hidden;
}

.works-relation-post-listbox:hover .works-relation-post-listbox-photo img {
  transform: scale(1.05);
}

.works-relation-post-listbox:hover .works-relation-post-listbox-bg {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.works-relation-post-listbox-info {
  position: absolute;
  padding: 0 15px;
  bottom: 15px;
  z-index: 15;
}

.works-relation-post-listbox-title {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.35;
}

.works-relation-post-listbox-client {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 300;
}

.works-relation-post-listbox-photo {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}

.works-relation-post-listbox-photo img {
  width: 100%;
  vertical-align: bottom;
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.works-relation-post-listbox-bg {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  aspect-ratio: 440 / 330;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.edit-post-layout .editor-styles-wrapper .works-content {
  max-width: 740px;
  margin: 0 auto;
}

.post-type-works .edit-post-layout .editor-styles-wrapper p {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper h2, .post-type-works .edit-post-layout .editor-styles-wrapper h3, .post-type-works .edit-post-layout .editor-styles-wrapper h4, .post-type-works .edit-post-layout .editor-styles-wrapper h5, .post-type-works .edit-post-layout .editor-styles-wrapper h6 {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper ul li {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper ol li {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper table th {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper table td {
  color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper h2 {
  border-bottom: 1px solid #333333;
}

.post-type-works .edit-post-layout .editor-styles-wrapper h2:before {
  background-color: #FFF;
}

.post-type-works .edit-post-layout .editor-styles-wrapper .wp-block-embed {
  margin: 100px auto;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .works-information {
    top: inherit;
    padding: 7.69231vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content {
    margin: 7.69231vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content-catelist {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li {
    margin: 0 0 5.12821vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content-catelist > li a {
    border-radius: 0.76923vw;
    padding: 1.28205vw 2.5641vw;
    font-size: 3.07692vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li {
    margin: 0 0 3.84615vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-content-datalist > li span {
    font-size: 2.82051vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-information-maintitle {
    font-size: 6.15385vw;
    margin: 3.84615vw 0;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper .works-relation-title {
    font-size: 4.10256vw;
    margin: 0 0 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-relation-box__inner {
    padding: 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-relation-list li {
    margin: 0 0 3.84615vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-relation-list li a {
    padding: 1.28205vw 6.41026vw 1.28205vw 0;
    font-size: 3.07692vw;
    background-size: 3.07692vw 3.07692vw;
    background-position: right center;
  }
  .works-relation-post {
    margin: 7.69231vw 0 0;
    padding: 0 12.82051vw;
  }
  .works-relation-post-title {
    font-size: 4.10256vw;
    margin: 0 0 5.12821vw;
  }
  .works-relation-post__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .works-relation-post-list {
    display: block;
  }
  .works-relation-post-list > li {
    width: auto;
  }
  .works-relation-post-listbox-info {
    padding: 0 2.5641vw;
    bottom: 2.5641vw;
  }
  .works-relation-post-listbox-title {
    font-size: 3.58974vw;
    margin: 0 0 3.84615vw;
  }
  .works-relation-post-listbox-client {
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .works-content {
    max-width: 740px;
    margin: 0 auto;
  }
  .post-type-works .edit-post-layout .editor-styles-wrapper .wp-block-embed {
    margin: 12.82051vw auto;
  }
}

/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _animation.scss
--------------------------------------------------------------*/
/*
    Opening
--------------------------------------------------------------*/
#openning {
  display: none;
}

body.loading #openning {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: var(--main-color);
}

body.loading #openning::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transition: 1s cubic-bezier(0, 0.75, 0.25, 1);
}

body.loaded #openning {
  top: 0;
  animation: opanime01 0.5s ease-out 0.0s forwards;
}

body.loaded #openning::before {
  top: 100%;
  animation: opanime02 0.5s ease-out forwards;
}

@keyframes opanime02 {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@-webkit- @keyframes opanime02 {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes opanime01 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

@-webkit- @keyframes opanime01 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

.home .cmn--line .cmn--line-fig:before {
  background-color: #707070;
}

body.loading .cmn--line {
  opacity: 0.45;
  transform: translateY(-50%) scale(2.5);
  transition: 0.75s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
}

body.loaded .cmn--line {
  opacity: 0.075;
  transform: translateY(0) scale(1);
}

/*
    keyvisual
--------------------------------------------------------------*/
body.loading .h--mv-bg {
  opacity: 0.0;
}

body.loaded .h--mv-bg {
  animation: mvbg 1.25s linear 0.00s forwards;
}

@keyframes mvbg {
  0% {
    opacity: 0.10;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(20px) scale(1.05);
    height: 100vw;
  }
  30% {
    opacity: 1.0;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(20px) scale(1.05);
    height: 100vw;
  }
  100% {
    opacity: 0.10;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(0) scale(1);
    height: 57.14285714vw;
  }
}

@-webkit- @keyframes mvbg {
  0% {
    opacity: 0.10;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(20px) scale(1.05);
    height: 100vw;
  }
  30% {
    opacity: 1.0;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(20px) scale(1.05);
    height: 100vw;
  }
  100% {
    opacity: 0.10;
    background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
    transform: translateY(0) scale(1);
    height: 57.14285714vw;
  }
}

body.loading .h--mv-title {
  opacity: 0.00;
}

body.loaded .h--mv-title {
  animation: mvtitle 0.75s linear 2.00s forwards;
}

@keyframes mvtitle {
  0% {
    opacity: 0.00;
    transform: translateY(10px) scale(1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1.00;
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit- @keyframes mvtitle {
  0% {
    opacity: 0.00;
    transform: translateY(10px) scale(1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1.00;
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

body.loading .h--mv-catch {
  opacity: 0.00;
}

body.loaded .h--mv-catch {
  animation: mvcatch 0.75s linear 3.00s forwards;
}

@keyframes mvcatch {
  0% {
    opacity: 0.00;
    transform: translateY(10px) scale(1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1.00;
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit- @keyframes mvcatch {
  0% {
    opacity: 0.00;
    transform: translateY(10px) scale(1);
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 1.00;
    transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

body.loading .h--topics-post-list {
  opacity: 0.0;
  transform: translateY(100px) scale(1.05);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.5s;
}

body.loaded .h--topics-post-list {
  opacity: 1.0;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  @keyframes mvbg {
    0% {
      opacity: 0.10;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(20px) scale(1.05);
      height: 100vw;
    }
    30% {
      opacity: 1.0;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(20px) scale(1.05);
      height: 100vw;
    }
    100% {
      opacity: 0.10;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(0) scale(1);
      height: 133.33333vw;
    }
  }
  @-webkit- @keyframes mvbg {
    0% {
      opacity: 0.10;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(20px) scale(1.05);
      height: 100vw;
    }
    30% {
      opacity: 1.0;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(20px) scale(1.05);
      height: 100vw;
    }
    100% {
      opacity: 0.10;
      background: radial-gradient(circle, #0d181f 0%, #0d181f 100%);
      transform: translateY(0) scale(1);
      height: 133.33333vw;
    }
  }
  body.loading .h--mv-catch {
    opacity: 0.0;
    transform: translateY(20px) scale(1);
    transition: 0.55s cubic-bezier(0.09, 0.43, 0.1, 0.79) 3s;
  }
  body.loaded .h--mv-catch {
    opacity: 1.0;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  body.loading .h--topics-post-list {
    opacity: 0.0;
    transform: translateY(20px) scale(1.05);
    transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.5s;
  }
  body.loaded .h--topics-post-list {
    opacity: 1.0;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/*
    home[mission]
--------------------------------------------------------------*/
.h--mission .h--headline {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--mission .h--headline.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--mission-content {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--mission-content.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .h--mission .h--headline {
    transform: translateY(50px);
  }
  .h--mission-content {
    transform: translateY(50px);
  }
}

/*
    home[works]
--------------------------------------------------------------*/
.content-wrap--bg {
  position: relative;
  background: #FBFBFB;
}

.content-wrap--bg::before {
  content: "";
  position: absolute;
  transform: scale(1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  transition: all 1.5s ease 0s;
  z-index: 0;
  background: #FBFBFB;
}

.content-wrap--bg.show::before {
  opacity: 1;
  transform: scale(1);
  top: 0%;
}

.content-wrap--bg::before {
  background: #070B0D;
}

.h--works .h--headline {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--works .h--headline.lazyloaded {
  opacity: 1;
  transform: translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.home .works-postlist li {
  opacity: 0;
  transform: translateY(100px);
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.home .works-postlist li:nth-child(1) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
}

.home .works-postlist li:nth-child(2) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

.home .works-postlist li:nth-child(3) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
}

.home .works-postlist li:nth-child(4) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

.home .works-postlist li:nth-child(5) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
}

.home .works-postlist li:nth-child(6) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

.home .works-postlist li:nth-child(7) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
}

.home .works-postlist li:nth-child(8) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
}

.home .works-postlist li.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .h--works .h--headline {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s;
  }
  .h--works .h--headline.lazyloaded {
    opacity: 1;
    transform: translateY(0);
  }
  .home .works-postlist li {
    opacity: 0;
    transform: translateY(50px);
  }
  .home .works-postlist li:nth-child(1) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
  }
  .home .works-postlist li:nth-child(2) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
  .home .works-postlist li:nth-child(3) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
  }
  .home .works-postlist li:nth-child(4) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
  .home .works-postlist li:nth-child(5) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
  }
  .home .works-postlist li:nth-child(6) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
  .home .works-postlist li:nth-child(7) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0s;
  }
  .home .works-postlist li:nth-child(8) {
    transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
}

/*
    home[service]
--------------------------------------------------------------*/
.h--service .h--headline {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--service .h--headline.lazyloaded {
  opacity: 1;
  transform: translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--service-cols-content {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--service-cols-content.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--service-cols-figure {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--service-cols-figure.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .h--service .h--headline {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  }
  .h--service-cols-content {
    opacity: 0;
    transform: translateY(50px);
  }
  .h--service-cols-content.lazyloaded {
    opacity: 1;
  }
  .h--service-cols-figure {
    opacity: 0;
    transform: translateY(50px);
  }
  .h--service-cols-figure.lazyloaded {
    opacity: 1;
  }
}

/*
    home[member]
--------------------------------------------------------------*/
.h--member .h--headline {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--member .h--headline.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--member-profile-list li {
  opacity: 0;
  transform: translateY(20px);
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.h--member-profile-list li:nth-child(1) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.55s;
}

.h--member-profile-list li:nth-child(2) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.75s;
}

.h--member-profile-list li:nth-child(3) {
  transition: 0.25s cubic-bezier(0.09, 0.43, 0.1, 0.79) 2.05s;
}

.h--member-profile-list li.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

/*
    home[company]
--------------------------------------------------------------*/
.h--company .h--headline {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--company .h--headline.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--company-data {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.h--company-data.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
/*# sourceMappingURL=style.css.map */
