@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  margin-top: 0 !important;
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.header {
  position: fixed;
  height: 120px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    width: 100vw;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    border-bottom: 2px solid #fff;
    background-color: #DEE5F2;
  }
}
.header__inner {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
  padding: 12px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 15px;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    backdrop-filter: blur(0);
  }
}
.header__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.header__itemSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .header__itemSns {
    display: none;
  }
}
.header__logo {
  position: relative;
}
.header__logo::after {
  content: "";
  position: absolute;
  right: -1.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .header__logo::after {
    display: none;
  }
}
.header__logo img {
  -webkit-filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  width: 120px;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 50px;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.8em;
  background-color: rgba(255, 255, 255, 0.4);
}
.header__navItem {
  text-align: center;
}
.header__navItem .nav_en {
  font-size: 1.5rem;
}
.header__navItem .nav_jp {
  font-size: 0.7rem;
}
.header__navItemStrong {
  position: absolute;
  bottom: -17px;
  right: 0;
  font-family: "Marcellus", serif;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#C0BFE7), to(#8B89B7));
  background: linear-gradient(to right, #C0BFE7, #8B89B7);
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .header__navItemStrong {
    display: none;
  }
}
.header__navItemStrong.right {
  right: 55px;
}
.header__navItemStrong.left {
  right: 260px;
}
.header__navItemStrong li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  gap: 10px;
}
.header .has-submenu {
  position: relative;
}
.header .has-submenu:hover .submenu {
  display: block;
}
.header .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 122, 209, 0.537254902);
  border-radius: 6px;
  list-style: none;
  padding: 10px 0;
  margin-top: 3px;
  min-width: 110px;
  z-index: 10;
}
.header .submenu li {
  padding: 8px 15px;
  white-space: nowrap;
}
.header .submenu li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
.header .submenu li a:hover {
  border-bottom: 1px solid #fff;
}
.header__nav__contact {
  padding: 12px 20px;
  border-radius: 6px;
  border: #fff 1px solid;
  font-size: 0.94rem;
  background-color: transparent;
  color: #fff;
}
.header__navSp {
  display: none;
}
@media (max-width: 768px) {
  .header__navSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 100;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__navSp span {
    position: absolute;
    width: 38px;
    height: 2px;
    background-color: #fff;
    top: 10px;
    right: 11px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__navSp span:nth-child(2) {
    top: 24px;
    width: 38px;
    right: 11px;
    height: 2px;
  }
  .header__navSp span:nth-child(3) {
    top: 38px;
    width: 38px;
    right: 11px;
    height: 2px;
  }
}
.header__navSp.active span:nth-child(1) {
  top: 28px;
  background: #484774;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__navSp.active span:nth-child(2), .header__navSp.active span:nth-child(3) {
  top: 28px;
  background: #484774;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__navSp.active {
  color: #484774;
}
.header #hamburger-navigation {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #EEEEEE;
    color: #484774;
    position: fixed;
    top: -10px;
    left: -20px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
.header #hamburger-navigation .sections {
  display: none;
}
@media (max-width: 768px) {
  .header #hamburger-navigation .sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: none;
  }
  .header #hamburger-navigation .sections li {
    font-size: 2rem;
    margin-bottom: 18px;
    font-family: "Zen Old Mincho", serif;
  }
  .header #hamburger-navigation .sections li a {
    font-size: 1.3rem;
  }
}
.header #hamburger-navigation .sections .copyright {
  font-size: 0.7rem;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}
.header #hamburger-navigation.active {
  opacity: 1;
  visibility: visible;
}
.header .hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
.header .hamburger-menu:hover {
  opacity: 0.5;
}

.site-logo {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid gray;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .site-logo {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.25rem;
  }
}

.footer {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(25px);
  text-align: center;
  margin: 0 30px;
  bottom: 30px;
  position: relative;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  text-align: center;
  padding: 50px 0 30px;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.footer.is-floating {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.footer.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.footer__innerText {
  margin-top: 30px;
  line-height: 1.5;
}
.footer__innerSns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nav {
  margin: 30px 0;
  font-size: 0.8rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.footer .copyright {
  font-size: 0.6rem;
}

.sidebar {
  line-height: 1.5;
  font-weight: bold;
  padding: 20px;
  max-width: 500px;
  margin: 150px 0;
  background-color: #fff;
  color: #484774;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .sidebar {
    margin: 0 20px;
  }
}
.sidebar .sidebar__list {
  margin: 20px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sidebar .sidebar__list .sidebar__item {
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 0.8rem;
}
.sidebar .sidebar__list .cat-item {
  font-size: 0.8rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  background-color: #DEE5F2;
  width: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 0.8rem;
  }
}

.u-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .u-wrapper {
    padding: 90px 20px 50px;
    margin-bottom: 50px;
  }
}

.container__head {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 3rem;
  font-family: "Marcellus", serif;
}
.container__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #484774;
}
@media (max-width: 768px) {
  .container__head {
    font-size: 2rem;
  }
}

