/*
Theme Name: Nishioku-ES
Author: nrd-studio
Version: 1
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*default setting*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, figcaption {
  margin: 0;
  padding: 0;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Zen Kaku Gothic New", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  position: relative;
  background-color: #fff;
}

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

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

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

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

a {
  transition: all 0.3s;
}

/*
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Anton", sans-serif;
*/
h1, h2, h3, h4, h5, h6, p, span, th, td, dt, dd {
  font-feature-settings: "palt";
}

.global-headline {
  display: block;
  background-color: #ea6000;
  height: 3em;
  text-align: center;
}
.global-headline img {
  height: 3em;
  width: auto;
}
@media screen and (max-width: 650px) {
  .global-headline {
    height: 60px;
    text-align: left;
  }
  .global-headline img {
    height: 60px;
  }
}

.norm {
  font-size: 4.4rem;
  line-height: 1.6;
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 650px) {
  .norm {
    padding: 0;
  }
}

.withIcon {
  font-size: 3rem;
  position: relative;
  padding-left: 3em;
  display: inline-block;
}
.withIcon:before {
  content: "";
  display: block;
  background: url("img/hl_icon.svg") 50% no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .withIcon:before {
    width: 2em;
    height: 2em;
  }
}
.withIcon.min {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  padding-left: 2em;
}
.withIcon.min:before {
  width: 1.6em;
  height: 1.6em;
}

.withoutIcon {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  padding: 2em;
}

.thin {
  font-weight: 500 !important;
}

.withLine {
  display: block;
}
.withLine span {
  display: block;
  padding: 6px 0 6px 5vw;
  font-size: 2.4rem;
  line-height: 1;
}
.withLine span.upper {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 650px) {
  .withLine {
    margin-left: 10px;
  }
}

p.normIntro {
  display: block;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 15vh;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.9;
}

p.thin {
  font-weight: 500 !important;
}

