@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Quicksand:wght@300..700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*mediaquery-1*/
/*
	general style
===================================================*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

body {
  font-size: 1.4rem;
  position: relative;
  color: #333333;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.6;
  background: linear-gradient(to right, #f5f5f7 0%, white 100%); }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }

a {
  background-color: transparent;
  transition: 0.3s; }
  a:hover {
    color: #333333;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

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

.mdblock {
  display: none; }
  @media screen and (max-width: 768px) {
    .mdblock {
      display: block; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

.inner {
  max-width: 100%;
  padding: 0 3rem; }

/* 基本レイアウト: 左=可変 / 中央=600px固定 / 右=可変 */
.layout {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px minmax(0, 1fr);
  gap: 0;
  /* 欲しければ余白 */
  min-height: 100svh;
  /* モバイルUI表示時でも安定 */
  /* センターカラム */ }
  @media screen and (max-width: 1240px) {
    .layout {
      max-width: 1440px;
      margin: auto;
      display: grid;
      grid-template-columns: 400px 1fr;
      /* 左300px固定・右可変 */
      gap: 0;
      min-height: 100svh;
      /* モバイルUI表示時でも安定 */ } }
  @media screen and (max-width: 1024px) {
    .layout {
      max-width: 1440px;
      margin: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* 左右半分 */
      gap: 0;
      min-height: 100svh; } }
  @media screen and (max-width: 768px) {
    .layout {
      grid-template-columns: 1fr;
      gap: 0; } }
  .layout .layout__center {
    min-width: 0;
    box-shadow: 0 0 10px #d7e1e7;
    background: #ffffff;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .layout .layout__center {
        width: 100%; } }

.heading-title__02 {
  font-family: "Quicksand", sans-serif;
  font-size: 3.6rem;
  position: relative;
  padding-left: 50px;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    .heading-title__02 {
      font-size: 3.2rem; } }
  .heading-title__02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 4px;
    /* 線の太さ */
    border-radius: 6px;
    background-color: #901224;
    /* 線の色 */ }
  .heading-title__02.wh {
    color: #ffffff; }
    .heading-title__02.wh::before {
      background-color: #ffffff; }

.heading-title__03 {
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #901224;
  margin-bottom: 2rem;
  line-height: 1; }
  .heading-title__03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    /* 線の太さ */
    border-radius: 6px;
    background-color: #901224;
    /* 線の色 */ }

.heading-title__04 {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  background-color: #ffffff;
  border-radius: 100vw;
  padding: 0.3em 2em;
  margin-bottom: 1rem;
  min-width: 150px;
  text-align: center;
  border: 1px solid #ccc; }

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear; }
  .swiper-container_gallery .swiper-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }

/*********************************

LOADER

*********************************/
.loader {
  position: fixed;
  inset: 0;
  background: #901224;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: left center; }

.loader__title {
  color: #fff;
  font-size: clamp(20px, 4vw, 40px);
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  opacity: 0;
  font-family: "Quicksand", sans-serif; }
  .loader__title .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px); }