.container__jp {
  text-align: center;
  font-size: 0.8rem;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 12px;
}
.navigation .page-numbers {
  background-color: #484774;
  border-radius: 5px;
  color: #fff;
  padding: 8px 12px;
}
.navigation .page-numbers.current {
  background-color: #DEE5F2;
  color: #484774;
}

.sub-fv {
  background-color: #484774;
  color: #fff;
  font-size: 2.5rem;
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 80px;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .sub-fv {
    font-size: 2rem;
    height: 180px;
    padding-bottom: 35px;
  }
}

/*---スマホ時改行--*/
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media null {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media (min-width: 769px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv__item1 {
  background: url("../../img/fv1.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 768px) {
  .fv__item1 {
    background-size: auto;
    background-position: -720px 0px;
    width: 100vw;
    height: 150vh;
  }
}
.fv__item1 .fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  top: 33%;
  left: 0;
  text-align: left;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fv__item1 .fv__inner {
    top: 510px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
.fv__item1 .fv__innerItem {
  position: relative;
  margin-top: 60px;
}
.fv__item1 .fv__head {
  max-width: 100vw;
  width: 100%;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .fv__item1 .fv__head {
    font-size: 2rem;
    white-space: normal;
    margin-left: 40px;
  }
}
.fv__item1 .fv__head::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 1px;
  top: 118%;
  left: 0;
  background-color: #fff;
}
.fv__item1 .fv__text {
  font-size: 0.6rem;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .fv__item1 .fv__text {
    display: none;
  }
}
.fv__item1 .fv__boldText {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .fv__item1 .fv__boldText {
    font-size: 1rem;
    margin-left: 30px;
  }
}
.fv__item2 {
  background: url("../../img/fv2.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .fv__item2 {
    background-size: auto;
    background-position: -320px 0;
    width: 100vw;
    height: 100vh;
  }
}
.fv__item2 .fv__inner {
  position: relative;
  z-index: 2;
  width: 50%;
  top: 30%;
  left: 55%;
  text-align: left;
}
@media (max-width: 768px) {
  .fv__item2 .fv__inner {
    width: 100%;
    top: 45%;
    left: 40px;
  }
}
.fv__item2 .fv__head {
  font-size: 2rem;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .fv__item2 .fv__head {
    margin-left: 0;
  }
}
.fv__item2 .fv__head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fff;
}
.fv__item2 .fv__text {
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .fv__item2 .fv__text {
    display: none;
  }
}
.fv__item2 .fv__midiumText {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .fv__item2 .fv__midiumText {
    margin-left: 0;
    font-size: 2rem;
  }
}
.fv__item2 .fv__smallText {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .fv__item2 .fv__smallText {
    margin-left: 0;
    font-size: 1.2rem;
    margin-top: 30px;
  }
}
.fv__item2 .fv__toFC {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .fv__item2 .fv__toFC {
    margin-left: 0;
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #484774;
}

.gradation {
  width: 100%;
  height: 30vh;
  margin-top: -15%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 229, 242, 0)), color-stop(5%, rgba(222, 229, 242, 0.05)), color-stop(10%, rgba(222, 229, 242, 0.1)), color-stop(15%, rgba(222, 229, 242, 0.15)), color-stop(20%, rgba(222, 229, 242, 0.2)), color-stop(25%, rgba(222, 229, 242, 0.25)), color-stop(30%, rgba(222, 229, 242, 0.3)), color-stop(40%, rgba(222, 229, 242, 0.35)), color-stop(50%, rgba(222, 229, 242, 0.4)), color-stop(60%, rgba(222, 229, 242, 0.5)), color-stop(80%, rgba(222, 229, 242, 0.7)), color-stop(90%, rgb(222, 229, 242)));
  background: linear-gradient(to bottom, rgba(222, 229, 242, 0) 0%, rgba(222, 229, 242, 0.05) 5%, rgba(222, 229, 242, 0.1) 10%, rgba(222, 229, 242, 0.15) 15%, rgba(222, 229, 242, 0.2) 20%, rgba(222, 229, 242, 0.25) 25%, rgba(222, 229, 242, 0.3) 30%, rgba(222, 229, 242, 0.35) 40%, rgba(222, 229, 242, 0.4) 50%, rgba(222, 229, 242, 0.5) 60%, rgba(222, 229, 242, 0.7) 80%, rgb(222, 229, 242) 90%);
}
@media (max-width: 768px) {
  .gradation {
    display: none;
  }
}