html {
  scroll-behavior: smooth;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 650px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
main {
  width: calc(100% - 200px);
}
@media screen and (max-width: 650px) {
  main {
    width: 100%;
  }
}

section {
  margin-bottom: 20vh;
}
@media screen and (max-width: 650px) {
  section {
    margin-bottom: 8vh;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.centering {
  display: block;
  text-align: center;
}

nav.side-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 200px;
  padding-bottom: 30px;
}
@media screen and (max-width: 650px) {
  nav.side-nav {
    display: none;
  }
}
nav.side-nav ul {
  padding-top: 6vh;
}
nav.side-nav ul li {
  padding-bottom: 12px;
}
nav.side-nav ul li a {
  display: block;
  text-align: center;
}
nav.side-nav ul li a img {
  width: 65%;
}
nav.side-nav ul li a:hover {
  transform: scale(1.1);
}
nav.side-nav a.ig {
  display: block;
  margin: 6vh auto 8vh;
  width: 60px;
}
nav.side-nav a.ig img {
  width: 100%;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
main.blog {
  background: url("img/bg_blog.webp") 0 0 repeat-y;
  background-size: contain;
}
@media screen and (max-width: 650px) {
  main.blog {
    background-image: none;
  }
}
main.blog.archive {
  background-image: none;
  background-color: #f2f2f2;
}
main.blog .container {
  display: flex;
  flex-wrap: wrap;
}
main.blog .container .main-content {
  width: 65%;
}
@media screen and (max-width: 650px) {
  main.blog .container .main-content {
    width: 100%;
    background-color: #f2f2f2;
  }
}
main.blog .container .main-content article {
  padding: 50px;
}
@media screen and (max-width: 650px) {
  main.blog .container .main-content article {
    padding: 40px 30px;
  }
}
main.blog .container .main-content h2 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  main.blog .container .main-content h2 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
main.blog .container .main-content .single-post__meta {
  padding: 10px 0 2em;
  font-size: 1.2rem;
}
main.blog .container .main-content .single-post__content {
  padding-top: 5vh;
}
main.blog .container .main-content .single-post__content figure {
  width: 100%;
  padding: 15px 0;
}
main.blog .container .main-content .single-post__content figure img {
  width: 100%;
  border-radius: 15px;
}
main.blog .container .main-content .single-post__content p {
  font-size: 1.8rem;
  line-height: 1.9;
  padding-bottom: 1em;
}
@media screen and (max-width: 650px) {
  main.blog .container .main-content .single-post__content p {
    font-size: 1.65rem;
    line-height: 1.6;
  }
}
main.blog .container .entries {
  width: 35%;
}
@media screen and (max-width: 650px) {
  main.blog .container .entries {
    width: 100%;
  }
}
main.blog .container .entries .wrapper {
  padding: 50px;
}
@media screen and (max-width: 650px) {
  main.blog .container .entries .wrapper {
    padding: 40px 30px;
  }
}
main.blog .container .entries .entries__list {
  margin-bottom: 20px;
}
main.blog .container .entries .entries__item {
  margin-bottom: 10px;
}
main.blog .container .entries h3.entries__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 26px;
  border-bottom: 1px solid #333;
}
main.blog .container .entries .entries__date {
  padding-top: 8px;
  font-size: 1.2rem;
  line-height: 1;
}
main.blog .container .entries a.entries__link {
  color: #333;
}
main.blog .container .entries a.entries__link:hover {
  color: #ea6000;
}
main.blog .container .entries .entries__content {
  display: block;
  padding-bottom: 12px;
}
main.blog .container a.return {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #ea6000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
main.blog .container nav.single-post__navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 8vh;
  margin-top: 8vh;
  margin-bottom: 8vh;
}
@media screen and (max-width: 650px) {
  main.blog .container nav.single-post__navigation {
    margin-bottom: 0;
  }
}
main.blog .container nav.single-post__navigation a {
  display: inline-block;
  background-color: #ea6000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 16px 24px;
  border-radius: 6px;
}
@media screen and (max-width: 650px) {
  main.blog .container nav.single-post__navigation a {
    font-size: 1.3rem;
    padding: 12px 16px;
  }
}
main.blog .archive-container {
  padding: 5vw;
}
main.blog .archive-container .posts-grid a.post-card-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
main.blog .archive-container .posts-grid a.post-card-link .post-thumbnail {
  width: 16vw;
}
main.blog .archive-container .posts-grid a.post-card-link .post-thumbnail img {
  width: 100%;
  height: 9vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 650px) {
  main.blog .archive-container .posts-grid a.post-card-link .post-thumbnail {
    width: 32vw;
    height: 14vh;
  }
  main.blog .archive-container .posts-grid a.post-card-link .post-thumbnail img {
    height: 14vh;
  }
}
main.blog .archive-container .posts-grid a.post-card-link .post-content {
  width: calc(100% - 18vw);
}
@media screen and (max-width: 650px) {
  main.blog .archive-container .posts-grid a.post-card-link .post-content {
    width: calc(100% - 35vw);
  }
}
main.blog .archive-container .posts-grid a.post-card-link .post-content h2 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  transition: 0.3s all;
}
@media screen and (max-width: 650px) {
  main.blog .archive-container .posts-grid a.post-card-link .post-content h2 {
    font-size: 1.9rem;
  }
}
main.blog .archive-container .posts-grid a.post-card-link .post-content .post-date {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 6px;
  color: #333;
  transition: 0.3s all;
}
main.blog .archive-container .posts-grid a.post-card-link:hover .post-content h2 {
  color: #ea6000;
}
main.blog .archive-container .posts-grid a.post-card-link:hover .post-content .post-date {
  color: #ea6000;
}
main.blog .archive-container .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
  margin-bottom: 2vw;
}
main.blog .archive-container .pagination-wrapper .pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 8px;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item {
  list-style: none;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.35rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  transition: all 0.3s ease;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #ea6000;
  border-color: #ea6000;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 96, 0, 0.25);
}
main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link.active, main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link.current {
  z-index: 3;
  color: #fff;
  background-color: #ea6000;
  border-color: #ea6000;
  cursor: default;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item .page-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item span.current,
main.blog .archive-container .pagination-wrapper .pagination .page-item span.page-numbers.current {
  z-index: 3;
  color: #fff;
  background-color: #ea6000;
  border-color: #ea6000;
  cursor: default;
  position: relative;
  display: block;
  padding: 0.8rem 1.35rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #ea6000;
  border-radius: 4px;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item:first-child .page-link,
main.blog .archive-container .pagination-wrapper .pagination .page-item:first-child span.current,
main.blog .archive-container .pagination-wrapper .pagination .page-item:first-child span.page-numbers.current {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
main.blog .archive-container .pagination-wrapper .pagination .page-item:last-child .page-link,
main.blog .archive-container .pagination-wrapper .pagination .page-item:last-child span.current,
main.blog .archive-container .pagination-wrapper .pagination .page-item:last-child span.page-numbers.current {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 0 35px;
  position: fixed;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  z-index: 7777;
}
header .logo {
  display: block;
  max-width: 180px;
}
header .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    max-width: 120px;
    padding: 18px 18px 0;
  }
}

footer {
  background-color: #000;
}
footer .head {
  padding: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  footer .head {
    padding: 5vh 5vw;
  }
}
footer .bases {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
footer .bases table {
  padding-bottom: 20px;
}
footer .bases table th, footer .bases table td {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  vertical-align: top;
  text-align: left;
  padding: 0.2em 0;
}
@media screen and (max-width: 650px) {
  footer .bases table th, footer .bases table td {
    padding-bottom: 12px;
  }
}
footer .bases table th {
  white-space: nowrap;
  padding-right: 3em;
}
footer .bases table td a {
  color: #006dda;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  footer ul {
    display: none;
  }
}
footer ul li {
  width: calc(30% - 5px);
  margin: 10px;
}
footer ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 4px;
  position: relative;
}
footer ul li a:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
footer ul li a:hover:before {
  width: 100%;
  height: 1px;
}
footer a.logo {
  display: block;
  max-width: 370px;
  width: 60%;
}
footer a.logo img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  footer a.logo {
    width: 100%;
  }
}
footer .ctaLine {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 3vh;
}
@media screen and (max-width: 650px) {
  footer .ctaLine {
    text-align: center;
    margin-top: 6vh;
    margin-bottom: 4vh;
  }
}
footer .ctaLine a {
  display: inline-block;
  border-radius: 8px;
  padding: 8px 24px;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #333;
  margin-right: 3vw;
}
footer .ctaLine a:hover {
  background-color: #ea6000;
  color: #fff;
}
footer p.copyright {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 2em;
}