/*********************************

HEADER

*********************************/
header {
  position: sticky;
  top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  transition: height 0.3s ease, grid-template-columns 0.3s ease; }
  @media screen and (max-width: 768px) {
    header.is-scrolled {
      background: rgba(255, 255, 255, 0.7);
      /* 半透明の白 */
      backdrop-filter: blur(6px);
      /* サポート環境でぼかし */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      top: 0;
      padding: 2rem 0 0;
      height: 60px; }
      header.is-scrolled .header__contents {
        padding: 0;
        gap: 0; }
        header.is-scrolled .header__contents .header__gnav {
          transition: 0.2s; }
      header.is-scrolled .header__title {
        opacity: 0;
        display: none;
        transform: translateY(-8px);
        pointer-events: none;
        /* クリック無効化 */ } }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      width: 100%;
      z-index: 100;
      top: 0;
      padding: 2rem 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  header .header__contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6rem; }
    @media screen and (max-width: 768px) {
      header .header__contents {
        gap: 3rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    header .header__contents .header__title {
      transition: opacity 0.25s ease, transform 0.25s ease;
      opacity: 0;
      transform: translateY(-20px); }
      header .header__contents .header__title h1,
      header .header__contents .header__title p {
        line-height: 1; }
      header .header__contents .header__title a {
        display: block;
        text-decoration: none;
        color: #333333;
        position: relative;
        padding-left: 74px; }
        @media screen and (max-width: 768px) {
          header .header__contents .header__title a {
            padding-left: 45px; } }
        header .header__contents .header__title a::before {
          content: "";
          display: inline-block;
          width: 54px;
          height: 54px;
          background-image: url("../img/logo.svg");
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          left: 0%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            header .header__contents .header__title a::before {
              width: 30px;
              height: 30px; } }
      header .header__contents .header__title .title-tagline {
        display: block;
        letter-spacing: 0.1em;
        color: #808080;
        font-weight: normal;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          header .header__contents .header__title .title-tagline {
            font-size: 1rem; } }
      header .header__contents .header__title .title-txt {
        display: inline-block;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        font-size: 2.8rem;
        margin-top: 1.2rem;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 768px) {
          header .header__contents .header__title .title-txt {
            font-size: 2rem;
            margin-top: 0.5rem; } }
    header .header__contents .header__gnav {
      opacity: 0;
      transform: translateX(-24px); }
      header .header__contents .header__gnav nav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2rem; }
        @media screen and (max-width: 768px) {
          header .header__contents .header__gnav nav ul {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            flex-direction: row; } }
        @media screen and (max-width: 768px) {
          header .header__contents .header__gnav nav ul li {
            padding: 0; } }
        header .header__contents .header__gnav nav ul li a {
          text-decoration: none;
          color: #808080;
          position: relative;
          padding-left: 30px;
          font-size: 1.3rem;
          letter-spacing: 0.08em; }
          @media screen and (max-width: 768px) {
            header .header__contents .header__gnav nav ul li a {
              padding: 1.8rem 0 0;
              font-weight: bold;
              color: #333333; } }
          header .header__contents .header__gnav nav ul li a.current::before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 14px;
            background-image: url("../img/ashiato.svg");
            background-repeat: no-repeat;
            background-size: contain;
            vertical-align: middle;
            position: absolute;
            top: 50%;
            left: 0%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
            @media screen and (max-width: 768px) {
              header .header__contents .header__gnav nav ul li a.current::before {
                width: 14px;
                height: 12px;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                top: 0; } }
          header .header__contents .header__gnav nav ul li a:hover {
            color: #333333;
            opacity: 1; }
            header .header__contents .header__gnav nav ul li a:hover::before {
              content: "";
              display: inline-block;
              width: 16px;
              height: 14px;
              background-image: url("../img/ashiato.svg");
              background-repeat: no-repeat;
              background-size: contain;
              vertical-align: middle;
              position: absolute;
              top: 50%;
              left: 0%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%); }
              @media screen and (max-width: 768px) {
                header .header__contents .header__gnav nav ul li a:hover::before {
                  width: 14px;
                  height: 12px;
                  left: 50%;
                  transform: translateX(-50%);
                  -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                  top: 0; } }

/*********************************

TOP

*********************************/
/* +++++++++++
 common
 +++++++++++ */
.section {
  padding: 6rem 0;
  min-height: 100svh; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 8rem 0; } }

/* +++++++++++
 Top
 +++++++++++ */
#top {
  height: 100svh;
  background: url(../img/contact_bg.jpg) no-repeat bottom center;
  background-size: 100%;
  /*scroll-down*/ }
  #top img {
    width: 100%;
    height: auto; }
  #top .fv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      #top .fv {
        height: 100svh; } }
    #top .fv .fv-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
      padding-top: 100px;
      margin: auto;
      gap: 3rem; }
      @media screen and (max-width: 768px) {
        #top .fv .fv-inner {
          padding-top: 0; } }
      #top .fv .fv-inner .fv__slider {
        width: 180px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #top .fv .fv-inner .fv__slider {
            width: 160px; } }
        #top .fv .fv-inner .fv__slider .swiper-slide {
          width: 200px;
          height: 100%;
          border-radius: 20px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #top .fv .fv-inner .fv__slider .swiper-slide {
              width: 160px; } }
          #top .fv .fv-inner .fv__slider .swiper-slide img {
            width: 100%;
            height: auto;
            aspect-ratio: 9 / 16;
            object-fit: cover;
            transform: scale(1.03);
            transform-origin: center center;
            will-change: transform; }
            @media screen and (max-width: 768px) {
              #top .fv .fv-inner .fv__slider .swiper-slide img {
                aspect-ratio: 3 / 4; } }
        #top .fv .fv-inner .fv__slider .swiper-slide-active img {
          animation: zoomIn 3.2s ease forwards; }