.campeign {
  position: relative;
  overflow: visible;
  padding: 100px 100px 0;
  background-color: #DEE5F2;
}
@media (max-width: 768px) {
  .campeign {
    padding: 40px 20px;
  }
}
.campeign__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .campeign__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campeign__head {
  font-size: 2rem;
  letter-spacing: 13px;
  position: relative;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .campeign__head {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.campeign__head::after {
  content: "";
  position: absolute;
  top: 170%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #484774;
}
.campeign__text {
  margin-top: 80px;
  font-size: 0.6rem;
}
@media (max-width: 768px) {
  .campeign__text {
    display: none;
  }
}
.campeign__midiumText {
  font-size: 2.5rem;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .campeign__midiumText {
    font-size: 1.5rem;
  }
}
.campeign__strongText {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#C0BFE7), to(#8B89B7));
  background: linear-gradient(to right, #C0BFE7, #8B89B7);
}
@media (max-width: 768px) {
  .campeign__strongText {
    font-size: 1.2rem;
  }
}
.campeign__normalText {
  margin: 10px 0;
  font-size: 1.5rem;
}
.campeign__price {
  position: relative;
  display: inline-block;
}
.campeign__priceText {
  font-size: 6rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .campeign__priceText {
    font-size: 2.5rem;
  }
}
.campeign__priceText .small {
  font-size: 2rem;
  margin-left: 5px;
}
.campeign__price .smallOn {
  position: absolute;
  top: 17px;
  right: -10px;
  padding: 8px;
  padding: 5px;
  background-color: #fff;
  color: #484774;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .campeign__price .smallOn {
    top: 7px;
    right: -50px;
  }
}
.campeign__smallText {
  font-size: 0.8rem;
  margin-top: 20px;
  line-height: 1.6;
}
.campeign__toPrice {
  margin-top: 50px;
  font-family: "Marcellus", serif;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .campeign__toPrice {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .campeign__image {
    max-width: 200px;
    margin-left: 160px;
  }
}

.about {
  background-color: #EEEEEE;
  padding: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 20px;
  }
}
.about::after {
  content: "";
  position: absolute;
  max-width: 1200px;
  width: 100%;
  background-color: #484774;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about::after {
    max-width: 600px;
  }
}
.about__inner {
  text-align: center;
}
.about__head {
  font-size: 2rem;
  letter-spacing: 13px;
  text-align: center;
  font-family: "Marcellus", serif;
  position: relative;
}
@media (max-width: 768px) {
  .about__head {
    padding-left: 10px;
  }
}
.about__head::after {
  content: "";
  position: absolute;
  top: 160%;
  left: 50%;
  width: 50px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #484774;
}
.about__text {
  background-color: rgba(255, 255, 255, 0.831372549);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
}
.about__image {
  border-radius: 40px;
  margin-top: -30px;
  width: 100%;
}
@media (max-width: 768px) {
  .about__image {
    max-width: 330px;
    margin: 30px auto 0;
    border-radius: 10px;
  }
}
.about__normalText {
  font-family: "Zen Old Mincho", serif;
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .about__normalText {
    font-size: 1rem;
  }
}
.about__strongText {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .about__strongText {
    font-size: 2rem;
  }
}
.about__toSalon {
  font-size: 1.7rem;
  margin-top: 50px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .about__toSalon {
    font-size: 1.2rem;
  }
}

.sepatate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .sepatate__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sepatate__inner::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  background-color: #484774;
}
@media (max-width: 768px) {
  .sepatate__inner::before {
    display: none;
  }
}
.sepatate__inner .blog, .sepatate__inner .movie {
  width: 50%;
  height: 580px;
  background-color: #EEEEEE;
  padding: 80px 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .sepatate__inner .blog, .sepatate__inner .movie {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }
}
.sepatate__inner .blog__head, .sepatate__inner .movie__head {
  font-size: 2rem;
  letter-spacing: 13px;
  text-align: center;
  font-family: "Marcellus", serif;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .sepatate__inner .blog__head, .sepatate__inner .movie__head {
    padding-left: 10px;
  }
}
.sepatate__inner .blog__head::after, .sepatate__inner .movie__head::after {
  content: "";
  position: absolute;
  top: 160%;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1px;
  background-color: #484774;
}
.sepatate__inner .blog iframe, .sepatate__inner .movie iframe {
  border-radius: 15px;
  max-width: 560px;
  width: 100%;
}
@media (max-width: 768px) {
  .sepatate__inner .blog iframe, .sepatate__inner .movie iframe {
    max-width: 330px;
  }
}
.sepatate__inner .blog__list, .sepatate__inner .movie__list {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sepatate__inner .blog__item, .sepatate__inner .movie__item {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .sepatate__inner .blog__item, .sepatate__inner .movie__item {
    padding-left: 0;
  }
}
.sepatate__inner .blog__content, .sepatate__inner .movie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 0.95rem;
}