main.home .head {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 650px) {
  main.home .head {
    min-height: 70vh;
  }
}
main.home .head > .logo {
  position: absolute;
  top: clamp(16px, 4vw, 40px);
  right: clamp(16px, 4vw, 40px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main.home .head > .logo img {
  width: clamp(140px, 32vw, 360px);
  height: auto;
}
@media screen and (max-width: 650px) {
  main.home .head > .logo {
    left: 0;
    right: auto;
  }
  main.home .head > .logo img {
    width: 80%;
  }
}
main.home .head__slideshow {
  position: absolute;
  inset: 0;
  z-index: 1;
}
main.home .head__catchphrase {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  pointer-events: none;
}
main.home .head__catchphrase img {
  width: clamp(220px, 64vw, 820px);
  max-width: 80vw;
  height: auto;
}
main.home .head__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: home-head-crossfade 36s linear infinite;
          animation: home-head-crossfade 36s linear infinite;
}
main.home .head__slide:nth-child(1) {
  background-image: url("img/kv_home_slide1.webp");
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
main.home .head__slide:nth-child(2) {
  background-image: url("img/kv_home_slide2.webp");
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
main.home .head__slide:nth-child(3) {
  background-image: url("img/kv_home_slide3.webp");
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
main.home .head__slide:nth-child(4) {
  background-image: url("img/kv_home_slide4.webp");
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
main.home .head__slide:nth-child(5) {
  background-image: url("img/kv_home_slide5.webp");
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
main.home .head__slide:nth-child(6) {
  background-image: url("img/kv_home_slide6.webp");
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
main.home .movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
main.home .movie__frame {
  position: absolute;
  inset: 0;
}
main.home .movie iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
main.home .introduction-block {
  padding: 8vh 5% 12vh;
}
main.home .introduction-block h3.norm {
  font-size: 3.2rem;
  padding-top: 0;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 650px) {
  main.home .introduction-block h3.norm {
    font-size: 2.8rem;
  }
}
main.home .introduction-block p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.9;
}
main.home .introduction-block a {
  display: block;
  max-width: 130px;
  width: 30%;
  margin: 50px auto 0;
}
main.home .introduction-block a img {
  width: 100%;
}
main.home .introduction-block a:hover {
  transform: scale(1.06);
}
main.home .introduction-block table {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
}
main.home .introduction-block table td {
  padding: 1em 0;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
}
main.home .introduction-block table td strong {
  white-space: nowrap;
}
main.home .introduction-block table td:first-child {
  font-weight: 600;
  padding-right: 3em;
}
main.home .media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media screen and (max-width: 650px) {
  main.home .media {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home .media .instagram {
  margin: 5px 0;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  main.home .media .instagram {
    padding: 3vh 0;
  }
}
main.home .media .instagram a {
  display: block;
  width: 60%;
}
main.home .media .instagram a img {
  width: 100%;
}
main.home .media .latest-posts {
  background-color: #f2f2f2;
  margin: 5px 0;
}
main.home .media .latest-posts .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 5vw;
}
main.home .media .latest-posts .wrapper .posts-head {
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 650px) {
  main.home .media .latest-posts .wrapper .posts-head {
    margin-bottom: 5vw;
  }
}
main.home .media .latest-posts .wrapper .posts-head h2 {
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #333;
  margin-right: 20px;
}
main.home .media .latest-posts .wrapper .posts-head a {
  display: inline-block;
  padding: 6px 12px;
  background-color: #ea6000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
}
main.home .media .latest-posts .wrapper .posts ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.4;
}
main.home .media .latest-posts .wrapper .posts ul li:last-child {
  margin-bottom: 0;
}
main.home .media .latest-posts .wrapper .posts ul li time {
  flex-shrink: 0;
  width: 6em;
  margin-right: 1em;
  font-size: 80%;
}
main.home .media .latest-posts .wrapper .posts ul li a {
  flex: 1;
  color: #333;
  font-weight: 600;
}
main.home .media .latest-posts .wrapper .posts ul li a:hover {
  color: #ea6000;
}
main.home .media .latest-posts .wrapper .posts ul li a .title {
  display: block;
}

@-webkit-keyframes home-head-crossfade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes home-head-crossfade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.kv {
  display: block;
  height: calc(100vh - 90px);
}
@media screen and (max-width: 650px) {
  .kv {
    height: 60vh;
  }
}
.kv.about {
  background: url("img/kv_about.webp") 50% no-repeat;
  background-size: cover;
}
.kv.philosophy {
  background: url("img/kv_philosophy.webp") 50% no-repeat;
  background-size: cover;
}
.kv.profile {
  background: url("img/kv_profile.webp") 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .kv.profile {
    background: url("img/kv_profile_sp.webp") 50% no-repeat;
    height: 72vh;
    background-size: cover;
  }
}
.kv.recruit {
  background: url("img/kv_recruit.webp") 50% no-repeat;
  background-size: cover;
}

@media screen and (max-width: 650px) {
  main.about h2.norm {
    padding: 4vw;
    font-size: 3rem;
    font-weight: 700;
  }
  main.about h2.norm br {
    display: none;
  }
}

main.philosophy h2.withIcon {
  display: inline-block;
  margin: 3em auto 2.2em;
}
@media screen and (max-width: 650px) {
  main.philosophy h2.withIcon {
    margin: 2em 5vw 1.8em;
  }
}
main.philosophy p.normIntro span.signature {
  display: block;
  text-align: right;
  padding-top: 1em;
}
main.philosophy .idea {
  margin-bottom: 5vh;
}
main.philosophy .idea .devider {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  main.philosophy .idea .devider.lower {
    flex-direction: column-reverse;
  }
}
main.philosophy .idea .devider .idea-block {
  width: 50%;
  height: 50vh;
}
@media screen and (max-width: 650px) {
  main.philosophy .idea .devider .idea-block {
    width: 100%;
    height: 35vh;
  }
}
main.philosophy .idea .devider .idea-block.idea1 {
  background: url("img/pic_idea1.webp") 50% no-repeat;
  background-size: cover;
}
main.philosophy .idea .devider .idea-block.idea2 {
  background: url("img/pic_idea2.webp") 50% no-repeat;
  background-size: cover;
}
main.philosophy .idea .devider .idea-block.idea1-txt {
  background: url("img/pic_phi_shakun.svg") 50% no-repeat;
  background-size: cover;
}
main.philosophy .idea .devider .idea-block.idea2-txt {
  background: url("img/pic_phi_rinen.svg") 50% no-repeat;
  background-size: cover;
}
main.philosophy .idea h3 {
  font-size: clamp(2.6rem, 3vw, 4.3rem);
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 1em;
}
main.philosophy .idea h3 span {
  display: block;
  text-align: center;
}
main.philosophy .efforts {
  margin-bottom: 10vh;
}
@media screen and (max-width: 650px) {
  main.philosophy .efforts {
    margin-bottom: 20px;
  }
  main.philosophy .efforts h2.withIcon {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
  }
}
main.philosophy .efforts p.normIntro {
  padding-bottom: 6vh;
}
main.philosophy .efforts ul {
  display: grid;
  width: 95%;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  margin-bottom: 5vh;
}
@media screen and (max-width: 650px) {
  main.philosophy .efforts ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 20px;
  }
}
main.philosophy .efforts ul li figure {
  padding-bottom: 15px;
}
main.philosophy .efforts ul li figure img {
  width: 100%;
}
main.philosophy .efforts ul li h3 {
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 650px) {
  main.philosophy .efforts ul li {
    padding-bottom: 15px;
  }
}
main.philosophy .efforts figure {
  width: 100%;
}
main.philosophy .efforts figure img {
  width: 100%;
}
main.philosophy .policy .wrapper {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 650px) {
  main.philosophy .policy .wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }
}
main.philosophy .policy .wrapper figure {
  width: 48%;
}
@media screen and (max-width: 650px) {
  main.philosophy .policy .wrapper figure {
    width: 100%;
  }
}
main.philosophy .policy .wrapper figure img {
  width: 100%;
}
main.philosophy .policy .wrapper .txt {
  width: 48%;
}
@media screen and (max-width: 650px) {
  main.philosophy .policy .wrapper .txt {
    width: 100%;
  }
}
main.philosophy .policy .wrapper .txt p {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 650px) {
  main.philosophy .policy .wrapper .txt p {
    padding: 0 6vw 20px;
  }
}

main.profile table {
  max-width: 720px;
  width: 85%;
  margin: 0 auto 10vh;
}
main.profile table th, main.profile table td {
  vertical-align: top;
  padding: 1em;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  main.profile table th, main.profile table td {
    display: block;
  }
}
main.profile table th {
  padding-right: 3em;
}
main.profile table td strong {
  white-space: nowrap;
  padding-right: 3em;
}
@media screen and (max-width: 650px) {
  main.profile table td strong {
    padding-bottom: 0;
    padding-right: 0;
  }
}

main.recruit h2.withIcon.min,
main.recruit h3.withIcon.min {
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 650px) {
  main.recruit h2.withIcon.min,
main.recruit h3.withIcon.min {
    font-size: 2rem;
  }
}
main.recruit nav.local ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 80%;
  margin: 5vh auto 100px;
}
@media screen and (max-width: 650px) {
  main.recruit nav.local ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main.recruit nav.local ul li a {
  display: block;
  border-radius: 6px 6px 0 6px;
  border: 2px solid #ea6000;
  padding: 12px;
  text-align: center;
  color: #ea6000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
main.recruit nav.local ul li a.on, main.recruit nav.local ul li a:hover {
  background-color: #ea6000;
  color: #fff;
}
main.recruit .message {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 12vh;
}
main.recruit .message p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 2.2;
  padding: 0;
}
main.recruit .idea h2 {
  display: block;
  width: 100%;
  text-align: center;
}
main.recruit .idea h2 img {
  max-width: 740px;
  width: 90%;
  margin: 0 auto 40px;
}
main.recruit .idea p {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 10vh;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 650px) {
  main.recruit .idea p {
    padding: 0 5vw 10vh;
    line-height: 2;
  }
}
main.recruit .idea ul.scenes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12vh;
}
main.recruit .idea ul.scenes li {
  width: 50%;
}
main.recruit .idea ul.scenes li figure {
  width: 100%;
}
main.recruit .idea ul.scenes li figure img {
  width: 100%;
}
main.recruit .data h2,
main.recruit .outline h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 4vw 5vh;
}
@media screen and (max-width: 650px) {
  main.recruit .data h2,
main.recruit .outline h2 {
    font-size: 2.2rem;
  }
}
main.recruit .data p,
main.recruit .outline p {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.9;
  padding: 0 0 10vh;
}
main.recruit .data .stats,
main.recruit .outline .stats {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 650px) {
  main.recruit .data .stats,
main.recruit .outline .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main.recruit .data .stats .stat-box,
main.recruit .outline .stats .stat-box {
  border-radius: 10px;
  border: 5px solid #ea6000;
  padding: 20px;
  text-align: center;
}
main.recruit .data .stats .stat-box p.label,
main.recruit .outline .stats .stat-box p.label {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
main.recruit .data .stats .stat-box span.count,
main.recruit .outline .stats .stat-box span.count {
  font-family: "Anton", sans-serif;
  font-size: 14rem;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  main.recruit .data .stats .stat-box span.count,
main.recruit .outline .stats .stat-box span.count {
    font-size: 25vw;
  }
}
main.recruit .data .stats .stat-box span.unit,
main.recruit .outline .stats .stat-box span.unit {
  display: block;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
main.recruit .data p.stats-attention,
main.recruit .outline p.stats-attention {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2em 0 10vh;
}
main.recruit .outline p {
  max-width: 960px;
  width: 90%;
  font-weight: 600;
}
main.recruit .outline table {
  max-width: 720px;
  width: 90%;
  margin: 0 auto 12vh;
}
main.recruit .outline table tr {
  border-top: 1px solid #333;
}
main.recruit .outline table th, main.recruit .outline table td {
  padding: 1em 0;
  font-size: 1.8rem;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
}
main.recruit .outline table th {
  white-space: nowrap;
  padding-right: 3em;
  border-right: 1px solid #333;
}
@media screen and (max-width: 650px) {
  main.recruit .outline table th {
    padding-right: 1em;
  }
}
main.recruit .outline table td {
  padding-left: 1em;
}

section.job-div {
  margin-bottom: 10vh;
}
section.job-div:last-child {
  margin-bottom: 20vh;
}
section.job-div h3 {
  margin-bottom: 5vh;
}
section.job-div .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.job-div .detail figure {
  width: 50%;
}
section.job-div .detail figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.job-div .detail .txt {
  width: 47%;
}
section.job-div .detail .txt h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-bottom: 20px;
  padding-right: 5vw;
}
section.job-div .detail .txt p {
  font-size: 1.8rem;
  line-height: 1.9;
  padding-right: 5vw;
}
@media screen and (max-width: 650px) {
  section.job-div .detail figure {
    width: 100%;
  }
  section.job-div .detail .txt {
    width: 86%;
    margin: 20px auto 0;
  }
  section.job-div .detail .txt h4 {
    padding-right: 0;
  }
  section.job-div .detail .txt h4 br {
    display: none;
  }
}

section.works h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
section.works p {
  text-align: center;
  padding: 3vw;
  font-size: 1.5rem;
  line-height: 1.5;
}
section.works table {
  width: 90%;
}
@media screen and (max-width: 650px) {
  section.works table {
    margin: 0 auto;
  }
}
section.works table tr {
  border-top: 1px solid #333;
}
section.works table tr th, section.works table tr td {
  vertical-align: middle;
  padding: 30px 0;
  font-size: 2.6rem;
  text-align: center;
}
section.works table tr th {
  width: 50%;
}
@media screen and (max-width: 650px) {
  section.works table tr th {
    width: auto;
    font-size: 2.1rem;
  }
}
section.works table tr td {
  width: 50%;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  section.works table tr td {
    width: auto;
    font-size: 2.1rem;
  }
}
section.works table tr:last-child {
  border-bottom: 1px solid #333;
}

main.faq section,
main.privacy section {
  max-width: 860px;
  width: 90%;
  margin: 8vh auto 10vh;
}
main.faq section h2,
main.privacy section h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 8vh;
  margin-bottom: 1.5em;
}
main.faq section h2:first-child,
main.privacy section h2:first-child {
  margin-top: 0;
}
main.faq section p,
main.privacy section p {
  font-size: 1.8rem;
  line-height: 1.9;
  padding-bottom: 1.8em;
}

main.contact p.intro {
  padding: 3vw;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

main.notfound {
  padding-top: 15vh;
}
main.notfound h2, main.notfound p {
  display: block;
  max-width: 960px;
  width: 90%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
main.notfound h2 {
  font-size: 6vw;
}
@media screen and (max-width: 650px) {
  main.notfound h2 {
    font-size: 3rem;
    padding-top: 10vh;
  }
  main.notfound p {
    font-size: 1.6rem;
    padding-top: 6vh;
    padding-bottom: 10vh;
  }
}

.contactForm {
  border-top: 1px solid #ccc;
  padding-top: 10vh;
}
.contactForm .wrapper {
  max-width: 480px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .contactForm h3.withIcon.min {
    font-size: 2.2rem;
  }
}

form dl {
  margin-top: 8vh;
}

.mw_wp_form .error {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 6px;
  margin-bottom: 1.5em;
}

/* contactForm フォームのスタイル */
.contactForm {
  /* すべての要素にbox-sizingを適用 */
  box-sizing: border-box;
}

.contactForm * {
  box-sizing: inherit;
}

p.sample {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-bottom: 15px;
}

/* 入力フィールドの共通スタイル */
.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm input[type=number],
.contactForm input[type=url],
.contactForm input[type=date],
.contactForm input[type=password],
.contactForm textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}

/* フォーカス時のスタイル */
.contactForm input[type=text]:focus,
.contactForm input[type=email]:focus,
.contactForm input[type=tel]:focus,
.contactForm input[type=number]:focus,
.contactForm input[type=url]:focus,
.contactForm input[type=password]:focus,
.contactForm textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* テキストエリア特有のスタイル */
.contactForm textarea {
  min-height: 120px;
  resize: vertical;
}

/* ラベルのスタイル */
.contactForm label {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #212529;
  text-align: left;
}
.contactForm label span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: red;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
}

/* セレクトボックスのスタイル */
.contactForm select {
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックスとラジオボタンのコンテナ */
.contactForm input[type=checkbox],
.contactForm input[type=radio] {
  margin-right: 0.5rem;
}

/* チェックボックスとラジオボタンのラベル */
.contactForm input[type=checkbox] + label,
.contactForm input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* 送信ボタン */
.contactForm input[type=submit],
.contactForm button[type=submit],
.wpcf7-previous {
  display: block;
  max-width: 500px;
  width: 80%;
  margin: 5vh auto 0px;
  padding: 1.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #4b93ff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.wpcf7-previous {
  width: 160px;
  margin: 0 auto 5vh;
  font-size: 1.4rem;
  background-color: #495446;
}

.contactForm input[type=submit]:hover,
.contactForm button[type=submit]:hover {
  background-color: #325c9c;
}

/* 必須マーク */
.contactForm .required:after,
.contactForm [required]:after {
  content: "*";
  color: #dc3545;
  margin-left: 0.25rem;
}

/* エラー状態 */
.contactForm input:invalid,
.contactForm textarea:invalid,
.contactForm select:invalid {
  border-color: #dc3545;
}

/* プレースホルダーのスタイル */
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* 無効化された要素のスタイル */
.contactForm input:disabled,
.contactForm textarea:disabled,
.contactForm select:disabled {
  background-color: #e9ecef;
  opacity: 0.7;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contactForm input[type=submit],
.contactForm button[type=submit] {
    width: 100%;
  }
}
main.thanks .contactForm p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 4em;
}

.nav-open {
  display: none;
  z-index: 7779;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .nav-open {
    display: block;
  }
}
.nav-open img {
  width: 100%;
}

.nav-area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: #444;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav-area {
    overflow: scroll;
  }
}
.nav-area .nav-close {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}
.nav-area .nav-close img {
  width: 100%;
}
.nav-area .navContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 10vw);
  padding: 0 5vw 6vh;
}
.nav-area .navContent .logo-white {
  width: 90%;
}
.nav-area .navContent .logo-white a img {
  width: 100%;
}
@media screen and (max-width: 650px) {
  .nav-area .navContent .logo-white {
    width: 100%;
    padding-top: 10vh;
  }
  .nav-area .navContent .logo-white a {
    display: block;
    width: 100%;
    margin: 0 auto 3vh;
  }
  .nav-area .navContent .logo-white a img {
    width: 100%;
  }
}
.nav-area .navContent nav {
  width: 60%;
}
@media screen and (max-width: 650px) {
  .nav-area .navContent nav {
    width: 100%;
  }
}
.nav-area .navContent nav ul {
  width: 100%;
}
.nav-area .navContent nav ul li {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 1vw 2.5vw;
  margin: 5px 0;
}
.nav-area .navContent nav ul li a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em 0.2em;
  color: #333;
}
.nav-area .navContent nav ul.children {
  display: flex;
  flex-wrap: wrap;
}
.nav-area .navContent nav ul.children li {
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 6px 6px 0;
}
.nav-area .navContent nav ul.children li a {
  display: inline-block;
  border-radius: 999px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 8px 22px;
}