@keyframes zoomIn {
  from {
    transform: scale(1.05); }
  to {
    transform: scale(1); }
  /* 好みで 1.1〜1.2 くらい */ }
    #top .fv .fv__read {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 1rem; }
      #top .fv .fv__read h2 {
        text-align: center;
        font-weight: normal;
        letter-spacing: 0.28em;
        color: #808080; }
      #top .fv .fv__read p {
        font-size: 1.2rem;
        letter-spacing: 0.03em; }
  #top .scroll-container {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%); }
    #top .scroll-container .scroll-down {
      text-align: center;
      color: #901224;
      font-size: 1.2rem;
      text-decoration: none;
      letter-spacing: 0.05em;
      font-weight: bold; }
      #top .scroll-container .scroll-down .scroll-line {
        width: 1px;
        height: 40px;
        background: linear-gradient(to bottom, transparent, #901224);
        animation: extend 3s infinite;
        margin-inline: auto; }
@keyframes extend {
  0%,
    100% {
    height: 0; }
  50% {
    height: 40px; } }
/* +++++++++++
 Profile
 +++++++++++ */
.profile .profile__read {
  line-height: 3; }
  .profile .profile__read--txt {
    margin-bottom: 3rem; }
    .profile .profile__read--txt .name {
      font-weight: bold;
      line-height: 2;
      margin-bottom: 3rem;
      font-size: 1.8rem;
      letter-spacing: .1em; }
      .profile .profile__read--txt .name rt {
        color: #808080;
        padding-top: 4px;
        padding-bottom: 1em;
        letter-spacing: .8em; }
      .profile .profile__read--txt .name .title {
        display: block;
        font-weight: normal; }
    .profile .profile__read--txt .do {
      font-weight: bold;
      line-height: 2; }
      .profile .profile__read--txt .do .qualification {
        font-weight: normal; }
    .profile .profile__read--txt .sm {
      color: #808080;
      font-size: 1.3rem; }

/* +++++++++++
 Works
 +++++++++++ */
.works {
  /*background-image: url(../img/pc_kuromame.svg), url(../img/grid-item.png);
  background-repeat: no-repeat, repeat;
  background-size: 30%, auto;
  background-position: 95% 97%, center;*/
  background: url(../img/grid-item.png) repeat center/auto;
  padding-bottom: 30%;
  position: relative; }
  .works .pc_kuromame {
    position: absolute;
    width: 170px;
    right: 2rem;
    bottom: 2rem;
    animation: shakePause 2.5s infinite; }
@keyframes shakePause {
  /* 静止 */
  0%,
    20% {
    transform: translate(0, 0); }
  /* 小刻みブルブル */
  25% {
    transform: translateX(-1px) rotate(-1deg); }
  30% {
    transform: translateX(1px) rotate(1deg); }
  35% {
    transform: translateX(-1px) rotate(-1deg); }
  40% {
    transform: translateX(1px) rotate(1deg); }
  45% {
    transform: translateX(-1px) rotate(-1deg); }
  50% {
    transform: translate(0, 0); }
  /* 休憩 */
  100% {
    transform: translate(0, 0); } }
  .works .works__read {
    margin: 2rem 0 4rem; }
    .works .works__read .list-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .works .works__read .list-item li {
        list-style-type: none;
        line-height: 2; }
        .works .works__read .list-item li::after {
          content: "/";
          display: inline-block;
          margin: 0 0.5em; }
        .works .works__read .list-item li:last-child::after {
          content: ""; }
  .works .works__message {
    line-height: 2;
    text-align: center;
    padding: 10% 4%;
    background: url(images/bg01.png) repeat rgba(255, 255, 255, 0.5);
    border-radius: 28px; }

/* +++++++++++
 Contact
 +++++++++++ */