.top-voice {
  padding: 100px 0;
  background-color: #DEE5F2;
  color: #484774;
  position: relative;
}
@media (max-width: 768px) {
  .top-voice {
    padding: 40px 0px;
  }
}
.top-voice::after {
  content: "";
  position: absolute;
  max-width: 1200px;
  width: 100%;
  background-color: #484774;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-voice__inner {
  text-align: center;
}
.top-voice__head {
  font-size: 2rem;
  letter-spacing: 13px;
  position: relative;
  font-family: "Marcellus", serif;
  display: inline-block;
}
@media (max-width: 768px) {
  .top-voice__head {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.top-voice__head::after {
  content: "";
  position: absolute;
  top: 160%;
  left: 30%;
  width: 50px;
  height: 1px;
  background-color: #484774;
}
.top-voice__text {
  margin-top: 80px;
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .top-voice__text {
    font-size: 2rem;
  }
}
.top-voice__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-voice__grid {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: slideLoop 20s linear infinite;
          animation: slideLoop 20s linear infinite;
  overflow: hidden;
}
.top-voice__gridItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 420px;
  margin-right: 30px;
}
.top-voice__gridItem img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.before-after {
  padding: 100px;
  background-color: #DEE5F2;
  color: #484774;
  position: relative;
}
@media (max-width: 768px) {
  .before-after {
    padding: 40px 0px;
    margin-bottom: 100px;
  }
}
.before-after__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
@media (max-width: 768px) {
  .before-after__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .before-after__inner .before-after__slider {
    width: 100%;
    overflow: hidden;
  }
  .before-after__inner .before-after__grid {
    overflow: hidden;
    width: 100%;
  }
}
.before-after__innerItemImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .before-after__innerItemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    margin: 0 42px;
    gap: 24px;
  }
}
.before-after__innerItemImg img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .before-after__innerItemImg img {
    width: 80vw;
    border-radius: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.before-after__head {
  font-size: 2rem;
  letter-spacing: 13px;
  position: relative;
  font-family: "Marcellus", serif;
  display: inline-block;
}
@media (max-width: 768px) {
  .before-after__head {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.before-after__head::after {
  content: "";
  position: absolute;
  top: 160%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #484774;
}
.before-after__largeText {
  font-size: 2.5rem;
  margin-top: 50px;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .before-after__largeText {
    font-size: 1.5rem;
  }
}
.before-after__text {
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(255, 255, 255, 0.831372549);
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
  font-size: 1.2rem;
}

.airFv {
  height: 100vh;
}

.top-recruit {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  height: 50%;
  background: url("../../img/top_recruit.jpg") no-repeat center;
  background-size: cover;
}
.top-recruit-cover {
  background-color: rgba(1, 4, 16, 0.7490196078);
  height: 100%;
}
.top-recruit__title {
  font-size: 2.3rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
}
.top-recruit__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
.top-recruit__inner {
  max-width: 1000px;
  margin: 70px auto 0;
  text-align: center;
  padding: 70px 0;
}
.top-recruit .layer__link {
  font-family: "Zen Old Mincho", serif;
  border-color: transparent;
  background: rgba(13, 107, 221, 0.6196078431);
  border-radius: 15px;
  padding: 12px 30px;
}

.info_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .info_list {
    grid-template-columns: 1fr;
  }
}
.info_list li {
  width: 98%;
  max-width: 340px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.info_list li p {
  width: 90%;
  margin: 10px auto;
}

.inner3 .container__head {
  margin-bottom: 30px;
}
.inner3 .container__head.company::after {
  bottom: -20%;
}
.inner3 .compamy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 100px;
}
@media (max-width: 768px) {
  .inner3 .compamy__inner {
    padding: 50px 0;
  }
}
.inner3 .compamy__inner .list_style1_box {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  text-align: left;
  border-bottom: 1px solid #DEE5F2;
  padding-bottom: 18px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .inner3 .compamy__inner .list_style1_box {
    grid-template-columns: 0.6fr 2fr;
  }
}

.p_voice .voice_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .p_voice .voice_wrap {
    grid-template-columns: 1fr;
  }
}
.p_voice .voice_list {
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 530px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px 20px;
  padding: 15px 25px;
  background: #000;
}
@media (max-width: 768px) {
  .p_voice .voice_list {
    max-width: 100%;
    height: auto;
    margin: 0;
  }
}
.p_voice .voice_list_flex01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_voice .voice_list_flex01 img {
  max-width: 100%;
  height: auto;
}
.p_voice .voice_list img {
  max-width: 300px;
}
.p_voice .voice_datetime {
  text-align: left;
  color: #fff;
  width: 96%;
  display: block;
  margin: 5px auto;
}
.p_voice .voice_text {
  text-align: left;
  width: 96%;
  margin: 10px auto;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .p_voice .voice_text {
    margin: 10px auto 30px;
  }
}
.p_voice .voice_text .readmore {
  text-align: center;
  padding-top: 10px;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.p_voice .voice_img {
  height: 300px;
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.p_voice .voice_img_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.p_voice .voice_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.archive {
  background-color: #fff;
  border-radius: 20px;
  color: #484774;
  padding: 60px;
}
@media (max-width: 768px) {
  .archive {
    padding: 0 0 20px;
  }
}
.archive li {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
@media (max-width: 768px) {
  .archive li {
    padding: 30px 20px;
    line-height: 2;
  }
}
.archive li .dateCategory {
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 7px;
  margin: 0 20px;
}

.recruit {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
}
@media (max-width: 768px) {
  .recruit {
    margin: 50px auto 0;
  }
}
.recruit__inner {
  padding-bottom: 50px;
}
.recruit__table {
  width: 100%;
  line-height: 1.8;
}
.recruit__table tr {
  border: 1px solid #fff;
}
.recruit__table td {
  border: 1px solid #fff;
  padding: 15px 20px;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .recruit__table td {
    font-size: 0.9rem;
  }
}
.recruit__table th {
  border: 1px solid #fff;
  background: #DEE5F2;
  font-size: 0.95rem;
  width: 160px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit__table th {
    font-size: 0.9rem;
    width: 100px;
  }
}

.salon {
  background-color: #fff;
  border-radius: 20px;
  color: #484774;
  padding: 60px;
}
@media (max-width: 768px) {
  .salon {
    padding: 60px 20px;
  }
}
.salon__inner {
  /* --- レスポンシブ対応 --- */
}
.salon__innerItem {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  font-family: "Noto Sans JP", sans-serif;
}
.salon__innerItem .itemBox {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
.salon__innerItem .areaBtn {
  width: 100%;
  text-align: left;
  background: #484774;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
.salon__innerItem .areaBtn::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.salon__innerItem .areaBtn:hover {
  background: #DEE5F2;
}
.salon__innerItem .areaBtn .prefWrap {
  display: none;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.salon__innerItem .areaBtn .prefBlock {
  margin-bottom: 25px;
}
.salon__innerItem .areaBtn .prefName {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  border-left: 4px solid #bcd8ff;
  padding-left: 8px;
}
.salon__innerItem .itemBox.active .areaBtn::after {
  content: "－";
}
.salon__innerItem .itemBox.open .prefWrap {
  display: block;
  padding: 20px;
}
.salon__innerItem .prefList {
  padding: 20px 0 0;
  background: #fff;
}
.salon__innerItem .prefList .storeBtn {
  display: inline-block;
  margin: 6px;
  padding: 6px 14px;
  font-size: 15px;
  background: #e9f3ff;
  border: 1px solid #bcd8ff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.salon__innerItem .prefList .storeBtn:hover {
  background: #bcd8ff;
}
.salon__inner .storeSection {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .salon__inner .storeSection {
    padding: 100px 0 60px;
  }
}
.salon__inner .storeSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .salon__inner .storeSection__inner {
    padding: 0;
  }
}
.salon__inner .storeSection__innerItem--img {
  max-width: 400px;
  overflow: hidden;
}
.salon__inner .storeSection__innerItem--img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #EEEEEE;
  cursor: pointer;
}
.salon__inner .storeSection__innerItem--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.salon__inner .salon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.salon__inner .salon-flex img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}
.salon__inner .salon-ms {
  line-height: 1.5;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.salon__inner .salon-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.salon__inner .salon-img li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px;
}
.salon__inner .salon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.salon__inner .image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.salon__inner .image-modal img {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}
.salon__inner .image-modal .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.salon__inner .image-modal .close:hover {
  color: #ccc;
}
.salon__inner .salon-sns {
  padding: 5px 10px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  gap: 10px;
}
.salon__inner .salon-sns li a {
  color: #fff;
  font-size: 0.8rem;
  padding: 3px 10px 5px;
  border-radius: 5px;
  letter-spacing: normal;
}
.salon__inner .salon-sns li:nth-child(1) a {
  background-color: #484774;
}
.salon__inner .salon-sns li:nth-child(2) a {
  background-color: #2EB63B;
}
.salon__inner .salon-sns li:nth-child(3) a {
  background-color: #9F1847;
}
.salon__inner .storeSection__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.salon__inner .storeSection__address,
.salon__inner .storeSection__tel,
.salon__inner .storeSection__hours {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 768px) {
  .salon__inner .storeSection__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .salon__inner .storeSection__innerItem--img img {
    max-width: 100%;
  }
  .salon__inner .storeSection__title {
    font-size: 1.3rem;
  }
}

.online {
  text-align: center;
  color: #484774;
  line-height: 1.6;
  margin-bottom: 50px;
}
.online__boldText {
  color: #484774;
  font-size: 2rem;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .online__boldText {
    font-size: 1.5rem;
  }
}
.online__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .online__text {
    font-size: 0.7rem;
  }
}
.online__innerItem {
  padding: 50px 20px;
}
.online__content {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.online__contentHead {
  font-size: 2rem;
  background-color: #484774;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 768px) {
  .online__contentHead {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.online__contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .online__contentInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
}
.online__contentInnerItem {
  position: relative;
}
.online__contentInnerItemText {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 44px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .online__contentInnerItemText {
    text-align: center;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .online__contentInnerItem img {
    max-width: 320px;
  }
}
.online__content .online__text {
  max-width: 630px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .online__content .online__text {
    padding: 0 20px;
  }
}
.online__strong {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .online__strong {
    font-size: 1.5rem;
  }
}
.online__circle {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(72, 71, 116, 0.8588235294);
  color: #fff;
  border-radius: 50%;
  padding-top: 50px;
  z-index: 1;
  top: -50px;
  left: -30px;
}
@media (max-width: 768px) {
  .online__circle {
    top: -30px;
    left: -10px;
    width: 100px;
    height: 100px;
    padding-top: 33px;
  }
}
.online__circle.right {
  top: 150px;
  left: 470px;
}
@media (max-width: 768px) {
  .online__circle.right {
    top: 90px;
    left: 280px;
    padding-top: 23px;
  }
}

.product {
  background-color: #fff;
  padding: 50px 80px 60px;
  text-align: left;
}
@media (max-width: 768px) {
  .product {
    padding: 0 20px 30px;
  }
}
.product__head {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product__head {
    padding-top: 80px;
    font-size: 1.2rem;
  }
}
.product__head::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 1px;
  bottom: -20%;
  left: 0;
  background-color: #484774;
}
.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__innerItem.margin {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .product__innerItem.margin {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .product__innerItem img {
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__text {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product__text {
    margin-bottom: 0;
  }
}
.product__midiumText {
  padding: 20px 0 10px;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .product__midiumText {
    text-align: center;
    font-size: 1.4rem;
  }
}
.product__list {
  list-style: circle;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .product__list {
    padding-left: 30px;
  }
}
.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.product__image img {
  max-width: 860px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .product__image img {
    max-width: 320px;
  }
}
.product.radius {
  border-radius: 0 0 10px 10px;
}
.product.radius .container__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
}
.flow__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #484774;
  color: #fff;
  border-radius: 15px;
  padding: 10px 50px;
  margin-bottom: 30px;
  max-width: 740px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .flow__innerItem {
    padding: 10px 20px;
  }
}
.flow__innerItem img {
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 768px) {
  .flow__innerItem img {
    max-width: 60px;
  }
}
.flow__text {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .flow__text {
    font-size: 1rem;
  }
}
.flow__strong {
  font-size: 3rem;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .flow__strong {
    font-size: 2rem;
  }
}

.container__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.container__linkItem {
  font-family: "Marcellus", serif;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#C0BFE7), to(#8B89B7));
  background: linear-gradient(to right, #C0BFE7, #8B89B7);
  height: 50px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner3 {
  background-color: #fff;
  border-radius: 15px;
  color: #484774;
  text-align: center;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .inner3 {
    padding: 30px 20px;
  }
}
.inner3 .container__head {
  position: relative;
  margin-bottom: 20px;
}
.inner3 .container__head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #484774;
}
.inner3 .container__jp {
  font-size: 0.8rem;
}

.maintitle {
  margin-top: 50px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.maintitle span {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
}

.mb30 {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mb30 {
    margin-bottom: 0px;
  }
}

.menu-qoupon {
  background-color: #EEEEEE;
  border-radius: 15px;
  padding: 20px;
}
.menu-qoupon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .menu-qoupon__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.menu-qoupon__inner .qoupon01_inner, .menu-qoupon__inner .qoupon02_inner {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .menu-qoupon__inner .qoupon01_inner, .menu-qoupon__inner .qoupon02_inner {
    padding: 20px;
  }
}
.menu-qoupon__inner .qoupon01_inner .strongText, .menu-qoupon__inner .qoupon02_inner .strongText {
  background-color: #484774;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-qoupon__inner .qoupon01_inner .text, .menu-qoupon__inner .qoupon02_inner .text {
  font-size: 1rem;
}
.menu-qoupon__inner .qoupon01_inner .largeText, .menu-qoupon__inner .qoupon02_inner .largeText {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menu-qoupon__inner .qoupon01_inner .largeText, .menu-qoupon__inner .qoupon02_inner .largeText {
    font-size: 2.5rem;
  }
}
.menu-qoupon__inner .qoupon01_inner .midiumText, .menu-qoupon__inner .qoupon02_inner .midiumText {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .menu-qoupon__inner .qoupon01_inner .midiumText, .menu-qoupon__inner .qoupon02_inner .midiumText {
    font-size: 1.5rem;
  }
}
.menu-qoupon .qoupon_text01 {
  text-align: left;
  line-height: 1.6;
  font-size: 0.8rem;
  margin: 20px 0;
}
.menu-qoupon .yoyaku {
  font-family: "Marcellus", serif;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#C0BFE7), to(#8B89B7));
  background: linear-gradient(to right, #C0BFE7, #8B89B7);
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.mb100 .menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px dashed;
  text-align: left;
}
@media (max-width: 768px) {
  .mb100 .menu_box {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.mb100 .menu_box h3 {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.mb100 .menu_box .menu_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.mb100 .menu_box .menu_r_inner01 span {
  color: #484774;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.mb100 .section_text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.mb100 .section_text .mb30 {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mb100 .section_text .mb30 {
    font-size: 0.8rem;
  }
}

.partner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .partner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.partner_flex .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .partner_flex .flex_inner img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.partner_flex .flex_innerItem {
  background-color: #EEEEEE;
  border-radius: 10px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .partner_flex .flex_innerItem {
    max-width: 100%;
  }
}
.partner_flex .flex_inner .partner_flex02 {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  margin: 20px;
  padding: 20px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .partner_flex .flex_inner .partner_flex02 {
    margin: 10px;
    padding: 10px;
  }
}
.partner_flex .flex_inner .partner_flex02 h3 {
  font-weight: bold;
}
.partner_flex .flex_inner .partner_flex02 p {
  font-size: 0.7rem;
  line-height: 1.5;
  padding-top: 15px;
}
.partner_flex .flex_inner .partner_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 10px 0px;
}
.partner_flex .flex_inner .partner_link img {
  width: 200px;
}
@media (max-width: 768px) {
  .partner_flex .flex_inner .partner_link img {
    width: 160px;
  }
}
.partner_flex .flex_inner .partner_img {
  text-align: center;
}
@media (max-width: 768px) {
  .partner_flex .flex_inner .partner_img img {
    max-width: 260px !important;
  }
}

.contact {
  background-color: #fff;
  border-radius: 20px;
  color: #484774;
  padding: 60px;
}
@media (max-width: 768px) {
  .contact {
    margin: 50px auto 0;
    padding: 60px 20px;
  }
}
.contact__inner {
  line-height: 1.5;
}
.contact__inner .container__head, .contact__inner .container__jp {
  text-align: center;
}
.contact__form .border {
  border: 1px solid #fff;
  padding: 30px;
}
@media (max-width: 768px) {
  .contact__form .border {
    padding: 0;
  }
}
.contact__formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.contact__formItem img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media (max-width: 768px) {
  .contact__formItem img {
    width: 30px;
  }
}
.contact__formText {
  text-align: center;
  margin-bottom: 100px;
}
.contact__form .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact__form .formList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.contact__form .formList.label-radio {
  padding-left: 220px;
}
@media (max-width: 768px) {
  .contact__form .formList.label-radio {
    padding-left: 0px;
  }
}
.contact__form .formList dt {
  padding: 30px 0;
  font-weight: bold;
  width: 30%;
}
@media (max-width: 768px) {
  .contact__form .formList dt {
    padding: 30px 0 10px;
    width: 80%;
  }
}
.contact__form .formList dd {
  width: 100%;
}
.contact__form .formList dd input {
  border: 1px solid #484774;
  background-color: #fff;
  color: #484774;
  padding: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact__form .formList dd input {
    width: 100%;
  }
}
.contact__form .formList .radio-group {
  width: 100%;
  font-size: 1rem;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .contact__form .formList .radio-group {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .contact__form dt {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.contact__form .formPP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding: 20px 0;
}
.contact__form .formPP .privacy-policy-text {
  border: 1px solid gray;
  padding: 6px;
  max-height: 200px;
  overflow-y: auto;
  padding: 1em;
  border: 1px solid #ccc;
  background: #3d3d3d;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.contact__form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #484774;
  background-color: #fff;
  color: #484774;
  resize: none;
}
.contact__form .wpcf7-list-item {
  padding: 0 0 10px;
}
.contact__form .formButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form .btnSubmit {
  margin-top: 30px;
  background-color: #484774;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1rem;
  width: 127px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .btnSubmit input, .contact__form .btnSubmit textarea {
  background-color: #fff;
}

.sub-fv.th {
  padding: 60px 20px;
  height: 400px;
}
.sub-fv .thanks {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-fv .thanks .Head {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.sub-fv .thanks .text {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.fc {
  background-color: #fff;
  border-radius: 15px;
  color: #484774;
  text-align: center;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .fc {
    padding: 30px 20px;
  }
}
.fc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .fc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.fc__messageText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 35px;
}
.fc__messageImg {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .fc__messageImg {
    margin-top: 10px;
  }
}
.fc__messageImg p {
  font-family: "Marcellus", serif;
  font-weight: bold;
}
.fc .strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fc .strong__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .fc .strong__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .fc .strong__inner.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.fc .strong__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
}
@media (max-width: 768px) {
  .fc .strong__innerItem {
    max-width: 100%;
  }
}
.fc .strong__innerItem .reason__number {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8rem;
}
.fc .strong__innerItem .reason__number span {
  font-size: 2.5rem;
}
.fc .strong__innerItem .reason__head {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
}
.fc .strong__innerItem .reason__text {
  font-size: 0.9rem;
  line-height: 1.5;
}
.fc .strong__innerItem img {
  width: 100%;
  border-radius: 15px;
}
.fc .strong__headText {
  background-color: #EEEEEE;
  padding: 15px;
  line-height: 1.5;
  border-radius: 20px;
  margin: 30px 100px 20px;
}
@media (max-width: 768px) {
  .fc .strong__headText {
    margin: 30px 0 20px;
  }
}
.fc .strong__contact {
  font-family: "Marcellus", serif;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#C0BFE7), to(#8B89B7));
  background: linear-gradient(to right, #C0BFE7, #8B89B7);
  height: 50px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.fc .features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.fc .features__innerItem {
  padding: 20px;
  width: 48%;
  text-align: left;
  background: #484774;
  color: #fff;
  border-radius: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .fc .features__innerItem {
    width: 100%;
  }
}
.fc .features__innerItem .features__head {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 768px) {
  .fc .features__innerItem .features__head {
    font-size: 1.2rem;
  }
}
.fc .features__innerItem .features__text {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .fc .features__innerItem .features__text {
    font-size: 0.8rem;
  }
}
.fc .flow__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  line-height: 1.5;
}
.fc .flow__innerItem .flow__head {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .fc .flow__innerItem .flow__head {
    font-size: 1.2rem;
  }
}
.fc .flow__innerItem .flow__text {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .fc .flow__innerItem .flow__text {
    font-size: 0.8rem;
  }
}
.fc .simulation table {
  margin-top: 30px;
}
.fc .simulation th {
  padding: 10px;
  background-color: #EEEEEE;
  border: 2px solid #fff;
  width: 13%;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.fc .simulation td {
  padding: 12px 9px;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .fc .simulation td span {
    font-size: 2rem !important;
  }
}
.fc .interview__inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  background-color: #EEEEEE;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .fc .interview__inner {
    padding: 12px;
  }
}
.fc .interview__innerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .fc .interview__innerItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.fc .interview__innerItemSep {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 350px;
}
.fc .interview__innerItemSep.right {
  max-width: 100%;
}
.fc .interview__innerItemSep .interview__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fc .interview__innerItemSep .interview__imgSec {
  border-radius: 15px;
  aspect-ratio: 5/3;
  border-radius: 10px;
  overflow: hidden;
}
.fc .interview__innerItemSep .interview__imgSec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.fc .interview__innerItemSep .head {
  font-weight: bold;
  font-size: 1.2rem;
}
.fc .interview__innerItemSep .text {
  font-size: 0.9rem;
  line-height: 1.5;
}
.fc .pr {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fc .pr__head {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .fc .pr__head {
    font-size: 1rem;
  }
}
.fc .pr__head span {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fc .pr__head span {
    font-size: 1.5rem;
  }
}
.fc .pr p {
  line-height: 1.5;
}
.fc .pr__text {
  font-size: 1.5rem;
  font-weight: bold;
}

.side-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .side-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.side-flex .u-wrapper.flex {
  max-width: 1100px;
  margin-right: 50px;
}
.side-flex .u-wrapper.flex .voice-article, .side-flex .u-wrapper.flex .blog-article {
  background-color: #fff;
  border-radius: 15px;
  color: #484774;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .side-flex .u-wrapper.flex .voice-article, .side-flex .u-wrapper.flex .blog-article {
    padding: 30px 20px;
  }
}
.side-flex .u-wrapper.flex .voice-article .date-category, .side-flex .u-wrapper.flex .blog-article .date-category {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.side-flex .u-wrapper.flex .voice-article .date-category .category a, .side-flex .u-wrapper.flex .blog-article .date-category .category a {
  padding: 7px;
  background-color: #484774;
  color: #fff;
  border-radius: 7px;
}
.side-flex .u-wrapper.flex .voice-article h1, .side-flex .u-wrapper.flex .blog-article h1 {
  font-size: 1.8rem;
  padding: 10px 0 50px;
}
.side-flex .u-wrapper.flex .voice-article div, .side-flex .u-wrapper.flex .blog-article div {
  line-height: 1.6;
}
.side-flex .u-wrapper.flex .voice-article .voice-thumbnail, .side-flex .u-wrapper.flex .blog-article .voice-thumbnail {
  margin: 20px 0;
  text-align: center;
}
.side-flex .u-wrapper.flex .voice-article .voice-thumbnail img, .side-flex .u-wrapper.flex .blog-article .voice-thumbnail img {
  width: 600px; /* 任意の横幅 */
  height: auto; /* 比率維持 */
  max-width: 100%; /* スマホ対応 */
  border-radius: 8px; /* お好みで */
}
.side-flex .u-wrapper.flex .voice-article .post-navigation, .side-flex .u-wrapper.flex .blog-article .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.side-flex .u-wrapper.flex .voice-article .post-navigation .post-navigation__prev a,
.side-flex .u-wrapper.flex .voice-article .post-navigation .post-navigation__next a, .side-flex .u-wrapper.flex .blog-article .post-navigation .post-navigation__prev a,
.side-flex .u-wrapper.flex .blog-article .post-navigation .post-navigation__next a {
  padding: 10px 15px;
  background-color: #484774;
  color: #fff;
  border-radius: 7px;
  font-size: 0.7rem;
}