.is-show {
  visibility: visible;
  opacity: 1;
}

/**
 * カーテン開きアニメーション
 * クラス名 .curtain-reveal を付与した要素に適用
 * 疑似要素で白い矩形で覆い、スクロール時に横幅0にアニメーション

左から右（デフォルト）: curtain-reveal
右から左: curtain-reveal curtain-reveal--right
中央から: curtain-reveal curtain-reveal--center

 */
.curtain-reveal {
  position: relative;
  overflow: hidden;
  display: block;
}
.curtain-reveal img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.curtain-reveal figure {
  position: relative;
  overflow: hidden;
}
.curtain-reveal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform-origin: left center;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.curtain-reveal.is-revealed::before {
  width: 0;
}
.curtain-reveal[style*=background]::before, .curtain-reveal[class*=background]::before {
  z-index: 1;
}
.curtain-reveal.curtain-reveal--right::before {
  left: auto;
  right: 0;
  transform-origin: right center;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.curtain-reveal.curtain-reveal--right.is-revealed::before {
  width: 0;
}
.curtain-reveal.curtain-reveal--center::before {
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(1);
}
.curtain-reveal.curtain-reveal--center.is-revealed::before {
  width: auto;
  transform: scaleX(0);
}

/**
 * フェードインアニメーション
 * クラス名 .fade-in を付与した要素に適用
 * スクロール時に要素がフェードインで表示される

上から下にスライド: fade-in fade-in--slide-up
下から上にスライド: fade-in fade-in--slide-down
左から右にスライド: fade-in fade-in--slide-left
右から左にスライド: fade-in fade-in--slide-right

 */
.fade-in {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.is-revealed {
  opacity: 1;
}
.fade-in.fade-in--slide-up {
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.fade-in--slide-up.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.fade-in.fade-in--slide-down {
  transform: translateY(-30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.fade-in--slide-down.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.fade-in.fade-in--slide-left {
  transform: translateX(-30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.fade-in--slide-left.is-revealed {
  opacity: 1;
  transform: translateX(0);
}
.fade-in.fade-in--slide-right {
  transform: translateX(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.fade-in--slide-right.is-revealed {
  opacity: 1;
  transform: translateX(0);
}

/*
Theme Name: Nishioku-ES
Author: nrd-studio
Version: 1
*/
/*# sourceMappingURL=style.css.map */