.contact {
  width: 100%;
  height: auto;
  color: #f9f9f9; }
  .contact .contact__form {
    letter-spacing: 0.1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4rem; }
    @media screen and (max-width: 1240px) {
      .contact .contact__form {
        padding: 4rem 2rem; } }
    .contact .contact__form--read {
      text-align: center;
      line-height: 2; }
    .contact .contact__form dl {
      margin: 4rem auto; }
      .contact .contact__form dl dt {
        margin-bottom: 1rem; }
      .contact .contact__form dl dd {
        margin-bottom: 2rem; }
    .contact .contact__form input,
    .contact .contact__form textarea {
      padding: 1em;
      height: 55px;
      width: 100%;
      max-width: 100%;
      background: #ffffff;
      border: 1px solid #ffffff;
      border-radius: 12px; }
      @media screen and (max-width: 768px) {
        .contact .contact__form input,
        .contact .contact__form textarea {
          padding: 10px 0.5em; } }
    .contact .contact__form .message_textarea {
      line-height: 1.6;
      text-align: left;
      text-shadow: none;
      width: 100%;
      height: 250px; }
    .contact .contact__form .pp_txt {
      text-align: center;
      font-size: 0.9em; }
      .contact .contact__form .pp_txt a {
        color: #ffffff; }
    .contact .contact__form .submit_btn {
      width: 200px;
      display: block;
      margin: 4rem auto;
      font-weight: bold;
      background-color: transparent;
      color: #ffffff;
      transition-duration: 0.4s;
      letter-spacing: 0.1em;
      border-radius: 100vw; }
      .contact .contact__form .submit_btn:hover {
        background-color: #ffffff;
        cursor: pointer;
        color: #901224; }

.mesh-gradient {
  width: 100%;
  background: radial-gradient(at 20% 20%, #901224, transparent 60%), radial-gradient(at 80% 30%, #ff2a4e, transparent 60%), radial-gradient(at 40% 80%, #3d0a12, transparent 60%), radial-gradient(at 70% 70%, #c81e3a, transparent 60%), #000;
  /* 背景ベース */
  background-size: 200% 200%;
  animation: meshMove 30s ease-in-out infinite alternate; }

@keyframes meshMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*入力エラー*/
.wpcf7-not-valid-tip {
  color: #000;
  font-weight: bold;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 1rem;
  padding: 5px 10px;
  background: #f5b1aa; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #000;
  background: #f5b1aa;
  border-color: #f5b1aa;
  font-weight: bold;
  text-align: center; }

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  padding: 0.5em 1em;
  border: 2px solid #f5b1aa; }

/*送信完了*/
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  border-color: #fff;
  background: #fff;
  color: #808080;
  font-weight: bold;
  text-align: center;
  line-height: 2; }

.contact__form--policy {
  padding: 2rem;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.75em;
  width: 100%;
  height: 150px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  overflow: auto;
  font-size: 1.3rem;
  line-height: 1.75; }
  .contact__form--policy h3 {
    font-weight: bold;
    margin: 1.5rem 0 1rem; }
  .contact__form--policy ol {
    margin-left: 1.5em; }

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/ }

/*********************************

SUB-PAGE

*********************************/
#sub-page {
  background: #fff;
  padding: 10% 0; }
  #sub-page .sub-page__contents {
    line-height: 2;
    padding: 4rem 0; }
    #sub-page .sub-page__contents .not-read a {
      color: #901224; }

/*********************************

FOOTER

*********************************/
@media screen and (max-width: 1240px) {
  .footer {
    padding: 4rem 0;
    text-align: center; } }
.footer .copy {
  position: fixed;
  color: #808080;
  -ms-writing-mode: tb-rl;
  /*IE*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  z-index: 1; }
  @media screen and (max-width: 1240px) {
    .footer .copy {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb; } }

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  cursor: pointer;
  animation: floatUpDown 2.5s ease-in-out infinite;
  /* 上下拡大ふわふわ */ }
@keyframes floatUpDown {
  0% {
    transform: translateY(0) scale(1); }
  50% {
    transform: translateY(-6px) scale(1.05); }
  100% {
    transform: translateY(0) scale(1); } }
  #page_top a {
    display: block;
    width: 80px; }
    @media screen and (max-width: 768px) {
      #page_top a {
        width: 60px; } }
    #page_top a img {
      width: 100%;
      height: auto; }
