@charset "UTF-8";
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

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

caption,
th {
  text-align: left;
}

th {
  font-weight: inherit;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
}

[hidden] {
  display: none !important;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --color-primary: #000000;
  --color-primary-sub: #000000;
  --color-secondary: #EFEFEF;
  --color-gray-line: #C1C1C1;
  --color-gray-bg: #EFEFEF;
  --font-inter: "Inter", sans-serif;
  --font-ls-base: 0.175em;
  --container-width: 1248px;
  --grad-main: linear-gradient(45deg, #C94D97 0%, #7F0073 100%);
}

/*  Set
--------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
html.block-editor-iframe__html,
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Lato", sans-serif;
  color: #000;
  text-align: left;
  font-size: 0.8333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s 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;
  }
}

/**
 # Layout
 */
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  padding: 5.2083333333vw 2.0833333333vw 7.8125vw;
  background-color: #FFF;
}

.l-container {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 7.6923076923vw 8.9743589744vw;
  }
  .l-container {
    max-width: initial;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Footer
--------------------------------------------------------------*/
.l-footer {
  background-color: var(--color-primary);
  color: #FFF;
  z-index: 10;
  position: relative;
  padding: 5.2083333333vw 1.0416666667vw;
}
.l-footer__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 15.1041666667vw;
  min-width: 16.6666666667vw;
}
.l-footer__brand__smp {
  display: none;
}
.l-footer__logo {
  display: block;
  width: 8.4635416667vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.l-footer__copyright {
  display: block;
  margin: auto 0 0;
  color: #FFF;
  font-size: 0.5208333333vw;
  line-height: 1;
  letter-spacing: 0.075em;
}
.l-footer__copyright__smp {
  display: none;
}
.l-footer__nav {
  display: flex;
  border-left: 1px solid #FFF;
}
.l-footer__column {
  padding: 0 1.1979166667vw;
  border-right: 1px solid #FFF;
}
.l-footer__column.border--none {
  border: none;
}
.l-footer__column:last-child {
  border-right: none;
  padding-right: 0;
}
.l-footer__column--stack {
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  border-right: none;
}
.l-footer__column--address {
  min-width: 14.0625vw;
}
.l-footer__group {
  margin: 0;
  border-left: 1px solid #FFF;
  padding: 0 0 0 1.1979166667vw;
}
.l-footer__heading {
  margin: 0 0 0.5208333333vw;
  color: #FFF;
  font-family: var(--font-inter);
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
.l-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__item {
  margin: 0 0 0.46875vw;
}
.l-footer__item:last-child {
  margin-bottom: 0;
}
.l-footer__link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4166666667vw;
  color: #FFF;
  font-size: 0.625vw;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-footer__link::after {
  content: "";
  display: block;
  width: 0.6744791667vw;
  height: 0.5213541667vw;
  line-height: 1;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-footer__link:hover {
  opacity: 0.62;
}
.l-footer__address {
  display: block;
  margin: 0 0 1.5625vw;
  color: #FFF;
  font-style: normal;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.l-footer__address:last-child {
  margin-bottom: 0;
}
.l-footer__office, .l-footer__postal, .l-footer__text {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 17.9487179487vw 8.9743589744vw;
  }
  .l-footer__inner {
    max-width: initial;
    display: flex;
    align-items: normal;
    flex-direction: column;
  }
  .l-footer__brand {
    display: none;
  }
  .l-footer__brand__smp {
    display: block;
    margin: 3.8461538462vw auto 2.5641025641vw;
  }
  .l-footer__brand__smp .l-footer__logo {
    width: 20.5128205128vw;
    display: block;
  }
  .l-footer__logo {
    display: block;
    width: 162.5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .l-footer__logo:hover {
    opacity: 0.7;
  }
  .l-footer__logo img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
  }
  .l-footer__copyright__smp {
    display: block;
    margin: 2.5641025641vw 0 0;
    color: #FFF;
    font-size: 2.5641025641vw;
    line-height: 1;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .l-footer__nav {
    display: flex;
    flex-direction: column;
    border-left: none;
  }
  .l-footer__column {
    padding: 0 0 3.8461538462vw;
    margin: 0 0 3.8461538462vw;
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
  .l-footer__column.border--none {
    border-bottom: 1px solid #FFF;
  }
  .l-footer__column:last-child {
    border-right: none;
    padding-right: 0;
    margin: 0;
  }
  .l-footer__column--stack {
    display: flex;
    flex-direction: column;
    gap: 5.1282051282vw;
    border-right: none;
    border: none;
  }
  .l-footer__column--address {
    min-width: initial;
    border-bottom: none;
  }
  .l-footer__group {
    margin: 0;
    border-left: none;
    padding: 0 0 3.8461538462vw;
    border-bottom: 1px solid #FFF;
  }
  .l-footer__heading {
    margin: 0;
    font-size: 4.1025641026vw;
    line-height: 1.1666666667;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
  }
  .l-footer__heading .ja--title {
    font-size: 3.5897435897vw;
    margin-right: 2.5641025641vw;
    letter-spacing: 0.2em;
  }
  .l-footer__heading .en--title {
    font-size: 3.0769230769vw;
    letter-spacing: 0.1em;
    font-family: var(--font-inter);
  }
  .l-footer__heading.open:after {
    transform: rotate(270deg);
  }
  .l-footer__heading:after {
    content: "";
    height: 2.5666666667vw;
    width: 3.3205128205vw;
    display: block;
    position: absolute;
    top: 1.2820512821vw;
    right: 0;
    background-image: url(assets/images/common/arrow01__wh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(90deg);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .l-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 5.1282051282vw 0 0;
  }
  .l-footer__item {
    margin: 0 0 3.8461538462vw;
  }
  .l-footer__item:last-child {
    margin-bottom: 0;
  }
  .l-footer__link {
    gap: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
  .l-footer__link::after {
    content: "";
    width: 3.3205128205vw;
    height: 2.5666666667vw;
  }
  .l-footer__link:hover {
    opacity: 0.62;
  }
  .l-footer__address {
    display: block;
    text-align: center;
    margin: 0 0 2.5641025641vw;
    font-size: 2.5641025641vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .l-footer__address:last-child {
    margin-bottom: 0;
  }
  .l-footer__office, .l-footer__postal, .l-footer__text {
    display: block;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  Header
--------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 1.0416666667vw;
  height: 4.6875vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header__inner {
  position: relative;
  height: 4.6875vw;
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.l-header__logo {
  position: absolute;
  width: 13.5416666667vw;
  height: 2.0833333333vw;
  left: 0;
  top: 1.3020833333vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-header__logo:hover {
  opacity: 0.75;
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__search-form {
  position: absolute;
  right: 0;
  top: 1.3020833333vw;
  height: 2.0833333333vw;
  width: 10.4166666667vw;
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  box-sizing: border-box;
}
.l-header__search-field {
  width: 10.4166666667vw;
  padding: 0.6510416667vw 2.34375vw 0.6510416667vw 1.5625vw;
  font-size: 0.625vw;
  font-family: var(--font-inter);
  line-height: 1;
  position: relative;
}
.l-header__search-field::placeholder {
  color: #000;
  opacity: 1;
}
.l-header__search-field:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.l-header__search-submit {
  position: absolute;
  top: 0.5729166667vw;
  right: 1.328125vw;
  width: 0.9661458333vw;
  height: 0.9661458333vw;
  background-image: url(assets/images/common/icon__search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-indent: -520.78125vw;
}
.l-header__search-submit:hover {
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .home .l-header {
    background: none;
  }
  .l-header {
    padding: 0 5.1282051282vw;
    height: 17.9487179487vw;
  }
  .l-header__inner {
    height: 17.9487179487vw;
    max-width: initial;
    position: relative;
  }
  .l-header__logo {
    width: 36.641025641vw;
    height: 5.641025641vw;
    top: 6.1538461538vw;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .l-header__search-form {
    display: none;
  }
  #page--top + .l-header {
    mix-blend-mode: difference;
  }
  #page--top + .l-header:has(.burger-active) {
    mix-blend-mode: normal;
  }
  #page--top + .l-header .burger .line,
  #page--top + .l-header .burger::before,
  #page--top + .l-header .burger::after {
    background: #FFF;
  }
}
/*  Gmenu
--------------------------------------------------------------*/
.l-gmenu__list {
  position: absolute;
  right: 13.5416666667vw;
  display: flex;
}
.l-gmenu__list > li {
  margin: 0 0 0 2.8645833333vw;
  padding: 1.25vw 0 1.3541666667vw;
}
.l-gmenu__list > li > a {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-gmenu__list > li > a:hover {
  opacity: 0.35;
}
.l-gmenu__list > li > a span {
  display: block;
  text-align: center;
}
.l-gmenu__list > li > a .ja--title {
  font-size: 0.8333333333vw;
  color: #000;
  letter-spacing: 0.2em;
  margin: 0 0 0.2604166667vw;
  font-weight: 700;
  line-height: 1.375;
}
.l-gmenu__list > li > a .en--title {
  font-size: 0.625vw;
  color: #000;
  letter-spacing: 0.175em;
  font-weight: 500;
  font-family: var(--font-inter);
  line-height: 1.25;
}

.show .megamenu__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.megamenu__content {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 50;
  background-color: #000;
  position: absolute;
  top: 4.6875vw;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.8229166667vw 1.0416666667vw;
}
.megamenu__content__inner {
  width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.megamenu__headline {
  color: #FFF;
  margin-right: 2.6041666667vw;
  display: flex;
  align-items: center;
}
.megamenu__headline .en--title {
  font-family: var(--font-inter);
  letter-spacing: 0.1em;
  font-size: 0.9375vw;
  font-weight: 600;
  padding: 0 0.625vw 0 0;
  border-right: 1px solid #FFF;
  margin: 0 0.625vw 0 0;
}
.megamenu__headline .ja--title {
  letter-spacing: 0.2em;
  font-size: 0.7291666667vw;
  font-weight: 400;
}
.megamenu__list {
  display: flex;
}
.megamenu__list > li {
  margin: 0 1.5625vw 0 0;
}
.megamenu__list > li > a {
  color: #FFF;
  letter-spacing: 0.2em;
  font-size: 0.7291666667vw;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.megamenu__list > li > a:hover {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .l-gmenu__list__wrap {
    display: none;
  }
  .l-gmenu__megamenu {
    display: none;
  }
}
/*  burger
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .burger--wrap {
    width: 8.9743589744vw;
    height: 4.2179487179vw;
    top: 6.9230769231vw;
    right: 0;
    position: absolute;
    z-index: 1250;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .burger {
    width: 8.9743589744vw;
    height: 4.2179487179vw;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .burger .line {
    width: 8.9743589744vw;
    height: 1px;
    background: var(--color-primary);
    transition: 0.3s;
    right: 0;
    position: absolute;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 8.9743589744vw;
    height: 1px;
    top: 0;
    right: 0;
    background: var(--color-primary);
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 8.9743589744vw;
    height: 1px;
    bottom: 0;
    right: 0;
    background: var(--color-primary);
    transition: 0.8s;
  }
  .navigation.nav-active {
    display: block;
    animation: show 0.25s linear 0s;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .navigation {
    display: none;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--color-primary);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation .navigation-content {
    background: var(--color-primary);
    margin: 0 auto;
    top: 0;
    height: auto;
    position: fixed;
    width: 100%;
    left: inherit;
    right: 0;
    z-index: 1000;
  }
  .navigation .navigation-content__inner {
    padding: 23.0769230769vw 8.9743589744vw 8.9743589744vw;
    height: 100vw;
  }
  .navigation__search-form {
    display: flex;
    max-width: 82.0512820513vw;
    border: 1px solid #FFF;
    min-height: 10.2564102564vw;
    border-radius: 5.1282051282vw;
    align-items: center;
    position: relative;
  }
  .navigation__search-field {
    width: 61.5384615385vw;
    padding: 3.2051282051vw 11.5384615385vw 3.2051282051vw 7.6923076923vw;
    font-size: 3.0769230769vw;
    font-family: var(--font-inter);
    line-height: 1;
    position: relative;
    color: #FFF;
  }
  .navigation__search-field::placeholder {
    color: #FFF;
    opacity: 1;
  }
  .navigation__search-field:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .navigation__search-submit {
    position: absolute;
    top: 2.8205128205vw;
    right: 6.5384615385vw;
    width: 4.7564102564vw;
    height: 4.7564102564vw;
    background-image: url(assets/images/common/icon__search__wh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-indent: -9999px;
  }
  .navigation__search-submit:hover {
    opacity: 0.45;
  }
  .navigation__logo {
    margin: 25.641025641vw auto 0;
    display: block;
    width: 20.5128205128vw;
  }
  .burger-active::before {
    transform: rotate(210deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    height: 1px;
    width: 8.9743589744vw;
  }
  .burger-active::after {
    transform: rotate(-210deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    height: 1px;
    width: 8.9743589744vw;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1;
  }
  .burger-active .line {
    display: none;
  }
}
/**
 # Objects -  Compornent -
 */
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons {
  margin: 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
  min-width: 22.9166666667vw;
  min-height: 4.1666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-gray-line);
  border-radius: 6px;
  font-family: var(--font-inter);
  font-size: 0.9375vw;
  font-weight: 600;
  background-color: #FFF;
  color: var(--color-primary);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button__link:hover {
  background-color: var(--color-primary);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link:hover::before,
.editor-styles-wrapper .wp-block-button__link:hover::before {
  background-image: url(assets/images/common/arrow01__wh.svg);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link::before,
.editor-styles-wrapper .wp-block-button__link::before {
  content: "";
  width: 1.0416666667vw;
  height: 0.78125vw;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.right--arrow:before,
.editor-styles-wrapper .wp-block-button__link.right--arrow:before {
  transform: translateY(-50%) rotate(180deg);
  right: inherit;
  left: 0.8333333333vw;
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.left--arrow:before,
.editor-styles-wrapper .wp-block-button__link.left--arrow:before {
  transform: translateY(-50%);
}
.edit-post-layout .editor-styles-wrapper .wp-block-button__link.no--arrow:before,
.editor-styles-wrapper .wp-block-button__link.no--arrow:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link,
.editor-styles-wrapper .is-style-button--type01 .wp-block-button__link {
  border: 1px solid var(--color-primary-sub);
  background-color: var(--color-primary-sub);
  color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover,
.editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover {
  background-color: #FFF;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover::before,
.editor-styles-wrapper .is-style-button--type01 .wp-block-button__link:hover::before {
  background-image: url(assets/images/common/arrow01__bk.svg);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type01 .wp-block-button__link::before,
.editor-styles-wrapper .is-style-button--type01 .wp-block-button__link::before {
  background-image: url(assets/images/common/arrow01__wh.svg);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type02 .wp-block-button__link:before,
.editor-styles-wrapper .is-style-button--type02 .wp-block-button__link:before {
  transform: translateY(-50%) rotate(90deg);
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type03 .wp-block-button__link,
.editor-styles-wrapper .is-style-button--type03 .wp-block-button__link {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-gray-line);
  font-weight: 700;
  pointer-events: none;
}
.edit-post-layout .editor-styles-wrapper .is-style-button--type03 .wp-block-button__link:before,
.editor-styles-wrapper .is-style-button--type03 .wp-block-button__link:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-buttons,
  .editor-styles-wrapper .wp-block-buttons {
    margin: 0 0 7.6923076923vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link,
  .editor-styles-wrapper .wp-block-button__link {
    min-width: 82.0512820513vw;
    min-height: 20.5128205128vw;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw !important;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link::before,
  .editor-styles-wrapper .wp-block-button__link::before {
    content: "";
    width: 3.3717948718vw;
    height: 2.6076923077vw;
    right: 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.right--arrow:before,
  .editor-styles-wrapper .wp-block-button__link.right--arrow:before {
    transform: translateY(-50%) rotate(180deg);
    right: inherit;
    left: 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.left--arrow:before,
  .editor-styles-wrapper .wp-block-button__link.left--arrow:before {
    transform: translateY(-50%);
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-button__link.no--arrow:before,
  .editor-styles-wrapper .wp-block-button__link.no--arrow:before {
    display: none;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper blockquote,
.editor-styles-wrapper blockquote {
  margin: 1.5625vw 0 1.5625vw 0.2604166667vw;
  padding: 1.5625vw 0.78125vw 1.5625vw 1.0416666667vw;
  font-style: normal;
  border-left: 5px solid #cccccc;
  background-color: #f6f6f6;
  position: relative;
}
.edit-post-layout .editor-styles-wrapper blockquote p,
.editor-styles-wrapper blockquote p {
  position: relative;
  z-index: 3;
}
.edit-post-layout .editor-styles-wrapper blockquote p:last-child,
.editor-styles-wrapper blockquote p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper blockquote:before,
.editor-styles-wrapper blockquote:before {
  content: "”";
  font-size: 300%;
  font-weight: bold;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper blockquote,
  .editor-styles-wrapper blockquote {
    margin: 7.6923076923vw 0 7.6923076923vw 1.2820512821vw;
    padding: 7.6923076923vw 3.8461538462vw 7.6923076923vw 5.1282051282vw;
    border-left: 1.2820512821vw solid #cccccc;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    display.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-column img,
.editor-styles-wrapper .wp-block-column img {
  width: 100%;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-columns,
  .editor-styles-wrapper .wp-block-columns {
    gap: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-columns .wp-block-image,
  .editor-styles-wrapper .wp-block-columns .wp-block-image {
    margin: 0 auto 5.1282051282vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    headline.scss
---------------------------------------------------------------------------- */
.block-editor-iframe__html h1.wp-block-post-title {
  font-size: 1.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
  padding: 1.0416666667vw;
  margin: 0 0 3.125vw;
  border: 1px solid #d8d8d8;
  background-color: #FFF;
}
.block-editor-iframe__html h1.wp-block-post-title::after {
  display: none;
}

.edit-post-layout .editor-styles-wrapper h2,
.editor-styles-wrapper h2 {
  font-size: 1.4583333333vw;
  color: var(--color-primary);
  margin: 4.1666666667vw 0 1.5625vw;
  padding: 0 0 0.78125vw 0.78125vw;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
  border-bottom: 1px solid #C4C4C4;
}
.edit-post-layout .editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h2:first-child {
  margin: 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper h2:after,
.editor-styles-wrapper h2:after {
  content: "" !important;
  display: block;
  width: 11.4583333333vw;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0 !important;
  right: 0;
  bottom: -1px;
  top: inherit !important;
  opacity: 1 !important;
}
.edit-post-layout .editor-styles-wrapper h3,
.editor-styles-wrapper h3 {
  font-size: 1.25vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  margin: 3.125vw 0 1.5625vw;
  padding: 0.78125vw;
  line-height: 1.6;
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper h3:first-child,
.editor-styles-wrapper h3:first-child {
  margin: 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper h4,
.editor-styles-wrapper h4 {
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  margin: 3.125vw 0 1.5625vw;
  padding: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
.edit-post-layout .editor-styles-wrapper h4::after,
.editor-styles-wrapper h4::after {
  content: "" !important;
  position: relative !important;
  left: inherit !important;
  top: inherit !important;
  opacity: 1 !important;
  flex: 1;
  height: 1px;
  background: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper h4:first-child,
.editor-styles-wrapper h4:first-child {
  margin: 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper h5,
.editor-styles-wrapper h5 {
  font-size: 0.9375vw;
  color: var(--color-primary);
  margin: 3.125vw 0 1.5625vw;
  padding: 0;
  line-height: 1.6;
}
.edit-post-layout .editor-styles-wrapper h5:first-child,
.editor-styles-wrapper h5:first-child {
  margin: 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper h6,
.editor-styles-wrapper h6 {
  font-size: 0.9375vw;
  color: var(--color-primary);
  margin: 3.125vw 0 1.5625vw;
  padding: 0;
  line-height: 1.6;
}
.edit-post-layout .editor-styles-wrapper h6:first-child,
.editor-styles-wrapper h6:first-child {
  margin: 0 0 1.5625vw;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h2,
  .editor-styles-wrapper h2 {
    font-size: 4.6153846154vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
    padding: 0 0 2.5641025641vw 2.5641025641vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child,
  .editor-styles-wrapper h2:first-child {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:after,
  .editor-styles-wrapper h2:after {
    content: "" !important;
    display: block;
    width: 30.7692307692vw;
  }
  .edit-post-layout .editor-styles-wrapper h3,
  .editor-styles-wrapper h3 {
    font-size: 4.1025641026vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
    padding: 2.5641025641vw;
  }
  .edit-post-layout .editor-styles-wrapper h3:first-child,
  .editor-styles-wrapper h3:first-child {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h4,
  .editor-styles-wrapper h4 {
    font-size: 3.8461538462vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
    display: flex;
    align-items: center;
    gap: 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child,
  .editor-styles-wrapper h4:first-child {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h5,
  .editor-styles-wrapper h5 {
    font-size: 3.8461538462vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child,
  .editor-styles-wrapper h5:first-child {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h6,
  .editor-styles-wrapper h6 {
    font-size: 3.8461538462vw;
    margin: 7.6923076923vw 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child,
  .editor-styles-wrapper h6:first-child {
    margin: 0 0 5.1282051282vw;
  }
}
/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
  border-bottom: 1px solid var(--color-primary);
}

/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  clear: both;
  margin: 0 auto 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper .wp-element-caption,
.editor-styles-wrapper .wp-element-caption {
  line-height: 1.6;
  font-size: 0.8333333333vw;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter,
.editor-styles-wrapper .wp-block-image .aligncenter {
  margin: 0 auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter img,
.editor-styles-wrapper .wp-block-image .aligncenter img {
  max-width: 100%;
  width: auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media img,
.editor-styles-wrapper .wp-block-media-text__media img {
  height: auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
  height: auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block,
.editor-styles-wrapper .wp-block {
  margin-top: 0;
}
.edit-post-layout .editor-styles-wrapper img.size-full,
.editor-styles-wrapper img.size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: block;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .size-full,
.editor-styles-wrapper .wp-block-image .size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin: 0 auto 7.6923076923vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-element-caption,
  .editor-styles-wrapper .wp-element-caption {
    font-size: 3.0769230769vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  List [Admin Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group-placeholder__variations,
.editor-styles-wrapper .wp-block-group-placeholder__variations {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group-placeholder__variations > li,
.editor-styles-wrapper .wp-block-group-placeholder__variations > li {
  padding: 0;
  margin: 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group-placeholder__variations > li:before,
.editor-styles-wrapper .wp-block-group-placeholder__variations > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations,
.editor-styles-wrapper .block-editor-block-variation-picker__variations {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations > li,
.editor-styles-wrapper .block-editor-block-variation-picker__variations > li {
  padding: 0;
  margin: 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations > li:before,
.editor-styles-wrapper .block-editor-block-variation-picker__variations > li:before {
  display: none;
}

/*
    List[Front]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper ul,
.editor-styles-wrapper ul {
  margin: 0 0 3.125vw;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper ul li,
.editor-styles-wrapper ul li {
  font-size: 0.8333333333vw;
  letter-spacing: 0.075em;
  color: var(--color-primary);
  position: relative;
  line-height: 1.8;
  padding: 0 0 0.78125vw 1.5625vw;
  margin: 0 0 1.0416666667vw;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #D9D9D9;
}
.edit-post-layout .editor-styles-wrapper ul li:before,
.editor-styles-wrapper ul li:before {
  content: "";
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.75em;
  top: 0.75em;
}
.edit-post-layout .editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper ul li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper ul.list--indent,
.editor-styles-wrapper ul.list--indent {
  padding: 0 0 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper ol,
.editor-styles-wrapper ol {
  margin: 0 0 3.125vw;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.edit-post-layout .editor-styles-wrapper ol li,
.editor-styles-wrapper ol li {
  font-size: 0.8333333333vw;
  letter-spacing: 0.075em;
  color: var(--color-primary);
  position: relative;
  line-height: 1.8;
  padding: 0 0 0.78125vw 2.0833333333vw;
  margin: 0 0 1.0416666667vw;
  list-style: none;
  list-style-position: outside;
}
.edit-post-layout .editor-styles-wrapper ol li:before,
.editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 0.7291666667vw;
  font-weight: 700;
  font-family: var(--font-inter);
  background-color: var(--color-secondary);
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0;
  color: #000;
  margin-right: 0.5em;
  width: 1.5625vw;
  height: 1.5625vw;
  line-height: 1.5625vw;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper ul,
  .editor-styles-wrapper ul {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper ul li,
  .editor-styles-wrapper ul li {
    font-size: 3.5897435897vw;
    padding: 0 0 3.8461538462vw 7.6923076923vw;
    margin: 0 0 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper ul li:before,
  .editor-styles-wrapper ul li:before {
    content: "";
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
  .edit-post-layout .editor-styles-wrapper ul.list--indent,
  .editor-styles-wrapper ul.list--indent {
    padding: 0 0 0 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper ol,
  .editor-styles-wrapper ol {
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li,
  .editor-styles-wrapper ol li {
    font-size: 3.5897435897vw;
    padding: 0 0 3.8461538462vw 10.2564102564vw;
    margin: 0 0 3.8461538462vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before,
  .editor-styles-wrapper ol li:before {
    font-size: 3.0769230769vw;
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    line-height: 6.4102564103vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  table.scss
--------------------------------------------------------------*/
/*
    Table
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper table,
.editor-styles-wrapper table {
  margin: 0 0 3.125vw;
  width: 100%;
}
.edit-post-layout .editor-styles-wrapper table p,
.editor-styles-wrapper table p {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper table thead th,
.editor-styles-wrapper table thead th {
  border: 1px solid #D1D1D1;
  padding: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 1.8;
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper table th,
.editor-styles-wrapper table th {
  border: 1px solid #D1D1D1;
  padding: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 1.8;
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper table td,
.editor-styles-wrapper table td {
  border: 1px solid #D1D1D1;
  color: var(--color-primary);
  padding: 1.0416666667vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.8;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th {
  border: 1px solid #D1D1D1;
  padding: 1.0416666667vw;
  font-size: 0.8333333333vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 1.8;
  background-color: var(--color-secondary);
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr td {
  border: 1px solid #D1D1D1;
  color: var(--color-primary);
  padding: 1.0416666667vw;
  font-size: 0.8333333333vw;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper table,
  .editor-styles-wrapper table {
    margin: 0 0 5.1282051282vw;
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .edit-post-layout .editor-styles-wrapper table thead,
  .edit-post-layout .editor-styles-wrapper table tbody,
  .edit-post-layout .editor-styles-wrapper table tr,
  .editor-styles-wrapper table thead,
  .editor-styles-wrapper table tbody,
  .editor-styles-wrapper table tr {
    width: 800px;
  }
  .edit-post-layout .editor-styles-wrapper table thead th,
  .editor-styles-wrapper table thead th {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .edit-post-layout .editor-styles-wrapper table th,
  .editor-styles-wrapper table th {
    border: 1px solid #D1D1D1;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .edit-post-layout .editor-styles-wrapper table td,
  .editor-styles-wrapper table td {
    border: 1px solid #D1D1D1;
    color: var(--color-primary);
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table > table tr td {
    border: 1px solid #D1D1D1;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p,
.editor-styles-wrapper p {
  color: var(--color-primary);
  font-size: 0.8333333333vw;
  line-height: 2.5;
  font-weight: 400;
  word-break: break-all;
  margin: 0 0 1.5625vw;
  letter-spacing: 0.075em;
}
.edit-post-layout .editor-styles-wrapper p em,
.editor-styles-wrapper p em {
  font-style: italic;
}
.edit-post-layout .editor-styles-wrapper p strong,
.editor-styles-wrapper p strong {
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper p mark,
.editor-styles-wrapper p mark {
  font-weight: normal;
  font-style: normal;
}
.edit-post-layout .editor-styles-wrapper p a,
.editor-styles-wrapper p a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:link,
.editor-styles-wrapper p a:link {
  text-decoration: underline;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:visited,
.editor-styles-wrapper p a:visited {
  text-decoration: underline;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p a:hover,
.editor-styles-wrapper p a:hover {
  text-decoration: none;
  opacity: 0.5;
  color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper p.is-style-text--type01,
.editor-styles-wrapper p.is-style-text--type01 {
  margin: 0 0 1.5625vw;
  text-align: center;
  line-height: 2;
  font-size: 1.4583333333vw;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper p.is-style-text--type02,
.editor-styles-wrapper p.is-style-text--type02 {
  margin: 0 0 1.5625vw;
  padding: 0 0 1.5625vw;
  line-height: 2;
  font-size: 0.9375vw;
  border-bottom: 1px solid var(--color-gray-line);
}
.edit-post-layout .editor-styles-wrapper p.is-style-text--type03,
.editor-styles-wrapper p.is-style-text--type03 {
  line-height: 1.8;
  font-size: 0.7291666667vw;
  letter-spacing: 0.175em;
}
.edit-post-layout .editor-styles-wrapper .style-marker,
.editor-styles-wrapper .style-marker {
  background: var(--secondary-color);
  display: inline;
  padding: 0.15625vw 0.2604166667vw;
  font-style: normal;
  color: var(--color-primary-sub);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p,
  .editor-styles-wrapper p {
    font-size: 3.5897435897vw;
    line-height: 2.1428571429;
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type01,
  .editor-styles-wrapper p.is-style-text--type01 {
    margin: 0 0 5.1282051282vw;
    font-size: 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type02,
  .editor-styles-wrapper p.is-style-text--type02 {
    margin: 0 0 5.1282051282vw;
    padding: 0 0 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
  .edit-post-layout .editor-styles-wrapper p.is-style-text--type03,
  .editor-styles-wrapper p.is-style-text--type03 {
    font-size: 3.5897435897vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
    _module.scss
---------------------------------------------------------------------------- */
/**
 # Objects -  Module -
 */
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  pager.scss
--------------------------------------------------------------*/
/*
    Common
--------------------------------------------------------------*/
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 2.5vw auto 0;
}
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin: 0 0.4166666667vw;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 0.7291666667vw;
  font-weight: 400;
  font-family: var(--font-inter);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  border: 1px solid var(--color-primary-sub);
}
.wp-pagenavi a:link {
  color: var(--color-primary-sub);
  text-decoration: none;
}
.wp-pagenavi a:visited {
  color: var(--color-primary-sub);
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-primary-sub);
}
.wp-pagenavi span.current {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  font-family: var(--font-inter);
  margin: 0 0.4166666667vw;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-primary-sub);
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8333333333vw;
  font-family: var(--font-roboto);
  margin: 0 0.8333333333vw;
  color: var(--main-color);
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-primary);
  border: none;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.wp-pagenavi .previouspostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 1.0416666667vw 0 0;
  border-radius: 0;
  padding: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -520.78125vw;
  background-image: url(assets/images/common/arrow02__wh__left.svg);
  background-repeat: no-repeat;
  background-size: 0.5208333333vw 0.5208333333vw;
  background-position: 60% center;
}
.wp-pagenavi .previouspostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__left.svg);
}
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0 0 1.0416666667vw;
  border-radius: 0;
  padding: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -520.78125vw;
  background-image: url(assets/images/common/arrow02__wh__right.svg);
  background-repeat: no-repeat;
  background-size: 0.5208333333vw 0.5208333333vw;
  background-position: 40% center;
}
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__right.svg);
}
.wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 12.3076923077vw auto 0;
  }
  .wp-pagenavi a {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    margin: 0 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
  .wp-pagenavi span.current {
    font-size: 4.1025641026vw;
    margin: 0 2.0512820513vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi span.extend {
    font-size: 4.1025641026vw;
    margin: 0 4.1025641026vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
}
/*
   pager.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .p--info-single-nav {
  margin: 3.3333333333vw 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 12.9166666667vw;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:last-child {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li a {
  min-width: initial;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
  text-align: center;
  line-height: 1;
  font-size: 0.8333333333vw;
  font-weight: 600;
  padding: 0.4166666667vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
  line-height: 1;
  font-size: 0.8333333333vw;
  font-weight: 600;
  padding: 0.4166666667vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
  line-height: 1;
  font-size: 0.8333333333vw;
  font-weight: 600;
  padding: 0.4166666667vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:link {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:visited {
  text-decoration: none;
  color: var(--color-primary-sub);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:hover {
  color: #FFF;
  background-color: var(--color-primary-sub);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--info-single-nav {
    margin: 8.2051282051vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav > li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav > li {
    min-width: 23.8805970149vw !important;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
    line-height: 1;
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-prev a.right--arrow:before {
    left: 1.9900497512vw;
    width: 0.9950248756vw;
    height: 1.7412935323vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
    line-height: 1;
    font-size: 3.4825870647vw;
    padding: 1.9900497512vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-next a.left--arrow:before {
    right: 1.9900497512vw;
    width: 0.9950248756vw;
    height: 1.7412935323vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .c-button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2.5vw 0 4.1666666667vw;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li {
  padding: 0;
  margin: 0 0.8333333333vw;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .c-button__wrap li:before {
  display: none;
}

.c-button01__strgon-block {
  border: 1px solid var(--color-gray-line);
  background-color: var(--color-secondary);
  border-radius: 8px;
}
.c-button01__strgon-block .c-button__wrap {
  margin: 2.5vw 0 !important;
}
.c-button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 29.5833333333vw;
  height: 4.5833333333vw;
  padding: 0 3.3333333333vw;
  border-radius: 8px;
  position: relative;
  background-color: var(--color-primary-sub);
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-button01 span {
  display: block;
  font-weight: 900;
  font-size: 1.0416666667vw;
  letter-spacing: 0.125em;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #FFF;
  text-align: center;
}
.c-button01 i {
  overflow: hidden;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  right: 1.25vw;
  position: absolute;
}
.c-button01 i:before, .c-button01 i:after {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  position: absolute;
  inset: 0;
  background-image: url(assets/images/common/arrow02__wh.svg);
  background-repeat: no-repeat;
  background-size: 1.0416666667vw 1.0416666667vw;
  background-position: center;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-button01 i:before {
  transform: translateX(0);
}
.c-button01 i:after {
  transform: translateX(-100%);
  background-image: url(assets/images/common/arrow02__wh.svg);
}
.c-button01:hover {
  text-decoration: none;
  filter: drop-shadow(0px 2px 10px #666);
}
.c-button01:hover i:before {
  transform: translateX(120%);
}
.c-button01:hover i:after {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .c-button__wrap {
    margin: 11.9402985075vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .c-button__wrap li {
    padding: 0;
    margin: 0 1.9900497512vw;
  }
  .c-button01__strgon-block {
    border-radius: 1.9900497512vw;
  }
  .c-button01__strgon-block .c-button__wrap {
    margin: 11.9402985075vw 0 !important;
  }
  .c-button01 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 81.592039801vw;
    height: 17.9104477612vw;
    padding: 0 11.9402985075vw;
    border-radius: 1.9900497512vw;
  }
  .c-button01 span {
    font-size: 3.9800995025vw;
  }
  .c-button01 i {
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    right: 3.9800995025vw;
  }
  .c-button01 i:before, .c-button01 i:after {
    content: "";
    width: 3.9800995025vw;
    height: 3.9800995025vw;
    background-image: url(assets/images/common/arrow02__wh.svg);
    background-size: 3.9800995025vw 3.9800995025vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  headline.scss
--------------------------------------------------------------*/
/*
    Headline
--------------------------------------------------------------*/
.s-headline {
  background-color: var(--color-secondary);
  position: relative;
  min-height: 16.1458333333vw;
  border-bottom: 1px solid var(--color-gray-line);
}
.s-headline__wrap {
  padding: 0 2.0833333333vw 0;
}
.s-headline__inner {
  max-width: 72.9166666667vw;
  min-height: 16.1458333333vw;
  margin: 0 auto;
}
.s-headline__title {
  position: relative;
  z-index: 110;
  padding: 8.59375vw 0 0;
}
.s-headline__title .title--en {
  font-family: var(--font-inter);
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: 0.175em;
  display: block;
  text-transform: uppercase;
  margin: 0 0 0.2604166667vw;
}
.s-headline__title .title--jp {
  font-size: 1.6666666667vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
}

@media screen and (max-width: 768px) {
  .s-headline {
    min-height: initial;
  }
  .s-headline__wrap {
    padding: 23.0769230769vw 8.9743589744vw 5.1282051282vw;
  }
  .s-headline__inner {
    max-width: initial;
    min-height: initial;
    margin: 0 auto;
  }
  .s-headline__title {
    padding: 0;
  }
  .s-headline__title .title--en {
    font-size: 2.8205128205vw;
    margin: 0 0 1.2820512821vw;
  }
  .s-headline__title .title--jp {
    font-size: 5.641025641vw;
  }
}
/**
 # Objects -  project -
 */
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  home.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.h-headline__box {
  padding: 0 2.0833333333vw;
  margin: 0 0 2.0833333333vw;
}
.h-headline__box__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.h-headline__box__title span {
  display: block;
}
.h-headline__box__title .en--title {
  font-size: 2.5vw;
  font-family: var(--font-inter);
  letter-spacing: 0.075em;
  font-weight: 600;
  line-height: 1.25;
}
.h-headline__box__title .ja--title {
  font-size: 0.8333333333vw;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 2;
}
.h-headline__box__links {
  font-size: 1.09375vw;
  font-weight: 600;
  letter-spacing: 0.175em;
  font-family: var(--font-inter);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-headline__box__links:hover {
  opacity: 0.45;
}
.h-headline__box__links::after {
  content: "";
  display: inline-block;
  margin-left: 0.5208333333vw;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.h-buttonlist__wrap {
  padding: 0 2.0833333333vw;
}
.h-buttonlist {
  display: flex;
  justify-content: space-between;
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.h-buttonlist > li {
  width: 48.9285714286%;
}
.h-buttonlist__button {
  border: 10px solid #FFF;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.1145833333vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-buttonlist__button:hover {
  background-color: rgb(255, 255, 255);
  transform: translateY(-2px);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.65));
}
.h-buttonlist__button span {
  display: block;
  text-align: center;
}
.h-buttonlist__button .button--title {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 0.78125vw;
}
.h-buttonlist__button .button--links {
  font-size: 1.09375vw;
  font-weight: 600;
  letter-spacing: 0.175em;
  font-family: var(--font-inter);
  position: relative;
}
.h-buttonlist__button .button--links::after {
  content: "";
  display: inline-block;
  margin-left: 0.5208333333vw;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .h-headline__box {
    padding: 0 8.9743589744vw;
    margin: 0 0 6.4102564103vw;
  }
  .h-headline__box__inner {
    width: 82.0512820513vw;
    align-items: baseline;
  }
  .h-headline__box__title .en--title {
    font-size: 6.1538461538vw;
    font-family: var(--font-inter);
    letter-spacing: 0.1em;
    line-height: 1.2083333333;
  }
  .h-headline__box__title .ja--title {
    font-size: 3.0769230769vw;
    line-height: 1.3333333333;
  }
  .h-headline__box__links {
    font-size: 3.0769230769vw;
    letter-spacing: 0.175em;
  }
  .h-headline__box__links::after {
    content: "";
    display: inline-block;
    margin-left: 1.2820512821vw;
    width: 3.2564102564vw;
    height: 2.5179487179vw;
  }
  .h-buttonlist__wrap {
    padding: 0 8.9743589744vw;
  }
  .h-buttonlist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: initial;
  }
  .h-buttonlist > li {
    width: auto;
    margin: 0 0 5.1282051282vw;
  }
  .h-buttonlist > li:last-child {
    margin: 0;
  }
  .h-buttonlist__button {
    border: 1.2820512821vw solid #FFF;
    min-height: 20.5128205128vw;
  }
  .h-buttonlist__button .button--title {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw;
  }
  .h-buttonlist__button .button--links {
    font-size: 3.0769230769vw;
  }
  .h-buttonlist__button .button--links::after {
    content: "";
    margin-left: 1.2820512821vw;
    width: 3.0820512821vw;
    height: 2.3820512821vw;
  }
}
/*
    Hero [.h-hero]
--------------------------------------------------------------*/
.h-hero {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.h-hero__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.h-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 11.4583333333vw;
}
.h-hero__logo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.h-hero__topics {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  padding: 1.3020833333vw 2.0833333333vw;
  z-index: 1;
}
.h-hero__topics__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.h-hero__topics__title {
  border-right: 1px solid var(--color-primary);
  padding: 0 1.0416666667vw 0 0;
  margin: 0 1.0416666667vw 0 0;
  font-size: 0.9375vw;
  font-family: var(--font-inter);
  font-weight: 600;
  letter-spacing: 0.175em;
}
.h-hero__topics__content {
  display: flex;
  align-items: center;
}
.h-hero__topics__date {
  font-size: 0.9375vw;
  font-family: var(--font-inter);
  font-weight: 400;
  margin: 0 1.0416666667vw 0 0;
  letter-spacing: 0.2em;
}
.h-hero__topics__links {
  font-size: 0.9375vw;
  font-weight: 500;
  padding: 0 1.6666666667vw 0 0;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1;
  transform: translateY(-0.1em);
}
.h-hero__topics__links:hover {
  opacity: 0.45;
}
.h-hero__topics__links {
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-size: 1.0729166667vw 0.8296875vw;
  background-position: center right;
}

@media screen and (max-width: 768px) {
  .h-hero__logo {
    width: 34.8717948718vw;
  }
  .h-hero__topics {
    padding: 3.8461538462vw 5.1282051282vw;
    z-index: 1;
  }
  .h-hero__topics__inner {
    max-width: initial;
    margin: 0 auto;
    display: flex;
    align-items: normal;
    flex-direction: column;
  }
  .h-hero__topics__title {
    border-right: none;
    padding: 0;
    margin: 0 0 2.5641025641vw;
    font-size: 2.5641025641vw;
    display: flex;
    align-items: center;
  }
  .h-hero__topics__title span {
    display: block;
    padding: 0 2.5641025641vw 0 0;
    border-right: 1px solid var(--color-primary);
    margin: 0 2.5641025641vw 0 0;
  }
  .h-hero__topics__content {
    display: block;
  }
  .h-hero__topics__date {
    font-size: 2.5641025641vw;
    font-family: var(--font-inter);
    margin: 0 20px 0 0;
    letter-spacing: 0.16em;
  }
  .h-hero__topics__links {
    font-size: 3.0769230769vw;
    display: inline-block;
    padding: 0 5.1282051282vw 0 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 1;
    transform: translateY(-0.1em);
    background-image: url(assets/images/common/arrow01__bk.svg);
    background-repeat: no-repeat;
    background-size: 2.9820512821vw 2.3051282051vw;
    background-position: center right;
  }
}
/*
    About [.h-about]
--------------------------------------------------------------*/
.h-about {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  overflow: hidden;
  padding: 10.4166666667vw 0 4.6875vw;
}
.h-about__preimages {
  position: absolute;
  top: 10.4166666667vw;
  left: 50%;
  z-index: 5;
  width: 52.0833333333vw;
  max-width: calc(100% - 4.1666666667vw);
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 1.1s ease;
  pointer-events: none;
}
.h-about__preimages img {
  max-width: 100%;
  height: auto;
  display: block;
}
.h-about__contens {
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateX(100vw);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
.h-about.is-about-active .h-about__preimages {
  opacity: 0;
}
.h-about.is-about-active .h-about__contens {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.h-about-slider {
  width: calc(100% - 4.1666666667vw);
  max-width: 72.9166666667vw;
  margin: 0 auto;
  position: relative;
}
.h-about-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 20;
  width: 100vw;
  height: 100%;
  background-color: #FFF;
  pointer-events: none;
}
.h-about-slider__swiper {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.h-about-slider__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4166666667vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-about-slider__link {
  color: #FFF;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 615/840;
}
.h-about-slider__images {
  position: absolute;
  inset: 0;
  margin: 0;
}
.h-about-slider__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.h-about-slider__link:hover .h-about-slider__images img {
  transform: scale(1.05);
}
.h-about-slider__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.48) 100%);
}
.h-about-slider__body {
  position: absolute;
  left: 3.2520325203%;
  bottom: 2.1428571429%;
  z-index: 10;
}
.h-about-slider__title {
  display: block;
  font-size: 1.1458333333vw;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin: 0 0 0.5208333333vw;
}
.h-about-slider__more {
  display: block;
  font-size: 0.9375vw;
  font-family: var(--font-inter);
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1;
}
.h-about-slider__more::after {
  content: "";
  display: inline-block;
  width: 0.9380208333vw;
  height: 0.7291666667vw;
  margin-left: 0.5208333333vw;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h-about-slider__en {
  position: absolute;
  right: 2.9268292683%;
  bottom: 2.1428571429%;
  z-index: 10;
  font-size: 0.7291666667vw;
  font-family: var(--font-inter);
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.h-about-slider__nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .h-about {
    padding: 25.641025641vw 0 20.5128205128vw;
  }
  .h-about__preimages {
    position: absolute;
    top: 25.641025641vw;
    width: 66.6666666667vw;
    max-width: 66.6666666667vw;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 1.1s ease;
    pointer-events: none;
  }
  .h-about-slider {
    width: calc(100% - 8.9743589744vw);
    max-width: initial;
    margin: 0 0 0 8.9743589744vw;
  }
  .h-about-slider__swiper {
    overflow: visible;
  }
  .h-about-slider__list {
    display: flex;
    gap: 0;
  }
  .h-about-slider__link {
    aspect-ratio: 260/350;
  }
  .h-about-slider__body {
    position: absolute;
    left: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
  .h-about-slider__title {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw;
  }
  .h-about-slider__more {
    display: block;
    font-size: 3.0769230769vw;
  }
  .h-about-slider__more::after {
    content: "";
    display: inline-block;
    width: 3.3384615385vw;
    height: 2.5794871795vw;
    margin-left: 2.5641025641vw;
    background-image: url(assets/images/common/arrow01__wh.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .h-about-slider__en {
    position: absolute;
    right: 2.9268292683%;
    bottom: 2.1428571429%;
    font-size: 3.0769230769vw;
  }
  .h-about-slider__nav {
    position: absolute;
    right: 8.9743589744vw;
    top: -16.6666666667vw;
    display: flex;
    align-items: center;
    gap: 7.6923076923vw;
  }
  .h-about-slider__prev, .h-about-slider__next {
    position: static;
    display: block;
    width: 5.958974359vw;
    height: 3.7564102564vw;
    margin: 0;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h-about-slider__prev::after, .h-about-slider__next::after {
    display: none;
  }
  .h-about-slider__prev {
    background-image: url(assets/images/common/arrow01__prev.svg);
  }
  .h-about-slider__next {
    background-image: url(assets/images/common/arrow01__next.svg);
  }
}
/*
    Activity [.h-activity]
--------------------------------------------------------------*/
.h-activity {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  padding: 9.375vw 0 7.8125vw;
}
.h-activity .p-activity-archives__section {
  padding: 0 0 5.2083333333vw;
}

@media screen and (max-width: 768px) {
  .h-activity {
    padding: 0 0 17.9487179487vw;
  }
  .h-activity .p-activity-archives__section {
    padding: 0 0 12.8205128205vw;
  }
}
/*
    Service [.h-service]
--------------------------------------------------------------*/
.h-service {
  min-height: 72.3958333333vw;
  position: relative;
  background-color: #FFF;
  z-index: 10;
  overflow: hidden;
}
.h-service__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.h-service__preimages {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 1;
  transition: opacity 1.1s ease;
}
.h-service__preimages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h-service__contens {
  min-height: 72.3958333333vw;
  background-image: url(assets/images/pages/home/h__service__bg__after.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateX(100vw);
  transition: transform 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.h-service__contens__inner {
  padding: 7.8125vw 0 0;
}
.h-service.is-service-active .h-service__preimages {
  opacity: 0;
  z-index: -1;
}
.h-service.is-service-active .h-service__contens {
  transform: translateX(0);
}

.h-service-slider {
  max-width: 72.9166666667vw;
  margin: 0 auto 2.8645833333vw;
}
.h-service-slider__swiper {
  overflow: visible;
}
.h-service-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-service-slider__link {
  display: block;
  position: relative;
  overflow: hidden;
  color: #FFF;
  aspect-ratio: 430/600;
}
.h-service-slider__link:hover .h-service-slider__images img {
  transform: scale(1.05);
}
.h-service-slider__images {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 10;
}
.h-service-slider__images:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}
.h-service-slider__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.h-service-slider__title {
  position: absolute;
  left: 6.976744186%;
  right: 6.976744186%;
  bottom: 5.8333333333%;
  z-index: 15;
  padding: 1.4583333333vw 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.h-service-slider__title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.15625vw;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.h-service-slider__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.3125vw;
  margin: 1.5625vw 0 1.8229166667vw;
}
.h-service-slider__pagination .swiper-pagination-bullet {
  width: 7.8125vw;
  height: 0.5208333333vw;
  margin: 0;
  border-radius: 0;
  background: #FFF;
  opacity: 1;
}
.h-service-slider__pagination .swiper-pagination-bullet-active {
  background: #000;
}
.h-service-slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.6875vw;
}
.h-service-slider__prev, .h-service-slider__next {
  position: static;
  display: block;
  width: 1.684375vw;
  height: 1.3020833333vw;
  margin: 0;
  text-indent: -520.78125vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-service-slider__prev:after, .h-service-slider__next:after {
  display: none;
}
.h-service-slider__prev:hover, .h-service-slider__next:hover {
  opacity: 0.45;
}
.h-service-slider__prev {
  background-image: url(assets/images/common/arrow01__prev.svg);
}
.h-service-slider__next {
  background-image: url(assets/images/common/arrow01__next.svg);
}

@media screen and (max-width: 768px) {
  .h-service {
    min-height: 228.2051282051vw;
  }
  .h-service__inner {
    max-width: initial;
  }
  .h-service__contens {
    min-height: 228.2051282051vw;
    background-image: url(assets/images/pages/home/h__service__bg__after.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateX(100vw);
    transition: transform 1.5s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .h-service__contens__inner {
    padding: 17.9487179487vw 0;
  }
  .h-service-slider {
    max-width: initial;
    margin: 0 auto 7.6923076923vw;
  }
  .h-service-slider__swiper {
    padding-left: 8.9743589744vw;
  }
  .h-service-slider__link {
    aspect-ratio: 300/410;
  }
  .h-service-slider__title {
    left: 5.1282051282vw;
    right: 5.1282051282vw;
    bottom: 6.4102564103vw;
    padding: 5.1282051282vw 0 0;
    font-size: 4.1025641026vw;
  }
  .h-service-slider__title:after {
    bottom: 0.7692307692vw;
    width: 3.4820512821vw;
    height: 2.6923076923vw;
  }
  .h-service-slider__pagination {
    gap: 0.5128205128vw;
    margin: 5.1282051282vw 0;
  }
  .h-service-slider__pagination .swiper-pagination-bullet {
    width: 9.8051282051vw;
    height: 0.5128205128vw;
  }
  .h-service-slider__nav {
    gap: 10.2564102564vw;
  }
  .h-service-slider__prev, .h-service-slider__next {
    width: 5.958974359vw;
    height: 4.6076923077vw;
  }
}
/*
    Works [.h-works]
--------------------------------------------------------------*/
.h-works {
  padding: 7.8125vw 0 0;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
.h-works__inner {
  background-image: url(assets/images/pages/home/h__works__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8.3333333333vw 2.0833333333vw;
}
.h-works__cinner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h-works {
    padding: 17.9487179487vw 0 0;
  }
  .h-works__inner {
    background-image: url(assets/images/pages/home/h__works__bg__smp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25.641025641vw 8.9743589744vw;
  }
  .h-works__cinner {
    max-width: initial;
    margin: 0 auto;
  }
}
/*
    Banner [.h-banner]
--------------------------------------------------------------*/
.h-banner {
  background-color: #FFF;
  position: relative;
  z-index: 10;
  padding: 7.8125vw 2.0833333333vw;
}
.h-banner__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.h-banner__box {
  display: flex;
  align-items: center;
  position: relative;
  aspect-ratio: 1400/400;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h-banner__box:hover .h-banner__box__images img {
  transform: scale(1.05);
}
.h-banner__box:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.24));
}
.h-banner__box__images {
  position: absolute;
  z-index: 10;
}
.h-banner__box__images img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
  height: auto;
  transform: scale(1);
}
.h-banner__box__contents {
  position: relative;
  z-index: 15;
  padding: 0 0 0 14.2857142857%;
}
.h-banner__box__title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: var(--font-inter);
  color: #FFF;
  margin: 0 0 0.5208333333vw;
}
.h-banner__box__lead {
  font-size: 1.4583333333vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #FFF;
  line-height: 1.3571428571;
  margin: 0 0 1.3020833333vw;
}
.h-banner__box__links {
  position: relative;
  font-size: 1.09375vw;
  font-weight: 600;
  font-family: var(--font-inter);
  letter-spacing: 0.2em;
  color: #FFF;
  line-height: 1.1904761905;
  display: flex;
  gap: 0.4166666667vw;
  align-items: center;
}
.h-banner__box__links::after {
  content: "";
  display: block;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-size: cover;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .h-banner {
    padding: 12.8205128205vw 5.1282051282vw;
  }
  .h-banner__inner {
    max-width: initial;
  }
  .h-banner__box {
    aspect-ratio: 350/200;
  }
  .h-banner__box__contents {
    padding: 0 0 0 5.1282051282vw;
  }
  .h-banner__box__title {
    font-size: 5.641025641vw;
    margin: 0 0 1.2820512821vw;
  }
  .h-banner__box__lead {
    font-size: 4.1025641026vw;
    line-height: 1.5625;
    margin: 0 0 12.8205128205vw;
  }
  .h-banner__box__links {
    font-size: 3.0769230769vw;
    letter-spacing: 0.175em;
    line-height: 1.25;
    gap: 1.2820512821vw;
  }
  .h-banner__box__links::after {
    content: "";
    display: block;
    width: 3.5230769231vw;
    height: 2.7230769231vw;
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  page.scss
--------------------------------------------------------------*/
/*
    Config & Common
--------------------------------------------------------------*/
.js-tab-panel {
  display: none;
}

.js-tab-panel.active {
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/*
    About
--------------------------------------------------------------*/
.p-about__main {
  min-height: 56.25vw;
  display: flex;
  justify-content: center;
  background-image: url(assets/images/pages/about/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-about__main__contents {
  padding: 8.3333333333vw 2.0833333333vw 0;
}
.p-about__headline {
  font-family: var(--font-inter);
  font-size: 1.4583333333vw;
  letter-spacing: 0.075em;
  font-weight: 600;
  margin: 0 0 2.6041666667vw;
  text-align: center;
  color: #FFF;
}
.p-about__headline-logo {
  max-width: 22.1265625vw;
  margin: 0 auto 2.34375vw;
}
.p-about__headline-logo img {
  height: auto;
  max-width: 100%;
}
.p-about__lead {
  text-align: center;
  line-height: 1.619047619;
  letter-spacing: 0.075em;
  color: #FFF;
  font-weight: 500;
  font-size: 1.09375vw;
}
.p-about__nav {
  padding: 3.90625vw 2.0833333333vw;
}
.p-about__nav__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.p-about__nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw 1.4285714286%;
}
.p-about__nav__list > li {
  width: 49.2857142857%;
  margin: 0;
  padding: 0;
}
.p-about__nav__list > li:before {
  display: none;
}
.p-about__nav__list > li:last-child {
  margin: 0;
  padding: 0;
}
.p-about__nav__link {
  display: block;
  position: relative;
  overflow: hidden;
  color: #FFF;
  background-color: #000;
}
.p-about__nav__link:link {
  text-decoration: none;
  color: #FFF;
}
.p-about__nav__link:visited {
  text-decoration: none;
  color: #FFF;
}
.p-about__nav__link:hover {
  text-decoration: none;
  color: #FFF;
}
.p-about__nav__link:hover .p-about__nav__image img {
  transform: scale(1.1);
}
.p-about__nav__image {
  margin: 0;
}
.p-about__nav__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-about__nav__body {
  display: block;
  position: absolute;
  z-index: 2;
  left: 1.0416666667vw;
  bottom: 1.0416666667vw;
  color: #FFF;
  letter-spacing: 0.2em;
}
.p-about__nav__title {
  display: block;
  margin: 0 0 0.5208333333vw;
  font-size: 1.4583333333vw;
  line-height: 1.25;
  font-weight: 400;
}
.p-about__nav__more {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  font-family: var(--font-inter);
  font-size: 1.09375vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.175em;
}
.p-about__nav__more:after {
  content: "";
  display: block;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-about__nav__en {
  position: absolute;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
  z-index: 2;
  color: #FFF;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-inter);
  font-size: 0.8854166667vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.p-about__nav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3.90625vw;
  width: 36.9791666667vw;
  height: 6.1458333333vw;
  background-color: var(--color-primary);
  background-image: url(assets/images/pages/about/btn__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-about__nav__button:hover {
  opacity: 0.65;
}
.p-about__nav__button span {
  display: block;
  text-align: center;
  color: #FFF;
}
.p-about__nav__button .en--text {
  font-family: var(--font-inter);
  font-size: 1.09375vw;
  letter-spacing: 0.175em;
  font-weight: 600;
  margin: 0 0 0.5208333333vw;
}
.p-about__nav__button .ja--text {
  font-size: 0.8333333333vw;
  letter-spacing: 0.2em;
  font-weight: 400;
  position: relative;
  padding: 0 0 1.5625vw;
}
.p-about__nav__button .ja--text:after {
  content: "";
  width: 1.0729166667vw;
  height: 0.8296875vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(90deg);
}
.p-about__logoexp {
  background-color: var(--color-secondary);
  padding: 3.90625vw 2.0833333333vw 5.2083333333vw;
}
.p-about__logoexp__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.p-about__logoexp__title {
  margin: 0 0 2.6041666667vw;
  text-align: center;
}
.p-about__logoexp__title span {
  display: block;
}
.p-about__logoexp__title .en--title {
  font-family: var(--font-inter);
  font-size: 1.6145833333vw;
  font-weight: 600;
  letter-spacing: 0.175em;
  margin: 0 0 0.78125vw;
}
.p-about__logoexp__title .ja--title {
  font-size: 1.09375vw;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.p-about__logoexp__logoimage {
  width: 13.3401041667vw;
  margin: 0 auto 2.6041666667vw;
}
.p-about__logoexp__logoimage img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-about__logoexp__text {
  margin: 0 0 1em;
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.619047619;
  text-align: center;
}
.p-about__logoexp__text:last-of-type {
  margin: 0;
}
.p-about__logoexp__logoexp01 {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 2.6041666667vw 0;
  margin: 0 0 2.6041666667vw;
}
.p-about__logoexp__logoexp01 img {
  max-width: 100%;
  height: auto;
}
.p-about__logoexp__logoexp02 {
  margin: 2.6041666667vw auto 0;
}
.p-about__logoexp__logoexp02 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-about__main {
    min-height: 174.358974359vw;
    background-image: url(assets/images/pages/about/main__smp.jpg);
  }
  .p-about__main__contents {
    padding: 30.7692307692vw 5.1282051282vw 0;
  }
  .p-about__headline {
    font-size: 4.6153846154vw;
    margin: 0 0 7.6923076923vw;
  }
  .p-about__headline-logo {
    max-width: 61.5384615385vw;
    margin: 0 auto 7.6923076923vw;
  }
  .p-about__lead {
    line-height: 1.8571428571;
    font-size: 3.5897435897vw;
  }
  .p-about__nav {
    padding: 15.3846153846vw 8.9743589744vw;
  }
  .p-about__nav__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .p-about__nav__list {
    display: flex;
    flex-direction: column;
    gap: 2.5641025641vw 0;
  }
  .p-about__nav__list > li {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .p-about__nav__body {
    left: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
  .p-about__nav__title {
    margin: 0 0 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
  .p-about__nav__more {
    gap: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .p-about__nav__more:after {
    width: 3.3384615385vw;
    height: 2.5794871795vw;
  }
  .p-about__nav__en {
    position: absolute;
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
  .p-about__nav__button {
    margin: 0 auto 15.3846153846vw;
    width: 82.0512820513vw;
    height: 23.0769230769vw;
    background-image: url(assets/images/pages/about/btn__bg__smp.jpg);
  }
  .p-about__nav__button .en--text {
    font-size: 4.1025641026vw;
    margin: 0 0 2.5641025641vw;
  }
  .p-about__nav__button .ja--text {
    font-size: 3.0769230769vw;
    padding: 0 0 3.8461538462vw;
  }
  .p-about__nav__button .ja--text:after {
    content: "";
    width: 2.3794871795vw;
    height: 1.841025641vw;
  }
  .p-about__logoexp {
    padding: 12.8205128205vw 0;
  }
  .p-about__logoexp__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .p-about__logoexp__title {
    margin: 0 0 7.6923076923vw;
  }
  .p-about__logoexp__title .en--title {
    font-size: 4.1025641026vw;
    margin: 0 0 1.2820512821vw;
  }
  .p-about__logoexp__title .ja--title {
    font-size: 3.5897435897vw;
  }
  .p-about__logoexp__logoimage {
    width: 34.7435897436vw;
    margin: 0 auto 7.6923076923vw;
  }
  .p-about__logoexp__text {
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
  .p-about__logoexp__logoexp01 {
    padding: 6.4102564103vw 0;
    margin: 0 2.5641025641vw 12.8205128205vw;
  }
  .p-about__logoexp__logoexp02 {
    margin: 50px auto 0;
  }
  .p-about__logoexp__logoexp02 img {
    max-width: 100%;
    height: auto;
  }
}
/*
    Company
--------------------------------------------------------------*/
.p-company__main {
  height: 23.9583333333vw;
  background-image: url(assets/images/pages/company/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 4.6875vw 0 7.8125vw;
}
.p-company__section {
  padding: 0 1.0416666667vw;
}
.p-company__overview {
  margin: 0 0 13.28125vw;
}
.p-company__offices {
  margin: 0 0 9.1145833333vw;
}
.p-company__organization {
  margin: 0 0 13.28125vw;
}
.p-company__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 18.75vw 1fr;
  column-gap: 0.7142857143%;
  align-items: start;
}
.p-company__heading {
  padding: 0.2604166667vw 0 0;
}
.p-company__title {
  font-family: var(--font-inter);
  font-size: 1.9791666667vw;
  line-height: 1.1842105263;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-company__subtitle {
  margin: 0;
  font-size: 0.8333333333vw;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.p-company__table, .p-company__office-list {
  width: 100%;
}
.p-company__table .p-company__row:last-child .p-company__term {
  border-bottom: 3px solid #000;
}
.p-company__table .p-company__row:last-child .p-company__desc {
  border-bottom: 1.5px solid #000;
}
.p-company__office {
  margin: 0 0 4.1666666667vw;
}
.p-company__office .p-company__row:last-child .p-company__term {
  border-bottom: 3px solid #000;
}
.p-company__office .p-company__row:last-child .p-company__desc {
  border-bottom: 1.5px solid #000;
}
.p-company__row {
  display: grid;
  grid-template-columns: 11.4583333333vw 1fr;
  column-gap: 1.4583333333vw;
  margin: 0;
  font-size: 0.9375vw;
  line-height: 1.7777777778;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.p-company__term, .p-company__desc {
  min-height: 3.6458333333vw;
  margin: 0;
  padding: 1.0416666667vw 0 1.3020833333vw;
}
.p-company__term {
  border-top: 3px solid #000;
  position: relative;
}
.p-company__desc {
  padding-left: 1.8229166667vw;
  border-top: 1.5px solid #000;
}
.p-company__organization__image {
  width: 95.3703703704%;
  max-width: 51.5625vw;
  margin: 0;
  padding: 0.5208333333vw 0 0;
}
.p-company__organization__image img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-company__license {
  background-color: var(--color-secondary);
  padding: 7.2916666667vw 2.0833333333vw 11.4583333333vw;
}
.p-company__license__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
}
.p-company__license__block {
  display: grid;
  grid-template-columns: 18.75vw 1fr;
  column-gap: 0.7142857143%;
  padding: 0 0 3.125vw;
  margin: 0 0 4.1666666667vw;
  border-bottom: 2px solid var(--color-primary);
}
.p-company__license__block:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.p-company__license__block--business {
  align-items: start;
}
.p-company__license__block--business .p-company__license__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15.7407407407%;
}
.p-company__license__heading {
  padding: 0;
}
.p-company__license__title {
  margin: 0 0 0.2604166667vw;
  font-size: 1.25vw;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.p-company__license__en {
  margin: 0;
  font-family: var(--font-inter);
  font-size: 0.625vw;
  line-height: 1.25;
  letter-spacing: 0.175em;
  font-weight: 500;
}
.p-company__license__label {
  margin: 0 0 0.4166666667vw;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.p-company__license__permit {
  margin: 0 0 1.6666666667vw;
  padding: 0 0 0.625vw;
  border-bottom: 2px solid #000;
  font-size: 1.09375vw;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-company__license__text {
  margin: 0;
  font-size: 1.09375vw;
  line-height: 1.7142857143;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.p-company__license__company {
  margin: 1.5625vw 0 0;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-company__main {
    height: 58.9743589744vw;
    margin: 17.9487179487vw 0 15.3846153846vw;
  }
  .p-company__section {
    padding: 0 8.9743589744vw;
  }
  .p-company__overview {
    margin: 0 0 28.2051282051vw;
  }
  .p-company__offices {
    margin: 0 0 30.7692307692vw;
  }
  .p-company__organization {
    margin: 0 0 23.0769230769vw;
  }
  .p-company__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .p-company__heading {
    padding: 0;
    margin: 0 0 10.2564102564vw;
  }
  .p-company__title {
    font-size: 4.6153846154vw;
    line-height: 1.2222222222;
  }
  .p-company__title br {
    display: none;
  }
  .p-company__subtitle {
    font-size: 3.5897435897vw;
    line-height: 1;
  }
  .p-company__table, .p-company__office-list {
    width: 100%;
  }
  .p-company__table .p-company__row:last-child .p-company__term {
    border-bottom: 3px solid #000;
  }
  .p-company__table .p-company__row:last-child .p-company__desc {
    border-bottom: 1.5px solid #000;
  }
  .p-company__office {
    margin: 0 0 10.2564102564vw;
  }
  .p-company__office .p-company__row:last-child .p-company__term {
    border-bottom: 0.7692307692vw solid #000;
  }
  .p-company__office .p-company__row:last-child .p-company__desc {
    border-bottom: 0.3846153846vw solid #000;
  }
  .p-company__row {
    display: grid;
    grid-template-columns: 28.2051282051vw 1fr;
    column-gap: 3.0769230769vw;
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
  .p-company__term, .p-company__desc {
    min-height: auto;
    padding: 2.5641025641vw 0;
  }
  .p-company__term {
    border-top: 0.7692307692vw solid #000;
    position: relative;
  }
  .p-company__desc {
    padding-left: 2.5641025641vw;
    border-top: 0.3846153846vw solid #000;
  }
  .p-company__organization__image {
    width: auto;
    max-width: initial;
    margin: 0 -5.1282051282vw;
  }
  .p-company__organization__image img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .p-company__license {
    padding: 20.5128205128vw 8.9743589744vw 25.641025641vw;
  }
  .p-company__license__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .p-company__license__block {
    display: block;
    padding: 0 0 10.2564102564vw;
    margin: 0 0 15.3846153846vw;
    border-bottom: 0.5128205128vw solid var(--color-primary);
  }
  .p-company__license__block--business {
    align-items: start;
  }
  .p-company__license__block--business .p-company__license__body {
    display: block;
  }
  .p-company__license__block--business .p-company__license__col {
    margin: 0 0 7.6923076923vw;
  }
  .p-company__license__block--business .p-company__license__col:last-child {
    margin: 0;
  }
  .p-company__license__heading {
    padding: 0;
    margin: 0 0 7.6923076923vw;
  }
  .p-company__license__title {
    margin: 0 0 1.2820512821vw;
    font-size: 4.6153846154vw;
    line-height: 1.7777777778;
  }
  .p-company__license__en {
    font-size: 2.5641025641vw;
    line-height: 1.2;
  }
  .p-company__license__en br {
    display: none;
  }
  .p-company__license__label {
    margin: 0 0 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
  .p-company__license__permit {
    margin: 0 0 2.5641025641vw;
    padding: 0 0 1.2820512821vw;
    border-bottom: 0.2564102564vw solid #000;
    font-size: 3.0769230769vw;
    display: inline-block;
  }
  .p-company__license__text {
    margin: 0;
    font-size: 3.0769230769vw;
    line-height: 1.7142857143;
  }
  .p-company__license__company {
    margin: 5.1282051282vw 0 0;
    font-size: 4.1025641026vw;
  }
}
/*
    Contact[/contact/]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p-contact .required__flag,
.editor-styles-wrapper .p-contact .required__flag {
  background-color: var(--color-primary);
  margin: 0 0 0 2.0833333333vw;
  border-radius: 2px;
  padding: 0.2083333333vw;
  color: #FFF;
  font-size: 0.625vw;
}
.edit-post-layout .editor-styles-wrapper .p-contact--box,
.editor-styles-wrapper .p-contact--box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5625vw;
  border-bottom: 1px solid #e3e3e3;
}
.edit-post-layout .editor-styles-wrapper .p-contact--box textarea,
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=email],
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=tel],
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=text],
.editor-styles-wrapper .p-contact--box textarea,
.editor-styles-wrapper .p-contact--box input[type=email],
.editor-styles-wrapper .p-contact--box input[type=tel],
.editor-styles-wrapper .p-contact--box input[type=text] {
  width: 100%;
  border: 6px solid #F5F5F5;
  border-radius: 16px;
  padding: 0.8333333333vw;
  font-size: 0.8333333333vw;
  background-color: #F5F5F5;
}
.edit-post-layout .editor-styles-wrapper .p-contact--box textarea::placeholder,
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=email]::placeholder,
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=tel]::placeholder,
.edit-post-layout .editor-styles-wrapper .p-contact--box input[type=text]::placeholder,
.editor-styles-wrapper .p-contact--box textarea::placeholder,
.editor-styles-wrapper .p-contact--box input[type=email]::placeholder,
.editor-styles-wrapper .p-contact--box input[type=tel]::placeholder,
.editor-styles-wrapper .p-contact--box input[type=text]::placeholder {
  color: #BBB;
}
.edit-post-layout .editor-styles-wrapper .p-contact--box dt,
.editor-styles-wrapper .p-contact--box dt {
  width: 25%;
  font-weight: 600;
  font-size: 0.9375vw;
  letter-spacing: 0.075em;
}
.edit-post-layout .editor-styles-wrapper .p-contact--box dd,
.editor-styles-wrapper .p-contact--box dd {
  width: 70%;
}
.edit-post-layout .editor-styles-wrapper .p-contact__privacy,
.editor-styles-wrapper .p-contact__privacy {
  margin: 3.125vw 0;
  text-align: center;
}
.edit-post-layout .editor-styles-wrapper .p-contact__privacy__label,
.editor-styles-wrapper .p-contact__privacy__label {
  margin: 0 0 1.0416666667vw;
  display: block;
  font-size: 0.9375vw;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.edit-post-layout .editor-styles-wrapper .p-contact__privacy__label input[type=checkbox],
.editor-styles-wrapper .p-contact__privacy__label input[type=checkbox] {
  margin: 0 0.5208333333vw;
  vertical-align: inherit;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button,
.editor-styles-wrapper .p-contact__button {
  display: flex;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button .wpcf7-spinner,
.editor-styles-wrapper .p-contact__button .wpcf7-spinner {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button > li,
.editor-styles-wrapper .p-contact__button > li {
  border: none;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button > li:before,
.editor-styles-wrapper .p-contact__button > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button > li,
.editor-styles-wrapper .p-contact__button > li {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p-contact__button > li:last-child,
.editor-styles-wrapper .p-contact__button > li:last-child {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p-contact .btn--primary,
.editor-styles-wrapper .p-contact .btn--primary {
  width: 16.6666666667vw;
  height: 3.125vw;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: #FFF;
  font-size: 0.9375vw;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p-contact .btn--primary:hover,
.editor-styles-wrapper .p-contact .btn--primary:hover {
  opacity: 0.65;
}
.edit-post-layout .editor-styles-wrapper .wpcf7-not-valid-tip,
.editor-styles-wrapper .wpcf7-not-valid-tip {
  font-weight: 600;
  letter-spacing: 0.075em;
  font-size: 0.7291666667vw;
  color: #b42006;
  border: 2px solid #b42006;
  padding: 0.5208333333vw;
  margin: 1.0416666667vw 0 0;
  display: inline-block;
}
.edit-post-layout .editor-styles-wrapper .wpcf7 form.sent .wpcf7-response-output,
.editor-styles-wrapper .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--color-primary);
}
.edit-post-layout .editor-styles-wrapper .wpcf7 form .wpcf7-response-output,
.editor-styles-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 1.5625vw 0.78125vw;
  padding: 1.5625vw;
  border: 2px solid var(--color-primary);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p-contact .required__flag,
  .editor-styles-wrapper .p-contact .required__flag {
    margin: 0 0 0 5.1282051282vw;
    border-radius: 0.5128205128vw;
    padding: 1.2820512821vw;
    font-size: 3.0769230769vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact--box,
  .editor-styles-wrapper .p-contact--box {
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 0 0 5.1282051282vw;
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact--box textarea,
  .edit-post-layout .editor-styles-wrapper .p-contact--box input[type=email],
  .edit-post-layout .editor-styles-wrapper .p-contact--box input[type=tel],
  .edit-post-layout .editor-styles-wrapper .p-contact--box input[type=text],
  .editor-styles-wrapper .p-contact--box textarea,
  .editor-styles-wrapper .p-contact--box input[type=email],
  .editor-styles-wrapper .p-contact--box input[type=tel],
  .editor-styles-wrapper .p-contact--box input[type=text] {
    border: 0.5128205128vw solid #F5F5F5;
    border-radius: 2.5641025641vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact--box dt,
  .editor-styles-wrapper .p-contact--box dt {
    width: auto;
    font-size: 4.1025641026vw;
    margin: 0 0 5.1282051282vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact--box dd,
  .editor-styles-wrapper .p-contact--box dd {
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact__privacy,
  .editor-styles-wrapper .p-contact__privacy {
    margin: 7.6923076923vw 0;
    text-align: center;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact__privacy__label,
  .editor-styles-wrapper .p-contact__privacy__label {
    margin: 0 0 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact .btn--primary,
  .editor-styles-wrapper .p-contact .btn--primary {
    width: 320px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .edit-post-layout .editor-styles-wrapper .p-contact .btn--primary:hover,
  .editor-styles-wrapper .p-contact .btn--primary:hover {
    opacity: 0.65;
  }
  .edit-post-layout .editor-styles-wrapper .wpcf7-not-valid-tip,
  .editor-styles-wrapper .wpcf7-not-valid-tip {
    font-size: 3.0769230769vw;
    border: 0.5128205128vw solid #b42006;
    padding: 2.5641025641vw;
    margin: 5.1282051282vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .wpcf7 form .wpcf7-response-output,
  .editor-styles-wrapper .wpcf7 form .wpcf7-response-output {
    margin: 5.1282051282vw 3.8461538462vw;
    padding: 5.1282051282vw;
    border: 0.5128205128vw solid var(--color-primary);
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  post.scss
--------------------------------------------------------------*/
/*
    Activity [common]
--------------------------------------------------------------*/
.p-activity-category {
  margin: 0 0 7.8125vw;
  padding: 0 2.0833333333vw;
}
.p-activity-category__title {
  font-size: 1.4583333333vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--font-inter);
  margin: 0 0 3.90625vw;
  text-align: center;
}
.p-activity-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
}
.p-activity-category__list > li a {
  display: block;
  padding: 0 1.5625vw 0 0;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-repeat: no-repeat;
  background-size: 1.0729166667vw 0.8296875vw;
  background-position: center right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-activity-category__list > li a:hover {
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .p-activity-category {
    margin: 0 0 17.9487179487vw;
    padding: 0 8.9743589744vw;
  }
  .p-activity-category__title {
    font-size: 4.6153846154vw;
    margin: 0 0 6.4102564103vw;
    text-align: left;
  }
  .p-activity-category__list {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: inherit;
  }
  .p-activity-category__list > li {
    margin: 0 0 5.1282051282vw;
    padding: 0 0 5.1282051282vw;
    border-bottom: 1px solid var(--color-primary);
  }
  .p-activity-category__list > li a {
    display: block;
    padding: 0 7.6923076923vw 0 0;
    font-size: 3.5897435897vw;
    background-image: url(assets/images/common/arrow01__bk.svg);
    background-repeat: no-repeat;
    background-size: 3.3717948718vw 2.6076923077vw;
    background-position: center right 2.5641025641vw;
  }
}
/*
    Activity [single]
--------------------------------------------------------------*/
.p-activity-single__wrapper {
  position: relative;
  padding: 9.8958333333vw 2.0833333333vw 5.2083333333vw;
}
.p-activity-single__inner {
  max-width: 72.9166666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-activity-single__side {
  width: 25%;
  position: sticky;
  top: 7.2916666667vw;
  align-self: flex-start;
}
.p-activity-single__side__title {
  font-size: 0.7291666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--font-inter);
  margin: 0 0 1.5625vw;
}
.p-activity-single__side__list {
  display: flex;
  flex-direction: column;
}
.p-activity-single__side__list > li {
  margin: 0 0 0.2604166667vw;
}
.p-activity-single__side__list > li > a {
  max-width: 9.375vw;
  height: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #FFF;
  font-size: 0.625vw;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-activity-single__side__list > li > a:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.p-activity-single__content {
  width: 75%;
}

.edit-post-layout .editor-styles-wrapper .p-activity-single__date {
  font-size: 0.7291666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: var(--font-inter);
  margin: 0 0 1.3020833333vw;
  display: block;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__title {
  font-size: 1.4583333333vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 4.1666666667vw;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav {
  margin: 3.90625vw 0 0;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li {
  margin: 0;
  padding: 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--prev a {
  padding: 0 0 0 2.6041666667vw;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--prev a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  width: 1.684375vw;
  height: 1.3020833333vw;
  background-image: url(assets/images/common/arrow01__prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--next a {
  padding: 0 2.6041666667vw 0 0;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--next a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  width: 1.684375vw;
  height: 1.3020833333vw;
  background-image: url(assets/images/common/arrow01__next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li a {
  position: relative;
  color: var(--color-primary);
  font-family: var(--font-inter);
  font-size: 1.4583333333vw;
  font-weight: 600;
  display: block;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li a:hover {
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .p-activity-single__wrapper {
    position: relative;
    padding: 28.2051282051vw 8.9743589744vw 17.9487179487vw;
  }
  .p-activity-single__inner {
    max-width: initial;
    display: flex;
    flex-direction: column;
  }
  .p-activity-single__side {
    width: auto;
    position: relative;
    top: inherit;
    align-self: normal;
  }
  .p-activity-single__side__title {
    font-size: 3.0769230769vw;
    margin: 0 0 2.5641025641vw;
    padding: 0 0 2.5641025641vw;
    position: relative;
  }
  .p-activity-single__side__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 91.0256410256vw;
    height: 1px;
    background: var(--color-primary);
  }
  .p-activity-single__side__list {
    display: flex;
    flex-direction: initial;
  }
  .p-activity-single__side__list > li {
    margin: 0 1.2820512821vw 1.2820512821vw 0;
  }
  .p-activity-single__side__list > li > a {
    min-width: 30.7692307692vw;
    height: 5.1282051282vw;
    font-size: 2.5641025641vw;
  }
  .p-activity-single__content {
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__date {
    font-size: 2.5641025641vw;
    margin: 0 0 6.4102564103vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__title {
    font-size: 4.8717948718vw;
    letter-spacing: 0.1em;
    line-height: 1.4210526316;
    margin: 0 0 6.4102564103vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav {
    margin: 7.6923076923vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--prev a {
    padding: 0 0 0 10.2564102564vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--prev a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    width: 4.7051282051vw;
    height: 3.6358974359vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--next a {
    padding: 0 10.2564102564vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li.nav--next a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 25%;
    width: 4.7051282051vw;
    height: 3.6358974359vw;
  }
  .edit-post-layout .editor-styles-wrapper .p-activity-single__nav__list li a {
    position: relative;
    font-size: 4.1025641026vw;
  }
}
/*
    Activity [archives]
--------------------------------------------------------------*/
.p-activity-archives .p-activity-category {
  margin: 0 0 5.2083333333vw;
}
.p-activity-archives.category--pages .p-activity-category {
  margin: 0 0 7.8125vw;
}
.p-activity-archives__related__title-block {
  padding: 0 2.0833333333vw 1.5625vw;
}
.p-activity-archives__related__title {
  font-size: 1.4583333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 72.9166666667vw;
  margin: 0 auto;
}
.p-activity-archives__header {
  padding: 9.375vw 2.0833333333vw 0;
  text-align: center;
  margin: 0 0 2.6041666667vw;
}
.p-activity-archives__header span {
  display: block;
}
.p-activity-archives__header .en--title {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--font-inter);
  font-size: 2.5vw;
  line-height: 1;
}
.p-activity-archives__header .ja--title {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.8333333333vw;
  line-height: 1;
}
.p-activity-archives__stitle {
  text-align: center;
  font-size: 1.4583333333vw;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 3.125vw 0 4.6875vw;
}
.p-activity-archives__stitle span {
  font-family: var(--font-inter);
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-activity-archives__lead {
  text-align: center;
  margin: 0 0 2.6041666667vw;
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.619047619;
}

.p-activity-archives__section {
  padding: 0 0 7.8125vw;
}

.p-activity-archives__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-activity-archives__list__item {
  width: 25%;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 1.0416666667%;
}

.p-activity-archives__list__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-activity-archives__list__link:hover .p-activity-archives__list__thumb img {
  transform: scale(1.05);
}

.p-activity-archives__list__thumb {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-activity-archives__list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.p-activity-archives__list__cat {
  position: absolute;
  z-index: 20;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  display: flex;
  flex-wrap: wrap;
}
.p-activity-archives__list__cat > li {
  min-width: 7.03125vw;
  padding: 0.5208333333vw;
  background: var(--color-primary);
  margin: 0 0.5208333333vw 0.5208333333vw 0;
  color: #FFF;
  font-size: 0.7291666667vw;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-activity-archives__list__body {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0 4.5454545455%;
}
.p-activity-archives__list__body.date--body {
  bottom: inherit;
  top: 15.9090909091vw;
}
.p-activity-archives__list__body.title--body {
  bottom: inherit;
  top: 18.1818181818vw;
}

.p-activity-archives__list__date {
  display: table;
  margin-bottom: 0.5208333333vw;
  padding: 0.15625vw 0.3125vw;
  background: white;
  color: var(--color-primary);
  font-size: 0.9375vw;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: var(--font-inter);
  font-weight: 400;
}

.p-activity-archives__list__title {
  display: inline;
  padding: 0.15625vw 0.3125vw;
  background: var(--color-primary);
  color: #FFF;
  font-size: 0.9375vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.l-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.6041666667vw 0 0;
  gap: 1.8229166667vw;
}
.l-pagenavi__prev, .l-pagenavi__next {
  display: block;
  width: 1.684375vw;
  height: 1.3020833333vw;
  text-indent: -520.78125vw;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-pagenavi__prev:hover, .l-pagenavi__next:hover {
  opacity: 0.45;
}
.l-pagenavi__prev {
  background-image: url(assets/images/common/arrow01__prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-pagenavi__next {
  background-image: url(assets/images/common/arrow01__next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-pagenavi__list {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  font-size: 0.9375vw;
  font-family: var(--font-inter);
  letter-spacing: 0.1em;
  font-weight: 600;
}
.l-pagenavi__list .current {
  color: var(--color-primary);
}
.l-pagenavi__list a {
  color: #CCC;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-pagenavi__list a:hover {
  color: #000;
}

.p-activity-slider {
  margin: 0 0 5.2083333333vw;
}
.p-activity-slider__swiper {
  overflow: hidden;
}
.p-activity-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-activity-slider__links {
  position: relative;
  display: block;
  color: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-activity-slider__links:hover .p-activity-slider__images img {
  transform: scale(1.1);
}
.p-activity-slider__images {
  margin: 0;
  aspect-ratio: 625/450;
  background: #000;
}
.p-activity-slider__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.p-activity-slider__title {
  position: absolute;
  top: 11.1111111111%;
  left: 1.0416666667vw;
  right: 1.0416666667vw;
  text-align: center;
  font-size: 1.3541666667vw;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.p-activity-slider__linkslabels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.1111111111%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125vw;
  font-size: 1.09375vw;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-inter);
  letter-spacing: 0.175em;
}
.p-activity-slider__linkslabels:after {
  content: "";
  display: block;
  width: 1.0729166667vw;
  height: 0.8296875vw;
  background-image: url(assets/images/common/arrow01__next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0) invert(1);
}
.p-activity-slider__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.3125vw;
  margin: 1.8229166667vw 0 2.6041666667vw;
}
.p-activity-slider__pagination .swiper-pagination-bullet {
  width: 7.8125vw;
  height: 0.5208333333vw;
  margin: 0;
  border-radius: 0;
  background: #AFAFAF;
  opacity: 1;
}
.p-activity-slider__pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.p-activity-slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.6875vw;
}
.p-activity-slider__prev, .p-activity-slider__next {
  position: static;
  display: block;
  width: 1.684375vw;
  height: 1.3020833333vw;
  margin: 0;
  text-indent: -520.78125vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-activity-slider__prev:after, .p-activity-slider__next:after {
  display: none;
}
.p-activity-slider__prev:hover, .p-activity-slider__next:hover {
  opacity: 0.45;
}
.p-activity-slider__prev {
  background-image: url(assets/images/common/arrow01__prev.svg);
}
.p-activity-slider__next {
  background-image: url(assets/images/common/arrow01__next.svg);
}

@media screen and (max-width: 768px) {
  .p-activity-archives .p-activity-category {
    margin: 0 0 17.9487179487vw;
  }
  .p-activity-archives.category--pages .p-activity-category {
    margin: 0 0 17.9487179487vw;
  }
  .p-activity-archives__related__title-block {
    padding: 0 7.6923076923vw 8.9743589744vw;
  }
  .p-activity-archives__related__title {
    font-size: 4.1025641026vw;
    width: auto;
  }
  .p-activity-archives__header {
    padding: 30.7692307692vw 8.9743589744vw 0;
    margin: 0 0 7.6923076923vw;
  }
  .p-activity-archives__header .en--title {
    font-size: 6.1538461538vw;
    margin: 0 0 1.2820512821vw;
  }
  .p-activity-archives__header .ja--title {
    font-size: 3.0769230769vw;
  }
  .p-activity-archives__stitle {
    text-align: center;
    font-size: 4.1025641026vw;
    margin: 7.6923076923vw 0 12.8205128205vw;
  }
  .p-activity-archives__stitle span {
    font-size: 3.0769230769vw;
  }
  .p-activity-archives__lead {
    margin: 0 0 12.8205128205vw;
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .p-activity-archives__section {
    padding: 0 0 17.9487179487vw;
  }
  .p-activity-archives__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-activity-archives__list__item {
    width: 50%;
    padding: 2.5641025641vw;
  }
  .p-activity-archives__list__cat {
    top: 1.2820512821vw;
    left: 1.2820512821vw;
    display: flex;
    flex-wrap: wrap;
  }
  .p-activity-archives__list__cat > li {
    min-width: 28.2051282051vw;
    padding: 0.641025641vw 2.5641025641vw;
    margin: 0 1.2820512821vw 1.2820512821vw 0;
    font-size: 2.5641025641vw;
  }
  .p-activity-archives__list__body {
    bottom: 1.2820512821vw;
    padding: 0 1.2820512821vw;
  }
  .p-activity-archives__list__body.date--body {
    bottom: inherit;
    top: 17.9487179487vw;
  }
  .p-activity-archives__list__body.title--body {
    bottom: inherit;
    top: 25.641025641vw;
  }
  .p-activity-archives__list__date {
    margin-bottom: 2.5641025641vw;
    padding: 0.641025641vw 1.2820512821vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0.16em;
  }
  .p-activity-archives__list__title {
    display: inline;
    padding: 0.641025641vw 1.2820512821vw;
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
  .l-pagenavi {
    margin: 12.8205128205vw 0 0;
    padding: 0 8.9743589744vw;
    justify-content: space-between;
    gap: 0;
  }
  .l-pagenavi__prev, .l-pagenavi__next {
    display: block;
    width: 4.7051282051vw;
    height: 3.6358974359vw;
  }
  .l-pagenavi__list {
    gap: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
  .p-activity-slider {
    margin: 0 0 19.2307692308vw;
  }
  .p-activity-slider__list .swiper-slide {
    width: 82.0512820513vw;
  }
  .p-activity-slider__images {
    aspect-ratio: 320/230;
  }
  .p-activity-slider__title {
    position: absolute;
    top: 6.4102564103vw;
    left: 5.1282051282vw;
    right: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
  .p-activity-slider__linkslabels {
    bottom: 7.6923076923vw;
    gap: 2.0512820513vw;
    font-size: 2.5641025641vw;
  }
  .p-activity-slider__linkslabels:after {
    content: "";
    display: block;
    width: 2.7051282051vw;
    height: 2.0923076923vw;
  }
  .p-activity-slider__pagination {
    gap: 0.641025641vw;
    margin: 5.1282051282vw 0;
  }
  .p-activity-slider__pagination .swiper-pagination-bullet {
    width: 15.8974358974vw;
    height: 0.5128205128vw;
  }
  .p-activity-slider__nav {
    gap: 8.9743589744vw;
  }
  .p-activity-slider__prev, .p-activity-slider__next {
    width: 5.958974359vw;
    height: 4.6076923077vw;
  }
  .p-activity-slider__prev {
    background-image: url(assets/images/common/arrow01__prev.svg);
  }
  .p-activity-slider__next {
    background-image: url(assets/images/common/arrow01__next.svg);
  }
}
/*
Theme Name: Chuokoei.com
Version: 99.0
Author: c-note
*/
/**
 # Foundation
 */
/*  _gutenberg.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}
body.acf_content p {
  font-size: 0.78125vw;
  line-height: 1.5;
  margin: 0 0 1.3020833333vw;
}

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

.wp-admin .edit-post-layout .editor-styles-wrapper,
.block-editor-iframe__html .editor-styles-wrapper {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.1428571429vw 0;
  background-color: #FFF;
}

.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: -1.4583333333vw 0 0;
}

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

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

.wp-admin .edit-post-layout .editor-styles-wrapper .acf-taxonomy-field .acf-checkbox-list li {
  border: none;
  font-size: 0.6770833333vw;
  padding: 0.2604166667vw;
  margin: 0 0 0.2604166667vw;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .categorychecklist-holder {
  background-color: #F5F5F5;
}

#wpcontent #wpbody .block-editor-link-control.aioseo-link-format .block-editor-link-control__settings {
  color: #000;
}

/*
     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: 0.5208333333vw;
}

.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", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Lato", sans-serif;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 0.4166666667vw 1.0416666667vw 0 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper .wp-block-group {
  border-radius: 6px;
  padding: 1.5625vw;
  background-color: var(--color-secondary);
  margin: 1.5625vw 0 1.5625vw;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group__inner-container {
  background-color: #FFF;
  padding: 1.5625vw;
  border-radius: 6px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child,
.editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01,
.editor-styles-wrapper .wp-block-group.is-style-group--type01 {
  display: block;
  background-color: var(--color-secondary);
  margin: 0 auto 1.5625vw;
  padding: 0.2604166667vw;
  border-radius: 6px;
  border: none;
  min-height: 10.9375vw;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container {
  border: 1px solid #CCC;
  padding: 1.0416666667vw;
  border-radius: 0;
  display: inline-block;
  min-height: 10.4166666667vw;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02,
.editor-styles-wrapper .wp-block-group.is-style-group--type02 {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.7083333333vw;
  border-radius: 6px;
  padding: 1.5625vw;
  background-color: var(--color-secondary);
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container,
.editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container {
  padding: 0;
  min-width: inherit;
  border-radius: 0;
  display: inline-block;
  background: none;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p,
.editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p {
  color: var(--color-gray-line);
  font-family: var(--font-inter);
  font-weight: 700;
  text-align: center;
  font-size: 1.875vw;
  line-height: 1;
  letter-spacing: 0.06em;
}

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

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

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 1.25vw 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 2.5vw;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group,
  .editor-styles-wrapper .wp-block-group {
    border-radius: 1.5384615385vw;
    padding: 2.5641025641vw;
    background-color: var(--color-secondary);
    margin: 5.1282051282vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container,
  .editor-styles-wrapper .wp-block-group__inner-container {
    background-color: #FFF;
    padding: 2.5641025641vw;
    border-radius: 1.5384615385vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01,
  .editor-styles-wrapper .wp-block-group.is-style-group--type01 {
    display: block;
    background-color: var(--color-secondary);
    margin: 0 auto 5.1282051282vw;
    padding: 2.5641025641vw;
    border-radius: 1.5384615385vw;
    border: none;
    min-height: initial;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container,
  .editor-styles-wrapper .wp-block-group.is-style-group--type01 .wp-block-group__inner-container {
    padding: 2.5641025641vw;
    min-height: initial;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02,
  .editor-styles-wrapper .wp-block-group.is-style-group--type02 {
    min-height: initial;
    border-radius: 1.5384615385vw;
    padding: 2.5641025641vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p,
  .editor-styles-wrapper .wp-block-group.is-style-group--type02 .wp-block-group__inner-container p {
    font-size: 4.1025641026vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 32px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 24px;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 24px 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 48px;
  }
}
/**
 # 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;
}
/*# sourceMappingURL=style.css.map */