@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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*/
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  color: #090A0B;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 69, 143, 0.1);
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

main {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 860px) {
  main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

span.aaaaa {
  width: 30px;
  display: inline-block;
}

.l_footer {
  width: 100%;
  position: relative;
  z-index: 10;
}
.l_footer__content {
  color: #ffffff;
  background-color: #00458D;
  padding: 50px 0 30px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .l_footer__content {
    border-radius: 20px 20px 0 0;
  }
}
.l_footer__content__logo {
  width: 200px;
  margin-bottom: 50px;
  display: block;
  float: left;
}
.l_footer__content__logo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .l_footer__content__logo {
    float: initial;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .l_footer__content__logo {
    width: 160px;
  }
}
.l_footer__content__sns {
  float: right;
}
.l_footer__content__sns__nav {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 1em;
}
.l_footer__content__sns__nav .ico {
  display: block;
  width: 30px;
  height: auto;
}
.l_footer__content__sns__nav .check_all {
  width: 70px;
  height: 30px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  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;
}
.l_footer__content__sns__other {
  font-size: 0.875rem;
  text-align: right;
}
.l_footer__content__sns__other > a {
  display: inline-block;
  padding: 0 0 3px;
  position: relative;
}
.l_footer__content__sns__other > a::before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .l_footer__content__sns__other > a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l_footer__content__sns__other > a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 860px) {
  .l_footer__content__sns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .l_footer__content__sns {
    float: initial;
  }
  .l_footer__content__sns__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l_footer__content__sns__other {
    text-align: center;
  }
}
.l_footer__content__bottom {
  clear: both;
}
.l_footer__content__bottom__terms {
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.l_footer__content__bottom__terms > a {
  display: block;
  padding: 0 0 3px;
  position: relative;
}
.l_footer__content__bottom__terms > a::before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .l_footer__content__bottom__terms > a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l_footer__content__bottom__terms > a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l_footer__content__bottom__copyright {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (max-width: 860px) {
  .l_footer__content__bottom {
    width: 100%;
    padding: 1.5rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: solid 1px #ffffff;
  }
  .l_footer__content__bottom__terms {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .l_footer__content__bottom {
    display: block;
  }
  .l_footer__content__bottom__terms {
    margin-bottom: 15px;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

.l_gnav {
  display: none;
}
@media screen and (max-width: 860px) {
  .l_gnav {
    height: initial;
  }
}
.l_gnav a {
  text-decoration: none;
}
.l_gnav a:hover {
  text-decoration: none;
}
.l_gnav__content {
  height: 100%;
  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;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .l_gnav__content {
    gap: 10px;
  }
}
@media screen and (max-width: 860px) {
  .l_gnav__content {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: initial;
  }
}
.l_gnav__item {
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .l_gnav__item {
    width: 100%;
    height: initial;
  }
}
.l_gnav__item__ttl {
  font-size: 1.125rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_gnav__item__ttl::before {
  content: "";
  background-color: #00458D;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.l_gnav__item__ttl svg {
  display: none;
}
@media (hover: hover) {
  .l_gnav__item__ttl:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l_gnav__item__ttl:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 1200px) {
  .l_gnav__item__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 860px) {
  .l_gnav__item__ttl {
    font-size: 0.9375rem;
    color: #ffffff;
    text-align: left;
    height: initial;
    padding: 1.2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3019607843);
  }
  .l_gnav__item__ttl::before {
    content: none;
  }
  .l_gnav__item__ttl svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: #ffffff;
  }
}
.l_gnav__item__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  display: none;
}
.l_gnav__item__menu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 60px);
  height: 1px;
  background-color: #B7BFC7;
}
@media screen and (max-width: 860px) {
  .l_gnav__item__menu {
    position: initial;
    width: initial;
    padding: 30px 25px;
    display: block;
    border-radius: 0 0 10px 10px;
  }
}
.l_gnav__item__menu__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.l_gnav__item__menu__wrap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .l_gnav__item__menu__wrap__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.l_gnav__item__menu__wrap__left .ttl {
  color: #090A0B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_gnav__item__menu__wrap__left .ttl svg {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .l_gnav__item__menu__wrap__left .ttl:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l_gnav__item__menu__wrap__left .ttl:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l_gnav__item__menu__wrap__left .ttl:where(:-moz-any-link, :enabled, summary):hover svg {
    transform: translate(2px, 1px);
  }
  .l_gnav__item__menu__wrap__left .ttl:where(:any-link, :enabled, summary):hover svg {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px);
  }
}
@media screen and (max-width: 860px) {
  .l_gnav__item__menu__wrap__left .ttl {
    font-size: 0.9375rem;
  }
}
.l_gnav__item__menu__wrap__left .freedial {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l_gnav__item__menu__wrap__left .freedial a {
  width: 220px;
  height: auto;
  display: block;
}
.l_gnav__item__menu__wrap__left .freedial a svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .l_gnav__item__menu__wrap__left .freedial {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .l_gnav__item__menu__wrap__left .freedial {
    font-size: 0.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .l_gnav__item__menu__wrap__left .freedial a {
    width: 200px;
  }
}
.l_gnav__item__menu__wrap__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.l_gnav__item__menu__wrap__right.__col3 {
  grid-template-columns: repeat(3, 1fr);
}
.l_gnav__item__menu__wrap__right > a {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.3;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00458D;
  border: solid 1px #00458D;
  padding: 1em 1.5em;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_gnav__item__menu__wrap__right > a::before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.l_gnav__item__menu__wrap__right > a svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .l_gnav__item__menu__wrap__right > a:where(:-moz-any-link, :enabled, summary):hover {
    color: #00458D;
  }
  .l_gnav__item__menu__wrap__right > a:where(:any-link, :enabled, summary):hover {
    color: #00458D;
  }
  .l_gnav__item__menu__wrap__right > a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l_gnav__item__menu__wrap__right > a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .l_gnav__item__menu__wrap__right > a:where(:-moz-any-link, :enabled, summary):hover svg {
    fill: #00458D;
    transform: translate(3px, -50%);
  }
  .l_gnav__item__menu__wrap__right > a:where(:any-link, :enabled, summary):hover svg {
    fill: #00458D;
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
@media screen and (max-width: 860px) {
  .l_gnav__item__menu__wrap__right {
    grid-template-columns: repeat(1, 1fr);
  }
  .l_gnav__item__menu__wrap__right.__col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l_gnav__salon {
  color: #00458D;
  background-color: #E7E9EB;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 860px) {
  .l_gnav__salon {
    display: block;
  }
}
.l_gnav__salon__ttl {
  color: #00458D !important;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 10px;
}
.l_gnav__salon__ttl svg {
  content: "";
  width: 0.8em;
  height: 0.8em;
  fill: #00458D;
}
.l_gnav__salon__item__ttl-open {
  color: #00458D !important;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 1.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: solid 1px rgba(0, 69, 141, 0.5019607843);
}
.l_gnav__salon__item__ttl-open span.plus svg,
.l_gnav__salon__item__ttl-open span.minus svg {
  width: 1em;
  height: 1em;
  fill: #00458D;
}
.l_gnav__salon__item__ttl-open span.plus {
  display: block;
}
.l_gnav__salon__item__ttl-open span.minus {
  display: none;
}
.l_gnav__salon__item__ttl-open.is-active span.plus {
  display: none;
}
.l_gnav__salon__item__ttl-open.is-active span.minus {
  display: block;
}
.l_gnav__salon__item__ttl-link {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: solid 1px rgba(0, 69, 141, 0.5019607843);
}
.l_gnav__salon__item__ttl-link svg {
  content: "";
  width: 1em;
  height: 1em;
  fill: #00458D;
}
.l_gnav__salon__item__menu {
  display: none;
  margin-bottom: 1em;
}
.l_gnav__salon__item__menu a {
  font-size: 0.9375rem;
  width: 70%;
  padding: 1.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: solid 1px rgba(0, 69, 141, 0.5019607843);
}
.l_gnav__salon__item__menu a svg {
  content: "";
  width: 1em;
  height: 1em;
  fill: #00458D;
}
@media screen and (max-width: 480px) {
  .l_gnav__salon__item__menu a {
    width: 80%;
  }
}
.l_gnav__sub {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.l_gnav__sub__menu {
  font-size: 0.875rem;
}
.l_gnav__sub__menu a {
  color: #ffffff;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 860px) {
  .l_gnav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 80px;
  padding: 0 30px;
  color: #090A0B;
  display: grid;
  grid-template-columns: 220px 1fr 240px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
}
@media screen and (max-width: 860px) {
  .l_header {
    padding: 5px 20px;
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l_header::after {
    height: 60px;
  }
}
.l_header__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_header__logo a {
  width: 100%;
  max-width: 200px;
  height: 32px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .l_header__logo a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l_header__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1080px) {
  .l_header__logo a {
    max-width: 160px;
    height: 26px;
  }
}
@media screen and (max-width: 860px) {
  .l_header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l_header__menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 860px) {
  .l_header__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #00458D;
    padding: 80px 30px 30px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
}
.l_header__right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 860px) {
  .l_header__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 15px;
  }
  .l_header__right__forsalon {
    display: none !important;
  }
  .l_header__right__lang {
    display: none !important;
  }
}
.l_header__forsalon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background-color: #E7E9EB;
  display: none;
}
.l_header__forsalon__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.l_header__forsalon__treadmark {
  font-size: 0.6875rem;
}
.l_header__forsalon__left {
  margin-bottom: 15px;
}
.l_header__forsalon__left .ttl {
  color: #090A0B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_header__forsalon__left .ttl svg {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .l_header__forsalon__left .ttl:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l_header__forsalon__left .ttl:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .l_header__forsalon__left .ttl:where(:-moz-any-link, :enabled, summary):hover svg {
    transform: translate(2px, 1px);
  }
  .l_header__forsalon__left .ttl:where(:any-link, :enabled, summary):hover svg {
    -webkit-transform: translate(2px, 1px);
            transform: translate(2px, 1px);
  }
}
.l_header__forsalon__right {
  overflow: hidden;
  margin-left: -20px;
}
.l_header__forsalon__right__item {
  width: calc(33.3% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 1080px) {
  .l_header__forsalon__right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    overflow: initial;
    margin-left: initial;
  }
  .l_header__forsalon__right__item {
    width: initial;
    margin-left: initial;
    margin-bottom: initial;
    float: initial;
  }
}
.l_header__forsalon__ttl {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5em 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 0 0 10px;
  background-color: #00458D;
  border-radius: 6px;
}
.l_header__forsalon__menu > a {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  padding: 0.25em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l_header__forsalon__menu > a svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .l_header__forsalon__menu > a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
    transform: translateX(2px);
  }
  .l_header__forsalon__menu > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.l_wrapper {
  position: relative;
  overflow: hidden;
}

.l_var {
  margin-left: auto;
  margin-right: auto;
}
.l_var__wide {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 120px);
}
@media screen and (max-width: 1080px) {
  .l_var__wide {
    width: calc(100% - 60px);
  }
}
.l_var__main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .l_var__main {
    width: calc(100% - 60px);
  }
}
.l_var__narrow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 860px) {
  .l_var__narrow {
    width: calc(100% - 60px);
  }
}

.o_c_btn__line {
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.o_c_btn__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__line.__gray {
  border: solid 1px #D8D8D8;
}
.o_c_btn__line.__gray::before {
  background-color: #D8D8D8;
}
@media (hover: hover) {
  .o_c_btn__line.__gray:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn__line.__gray:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.o_c_btn__line.__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 1em;
}
.o_c_btn__line.__lg {
  height: 52px;
}
.o_c_btn__line.__in-link::after {
  background: url(../../assets/images/common/ico_in-link-bk.svg) no-repeat center/contain;
  opacity: 0.5;
}
.o_c_btn__line.__ex-link::after {
  background: url(../../assets/images/common/ico_ex-link-bk.svg) no-repeat center/contain;
  opacity: 0.5;
}
@media (hover: hover) {
  .o_c_btn__line:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .o_c_btn__line:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
  .o_c_btn__line:where(:-moz-any-link, :enabled, summary):hover.__in-link::after {
    background: url(../../assets/images/common/ico_in-link-bk.svg) no-repeat center/contain;
  }
  .o_c_btn__line:where(:any-link, :enabled, summary):hover.__in-link::after {
    background: url(../../assets/images/common/ico_in-link-bk.svg) no-repeat center/contain;
  }
}

.o_c_btn__solid-arr {
  color: #ffffff;
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__solid-arr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.o_c_btn__solid-arr::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__solid-arr.__prev {
  padding: 1em 1.5em 1em 2.5em;
  position: relative;
}
.o_c_btn__solid-arr.__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_c_btn__solid-arr.__prev:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(-2px, -50%) rotate(180deg);
  }
  .o_c_btn__solid-arr.__prev:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(-2px, -50%) rotate(180deg);
            transform: translate(-2px, -50%) rotate(180deg);
  }
}
.o_c_btn__solid-arr.__gray {
  background-color: #B7BFC7;
}
.o_c_btn__solid-arr.__gray::before {
  background-color: #00458D;
}
.o_c_btn__solid-arr.__blue {
  background-color: #00458D;
}
.o_c_btn__solid-arr.__blue::before {
  background-color: #B7BFC7;
}
.o_c_btn__solid-arr.__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em;
}
.o_c_btn__solid-arr.__lg {
  height: 52px;
}
.o_c_btn__solid-arr.__ex-link::after {
  background: url(../../assets/images/common/ico_ex-link-wh.svg) no-repeat center/contain;
}
.o_c_btn__solid-arr.__plus::after {
  background: url(../../assets/images/common/ico_plus-wh.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .o_c_btn__solid-arr:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_c_btn__solid-arr:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_c_btn__solid-arr:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn__solid-arr:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .o_c_btn__solid-arr:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .o_c_btn__solid-arr:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}

.o_c_btn__pdfview {
  color: #090A0B;
  font-size: 0.875rem;
  height: 40px;
  padding: 0.5em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__pdfview::before {
  content: "";
  background-color: #D8D8D8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.o_c_btn__pdfview::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../../assets/images/common/ico_pdf.svg) no-repeat center/contain;
}
.o_c_btn__pdfview.__lg {
  height: 52px;
}
.o_c_btn__pdfview.__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .o_c_btn__pdfview:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn__pdfview:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.o_c_btn__forsalon {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #00458D;
  text-align: center;
  height: 36px;
  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;
  padding: 9px 18px 11px 20px;
  background-color: #ffffff;
  border: solid 2px #00458D;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__forsalon::before {
  content: "";
  background-color: #00458D;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
@media (hover: hover) {
  .o_c_btn__forsalon:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_c_btn__forsalon:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_c_btn__forsalon:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn__forsalon:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.o_c_btn__forsalon.__md {
  display: none;
}
@media screen and (max-width: 860px) {
  .o_c_btn__forsalon.__md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    padding: 8px 10px 8px 12px;
  }
}

.o_c_btn__lang {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.o_c_btn__lang__btn1, .o_c_btn__lang__btn2 {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
}
.o_c_btn__lang__btn1 {
  color: #090A0B;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  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;
  border-radius: 20px;
  padding: 10px;
  background-color: #D8D9D9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_c_btn__lang__btn1:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
  .o_c_btn__lang__btn1:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
}
.o_c_btn__lang__btn2 {
  color: #B7BFC7;
  width: 36px;
  height: 36px;
  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;
  border-radius: 20px;
  padding: 10px;
  background-color: #F0F0F0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__lang__btn2.is-active {
  width: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (hover: hover) {
  .o_c_btn__lang__btn2:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
  .o_c_btn__lang__btn2:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
}
@media screen and (max-width: 860px) {
  .o_c_btn__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    position: relative;
  }
  .o_c_btn__lang__btn1 {
    position: initial;
    top: initial;
    right: initial;
    width: 46px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    padding: 10px 13px 10px 10px;
    background-color: #D8D9D9;
  }
  .o_c_btn__lang__btn2 {
    width: 46px;
    height: 40px;
    border-radius: 20px 0 0 20px;
    padding: 10px 10px 10px 13px;
    color: #B7BFC7;
    background-color: #F0F0F0;
  }
  .o_c_btn__lang__btn2.is-active {
    width: 46px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.o_c_btn__hamburger {
  position: relative;
  width: 30px;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__hamburger .bar {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__hamburger .bar > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn__hamburger .bar > span:nth-of-type(1) {
  top: calc(50% - 8px);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.o_c_btn__hamburger .bar > span:nth-of-type(3) {
  top: calc(50% + 8px);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.o_c_btn__hamburger:hover .bar > span:nth-of-type(1) {
  -webkit-transform: translateY(1px) translate(-50%, -50%);
          transform: translateY(1px) translate(-50%, -50%);
}
.o_c_btn__hamburger:hover .bar > span:nth-of-type(3) {
  -webkit-transform: translateY(-1px) translate(-50%, -50%);
          transform: translateY(-1px) translate(-50%, -50%);
}
.o_c_btn__hamburger.is-active .bar span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.o_c_btn__hamburger.is-active .bar span:nth-of-type(2) {
  opacity: 0;
}
.o_c_btn__hamburger.is-active .bar span:nth-of-type(3) {
  top: 0rem;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.o_c_btn-image {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.o_c_btn-image:hover {
  text-decoration: none;
}
.o_c_btn-image img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn-image::before {
  content: "";
  background-color: #090A0B;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
@media (hover: hover) {
  .o_c_btn-image:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1.05);
  }
  .o_c_btn-image:where(:any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .o_c_btn-image:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn-image:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.o_c_btn-linkcard__image {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.o_c_btn-linkcard__image img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_c_btn-linkcard__image::before {
  content: "";
  background-color: #090A0B;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.o_c_btn-linkcard:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .o_c_btn-linkcard:where(:-moz-any-link, :enabled, summary):hover .o_c_btn-linkcard__image img {
    transform: scale(1.05);
  }
  .o_c_btn-linkcard:where(:any-link, :enabled, summary):hover .o_c_btn-linkcard__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .o_c_btn-linkcard:where(:-moz-any-link, :enabled, summary):hover .o_c_btn-linkcard__image::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_c_btn-linkcard:where(:any-link, :enabled, summary):hover .o_c_btn-linkcard__image::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*.o_c_btn-heading {
  position: relative;
  @include transition;

  &::before {
    content: '';
    position: absolute;
    top: calc(100% + .5em);
    left: 0;
    display: block;
    width: 2em;
    height: 2em;
    overflow: hidden;
    border-radius: 50%;
    background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/60%;
    background-color: $color-gray01;
    @include transition;
  }

  &::after {
    @include transition;
  }

  &.__row { //右に並べる
    &::before {
      top: 50%;
      left: calc(100% + .5em);
    }
  }

  @include mq(md) {
    &::before {
      top: 50%;
      left: calc(100% + .5em);
    }
  }

  @include any_hover {
    color: $color-arimino;
    &::before {
      background-image: url(../../assets/images/common/ico_in-link-wh.svg);
      background-color: $color-arimino;
    }
    &::after {
      color: $color-arimino;
    }
  }
}*/
/*.o_c_btn__solid {
  color: $color-wh;
  font-size: rem(14);
  height: 40px;
  padding: .5em 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  @include transition;

  &::before {
    content: "";
    //background-color: $color-arimino;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: inherit;
    transform: scale(0, 1);
    transform-origin: right top;
    @include transition(transform);
    z-index: -1;
  }

  &.__gray {
    background-color: $color-gray01;
    &::before {
      background-color: $color-arimino;
    }
  }
  &.__blue {
    background-color: $color-arimino;
  }
  &.__block {
    display: flex;
    width: 100%;
    max-width: 400px;
    padding: 1em;
    margin: 0 auto;
  }
  &.__lg {
    height: 52px;
  }

  @include any_hover {
    color: $color-wh;
    &::before {
      transform-origin: left top;
      transform: scale(1, 1);
    }
  }
}*/
/*.o_c_btn__solid-ico {
  color: $color-wh;
  font-size: rem(14);
  height: 40px;
  padding: .5em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  @include transition;

  &::before {
    content: "";
    //background-color: $color-arimino;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: inherit;
    transform: scale(0, 1);
    transform-origin: right top;
    //transition: transform .3s;
    @include transition(transform);
    z-index: -1;
  }

  &::after {
    content: '';
    width: 1.2em;
    height: 1.2em;
    background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  }

  &.__gray {
    background-color: $color-gray01;
  }
  &.__blue {
    background-color: $color-arimino;
    &::before {
      background-color: $color-gray01;
    }
  }
  &.__block {
    display: flex;
    width: 100%;
    max-width: 400px;
    padding: 1em;
    margin: 0 auto;
  }
  &.__lg {
    height: 52px;
  }
  &.__ex-link {
    &::after {
      background: url(../../assets/images/common/ico_ex-link-wh.svg) no-repeat center/contain;
    }
  }

  @include any_hover {
    &::before {
      transform-origin: left top;
      transform: scale(1, 1);
    }
    &.__blue {
      color: $color-arimino;
      &.__ex-link {
        &::after {
          background: url(../../assets/images/common/ico_ex-link-bl.svg) no-repeat center/contain;
        }
      }
    }
  }
}*/
.o_c_form__flow {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  max-width: 600px;
  margin: 0 auto 30px;
  position: relative;
}
.o_c_form__flow.__en {
  max-width: initial;
}
.o_c_form__flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #B7BFC7;
  z-index: -1;
}
.o_c_form__flow__status {
  color: #B7BFC7;
  font-size: 0.9375rem;
  background-color: #ffffff;
  padding: 10px;
}
.o_c_form__flow__status.f01 {
  color: #090A0B;
}
@media screen and (max-width: 860px) {
  .o_c_form__flow {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .o_c_form__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .o_c_form__flow::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
  }
}
.o_c_form__notice {
  color: #888888;
  font-size: 0.75rem;
  margin-top: 0.5em;
}
.o_c_form__input-text {
  width: 100%;
  background-color: #F2F2F2;
  border: solid 1px #B7BFC7;
  border-radius: 3px;
  padding: 0.5em;
}
.o_c_form__textarea {
  width: 100%;
  min-height: 150px;
  background-color: #F2F2F2;
  border: solid 1px #B7BFC7;
  border-radius: 3px;
  padding: 0.5em;
}
.o_c_form__select {
  max-width: 100%;
  background: url(../../assets/images/common/ico_toggle-bk.svg) no-repeat center right 0.5em/1em;
  background-color: #F2F2F2;
  border: solid 1px #B7BFC7;
  border-radius: 3px;
  padding: 0.5em 3em 0.5em 0.75em;
}
.o_c_form__btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto 30px;
}
.o_c_form__pp {
  margin-bottom: 30px;
}
.o_c_form__pp p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: center;
}
.o_c_form__pp p a {
  color: #00458D;
  text-decoration: underline;
}
.o_c_form__pp p a:hover {
  text-decoration: none;
}
.o_c_form__pp p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .o_c_form__pp p {
    text-align: left;
  }
}
.o_c_form__pp-required p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.o_c_form__pp-required p a {
  color: #00458D;
  text-decoration: underline;
}
.o_c_form__pp-required p a:hover {
  text-decoration: none;
}
.o_c_form__pp-required p:last-child {
  margin-bottom: 0;
}
.o_c_form__confirm {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px !important;
}

.o_c_form__confirm {
  display: none;
}

.mw_wp_form_confirm .o_c_form__hidden {
  display: none !important;
}
.mw_wp_form_confirm .o_c_form__confirm {
  display: block !important;
}

.mw_wp_form_confirm .f01,
.mw_wp_form_confirm .f02 {
  color: #090A0B;
}

.mw_wp_form .error {
  font-size: 80%;
  color: #D12C2C !important;
  display: block;
  width: 100%;
  margin-top: 0.5em;
}

#autozip {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
.o_c_form__checkbox {
  position: relative;
  cursor: pointer;
  border: none;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0 !important;
}

.o_c_form__checkbox:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 0.6em;
  content: "";
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #090A0B;
  border-top-style: none;
  border-right-style: none;
}

.o_c_form__checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1);
}

.o_c_form__checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  content: "";
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px #B7BFC7;
  border-radius: 3px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mwform-checkbox-field-text {
  vertical-align: middle;
}

.mwform-checkbox-field.vertical-item label {
  cursor: pointer;
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o_c_form__radio {
  margin-right: 3px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.o_c_form__radio {
  padding: 3px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.c_form__radio:checked + label {
  color: #00458D;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 0px;
}
.mwform-radio-field.horizontal-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  cursor: pointer;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mwform-file-delete {
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 5px;
}

.o_c_form__submit {
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 52px;
  padding: 0.5em 2em;
  margin: 0 auto;
  gap: 5px;
  border-radius: 30px;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center right 1.2em/1.2em;
  background-color: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_c_form__submit:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center right 1em;
  }
  .o_c_form__submit:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center right 1em;
  }
}

.o_c_form__prev {
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  width: 100%;
  max-width: 160px;
  height: 52px;
  padding: 0.5em 2em;
  margin: 0 auto;
  border-radius: 30px;
  background: url(../../assets/images/common/ico_back-wh.svg) no-repeat center left 1.2em/1.2em;
  background-color: #B7BFC7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_c_form__prev:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center left 1em;
  }
  .o_c_form__prev:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center left 1em;
  }
}

.editor-styles-wrapper .mw_wp_form_input form p {
  margin-bottom: 0;
}

.o_c_heading {
  padding: 45px 0 60px;
}
@media screen and (max-width: 480px) {
  .o_c_heading {
    padding: 40px 0 60px;
  }
}
.o_c_heading__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 30px;
}
.o_c_heading__lead p {
  margin-bottom: 1em;
}
.o_c_heading__lead p:last-child {
  margin-bottom: 0;
}
.o_c_heading__lead p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .o_c_heading__lead p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .o_c_heading__lead p a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .o_c_heading__lead {
    margin-top: 20px;
  }
}
.o_c_heading .ttl-jp {
  color: #090A0B;
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3px;
}
.o_c_heading .ttl-en {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2rem, 4vw, 3.125rem);
  line-height: 1;
  overflow-wrap: break-word;
  position: relative;
}
.o_c_heading .ttl-en.__first-letter {
  text-transform: lowercase;
}
.o_c_heading .ttl-en.__first-letter::first-letter {
  text-transform: capitalize;
}
.o_c_heading .ttl-en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x center/50px;
}
@media screen and (max-width: 860px) {
  .o_c_heading .ttl-en::before {
    right: calc(100% + 10px);
  }
}

.o_c_heading-sm {
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
  margin-bottom: 50px;
}
.o_c_heading-sm.__w-line {
  position: relative;
  padding: 50px 0 0;
}
.o_c_heading-sm.__w-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.o_c_heading-xs {
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 50px;
}
.o_c_heading-xs.__w-line {
  position: relative;
  padding: 50px 0 0;
}
.o_c_heading-xs.__w-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.o_c_heading-jp {
  color: #00458D;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.o_c_heading-jp.__w-line {
  position: relative;
  padding: 40px 0 0;
}
.o_c_heading-jp.__w-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.o_c_heading-en {
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
}
.o_c_heading-en.__w-line {
  position: relative;
  padding: 40px 0 0;
}
.o_c_heading-en.__w-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.o_c_heading-page {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .o_c_heading-page {
    text-align: left;
  }
}

.o_c_l__disc_bl {
  list-style: none;
}
.o_c_l__disc_bl > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_l__disc_bl > li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #00458D;
}
.o_c_l__disc_bl > li:last-child {
  margin-bottom: 0;
}
.o_c_l__disc_bk {
  list-style: none;
}
.o_c_l__disc_bk > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_l__disc_bk > li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #090A0B;
}
.o_c_l__disc_bk > li:last-child {
  margin-bottom: 0;
}
.o_c_l__disc_rd {
  list-style: none;
}
.o_c_l__disc_rd > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_l__disc_rd > li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #D12C2C;
}
.o_c_l__disc_rd > li:last-child {
  margin-bottom: 0;
}
.o_c_l__disc_lb {
  list-style: none;
}
.o_c_l__disc_lb > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_l__disc_lb > li::before {
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  background: #00458D;
  opacity: 0.5;
}
.o_c_l__disc_lb > li:last-child {
  margin-bottom: 0;
}
.o_c_l__dec {
  padding-left: 1.2em;
  line-height: 2 !important;
}
.o_c_l__dec > li {
  margin-bottom: 0.5em;
  list-style: decimal;
  list-style-position: outside;
}
.o_c_l__dec > li:last-child {
  margin-bottom: 0;
}
.o_c_l.__def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 子要素のdtとddを横並びにする */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
  line-height: 2 !important;
  margin-bottom: 0.5em;
}
.o_c_l.__def > dt {
  width: 20%;
}
.o_c_l.__def > dd {
  width: 80%;
}
.o_c_l.__def:last-child {
  margin-bottom: 0;
}

.o_c_labLink {
  height: 200px;
}
.o_c_labLink > a {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  background: url(../images/common/bg-lab_link.jpg) 50% 50% no-repeat;
  background-size: 100%;
  border-radius: 10px;
  color: #ffffff;
}
.o_c_labLink > a:hover {
  text-decoration: none;
  -webkit-animation: bgGradientSizeLoop2 10s ease infinite;
          animation: bgGradientSizeLoop2 10s ease infinite;
}
.o_c_labLink > a:hover .o_c_labLink__copy__more {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 860px) {
  .o_c_labLink > a {
    padding: 40px;
    background-size: cover;
    background-position: 50% 100%;
  }
  .o_c_labLink > a:hover {
    background-size: cover;
    background-position: 50% 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 480px) {
  .o_c_labLink > a {
    padding: 48px 24px;
  }
}
.o_c_labLink__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.o_c_labLink__copy__txt {
  width: calc(100% - 118px);
  max-width: 200px;
  display: block;
}
.o_c_labLink__copy__more {
  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;
  gap: 3px;
  width: 118px;
  height: 118px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 500;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.o_c_labLink__copy__more::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .o_c_labLink__copy {
    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;
  }
  .o_c_labLink__copy__txt {
    width: 100%;
    max-width: 180px;
  }
  .o_c_labLink__copy__more {
    width: auto;
    height: auto;
    border: none;
    border-radius: revert;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

@-webkit-keyframes bgGradientSizeLoop2 {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}

@keyframes bgGradientSizeLoop2 {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}
.o_c_recruitLink {
  height: 200px;
}
.o_c_recruitLink > a {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  background: url(../images/common/bg-recruit_link.jpg) 50% 50% no-repeat;
  background-size: 100%;
  border-radius: 10px;
  color: #ffffff;
}
.o_c_recruitLink > a:hover {
  text-decoration: none;
  -webkit-animation: bgGradientPositionLoop 20s ease infinite, bgGradientSizeLoop 6s ease infinite;
          animation: bgGradientPositionLoop 20s ease infinite, bgGradientSizeLoop 6s ease infinite;
}
.o_c_recruitLink > a:hover .o_c_recruitLink__copy__more {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 860px) {
  .o_c_recruitLink > a {
    padding: 40px;
    background-size: 140%;
  }
  .o_c_recruitLink > a:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 480px) {
  .o_c_recruitLink > a {
    padding: 48px 24px;
    background-size: 240%;
  }
}
.o_c_recruitLink__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.o_c_recruitLink__copy__txt {
  width: calc(100% - 118px);
  padding-right: 16px;
}
.o_c_recruitLink__copy__txtLg {
  display: block;
  font-size: clamp(1.75rem, 3.8vw, 2.8125rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.o_c_recruitLink__copy__en {
  display: block;
  margin-top: 10px;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
}
.o_c_recruitLink__copy__more {
  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;
  gap: 5px;
  width: 118px;
  height: 118px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 500;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.o_c_recruitLink__copy__more::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_ex-link-wh.svg) no-repeat center/contain;
}
@media screen and (max-width: 480px) {
  .o_c_recruitLink__copy {
    display: block;
  }
  .o_c_recruitLink__copy__txt {
    padding-right: 0px;
  }
  .o_c_recruitLink__copy__txtLg {
    text-align: center;
  }
  .o_c_recruitLink__copy__txtLg > span {
    display: block;
  }
  .o_c_recruitLink__copy__en {
    font-size: 0.875rem;
    text-align: center;
  }
  .o_c_recruitLink__copy__more {
    width: auto;
    height: auto;
    border: none;
    border-radius: revert;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

@-webkit-keyframes bgGradientPositionLoop {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 49%;
  }
}

@keyframes bgGradientPositionLoop {
  0% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 50%;
  }
  75% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 49%;
  }
}
@-webkit-keyframes bgGradientSizeLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 200%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes bgGradientSizeLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 200%;
  }
  100% {
    background-size: 100%;
  }
}
.o_p_breadcrumb {
  font-size: 0.75rem;
  width: 100%;
  margin: 60px 0 0;
}
.o_p_breadcrumb div {
  padding: 0 0 20px;
}
.o_p_breadcrumb span {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.o_p_breadcrumb span span:first-child {
  padding-left: 0;
}
.o_p_breadcrumb span span:last-child {
  padding-right: 0;
}
.o_p_breadcrumb span span strong {
  font-weight: 500;
}
@media (hover: hover) {
  .o_p_breadcrumb span span a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .o_p_breadcrumb span span a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .o_p_breadcrumb span span a:where(:-moz-any-link, :enabled, summary):hover:hover {
    text-decoration: underline;
  }
  .o_p_breadcrumb span span a:where(:any-link, :enabled, summary):hover:hover {
    text-decoration: underline;
  }
}
.o_p_cta {
  text-align: center;
  padding: 60px 0 0;
  position: relative;
  z-index: 0;
}
.o_p_cta__heading {
  margin-bottom: 20px;
}
.o_p_cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.o_p_mixitup {
  margin-bottom: 6rem;
}
.o_p_mixitup__ttl {
  margin-bottom: 2rem;
}
.o_p_mixitup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.o_p_mixitup__body .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.o_p_mixitup__body .controls .control-reset {
  color: #00458D;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  padding: 0.5em;
  border: solid 1px rgba(23, 78, 226, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_mixitup__body .controls .control-reset:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
  .o_p_mixitup__body .controls .control-reset:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
}
.o_p_mixitup__body .controls .control-reset.is-active {
  color: #ffffff;
  background-color: #00458D;
}
.o_p_mixitup__body .controls .control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.o_p_mixitup__body .controls .control-group .control-group__button {
  color: #00458D;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  padding: 0.5em;
  border: solid 1px rgba(23, 78, 226, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_mixitup__body .controls .control-group .control-group__button:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
  .o_p_mixitup__body .controls .control-group .control-group__button:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    background-color: #00458D;
  }
}
.o_p_mixitup__body .controls .control-group .control-group__button.mixitup-control-active {
  color: #ffffff;
  background-color: #00458D;
}

.wp-pagenavi {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  margin: 60px auto 0;
  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;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    font-size: 0.875rem;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #090A0B;
  display: block;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 480px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 7px 15px;
  }
}
.wp-pagenavi .page::after,
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: #00458D;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .wp-pagenavi .page:where(:-moz-any-link, :enabled, summary):hover, .wp-pagenavi .previouspostslink:where(:-moz-any-link, :enabled, summary):hover, .wp-pagenavi .nextpostslink:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
    border-bottom: none;
  }
  .wp-pagenavi .page:where(:any-link, :enabled, summary):hover,
  .wp-pagenavi .previouspostslink:where(:any-link, :enabled, summary):hover,
  .wp-pagenavi .nextpostslink:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
    border-bottom: none;
  }
  .wp-pagenavi .page:where(:-moz-any-link, :enabled, summary):hover::after, .wp-pagenavi .previouspostslink:where(:-moz-any-link, :enabled, summary):hover::after, .wp-pagenavi .nextpostslink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
  }
  .wp-pagenavi .page:where(:any-link, :enabled, summary):hover::after,
  .wp-pagenavi .previouspostslink:where(:any-link, :enabled, summary):hover::after,
  .wp-pagenavi .nextpostslink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.wp-pagenavi .current {
  border-bottom: solid 1px #00458D;
}

.o_p_sitemap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background-color: #00458D;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #00458D;
}
@media screen and (max-width: 860px) {
  .o_p_sitemap {
    display: none;
  }
}
.o_p_sitemap__ttl {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #ffffff;
  width: 100%;
  height: 60px;
  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;
  gap: 5px;
  position: relative;
  cursor: pointer;
}
.o_p_sitemap__ttl > svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__ttl.is-active svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.o_p_sitemap__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 120px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.o_p_sitemap__content__wrap {
  padding: 30px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.o_p_sitemap__content__item-general {
  width: calc(50% - 20px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
.o_p_sitemap__content__item-forsalon {
  width: calc(50% - 15px);
  background-color: #E7E9EB;
  padding: 25px;
  border-radius: 20px;
}
.o_p_sitemap__content__item-forsalon__ttl a {
  color: #00458D;
  font-size: 0.9375rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 0.75em 1.2em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__content__item-forsalon__ttl a svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  fill: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_sitemap__content__item-forsalon__ttl a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .o_p_sitemap__content__item-forsalon__ttl a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .o_p_sitemap__content__item-forsalon__ttl a:where(:-moz-any-link, :enabled, summary):hover svg {
    transform: translate(2px, -50%);
  }
  .o_p_sitemap__content__item-forsalon__ttl a:where(:any-link, :enabled, summary):hover svg {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
}
.o_p_sitemap__content__item-forsalon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px;
}
.o_p_sitemap__content__item-forsalon__trademark {
  font-size: 0.6875rem;
  margin-top: 20px;
}
.o_p_sitemap__general {
  width: 100%;
}
.o_p_sitemap__general:last-child {
  margin-bottom: 0;
}
.o_p_sitemap__general__ttl {
  color: #ffffff;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__ttl svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2em;
  height: 1.2em;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__ttl span {
  width: 100%;
  padding: 1.5em 0 1.5em 1.5em;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__ttl span::before {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*アンダーラインの縮尺比率。*/
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__ttl span::after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__ttl.__ex-link svg {
  left: initial;
  right: 0;
}
.o_p_sitemap__general__ttl.__ex-link span {
  padding: 1.2em 1.5em 1.2em 0;
}
@media (hover: hover) {
  .o_p_sitemap__general__ttl:where(:-moz-any-link, :enabled, summary):hover svg {
    transform: translate(2px, -50%);
  }
  .o_p_sitemap__general__ttl:where(:any-link, :enabled, summary):hover svg {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
  .o_p_sitemap__general__ttl:where(:-moz-any-link, :enabled, summary):hover span::before {
    transform: scale(0, 1);
  }
  .o_p_sitemap__general__ttl:where(:any-link, :enabled, summary):hover span::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .o_p_sitemap__general__ttl:where(:-moz-any-link, :enabled, summary):hover span::after {
    transform: scale(1, 1);
    transition-delay: 0.5s;
  }
  .o_p_sitemap__general__ttl:where(:any-link, :enabled, summary):hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.o_p_sitemap__general__menu {
  margin-top: 10px;
}
.o_p_sitemap__general__menu a {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.3;
  padding: 0.5em 0 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__general__menu a svg {
  content: "";
  width: 1em;
  height: 1em;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_sitemap__general__menu a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    transform: translateX(2px);
  }
  .o_p_sitemap__general__menu a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.o_p_sitemap__forsalon {
  width: calc(50% - 10px);
}
.o_p_sitemap__forsalon__ttl-open {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.2;
  border-radius: 5px;
  background-color: #00458D;
  padding: 0.5em 0.6em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.o_p_sitemap__forsalon__ttl-link {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.2;
  border-radius: 10px;
  background-color: #00458D;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__forsalon__ttl-link::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_sitemap__forsalon__ttl-link:where(:-moz-any-link, :enabled, summary):hover:hover {
    opacity: 0.8;
    transform: translateX(2px);
  }
  .o_p_sitemap__forsalon__ttl-link:where(:any-link, :enabled, summary):hover:hover {
    opacity: 0.8;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
.o_p_sitemap__forsalon__menu a {
  font-size: 0.9375rem;
  line-height: 1.3;
  padding: 0.3em 0 0.3em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_sitemap__forsalon__menu a svg {
  content: "";
  width: 1em;
  height: 1em;
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_sitemap__forsalon__menu a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
    transform: translateX(2px);
  }
  .o_p_sitemap__forsalon__menu a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #E8E8E8;
  display: block;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: #B7BFC7;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  width: 7px;
  height: 7px;
}

.swiper-button-prev {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.swiper-button-prev::before {
  content: "";
  background: url("../images/common/ico_swiper-prev.svg") no-repeat center/contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.swiper-button-next {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.swiper-button-next::before {
  background: url("../images/common/ico_swiper-next.svg") no-repeat center/contain;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.js-swiper-pickup .swiper-wrapper .swiper-slide {
  width: calc(25% - 15px);
}
@media screen and (max-width: 860px) {
  .js-swiper-pickup .swiper-wrapper .swiper-slide {
    width: calc(33.333% - 13.333px);
  }
}
@media screen and (max-width: 480px) {
  .js-swiper-pickup .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
}

.js-swiper-lineup-main {
  width: 100%;
}

.js-swiper-lineup-main .swiper-wrapper {
  width: 100%;
}

.js-swiper-lineup-main .swiper-wrapper .swiper-slide {
  width: 100%;
}

.js-swiper-lineup-thumb .swiper-wrapper .swiper-slide {
  position: relative;
  border-radius: 10px;
}
.js-swiper-lineup-thumb .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: solid 0px #B7BFC7;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.js-swiper-lineup-thumb .swiper-wrapper .swiper-slide:hover::after {
  border: solid 2px #B7BFC7;
}
.js-swiper-lineup-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
  border: solid 2px #00458D;
}

.js-swiper-products {
  width: 100%;
}

.js-swiper-products .swiper-wrapper {
  width: 100%;
}

.js-swiper-products .swiper-wrapper .swiper-slide {
  width: calc(20% - 20px);
}
@media screen and (max-width: 1080px) {
  .js-swiper-products .swiper-wrapper .swiper-slide {
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 860px) {
  .js-swiper-products .swiper-wrapper .swiper-slide {
    width: calc(33.333% - 13.333px);
  }
}
@media screen and (max-width: 480px) {
  .js-swiper-products .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
}

.js-swiper-program .swiper-wrapper .swiper-slide {
  width: calc(25% - 15px);
}
@media screen and (max-width: 860px) {
  .js-swiper-program .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .js-swiper-program .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

.o_p_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o_p_sticky__sidebar {
  width: 25%;
}
.o_p_sticky__sidebar nav {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.o_p_sticky__sidebar nav a {
  font-size: 0.8125rem;
  color: #B7BFC7;
  text-decoration: none;
  padding: 12px 0 12px 12px;
  background-color: #ffffff;
  border-bottom: solid 1px #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.o_p_sticky__sidebar nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: #B7BFC7;
}
.o_p_sticky__sidebar nav a.is-active {
  color: #00458D;
}
.o_p_sticky__sidebar nav a.is-active::before {
  background-color: #00458D;
  width: 6px;
  height: 6px;
}
@media (hover: hover) {
  .o_p_sticky__sidebar nav a:where(:-moz-any-link, :enabled, summary):hover {
    color: #00458D;
  }
  .o_p_sticky__sidebar nav a:where(:any-link, :enabled, summary):hover {
    color: #00458D;
  }
  .o_p_sticky__sidebar nav a:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #00458D;
  }
  .o_p_sticky__sidebar nav a:where(:any-link, :enabled, summary):hover::before {
    background-color: #00458D;
  }
}
@media screen and (max-width: 860px) {
  .o_p_sticky__sidebar nav {
    display: none;
  }
}
.o_p_sticky__mainwrap {
  width: 75%;
}
@media screen and (max-width: 860px) {
  .o_p_sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o_p_sticky__sidebar {
    width: 100%;
  }
  .o_p_sticky__sidebar nav {
    max-width: initial;
    height: 60px;
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: solid 1px #D8D8D8;
  }
  .o_p_sticky__sidebar nav a {
    width: 25%;
    font-size: 0.6875rem;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o_p_sticky__sidebar nav a + a {
    border-left: solid 1px #D8D8D8;
  }
  .o_p_sticky__mainwrap {
    width: 100%;
  }
}

.o_p_overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #090A0B;
  opacity: 0.3;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 860px) {
  .o_p_overlay {
    display: none !important;
  }
}

.o_p_filter-doc {
  margin-bottom: 40px;
}
.o_p_filter-doc__panel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 2fr 160px;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .o_p_filter-doc__panel {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .o_p_filter-doc__panel {
    place-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
}
.o_p_filter-doc__panel fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .o_p_filter-doc__panel fieldset {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.o_p_filter-doc .btn-select,
.o_p_filter-doc .btn-select-1st,
.o_p_filter-doc .btn-select-2nd {
  font-size: 0.9375rem;
  padding: 0.75em 2em 0.75em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 5px;
  background: url(../../assets/images/common/ico_toggle-bk.svg) no-repeat center right 1em/1em;
  background-color: #ffffff;
  display: block;
  width: 100%;
}
.o_p_filter-doc .btn-select-2nd {
  display: none;
}
.o_p_filter-doc .btn-select-2nd.all {
  display: block;
}
.o_p_filter-doc .btn-submit {
  color: #ffffff;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  background-color: #D8D8D8;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_filter-doc .btn-reset {
  color: #ffffff;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  background-color: #B7BFC7;
  border: solid 1px #B7BFC7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 480px) {
  .o_p_filter-doc .btn-reset {
    max-width: 160px;
  }
}

/*.o_p_filter-results {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px $color-gray03;

    .txt-term {
        font-size: rem(12);
    }
    .txt-state {
        font-size: rem(12);

        >.num {
            font-size: rem(20);
            font-weight: 500;
        }
    }
}*/
.o_p_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  font-size: 0.9375rem;
}
.o_p_category .en {
  padding-right: 15px;
  position: relative;
}
.o_p_category .en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 90%;
  background-color: #B7BFC7;
}
.o_p_category .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
.o_p_category .nav li a {
  color: #B7BFC7;
  text-decoration: none;
  padding: 0.5em;
  display: inline-block;
  border-bottom: solid 1px #B7BFC7;
}
.o_p_category .nav li.is-active a {
  color: #00458D;
  font-weight: 500;
  border-bottom: solid 1px #00458D;
}
@media screen and (max-width: 860px) {
  .o_p_category {
    -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: 10px;
    font-size: 0.875rem;
  }
  .o_p_category .en::after {
    content: none;
  }
  .o_p_category .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
  .o_p_category .nav li a {
    display: block;
    text-align: center;
    padding: 1em 0;
  }
}

.o_p_othere-products {
  padding: 60px 0;
  overflow: hidden;
  background-color: #F2F2F2;
}
.o_p_othere-products__heading {
  margin-bottom: 20px;
}
.o_p_othere-products .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.o_p_othere-products .item {
  text-decoration: none;
  text-align: center;
  margin-right: 20px;
}
.o_p_othere-products .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #E8E8E8;
  margin-bottom: 10px;
}
.o_p_othere-products .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.o_p_othere-products .meta {
  text-align: center;
}
.o_p_othere-products .meta .cat {
  color: #ffffff;
  font-size: 0.6875rem;
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 20px;
  background-color: #838484;
  margin: 0 auto 5px;
  white-space: nowrap;
}
.o_p_othere-products .name {
  font-size: 0.8125rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 0 auto 5px;
}
.o_p_othere-products .name:last-child {
  margin: 0 auto;
}
.o_p_othere-products .subtext {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin: 0 auto 5px;
}
.o_p_othere-products .subtext:last-child {
  margin: 0 auto;
}
.o_p_othere-products__control {
  position: relative;
}
.o_p_othere-products__control .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.o_p_othere-products__control .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.o_p_othere-products__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.o_p_card_linup {
  text-align: center;
}
.o_p_card_linup .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #E8E8E8;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
}
.o_p_card_linup .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_card_linup .name {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 5px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.o_p_card_linup .meta {
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.o_p_card_doc .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F2F2F2;
  border: solid 1px #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
  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;
  margin-bottom: 0.75em;
}
.o_p_card_doc .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_card_doc .meta {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0.5em;
}
.o_p_card_doc .meta .products-cat {
  color: #ffffff;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o_p_card_doc .meta .products-cat span {
  padding: 0.5em 0.75em;
  background-color: #838484;
  border-radius: 20px;
}
.o_p_card_doc .ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.o_p_card_doc .subtext {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.o_p_card_doc .pdfview {
  color: #090A0B;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0.5em 1.5em;
  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;
  gap: 5px;
  border-radius: 30px;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_card_doc .pdfview::before {
  content: "";
  background-color: #D8D8D8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.o_p_card_doc .pdfview::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../../assets/images/common/ico_pdf.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .o_p_card_doc:where(:-moz-any-link, :enabled, summary):hover .pdfview::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_p_card_doc:where(:any-link, :enabled, summary):hover .pdfview::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 860px) {
  .o_p_card_doc .meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o_p_card_doc .ttl {
    text-align: left;
  }
  .o_p_card_doc .subtext {
    text-align: left;
  }
}

.o_p_doc {
  margin-bottom: 60px;
}
.o_p_doc__caution {
  padding: 30px;
  background-color: #F2F2F2;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .o_p_doc__caution {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
.o_p_doc__caution__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.o_p_doc__caution__ttl span > i {
  display: none;
}
@media screen and (max-width: 860px) {
  .o_p_doc__caution__ttl {
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
  }
  .o_p_doc__caution__ttl span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .o_p_doc__caution__ttl span > i {
    position: relative;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-color: #090A0B;
    border-radius: 50%;
    color: #00458D;
  }
  .o_p_doc__caution__ttl span > i::before, .o_p_doc__caution__ttl span > i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    height: 1px;
    background-color: #ffffff;
  }
  .o_p_doc__caution__ttl span > i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .o_p_doc__caution__ttl.is-active span > i::after {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
}
.o_p_doc__caution__content {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.o_p_doc__caution__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .o_p_doc__caution__content a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .o_p_doc__caution__content a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 860px) {
  .o_p_doc__caution__content {
    display: none;
    margin-top: 10px;
  }
}
.o_p_doc__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 860px) {
  .o_p_doc__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .o_p_doc__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o_p_doc__list__item {
  -webkit-transition: none;
  transition: none;
}

.o_p_pagenation {
  text-align: center;
  margin: 60px auto 0;
}
.o_p_pagenation__btn {
  color: #ffffff;
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_pagenation__btn::after {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
@media (hover: hover) {
  .o_p_pagenation__btn:where(:-moz-any-link, :enabled, summary):hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_p_pagenation__btn:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 860px) {
  .o_p_pagenation__btn {
    font-size: 0.75rem;
    min-width: 140px;
  }
}
.o_p_pagenation .row {
  overflow: hidden;
  margin-bottom: 20px;
}
.o_p_pagenation .row:last-child {
  margin-bottom: 0;
}
.o_p_pagenation .backlink {
  padding: 1em 2.5em 1em 1.5em;
  position: relative;
}
.o_p_pagenation .backlink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_pagenation .backlink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translate(2px, -50%);
  }
  .o_p_pagenation .backlink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
}
.o_p_pagenation .prevlink {
  float: left;
  padding: 1em 1.5em 1em 2.5em;
  position: relative;
}
.o_p_pagenation .prevlink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_pagenation .prevlink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translate(-2px, -50%) rotate(180deg);
  }
  .o_p_pagenation .prevlink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: translate(-2px, -50%) rotate(180deg);
            transform: translate(-2px, -50%) rotate(180deg);
  }
}
.o_p_pagenation .nextlink {
  float: right;
  padding: 1em 2.5em 1em 1.5em;
  position: relative;
}
.o_p_pagenation .nextlink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_pagenation .nextlink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: translate(2px, -50%);
  }
  .o_p_pagenation .nextlink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
}

.o_p_companyLinkUnit {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #F2F2F2;
}
.o_p_companyLinkUnit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.o_p_companyLinkUnit__grid__item {
  color: #00458D;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.o_p_companyLinkUnit__grid__item figure {
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_companyLinkUnit__grid__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_companyLinkUnit__grid__item > p {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  width: 50%;
  padding: 25px 25px 80px 20px;
  /*text-transform: lowercase;
  &:first-letter {
      text-transform: uppercase;
  }*/
}
.o_p_companyLinkUnit__grid__item::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.o_p_companyLinkUnit__grid__item span {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_companyLinkUnit__grid__item span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_companyLinkUnit__grid__item:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_p_companyLinkUnit__grid__item:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .o_p_companyLinkUnit__grid__item:where(:-moz-any-link, :enabled, summary):hover figure img {
    transform: scale(1.05);
  }
  .o_p_companyLinkUnit__grid__item:where(:any-link, :enabled, summary):hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .o_p_companyLinkUnit__grid__item:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .o_p_companyLinkUnit__grid__item:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .o_p_companyLinkUnit__grid__item:where(:-moz-any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .o_p_companyLinkUnit__grid__item:where(:any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .o_p_companyLinkUnit__grid__item:where(:-moz-any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
  .o_p_companyLinkUnit__grid__item:where(:any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
}
@media screen and (max-width: 860px) {
  .o_p_companyLinkUnit__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .o_p_companyLinkUnit__grid__item::after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

.o_p_forsalonLinkUnit {
  background-color: #E7E9EB;
  padding: 60px 0;
  margin: 60px auto;
}
.o_p_forsalonLinkUnit__heading {
  margin-bottom: 50px;
}
.o_p_forsalonLinkUnit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-auto-rows: minmax(90px, auto);
}
@media screen and (max-width: 860px) {
  .o_p_forsalonLinkUnit__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .o_p_forsalonLinkUnit__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o_p_forsalonLinkUnit__card__ttl {
  color: #090A0B;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.o_p_forsalonLinkUnit__card__ttl::before {
  content: attr(data-content);
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.o_p_forsalonLinkUnit__card__menu li {
  border-bottom: solid 1px #B7BFC7;
}
.o_p_forsalonLinkUnit__card__menu li a {
  font-size: 0.875rem;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.o_p_forsalonLinkUnit__card__menu li a svg {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  opacity: 0.5;
  -webkit-transform: translate(0, 15%);
          transform: translate(0, 15%);
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .o_p_forsalonLinkUnit__card__menu li a:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateX(2px);
    opacity: 0.6;
  }
  .o_p_forsalonLinkUnit__card__menu li a:where(:any-link, :enabled, summary):hover {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    opacity: 0.6;
  }
}
.o_p_forsalonLinkUnit__card__trademark {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 10px;
}

/* GridTab v2.1.1*/
.gridtab,
.gridtab > dt,
.gridtab > dd {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid;
}

.gridtab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gridtab * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gridtab > dd {
  z-index: 1;
  display: none;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.gridtab > dd > .gridtab__controls {
  position: absolute;
  right: 5px;
  top: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.gridtab > dd > .gridtab__controls > .gridtab__close {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-left: 1px;
}

.gridtab > dd > .gridtab__controls > .gridtab__close:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow,
.gridtab > dd > .gridtab__controls > .gridtab__close {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: #666;
  text-indent: -999px;
  position: relative;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
.gridtab > dd > .gridtab__controls > .gridtab__close:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  position: absolute;
  width: 3px;
  height: 13px;
  content: "";
  display: block;
  background: #FFF;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  margin: -7px 0 0 -3px;
  height: 10px;
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
  opacity: 0.25;
}

.gridtab > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.gridtab > dt {
  -webkit-transition: background 1s;
  transition: background 1s;
  background: #f2f2f2;
}

.gridtab > dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.gridtab > dt.is-disabled {
  pointer-events: none;
}

.gridtab > dt.is-active {
  z-index: 2;
}

.gridtab > dt > img {
  max-width: 100%;
  float: left;
  height: auto;
}

.gridtab[dir=rtl] > dd > .gridtab__controls {
  right: auto;
  left: 5px;
}

.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__next {
  -webkit-transform: none;
  transform: none;
}

.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__prev {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.gridtab[dir=rtl] > dd > .gridtab__controls > .gridtab__close {
  margin-right: 1px;
  margin-left: 0;
}

.o_p_gridTab.gridtab--0 {
  --tabGap: 30px;
  --tabIconWidth: 40px;
  gap: 0 var(--tabGap);
  margin-top: calc(var(--tabGap) * -1);
}
.o_p_gridTab.gridtab--0 > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: auto;
  width: calc(33.333% - var(--tabGap) * 2 / 3);
  margin-top: var(--tabGap);
  border-radius: 10px;
  background-color: #F2F2F2;
  color: #00458D;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.o_p_gridTab.gridtab--0 > dt > i {
  position: relative;
  display: block;
  width: var(--tabIconWidth);
  height: var(--tabIconWidth);
  background-color: #ffffff;
  border-radius: 50%;
  color: #00458D;
}
.o_p_gridTab.gridtab--0 > dt > i::before, .o_p_gridTab.gridtab--0 > dt > i::after {
  content: "";
  position: absolute;
  top: calc(var(--tabIconWidth) / 2);
  left: calc((var(--tabIconWidth) - var(--tabIconWidth) * 0.3) / 2);
  width: calc(var(--tabIconWidth) * 0.3);
  height: 2px;
  background-color: currentColor;
}
.o_p_gridTab.gridtab--0 > dt > i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.o_p_gridTab.gridtab--0 > dt.is-active {
  background-color: #00458D;
  color: #ffffff;
}
.o_p_gridTab.gridtab--0 > dt.is-active > i::after {
  -webkit-transform: rotate(0) scale(0.5);
          transform: rotate(0) scale(0.5);
}
.o_p_gridTab.gridtab--0 > dt:hover {
  background-color: #00458D;
  color: #ffffff;
}
.o_p_gridTab.gridtab--0 > dd {
  position: relative;
  margin-top: 16px !important;
  background: #ffffff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.16));
}
.o_p_gridTab.gridtab--0 > dd::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 32px;
  height: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.o_p_gridTab.gridtab--0 > dd:nth-of-type(3n)::before {
  right: 15%;
}
.o_p_gridTab.gridtab--0 > dd:nth-of-type(3n - 1)::before {
  left: 0;
  right: 0;
  margin: auto;
}
.o_p_gridTab.gridtab--0 > dd:nth-of-type(3n - 2)::before {
  left: 15%;
}
@media screen and (max-width: 720px) {
  .o_p_gridTab.gridtab--0 > dt {
    width: calc(50% - var(--tabGap) / 2);
  }
  .o_p_gridTab.gridtab--0 > dd:nth-of-type(3n)::before, .o_p_gridTab.gridtab--0 > dd:nth-of-type(3n - 1)::before, .o_p_gridTab.gridtab--0 > dd:nth-of-type(3n - 2)::before {
    left: revert;
    right: revert;
    margin: revert;
  }
  .o_p_gridTab.gridtab--0 > dd:nth-of-type(2n - 1)::before {
    left: calc(25% - 16px);
  }
  .o_p_gridTab.gridtab--0 > dd:nth-of-type(2n)::before {
    left: revert;
    right: calc(25% - 16px);
  }
}
@media screen and (max-width: 520px) {
  .o_p_gridTab.gridtab--0 {
    --tabGap: 16px;
    --tabIconWidth: 32px;
  }
}
@media screen and (max-width: 480px) {
  .o_p_gridTab.gridtab--0 > dt {
    font-size: 1rem;
  }
}

.editor-styles-wrapper {
  font-size: 0.9375rem;
}
.editor-styles-wrapper p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper p > a {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.editor-styles-wrapper p > a:hover {
  text-decoration: none;
}
.editor-styles-wrapper h1 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h2 {
  font-size: clamp(1.125rem, 3vw, 1.375rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h3 {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h4 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h5 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) {
  line-height: 1.5;
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 1em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li {
  list-style: disc;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol {
  line-height: 1.5;
  margin-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1em;
}
.editor-styles-wrapper ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote {
  padding: 1.8em 2em;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-quote > p {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-quote > p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote cite::before {
  content: "ー";
  font-style: italic;
  margin-right: 5px;
}
.editor-styles-wrapper .wp-block-separator {
  border: none;
  border-left: none;
  border-right: none;
  border-top: solid 1px;
  margin: 60px auto;
}
.editor-styles-wrapper .wp-block-code {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-preformatted {
  font-family: inherit;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-table {
  margin-bottom: 1em !important;
}
.editor-styles-wrapper .wp-block-table figcaption {
  text-align: center;
}
.editor-styles-wrapper .wp-block-table table thead {
  border-bottom: solid 2px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tfoot {
  border-top: solid 2px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tr th {
  border: solid 1px #D8D8D8;
}
.editor-styles-wrapper .wp-block-table table tr td {
  border: solid 1px #D8D8D8;
}
@media screen and (max-width: 480px) {
  .editor-styles-wrapper .wp-block-table table {
    width: 640px;
  }
}
.editor-styles-wrapper .wp-block-verse {
  font-family: inherit;
  font-style: italic;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-image {
  margin: 0 0 1em;
}
.editor-styles-wrapper .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-gallery > figcaption {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-media-text {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-columns > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-columns.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-columns:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-column > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-column:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-group > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-group:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .more-link {
  display: block;
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages {
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links {
  padding: 1em;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .post-nav-links .post-nav-ttl {
  padding: 0 3px 0 0;
}
.editor-styles-wrapper .post-nav-links .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links .current {
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-search {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-social-links {
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-calendar table th {
  text-align: center;
  border-right: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-calendar table th:last-child {
  border-right: none;
}
.editor-styles-wrapper iframe {
  display: block;
  margin: 0 auto;
  width: 560px !important;
  height: initial;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 480px) {
  .editor-styles-wrapper iframe {
    width: 100% !important;
    height: initial;
    aspect-ratio: 16/9;
  }
}

.editor-styles-wrapper .heading-top-wline {
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
}
.editor-styles-wrapper .heading-top-wline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}
.editor-styles-wrapper .heading-bottom-line {
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #D8D8D8;
}
.editor-styles-wrapper .heading-bottom-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #00458D;
}
.editor-styles-wrapper .font-bree {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.editor-styles-wrapper .font-inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.editor-styles-wrapper .btn-arr {
  text-align: center;
}
.editor-styles-wrapper .btn-arr a {
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-arr a::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-arr a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-arr a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-arr a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .btn-arr.event-entry {
  display: block;
  width: 100%;
  max-width: 460px;
}
.editor-styles-wrapper .btn-arr.event-entry a {
  font-size: 1.125rem;
  padding: 2em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.editor-styles-wrapper .btn-ex {
  text-align: center;
}
.editor-styles-wrapper .btn-ex a {
  font-size: 0.875rem;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-ex a::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-ex a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_ex-link-wh.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-ex a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-ex a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .btn-pdf {
  text-align: center;
}
.editor-styles-wrapper .btn-pdf a {
  font-size: 0.875rem;
  color: #090A0B;
  height: 40px;
  padding: 1em 2.5em 1em 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 30px;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-styles-wrapper .btn-pdf a::before {
  content: "";
  background-color: #D8D8D8;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.editor-styles-wrapper .btn-pdf a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/ico_pdf.svg) no-repeat center/contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover {
    color: #090A0B;
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover {
    color: #090A0B;
  }
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .editor-styles-wrapper .btn-pdf a:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: translate(3px, -50%);
  }
  .editor-styles-wrapper .btn-pdf a:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
.editor-styles-wrapper .image-radius10 img {
  border-radius: 10px;
}
@media screen and (max-width: 781px) {
  .editor-styles-wrapper .table-for-cast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .editor-styles-wrapper .table-for-cast > figure {
    width: 50%;
  }
  .editor-styles-wrapper .table-for-cast > div {
    width: 50%;
  }
}
.editor-styles-wrapper .table-without-lines table tr th {
  border: none;
}
.editor-styles-wrapper .table-without-lines table tr td {
  border: none;
}
.editor-styles-wrapper .table-gray-lines table {
  table-layout: fixed;
  border: solid 1px #D8D8D8;
}
.editor-styles-wrapper .table-gray-lines table tr th {
  font-weight: 500;
  border: solid 1px #D8D8D8;
  width: 25%;
}
.editor-styles-wrapper .table-gray-lines table tr td {
  border: solid 1px #D8D8D8;
}

.has-arimino-bl-background-color {
  background-color: #00458D;
}

.has-arimino-bl-color {
  color: #00458D;
}

.has-arimino-gray-background-color {
  background-color: #B7BFC7;
}

.has-arimino-gray-color {
  color: #B7BFC7;
}

.has-arimino-lightgray-background-color {
  background-color: #F2F2F2;
}

.has-arimino-lightgray-color {
  color: #F2F2F2;
}

.has-arimino-black-background-color {
  background-color: #090A0B;
}

.has-arimino-black-color {
  color: #090A0B;
}

.post-password-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 860px;
}
@media screen and (max-width: 860px) {
  .post-password-form {
    width: calc(100% - 60px);
  }
}
.post-password-form > p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 0 auto 20px;
}
.post-password-form > p:last-child {
  margin: 0 auto;
}
.post-password-form > p > label > input[type=password] {
  background-color: #F2F2F2;
  border: solid 1px #B7BFC7;
  border-radius: 3px;
  padding: 0.5em;
}
.post-password-form > p > input[type=submit] {
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  height: 40px;
  padding: 0.5em 3em 0.5em 2em;
  margin: 0 auto;
  gap: 5px;
  border-radius: 30px;
  background: url(../../assets/images/common/ico_in-link-wh.svg) no-repeat center right 1.2em/1.2em;
  background-color: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .post-password-form > p > input[type=submit]:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center right 1em;
  }
  .post-password-form > p > input[type=submit]:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    background-position: center right 1em;
  }
}

.u_align__center {
  text-align: center;
}
.u_align__left {
  text-align: left;
}
.u_align__right {
  text-align: right;
}
.u_align__justify {
  text-align: justify;
}

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

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

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

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

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

.u_fl__clear {
  clear: both;
}
.u_fl__left {
  float: left;
}
.u_fl__right {
  float: right;
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb1 {
  margin-bottom: 1px;
}

.u_mb2 {
  margin-bottom: 2px;
}

.u_mb3 {
  margin-bottom: 3px;
}

.u_mb4 {
  margin-bottom: 4px;
}

.u_mb5 {
  margin-bottom: 5px;
}

.u_mb6 {
  margin-bottom: 6px;
}

.u_mb7 {
  margin-bottom: 7px;
}

.u_mb8 {
  margin-bottom: 8px;
}

.u_mb9 {
  margin-bottom: 9px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb11 {
  margin-bottom: 11px;
}

.u_mb12 {
  margin-bottom: 12px;
}

.u_mb13 {
  margin-bottom: 13px;
}

.u_mb14 {
  margin-bottom: 14px;
}

.u_mb15 {
  margin-bottom: 15px;
}

.u_mb16 {
  margin-bottom: 16px;
}

.u_mb17 {
  margin-bottom: 17px;
}

.u_mb18 {
  margin-bottom: 18px;
}

.u_mb19 {
  margin-bottom: 19px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb21 {
  margin-bottom: 21px;
}

.u_mb22 {
  margin-bottom: 22px;
}

.u_mb23 {
  margin-bottom: 23px;
}

.u_mb24 {
  margin-bottom: 24px;
}

.u_mb25 {
  margin-bottom: 25px;
}

.u_mb26 {
  margin-bottom: 26px;
}

.u_mb27 {
  margin-bottom: 27px;
}

.u_mb28 {
  margin-bottom: 28px;
}

.u_mb29 {
  margin-bottom: 29px;
}

.u_mb30 {
  margin-bottom: 30px;
}

.u_mb31 {
  margin-bottom: 31px;
}

.u_mb32 {
  margin-bottom: 32px;
}

.u_mb33 {
  margin-bottom: 33px;
}

.u_mb34 {
  margin-bottom: 34px;
}

.u_mb35 {
  margin-bottom: 35px;
}

.u_mb36 {
  margin-bottom: 36px;
}

.u_mb37 {
  margin-bottom: 37px;
}

.u_mb38 {
  margin-bottom: 38px;
}

.u_mb39 {
  margin-bottom: 39px;
}

.u_mb40 {
  margin-bottom: 40px;
}

.u_mb41 {
  margin-bottom: 41px;
}

.u_mb42 {
  margin-bottom: 42px;
}

.u_mb43 {
  margin-bottom: 43px;
}

.u_mb44 {
  margin-bottom: 44px;
}

.u_mb45 {
  margin-bottom: 45px;
}

.u_mb46 {
  margin-bottom: 46px;
}

.u_mb47 {
  margin-bottom: 47px;
}

.u_mb48 {
  margin-bottom: 48px;
}

.u_mb49 {
  margin-bottom: 49px;
}

.u_mb50 {
  margin-bottom: 50px;
}

.u_mb51 {
  margin-bottom: 51px;
}

.u_mb52 {
  margin-bottom: 52px;
}

.u_mb53 {
  margin-bottom: 53px;
}

.u_mb54 {
  margin-bottom: 54px;
}

.u_mb55 {
  margin-bottom: 55px;
}

.u_mb56 {
  margin-bottom: 56px;
}

.u_mb57 {
  margin-bottom: 57px;
}

.u_mb58 {
  margin-bottom: 58px;
}

.u_mb59 {
  margin-bottom: 59px;
}

.u_mb60 {
  margin-bottom: 60px;
}

.u_mb61 {
  margin-bottom: 61px;
}

.u_mb62 {
  margin-bottom: 62px;
}

.u_mb63 {
  margin-bottom: 63px;
}

.u_mb64 {
  margin-bottom: 64px;
}

.u_mb65 {
  margin-bottom: 65px;
}

.u_mb66 {
  margin-bottom: 66px;
}

.u_mb67 {
  margin-bottom: 67px;
}

.u_mb68 {
  margin-bottom: 68px;
}

.u_mb69 {
  margin-bottom: 69px;
}

.u_mb70 {
  margin-bottom: 70px;
}

.u_mb71 {
  margin-bottom: 71px;
}

.u_mb72 {
  margin-bottom: 72px;
}

.u_mb73 {
  margin-bottom: 73px;
}

.u_mb74 {
  margin-bottom: 74px;
}

.u_mb75 {
  margin-bottom: 75px;
}

.u_mb76 {
  margin-bottom: 76px;
}

.u_mb77 {
  margin-bottom: 77px;
}

.u_mb78 {
  margin-bottom: 78px;
}

.u_mb79 {
  margin-bottom: 79px;
}

.u_mb80 {
  margin-bottom: 80px;
}

.u_mb81 {
  margin-bottom: 81px;
}

.u_mb82 {
  margin-bottom: 82px;
}

.u_mb83 {
  margin-bottom: 83px;
}

.u_mb84 {
  margin-bottom: 84px;
}

.u_mb85 {
  margin-bottom: 85px;
}

.u_mb86 {
  margin-bottom: 86px;
}

.u_mb87 {
  margin-bottom: 87px;
}

.u_mb88 {
  margin-bottom: 88px;
}

.u_mb89 {
  margin-bottom: 89px;
}

.u_mb90 {
  margin-bottom: 90px;
}

.u_mb91 {
  margin-bottom: 91px;
}

.u_mb92 {
  margin-bottom: 92px;
}

.u_mb93 {
  margin-bottom: 93px;
}

.u_mb94 {
  margin-bottom: 94px;
}

.u_mb95 {
  margin-bottom: 95px;
}

.u_mb96 {
  margin-bottom: 96px;
}

.u_mb97 {
  margin-bottom: 97px;
}

.u_mb98 {
  margin-bottom: 98px;
}

.u_mb99 {
  margin-bottom: 99px;
}

.u_mb100 {
  margin-bottom: 100px;
}

.u_mt0 {
  margin-top: 0px;
}

.u_mt1 {
  margin-top: 1px;
}

.u_mt2 {
  margin-top: 2px;
}

.u_mt3 {
  margin-top: 3px;
}

.u_mt4 {
  margin-top: 4px;
}

.u_mt5 {
  margin-top: 5px;
}

.u_mt6 {
  margin-top: 6px;
}

.u_mt7 {
  margin-top: 7px;
}

.u_mt8 {
  margin-top: 8px;
}

.u_mt9 {
  margin-top: 9px;
}

.u_mt10 {
  margin-top: 10px;
}

.u_mt11 {
  margin-top: 11px;
}

.u_mt12 {
  margin-top: 12px;
}

.u_mt13 {
  margin-top: 13px;
}

.u_mt14 {
  margin-top: 14px;
}

.u_mt15 {
  margin-top: 15px;
}

.u_mt16 {
  margin-top: 16px;
}

.u_mt17 {
  margin-top: 17px;
}

.u_mt18 {
  margin-top: 18px;
}

.u_mt19 {
  margin-top: 19px;
}

.u_mt20 {
  margin-top: 20px;
}

.u_mt21 {
  margin-top: 21px;
}

.u_mt22 {
  margin-top: 22px;
}

.u_mt23 {
  margin-top: 23px;
}

.u_mt24 {
  margin-top: 24px;
}

.u_mt25 {
  margin-top: 25px;
}

.u_mt26 {
  margin-top: 26px;
}

.u_mt27 {
  margin-top: 27px;
}

.u_mt28 {
  margin-top: 28px;
}

.u_mt29 {
  margin-top: 29px;
}

.u_mt30 {
  margin-top: 30px;
}

.u_mt31 {
  margin-top: 31px;
}

.u_mt32 {
  margin-top: 32px;
}

.u_mt33 {
  margin-top: 33px;
}

.u_mt34 {
  margin-top: 34px;
}

.u_mt35 {
  margin-top: 35px;
}

.u_mt36 {
  margin-top: 36px;
}

.u_mt37 {
  margin-top: 37px;
}

.u_mt38 {
  margin-top: 38px;
}

.u_mt39 {
  margin-top: 39px;
}

.u_mt40 {
  margin-top: 40px;
}

.u_mt41 {
  margin-top: 41px;
}

.u_mt42 {
  margin-top: 42px;
}

.u_mt43 {
  margin-top: 43px;
}

.u_mt44 {
  margin-top: 44px;
}

.u_mt45 {
  margin-top: 45px;
}

.u_mt46 {
  margin-top: 46px;
}

.u_mt47 {
  margin-top: 47px;
}

.u_mt48 {
  margin-top: 48px;
}

.u_mt49 {
  margin-top: 49px;
}

.u_mt50 {
  margin-top: 50px;
}

.u_mt51 {
  margin-top: 51px;
}

.u_mt52 {
  margin-top: 52px;
}

.u_mt53 {
  margin-top: 53px;
}

.u_mt54 {
  margin-top: 54px;
}

.u_mt55 {
  margin-top: 55px;
}

.u_mt56 {
  margin-top: 56px;
}

.u_mt57 {
  margin-top: 57px;
}

.u_mt58 {
  margin-top: 58px;
}

.u_mt59 {
  margin-top: 59px;
}

.u_mt60 {
  margin-top: 60px;
}

.u_mt61 {
  margin-top: 61px;
}

.u_mt62 {
  margin-top: 62px;
}

.u_mt63 {
  margin-top: 63px;
}

.u_mt64 {
  margin-top: 64px;
}

.u_mt65 {
  margin-top: 65px;
}

.u_mt66 {
  margin-top: 66px;
}

.u_mt67 {
  margin-top: 67px;
}

.u_mt68 {
  margin-top: 68px;
}

.u_mt69 {
  margin-top: 69px;
}

.u_mt70 {
  margin-top: 70px;
}

.u_mt71 {
  margin-top: 71px;
}

.u_mt72 {
  margin-top: 72px;
}

.u_mt73 {
  margin-top: 73px;
}

.u_mt74 {
  margin-top: 74px;
}

.u_mt75 {
  margin-top: 75px;
}

.u_mt76 {
  margin-top: 76px;
}

.u_mt77 {
  margin-top: 77px;
}

.u_mt78 {
  margin-top: 78px;
}

.u_mt79 {
  margin-top: 79px;
}

.u_mt80 {
  margin-top: 80px;
}

.u_mt81 {
  margin-top: 81px;
}

.u_mt82 {
  margin-top: 82px;
}

.u_mt83 {
  margin-top: 83px;
}

.u_mt84 {
  margin-top: 84px;
}

.u_mt85 {
  margin-top: 85px;
}

.u_mt86 {
  margin-top: 86px;
}

.u_mt87 {
  margin-top: 87px;
}

.u_mt88 {
  margin-top: 88px;
}

.u_mt89 {
  margin-top: 89px;
}

.u_mt90 {
  margin-top: 90px;
}

.u_mt91 {
  margin-top: 91px;
}

.u_mt92 {
  margin-top: 92px;
}

.u_mt93 {
  margin-top: 93px;
}

.u_mt94 {
  margin-top: 94px;
}

.u_mt95 {
  margin-top: 95px;
}

.u_mt96 {
  margin-top: 96px;
}

.u_mt97 {
  margin-top: 97px;
}

.u_mt98 {
  margin-top: 98px;
}

.u_mt99 {
  margin-top: 99px;
}

.u_mt100 {
  margin-top: 100px;
}

.u_mr0 {
  margin-right: 0px;
}

.u_mr1 {
  margin-right: 1px;
}

.u_mr2 {
  margin-right: 2px;
}

.u_mr3 {
  margin-right: 3px;
}

.u_mr4 {
  margin-right: 4px;
}

.u_mr5 {
  margin-right: 5px;
}

.u_mr6 {
  margin-right: 6px;
}

.u_mr7 {
  margin-right: 7px;
}

.u_mr8 {
  margin-right: 8px;
}

.u_mr9 {
  margin-right: 9px;
}

.u_mr10 {
  margin-right: 10px;
}

.u_mr11 {
  margin-right: 11px;
}

.u_mr12 {
  margin-right: 12px;
}

.u_mr13 {
  margin-right: 13px;
}

.u_mr14 {
  margin-right: 14px;
}

.u_mr15 {
  margin-right: 15px;
}

.u_mr16 {
  margin-right: 16px;
}

.u_mr17 {
  margin-right: 17px;
}

.u_mr18 {
  margin-right: 18px;
}

.u_mr19 {
  margin-right: 19px;
}

.u_mr20 {
  margin-right: 20px;
}

.u_mr21 {
  margin-right: 21px;
}

.u_mr22 {
  margin-right: 22px;
}

.u_mr23 {
  margin-right: 23px;
}

.u_mr24 {
  margin-right: 24px;
}

.u_mr25 {
  margin-right: 25px;
}

.u_mr26 {
  margin-right: 26px;
}

.u_mr27 {
  margin-right: 27px;
}

.u_mr28 {
  margin-right: 28px;
}

.u_mr29 {
  margin-right: 29px;
}

.u_mr30 {
  margin-right: 30px;
}

.u_mr31 {
  margin-right: 31px;
}

.u_mr32 {
  margin-right: 32px;
}

.u_mr33 {
  margin-right: 33px;
}

.u_mr34 {
  margin-right: 34px;
}

.u_mr35 {
  margin-right: 35px;
}

.u_mr36 {
  margin-right: 36px;
}

.u_mr37 {
  margin-right: 37px;
}

.u_mr38 {
  margin-right: 38px;
}

.u_mr39 {
  margin-right: 39px;
}

.u_mr40 {
  margin-right: 40px;
}

.u_mr41 {
  margin-right: 41px;
}

.u_mr42 {
  margin-right: 42px;
}

.u_mr43 {
  margin-right: 43px;
}

.u_mr44 {
  margin-right: 44px;
}

.u_mr45 {
  margin-right: 45px;
}

.u_mr46 {
  margin-right: 46px;
}

.u_mr47 {
  margin-right: 47px;
}

.u_mr48 {
  margin-right: 48px;
}

.u_mr49 {
  margin-right: 49px;
}

.u_mr50 {
  margin-right: 50px;
}

.u_mr51 {
  margin-right: 51px;
}

.u_mr52 {
  margin-right: 52px;
}

.u_mr53 {
  margin-right: 53px;
}

.u_mr54 {
  margin-right: 54px;
}

.u_mr55 {
  margin-right: 55px;
}

.u_mr56 {
  margin-right: 56px;
}

.u_mr57 {
  margin-right: 57px;
}

.u_mr58 {
  margin-right: 58px;
}

.u_mr59 {
  margin-right: 59px;
}

.u_mr60 {
  margin-right: 60px;
}

.u_mr61 {
  margin-right: 61px;
}

.u_mr62 {
  margin-right: 62px;
}

.u_mr63 {
  margin-right: 63px;
}

.u_mr64 {
  margin-right: 64px;
}

.u_mr65 {
  margin-right: 65px;
}

.u_mr66 {
  margin-right: 66px;
}

.u_mr67 {
  margin-right: 67px;
}

.u_mr68 {
  margin-right: 68px;
}

.u_mr69 {
  margin-right: 69px;
}

.u_mr70 {
  margin-right: 70px;
}

.u_mr71 {
  margin-right: 71px;
}

.u_mr72 {
  margin-right: 72px;
}

.u_mr73 {
  margin-right: 73px;
}

.u_mr74 {
  margin-right: 74px;
}

.u_mr75 {
  margin-right: 75px;
}

.u_mr76 {
  margin-right: 76px;
}

.u_mr77 {
  margin-right: 77px;
}

.u_mr78 {
  margin-right: 78px;
}

.u_mr79 {
  margin-right: 79px;
}

.u_mr80 {
  margin-right: 80px;
}

.u_mr81 {
  margin-right: 81px;
}

.u_mr82 {
  margin-right: 82px;
}

.u_mr83 {
  margin-right: 83px;
}

.u_mr84 {
  margin-right: 84px;
}

.u_mr85 {
  margin-right: 85px;
}

.u_mr86 {
  margin-right: 86px;
}

.u_mr87 {
  margin-right: 87px;
}

.u_mr88 {
  margin-right: 88px;
}

.u_mr89 {
  margin-right: 89px;
}

.u_mr90 {
  margin-right: 90px;
}

.u_mr91 {
  margin-right: 91px;
}

.u_mr92 {
  margin-right: 92px;
}

.u_mr93 {
  margin-right: 93px;
}

.u_mr94 {
  margin-right: 94px;
}

.u_mr95 {
  margin-right: 95px;
}

.u_mr96 {
  margin-right: 96px;
}

.u_mr97 {
  margin-right: 97px;
}

.u_mr98 {
  margin-right: 98px;
}

.u_mr99 {
  margin-right: 99px;
}

.u_mr100 {
  margin-right: 100px;
}

.u_ml0 {
  margin-left: 0px;
}

.u_ml1 {
  margin-left: 1px;
}

.u_ml2 {
  margin-left: 2px;
}

.u_ml3 {
  margin-left: 3px;
}

.u_ml4 {
  margin-left: 4px;
}

.u_ml5 {
  margin-left: 5px;
}

.u_ml6 {
  margin-left: 6px;
}

.u_ml7 {
  margin-left: 7px;
}

.u_ml8 {
  margin-left: 8px;
}

.u_ml9 {
  margin-left: 9px;
}

.u_ml10 {
  margin-left: 10px;
}

.u_ml11 {
  margin-left: 11px;
}

.u_ml12 {
  margin-left: 12px;
}

.u_ml13 {
  margin-left: 13px;
}

.u_ml14 {
  margin-left: 14px;
}

.u_ml15 {
  margin-left: 15px;
}

.u_ml16 {
  margin-left: 16px;
}

.u_ml17 {
  margin-left: 17px;
}

.u_ml18 {
  margin-left: 18px;
}

.u_ml19 {
  margin-left: 19px;
}

.u_ml20 {
  margin-left: 20px;
}

.u_ml21 {
  margin-left: 21px;
}

.u_ml22 {
  margin-left: 22px;
}

.u_ml23 {
  margin-left: 23px;
}

.u_ml24 {
  margin-left: 24px;
}

.u_ml25 {
  margin-left: 25px;
}

.u_ml26 {
  margin-left: 26px;
}

.u_ml27 {
  margin-left: 27px;
}

.u_ml28 {
  margin-left: 28px;
}

.u_ml29 {
  margin-left: 29px;
}

.u_ml30 {
  margin-left: 30px;
}

.u_ml31 {
  margin-left: 31px;
}

.u_ml32 {
  margin-left: 32px;
}

.u_ml33 {
  margin-left: 33px;
}

.u_ml34 {
  margin-left: 34px;
}

.u_ml35 {
  margin-left: 35px;
}

.u_ml36 {
  margin-left: 36px;
}

.u_ml37 {
  margin-left: 37px;
}

.u_ml38 {
  margin-left: 38px;
}

.u_ml39 {
  margin-left: 39px;
}

.u_ml40 {
  margin-left: 40px;
}

.u_ml41 {
  margin-left: 41px;
}

.u_ml42 {
  margin-left: 42px;
}

.u_ml43 {
  margin-left: 43px;
}

.u_ml44 {
  margin-left: 44px;
}

.u_ml45 {
  margin-left: 45px;
}

.u_ml46 {
  margin-left: 46px;
}

.u_ml47 {
  margin-left: 47px;
}

.u_ml48 {
  margin-left: 48px;
}

.u_ml49 {
  margin-left: 49px;
}

.u_ml50 {
  margin-left: 50px;
}

.u_ml51 {
  margin-left: 51px;
}

.u_ml52 {
  margin-left: 52px;
}

.u_ml53 {
  margin-left: 53px;
}

.u_ml54 {
  margin-left: 54px;
}

.u_ml55 {
  margin-left: 55px;
}

.u_ml56 {
  margin-left: 56px;
}

.u_ml57 {
  margin-left: 57px;
}

.u_ml58 {
  margin-left: 58px;
}

.u_ml59 {
  margin-left: 59px;
}

.u_ml60 {
  margin-left: 60px;
}

.u_ml61 {
  margin-left: 61px;
}

.u_ml62 {
  margin-left: 62px;
}

.u_ml63 {
  margin-left: 63px;
}

.u_ml64 {
  margin-left: 64px;
}

.u_ml65 {
  margin-left: 65px;
}

.u_ml66 {
  margin-left: 66px;
}

.u_ml67 {
  margin-left: 67px;
}

.u_ml68 {
  margin-left: 68px;
}

.u_ml69 {
  margin-left: 69px;
}

.u_ml70 {
  margin-left: 70px;
}

.u_ml71 {
  margin-left: 71px;
}

.u_ml72 {
  margin-left: 72px;
}

.u_ml73 {
  margin-left: 73px;
}

.u_ml74 {
  margin-left: 74px;
}

.u_ml75 {
  margin-left: 75px;
}

.u_ml76 {
  margin-left: 76px;
}

.u_ml77 {
  margin-left: 77px;
}

.u_ml78 {
  margin-left: 78px;
}

.u_ml79 {
  margin-left: 79px;
}

.u_ml80 {
  margin-left: 80px;
}

.u_ml81 {
  margin-left: 81px;
}

.u_ml82 {
  margin-left: 82px;
}

.u_ml83 {
  margin-left: 83px;
}

.u_ml84 {
  margin-left: 84px;
}

.u_ml85 {
  margin-left: 85px;
}

.u_ml86 {
  margin-left: 86px;
}

.u_ml87 {
  margin-left: 87px;
}

.u_ml88 {
  margin-left: 88px;
}

.u_ml89 {
  margin-left: 89px;
}

.u_ml90 {
  margin-left: 90px;
}

.u_ml91 {
  margin-left: 91px;
}

.u_ml92 {
  margin-left: 92px;
}

.u_ml93 {
  margin-left: 93px;
}

.u_ml94 {
  margin-left: 94px;
}

.u_ml95 {
  margin-left: 95px;
}

.u_ml96 {
  margin-left: 96px;
}

.u_ml97 {
  margin-left: 97px;
}

.u_ml98 {
  margin-left: 98px;
}

.u_ml99 {
  margin-left: 99px;
}

.u_ml100 {
  margin-left: 100px;
}

.u_pb0 {
  padding-bottom: 0px;
}

.u_pb1 {
  padding-bottom: 1px;
}

.u_pb2 {
  padding-bottom: 2px;
}

.u_pb3 {
  padding-bottom: 3px;
}

.u_pb4 {
  padding-bottom: 4px;
}

.u_pb5 {
  padding-bottom: 5px;
}

.u_pb6 {
  padding-bottom: 6px;
}

.u_pb7 {
  padding-bottom: 7px;
}

.u_pb8 {
  padding-bottom: 8px;
}

.u_pb9 {
  padding-bottom: 9px;
}

.u_pb10 {
  padding-bottom: 10px;
}

.u_pb11 {
  padding-bottom: 11px;
}

.u_pb12 {
  padding-bottom: 12px;
}

.u_pb13 {
  padding-bottom: 13px;
}

.u_pb14 {
  padding-bottom: 14px;
}

.u_pb15 {
  padding-bottom: 15px;
}

.u_pb16 {
  padding-bottom: 16px;
}

.u_pb17 {
  padding-bottom: 17px;
}

.u_pb18 {
  padding-bottom: 18px;
}

.u_pb19 {
  padding-bottom: 19px;
}

.u_pb20 {
  padding-bottom: 20px;
}

.u_pb21 {
  padding-bottom: 21px;
}

.u_pb22 {
  padding-bottom: 22px;
}

.u_pb23 {
  padding-bottom: 23px;
}

.u_pb24 {
  padding-bottom: 24px;
}

.u_pb25 {
  padding-bottom: 25px;
}

.u_pb26 {
  padding-bottom: 26px;
}

.u_pb27 {
  padding-bottom: 27px;
}

.u_pb28 {
  padding-bottom: 28px;
}

.u_pb29 {
  padding-bottom: 29px;
}

.u_pb30 {
  padding-bottom: 30px;
}

.u_pb31 {
  padding-bottom: 31px;
}

.u_pb32 {
  padding-bottom: 32px;
}

.u_pb33 {
  padding-bottom: 33px;
}

.u_pb34 {
  padding-bottom: 34px;
}

.u_pb35 {
  padding-bottom: 35px;
}

.u_pb36 {
  padding-bottom: 36px;
}

.u_pb37 {
  padding-bottom: 37px;
}

.u_pb38 {
  padding-bottom: 38px;
}

.u_pb39 {
  padding-bottom: 39px;
}

.u_pb40 {
  padding-bottom: 40px;
}

.u_pb41 {
  padding-bottom: 41px;
}

.u_pb42 {
  padding-bottom: 42px;
}

.u_pb43 {
  padding-bottom: 43px;
}

.u_pb44 {
  padding-bottom: 44px;
}

.u_pb45 {
  padding-bottom: 45px;
}

.u_pb46 {
  padding-bottom: 46px;
}

.u_pb47 {
  padding-bottom: 47px;
}

.u_pb48 {
  padding-bottom: 48px;
}

.u_pb49 {
  padding-bottom: 49px;
}

.u_pb50 {
  padding-bottom: 50px;
}

.u_pb51 {
  padding-bottom: 51px;
}

.u_pb52 {
  padding-bottom: 52px;
}

.u_pb53 {
  padding-bottom: 53px;
}

.u_pb54 {
  padding-bottom: 54px;
}

.u_pb55 {
  padding-bottom: 55px;
}

.u_pb56 {
  padding-bottom: 56px;
}

.u_pb57 {
  padding-bottom: 57px;
}

.u_pb58 {
  padding-bottom: 58px;
}

.u_pb59 {
  padding-bottom: 59px;
}

.u_pb60 {
  padding-bottom: 60px;
}

.u_pb61 {
  padding-bottom: 61px;
}

.u_pb62 {
  padding-bottom: 62px;
}

.u_pb63 {
  padding-bottom: 63px;
}

.u_pb64 {
  padding-bottom: 64px;
}

.u_pb65 {
  padding-bottom: 65px;
}

.u_pb66 {
  padding-bottom: 66px;
}

.u_pb67 {
  padding-bottom: 67px;
}

.u_pb68 {
  padding-bottom: 68px;
}

.u_pb69 {
  padding-bottom: 69px;
}

.u_pb70 {
  padding-bottom: 70px;
}

.u_pb71 {
  padding-bottom: 71px;
}

.u_pb72 {
  padding-bottom: 72px;
}

.u_pb73 {
  padding-bottom: 73px;
}

.u_pb74 {
  padding-bottom: 74px;
}

.u_pb75 {
  padding-bottom: 75px;
}

.u_pb76 {
  padding-bottom: 76px;
}

.u_pb77 {
  padding-bottom: 77px;
}

.u_pb78 {
  padding-bottom: 78px;
}

.u_pb79 {
  padding-bottom: 79px;
}

.u_pb80 {
  padding-bottom: 80px;
}

.u_pb81 {
  padding-bottom: 81px;
}

.u_pb82 {
  padding-bottom: 82px;
}

.u_pb83 {
  padding-bottom: 83px;
}

.u_pb84 {
  padding-bottom: 84px;
}

.u_pb85 {
  padding-bottom: 85px;
}

.u_pb86 {
  padding-bottom: 86px;
}

.u_pb87 {
  padding-bottom: 87px;
}

.u_pb88 {
  padding-bottom: 88px;
}

.u_pb89 {
  padding-bottom: 89px;
}

.u_pb90 {
  padding-bottom: 90px;
}

.u_pb91 {
  padding-bottom: 91px;
}

.u_pb92 {
  padding-bottom: 92px;
}

.u_pb93 {
  padding-bottom: 93px;
}

.u_pb94 {
  padding-bottom: 94px;
}

.u_pb95 {
  padding-bottom: 95px;
}

.u_pb96 {
  padding-bottom: 96px;
}

.u_pb97 {
  padding-bottom: 97px;
}

.u_pb98 {
  padding-bottom: 98px;
}

.u_pb99 {
  padding-bottom: 99px;
}

.u_pb100 {
  padding-bottom: 100px;
}

.u_pt0 {
  padding-top: 0px;
}

.u_pt1 {
  padding-top: 1px;
}

.u_pt2 {
  padding-top: 2px;
}

.u_pt3 {
  padding-top: 3px;
}

.u_pt4 {
  padding-top: 4px;
}

.u_pt5 {
  padding-top: 5px;
}

.u_pt6 {
  padding-top: 6px;
}

.u_pt7 {
  padding-top: 7px;
}

.u_pt8 {
  padding-top: 8px;
}

.u_pt9 {
  padding-top: 9px;
}

.u_pt10 {
  padding-top: 10px;
}

.u_pt11 {
  padding-top: 11px;
}

.u_pt12 {
  padding-top: 12px;
}

.u_pt13 {
  padding-top: 13px;
}

.u_pt14 {
  padding-top: 14px;
}

.u_pt15 {
  padding-top: 15px;
}

.u_pt16 {
  padding-top: 16px;
}

.u_pt17 {
  padding-top: 17px;
}

.u_pt18 {
  padding-top: 18px;
}

.u_pt19 {
  padding-top: 19px;
}

.u_pt20 {
  padding-top: 20px;
}

.u_pt21 {
  padding-top: 21px;
}

.u_pt22 {
  padding-top: 22px;
}

.u_pt23 {
  padding-top: 23px;
}

.u_pt24 {
  padding-top: 24px;
}

.u_pt25 {
  padding-top: 25px;
}

.u_pt26 {
  padding-top: 26px;
}

.u_pt27 {
  padding-top: 27px;
}

.u_pt28 {
  padding-top: 28px;
}

.u_pt29 {
  padding-top: 29px;
}

.u_pt30 {
  padding-top: 30px;
}

.u_pt31 {
  padding-top: 31px;
}

.u_pt32 {
  padding-top: 32px;
}

.u_pt33 {
  padding-top: 33px;
}

.u_pt34 {
  padding-top: 34px;
}

.u_pt35 {
  padding-top: 35px;
}

.u_pt36 {
  padding-top: 36px;
}

.u_pt37 {
  padding-top: 37px;
}

.u_pt38 {
  padding-top: 38px;
}

.u_pt39 {
  padding-top: 39px;
}

.u_pt40 {
  padding-top: 40px;
}

.u_pt41 {
  padding-top: 41px;
}

.u_pt42 {
  padding-top: 42px;
}

.u_pt43 {
  padding-top: 43px;
}

.u_pt44 {
  padding-top: 44px;
}

.u_pt45 {
  padding-top: 45px;
}

.u_pt46 {
  padding-top: 46px;
}

.u_pt47 {
  padding-top: 47px;
}

.u_pt48 {
  padding-top: 48px;
}

.u_pt49 {
  padding-top: 49px;
}

.u_pt50 {
  padding-top: 50px;
}

.u_pt51 {
  padding-top: 51px;
}

.u_pt52 {
  padding-top: 52px;
}

.u_pt53 {
  padding-top: 53px;
}

.u_pt54 {
  padding-top: 54px;
}

.u_pt55 {
  padding-top: 55px;
}

.u_pt56 {
  padding-top: 56px;
}

.u_pt57 {
  padding-top: 57px;
}

.u_pt58 {
  padding-top: 58px;
}

.u_pt59 {
  padding-top: 59px;
}

.u_pt60 {
  padding-top: 60px;
}

.u_pt61 {
  padding-top: 61px;
}

.u_pt62 {
  padding-top: 62px;
}

.u_pt63 {
  padding-top: 63px;
}

.u_pt64 {
  padding-top: 64px;
}

.u_pt65 {
  padding-top: 65px;
}

.u_pt66 {
  padding-top: 66px;
}

.u_pt67 {
  padding-top: 67px;
}

.u_pt68 {
  padding-top: 68px;
}

.u_pt69 {
  padding-top: 69px;
}

.u_pt70 {
  padding-top: 70px;
}

.u_pt71 {
  padding-top: 71px;
}

.u_pt72 {
  padding-top: 72px;
}

.u_pt73 {
  padding-top: 73px;
}

.u_pt74 {
  padding-top: 74px;
}

.u_pt75 {
  padding-top: 75px;
}

.u_pt76 {
  padding-top: 76px;
}

.u_pt77 {
  padding-top: 77px;
}

.u_pt78 {
  padding-top: 78px;
}

.u_pt79 {
  padding-top: 79px;
}

.u_pt80 {
  padding-top: 80px;
}

.u_pt81 {
  padding-top: 81px;
}

.u_pt82 {
  padding-top: 82px;
}

.u_pt83 {
  padding-top: 83px;
}

.u_pt84 {
  padding-top: 84px;
}

.u_pt85 {
  padding-top: 85px;
}

.u_pt86 {
  padding-top: 86px;
}

.u_pt87 {
  padding-top: 87px;
}

.u_pt88 {
  padding-top: 88px;
}

.u_pt89 {
  padding-top: 89px;
}

.u_pt90 {
  padding-top: 90px;
}

.u_pt91 {
  padding-top: 91px;
}

.u_pt92 {
  padding-top: 92px;
}

.u_pt93 {
  padding-top: 93px;
}

.u_pt94 {
  padding-top: 94px;
}

.u_pt95 {
  padding-top: 95px;
}

.u_pt96 {
  padding-top: 96px;
}

.u_pt97 {
  padding-top: 97px;
}

.u_pt98 {
  padding-top: 98px;
}

.u_pt99 {
  padding-top: 99px;
}

.u_pt100 {
  padding-top: 100px;
}

.u_pr0 {
  padding-right: 0px;
}

.u_pr1 {
  padding-right: 1px;
}

.u_pr2 {
  padding-right: 2px;
}

.u_pr3 {
  padding-right: 3px;
}

.u_pr4 {
  padding-right: 4px;
}

.u_pr5 {
  padding-right: 5px;
}

.u_pr6 {
  padding-right: 6px;
}

.u_pr7 {
  padding-right: 7px;
}

.u_pr8 {
  padding-right: 8px;
}

.u_pr9 {
  padding-right: 9px;
}

.u_pr10 {
  padding-right: 10px;
}

.u_pr11 {
  padding-right: 11px;
}

.u_pr12 {
  padding-right: 12px;
}

.u_pr13 {
  padding-right: 13px;
}

.u_pr14 {
  padding-right: 14px;
}

.u_pr15 {
  padding-right: 15px;
}

.u_pr16 {
  padding-right: 16px;
}

.u_pr17 {
  padding-right: 17px;
}

.u_pr18 {
  padding-right: 18px;
}

.u_pr19 {
  padding-right: 19px;
}

.u_pr20 {
  padding-right: 20px;
}

.u_pr21 {
  padding-right: 21px;
}

.u_pr22 {
  padding-right: 22px;
}

.u_pr23 {
  padding-right: 23px;
}

.u_pr24 {
  padding-right: 24px;
}

.u_pr25 {
  padding-right: 25px;
}

.u_pr26 {
  padding-right: 26px;
}

.u_pr27 {
  padding-right: 27px;
}

.u_pr28 {
  padding-right: 28px;
}

.u_pr29 {
  padding-right: 29px;
}

.u_pr30 {
  padding-right: 30px;
}

.u_pr31 {
  padding-right: 31px;
}

.u_pr32 {
  padding-right: 32px;
}

.u_pr33 {
  padding-right: 33px;
}

.u_pr34 {
  padding-right: 34px;
}

.u_pr35 {
  padding-right: 35px;
}

.u_pr36 {
  padding-right: 36px;
}

.u_pr37 {
  padding-right: 37px;
}

.u_pr38 {
  padding-right: 38px;
}

.u_pr39 {
  padding-right: 39px;
}

.u_pr40 {
  padding-right: 40px;
}

.u_pr41 {
  padding-right: 41px;
}

.u_pr42 {
  padding-right: 42px;
}

.u_pr43 {
  padding-right: 43px;
}

.u_pr44 {
  padding-right: 44px;
}

.u_pr45 {
  padding-right: 45px;
}

.u_pr46 {
  padding-right: 46px;
}

.u_pr47 {
  padding-right: 47px;
}

.u_pr48 {
  padding-right: 48px;
}

.u_pr49 {
  padding-right: 49px;
}

.u_pr50 {
  padding-right: 50px;
}

.u_pr51 {
  padding-right: 51px;
}

.u_pr52 {
  padding-right: 52px;
}

.u_pr53 {
  padding-right: 53px;
}

.u_pr54 {
  padding-right: 54px;
}

.u_pr55 {
  padding-right: 55px;
}

.u_pr56 {
  padding-right: 56px;
}

.u_pr57 {
  padding-right: 57px;
}

.u_pr58 {
  padding-right: 58px;
}

.u_pr59 {
  padding-right: 59px;
}

.u_pr60 {
  padding-right: 60px;
}

.u_pr61 {
  padding-right: 61px;
}

.u_pr62 {
  padding-right: 62px;
}

.u_pr63 {
  padding-right: 63px;
}

.u_pr64 {
  padding-right: 64px;
}

.u_pr65 {
  padding-right: 65px;
}

.u_pr66 {
  padding-right: 66px;
}

.u_pr67 {
  padding-right: 67px;
}

.u_pr68 {
  padding-right: 68px;
}

.u_pr69 {
  padding-right: 69px;
}

.u_pr70 {
  padding-right: 70px;
}

.u_pr71 {
  padding-right: 71px;
}

.u_pr72 {
  padding-right: 72px;
}

.u_pr73 {
  padding-right: 73px;
}

.u_pr74 {
  padding-right: 74px;
}

.u_pr75 {
  padding-right: 75px;
}

.u_pr76 {
  padding-right: 76px;
}

.u_pr77 {
  padding-right: 77px;
}

.u_pr78 {
  padding-right: 78px;
}

.u_pr79 {
  padding-right: 79px;
}

.u_pr80 {
  padding-right: 80px;
}

.u_pr81 {
  padding-right: 81px;
}

.u_pr82 {
  padding-right: 82px;
}

.u_pr83 {
  padding-right: 83px;
}

.u_pr84 {
  padding-right: 84px;
}

.u_pr85 {
  padding-right: 85px;
}

.u_pr86 {
  padding-right: 86px;
}

.u_pr87 {
  padding-right: 87px;
}

.u_pr88 {
  padding-right: 88px;
}

.u_pr89 {
  padding-right: 89px;
}

.u_pr90 {
  padding-right: 90px;
}

.u_pr91 {
  padding-right: 91px;
}

.u_pr92 {
  padding-right: 92px;
}

.u_pr93 {
  padding-right: 93px;
}

.u_pr94 {
  padding-right: 94px;
}

.u_pr95 {
  padding-right: 95px;
}

.u_pr96 {
  padding-right: 96px;
}

.u_pr97 {
  padding-right: 97px;
}

.u_pr98 {
  padding-right: 98px;
}

.u_pr99 {
  padding-right: 99px;
}

.u_pr100 {
  padding-right: 100px;
}

.u_pl0 {
  padding-left: 0px;
}

.u_pl1 {
  padding-left: 1px;
}

.u_pl2 {
  padding-left: 2px;
}

.u_pl3 {
  padding-left: 3px;
}

.u_pl4 {
  padding-left: 4px;
}

.u_pl5 {
  padding-left: 5px;
}

.u_pl6 {
  padding-left: 6px;
}

.u_pl7 {
  padding-left: 7px;
}

.u_pl8 {
  padding-left: 8px;
}

.u_pl9 {
  padding-left: 9px;
}

.u_pl10 {
  padding-left: 10px;
}

.u_pl11 {
  padding-left: 11px;
}

.u_pl12 {
  padding-left: 12px;
}

.u_pl13 {
  padding-left: 13px;
}

.u_pl14 {
  padding-left: 14px;
}

.u_pl15 {
  padding-left: 15px;
}

.u_pl16 {
  padding-left: 16px;
}

.u_pl17 {
  padding-left: 17px;
}

.u_pl18 {
  padding-left: 18px;
}

.u_pl19 {
  padding-left: 19px;
}

.u_pl20 {
  padding-left: 20px;
}

.u_pl21 {
  padding-left: 21px;
}

.u_pl22 {
  padding-left: 22px;
}

.u_pl23 {
  padding-left: 23px;
}

.u_pl24 {
  padding-left: 24px;
}

.u_pl25 {
  padding-left: 25px;
}

.u_pl26 {
  padding-left: 26px;
}

.u_pl27 {
  padding-left: 27px;
}

.u_pl28 {
  padding-left: 28px;
}

.u_pl29 {
  padding-left: 29px;
}

.u_pl30 {
  padding-left: 30px;
}

.u_pl31 {
  padding-left: 31px;
}

.u_pl32 {
  padding-left: 32px;
}

.u_pl33 {
  padding-left: 33px;
}

.u_pl34 {
  padding-left: 34px;
}

.u_pl35 {
  padding-left: 35px;
}

.u_pl36 {
  padding-left: 36px;
}

.u_pl37 {
  padding-left: 37px;
}

.u_pl38 {
  padding-left: 38px;
}

.u_pl39 {
  padding-left: 39px;
}

.u_pl40 {
  padding-left: 40px;
}

.u_pl41 {
  padding-left: 41px;
}

.u_pl42 {
  padding-left: 42px;
}

.u_pl43 {
  padding-left: 43px;
}

.u_pl44 {
  padding-left: 44px;
}

.u_pl45 {
  padding-left: 45px;
}

.u_pl46 {
  padding-left: 46px;
}

.u_pl47 {
  padding-left: 47px;
}

.u_pl48 {
  padding-left: 48px;
}

.u_pl49 {
  padding-left: 49px;
}

.u_pl50 {
  padding-left: 50px;
}

.u_pl51 {
  padding-left: 51px;
}

.u_pl52 {
  padding-left: 52px;
}

.u_pl53 {
  padding-left: 53px;
}

.u_pl54 {
  padding-left: 54px;
}

.u_pl55 {
  padding-left: 55px;
}

.u_pl56 {
  padding-left: 56px;
}

.u_pl57 {
  padding-left: 57px;
}

.u_pl58 {
  padding-left: 58px;
}

.u_pl59 {
  padding-left: 59px;
}

.u_pl60 {
  padding-left: 60px;
}

.u_pl61 {
  padding-left: 61px;
}

.u_pl62 {
  padding-left: 62px;
}

.u_pl63 {
  padding-left: 63px;
}

.u_pl64 {
  padding-left: 64px;
}

.u_pl65 {
  padding-left: 65px;
}

.u_pl66 {
  padding-left: 66px;
}

.u_pl67 {
  padding-left: 67px;
}

.u_pl68 {
  padding-left: 68px;
}

.u_pl69 {
  padding-left: 69px;
}

.u_pl70 {
  padding-left: 70px;
}

.u_pl71 {
  padding-left: 71px;
}

.u_pl72 {
  padding-left: 72px;
}

.u_pl73 {
  padding-left: 73px;
}

.u_pl74 {
  padding-left: 74px;
}

.u_pl75 {
  padding-left: 75px;
}

.u_pl76 {
  padding-left: 76px;
}

.u_pl77 {
  padding-left: 77px;
}

.u_pl78 {
  padding-left: 78px;
}

.u_pl79 {
  padding-left: 79px;
}

.u_pl80 {
  padding-left: 80px;
}

.u_pl81 {
  padding-left: 81px;
}

.u_pl82 {
  padding-left: 82px;
}

.u_pl83 {
  padding-left: 83px;
}

.u_pl84 {
  padding-left: 84px;
}

.u_pl85 {
  padding-left: 85px;
}

.u_pl86 {
  padding-left: 86px;
}

.u_pl87 {
  padding-left: 87px;
}

.u_pl88 {
  padding-left: 88px;
}

.u_pl89 {
  padding-left: 89px;
}

.u_pl90 {
  padding-left: 90px;
}

.u_pl91 {
  padding-left: 91px;
}

.u_pl92 {
  padding-left: 92px;
}

.u_pl93 {
  padding-left: 93px;
}

.u_pl94 {
  padding-left: 94px;
}

.u_pl95 {
  padding-left: 95px;
}

.u_pl96 {
  padding-left: 96px;
}

.u_pl97 {
  padding-left: 97px;
}

.u_pl98 {
  padding-left: 98px;
}

.u_pl99 {
  padding-left: 99px;
}

.u_pl100 {
  padding-left: 100px;
}

.u_ff__main {
  font-family: "Inter", sans-serif;
}
.u_ff__en {
  font-family: "Inter", sans-serif;
}
.u_ff__serif {
  font-family: serif;
}
.u_ff__italic {
  font-style: italic;
}

.u_fs__italic {
  font-style: italic;
}

.u_fw__bold {
  font-weight: 500;
}
.u_fw__medium {
  font-weight: 500;
}
.u_fw__normal {
  font-weight: 400;
}

.u_fc__wh {
  color: #ffffff;
}
.u_fc__bk {
  color: #090A0B;
}
.u_fc__arimino {
  color: #00458D;
}
.u_fc__gray01 {
  color: #B7BFC7;
}

.u_txtlink {
  color: inherit;
  padding: 0 0 0.2em;
  position: relative;
}
.u_txtlink::before {
  content: "";
  background: #B7BFC7;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*縮尺比率。*/
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.u_txtlink::after {
  content: "";
  background: #00458D;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (hover: hover) {
  .u_txtlink:where(:-moz-any-link, :enabled, summary):hover {
    color: inherit;
  }
  .u_txtlink:where(:any-link, :enabled, summary):hover {
    color: inherit;
  }
  .u_txtlink:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(0, 1);
  }
  .u_txtlink:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .u_txtlink:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1, 1);
    transition-delay: 0.5s;
  }
  .u_txtlink:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.p_404 {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p_404 {
    text-align: left;
  }
}

.p_front__hero-pc {
  width: calc(100% - 60px);
  margin: 0 auto 60px;
  aspect-ratio: 2/1;
}
.p_front__hero-pc__content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p_front__hero-pc__content > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p_front__hero-pc .video_wrapper {
  position: relative;
  z-index: 0;
}
.p_front__hero-pc .video_wrapper:not(.is-active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
}
.p_front__hero-pc .video_wrapper:not(.is-active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../../assets/images/top/preloader.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  z-index: 1;
}
.p_front__hero-pc .video_wrapper > video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p_front__hero-sp {
  width: calc(100% - 60px);
  margin: 0 auto 60px;
  aspect-ratio: 5/8;
}
.p_front__hero-sp__content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p_front__hero-sp__content > img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p_front__hero-sp .video_wrapper {
  position: relative;
  z-index: 0;
}
.p_front__hero-sp .video_wrapper:not(.is-active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
}
.p_front__hero-sp .video_wrapper:not(.is-active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../../assets/images/top/preloader.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  z-index: 1;
}
.p_front__hero-sp .video_wrapper > video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p_front__message {
  margin: 0 auto 60px;
}
.p_front__message__notice {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  margin: 30px auto 60px;
}
.p_front__message__notice p {
  display: inline-block;
  padding: 20px;
  background-color: rgba(216, 216, 216, 0.2);
}
@media screen and (max-width: 860px) {
  .p_front__message__notice {
    text-align: left;
  }
}
.p_front__message__lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 2.8;
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 480px) {
  .p_front__message__lead {
    line-height: 2.2;
    text-align: left;
  }
}
.p_front__message__lead a {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p_front__message__lead a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p_front__message__lead a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p_front__pickup {
  margin-bottom: 60px;
}
.p_front__pickup__heading {
  margin-bottom: 30px;
}
.p_front__pickup__content {
  padding: 0 0 60px;
  margin: 0 auto;
  position: relative;
}
.p_front__pickup__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x bottom/50px;
}
.p_front__pickup__content__slide {
  margin: 40px auto;
  overflow: hidden;
}
.p_front__pickup__content__slide:last-child {
  margin: 0 auto;
}
.p_front__pickup__content__fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
}
.p_front__pickup__content__fix:last-child {
  margin: 0 auto;
}
.p_front__pickup__post.__slide {
  margin-right: 20px;
}
.p_front__pickup__post.__fix {
  width: calc(25% - 15px);
}
@media screen and (max-width: 860px) {
  .p_front__pickup__post.__fix {
    width: calc(33.333% - 13.333px);
  }
}
@media screen and (max-width: 480px) {
  .p_front__pickup__post.__fix {
    width: calc(50% - 10px);
  }
}
.p_front__pickup__post__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: solid 1px #E8E8E8;
  position: relative;
}
.p_front__pickup__post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_front__pickup__post__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #090A0B;
}
@media screen and (max-width: 480px) {
  .p_front__pickup__post__ttl {
    font-size: 0.8125rem;
  }
}
.p_front__products {
  margin-bottom: 60px;
}
.p_front__products__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.p_front__products__heading .o_c_heading-sm {
  margin-bottom: 0;
}
.p_front__products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.p_front__products__content__item {
  width: calc(25% - 15px);
}
@media screen and (max-width: 860px) {
  .p_front__products__content__item {
    width: calc(33.333% - 13.333px);
  }
}
@media screen and (max-width: 480px) {
  .p_front__products__content__item {
    width: 100%;
  }
}
.p_front__products__post__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.p_front__products__post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_front__products__post__logo {
  max-width: 230px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: block;
}
.p_front__products__post__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_front__products__post__name {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}
.p_front__salonlist {
  margin-bottom: 60px;
}
.p_front__salonlist__content {
  position: relative;
  text-align: center;
  padding: 60px 0 0;
}
.p_front__salonlist__content__heading {
  margin-bottom: 20px;
}
.p_front__salonlist__content__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p_front__salonlist__content__lead {
    text-align: left;
  }
}
.p_front__salonlist__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}
.p_front__for-salon {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #E7E9EB;
}
.p_front__for-salon__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.p_front__for-salon__heading .o_c_heading-sm {
  margin-bottom: 0;
}
.p_front__for-salon__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 860px) {
  .p_front__for-salon__content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.p_front__for-salon__content__item {
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p_front__for-salon__content__item__thumb {
  width: 40%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_front__for-salon__content__item__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 480px) {
  .p_front__for-salon__content__item__thumb {
    display: none;
  }
}
.p_front__for-salon__content__item__box {
  width: 60%;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 860px) {
  .p_front__for-salon__content {
    display: block;
  }
  .p_front__for-salon__content__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p_front__for-salon__content__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .p_front__for-salon__content__item__box {
    width: 100%;
    padding: 25px 27px;
  }
}
.p_front__for-salon__treadmark {
  font-size: 0.75rem;
  text-align: right;
  margin-top: 20px;
}
.p_front__for-salon__ttl {
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  padding: 0 0 20px;
  border-bottom: solid 1px rgba(9, 10, 11, 0.3019607843);
  position: relative;
  text-transform: lowercase;
}
.p_front__for-salon__ttl:first-letter {
  text-transform: uppercase;
}
.p_front__for-salon__ttl span.plus,
.p_front__for-salon__ttl span.minus {
  display: none;
}
@media screen and (max-width: 860px) {
  .p_front__for-salon__ttl {
    border-bottom: none;
    padding: 0;
  }
  .p_front__for-salon__ttl span.plus,
  .p_front__for-salon__ttl span.minus {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p_front__for-salon__ttl span.plus svg,
  .p_front__for-salon__ttl span.minus svg {
    width: 1.2em;
    height: 1.2em;
    fill: #090A0B;
    opacity: 0.4;
  }
  .p_front__for-salon__ttl span.plus {
    display: block;
  }
  .p_front__for-salon__ttl span.minus {
    display: none;
  }
  .p_front__for-salon__ttl.is-active span.plus {
    display: none;
  }
  .p_front__for-salon__ttl.is-active span.minus {
    display: block;
  }
}
.p_front__for-salon__menu {
  margin-top: 20px;
}
.p_front__for-salon__link {
  font-size: 1.125rem;
  padding: 0.25em 0em;
  margin-bottom: 0.5em;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_front__for-salon__link:last-child {
  margin-bottom: 0;
}
.p_front__for-salon__link svg {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  fill: #090A0B;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 860px) {
  .p_front__for-salon__link {
    font-size: 0.9375rem;
    padding: 1em 0em;
    margin-bottom: 0;
    border-bottom: solid 1px rgba(9, 10, 11, 0.3019607843);
  }
  .p_front__for-salon__link:first-child {
    border-top: solid 1px rgba(9, 10, 11, 0.3019607843);
  }
}
@media (hover: hover) {
  .p_front__for-salon__link:where(:-moz-any-link, :enabled, summary):hover {
    transform: translateX(3px);
  }
  .p_front__for-salon__link:where(:any-link, :enabled, summary):hover {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .p_front__for-salon__link:where(:-moz-any-link, :enabled, summary):hover svg {
    opacity: 1;
  }
  .p_front__for-salon__link:where(:any-link, :enabled, summary):hover svg {
    opacity: 1;
  }
}
.p_front__banner {
  margin-bottom: 60px;
}
.p_front__banner__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p_front__banner__content__item {
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 25px 25px 80px;
  background-color: #00458D;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.p_front__banner__content__item > p {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p_front__banner__content__item > p::after {
  content: attr(data-content);
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
.p_front__banner__content__item::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.p_front__banner__content__item span {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #B7BFC7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_front__banner__content__item span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p_front__banner__content__item:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .p_front__banner__content__item:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .p_front__banner__content__item:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p_front__banner__content__item:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p_front__banner__content__item:where(:-moz-any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .p_front__banner__content__item:where(:any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .p_front__banner__content__item:where(:-moz-any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
  .p_front__banner__content__item:where(:any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
}
@media screen and (max-width: 860px) {
  .p_front__banner__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p_front__banner__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p_front__banner__content__item {
    width: 100%;
    padding: 25px 27px;
  }
  .p_front__banner__content__item::after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
.p_front__news {
  margin-bottom: 60px;
}
.p_front__news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_front__news__content__left {
  width: 240px;
}
.p_front__news__content__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_front__news__content__right__btn {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .p_front__news__content__right__btn {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 860px) {
  .p_front__news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p_front__news__content__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_front__news__content__right {
    width: 100%;
  }
}
.p_front__news__heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .p_front__news__heading {
    margin-bottom: 0px;
  }
}
.p_front__news__list__item {
  border-bottom: solid 1px #B7BFC7;
}
.p_front__news__list__item:first-of-type {
  border-top: solid 1px #B7BFC7;
}
.p_front__news__list__item a {
  padding: 1.5em 0.5em;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_front__news__list__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #E8E8E8;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p_front__news__list__item a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  .p_front__news__list__item a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
.p_front__news__post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.p_front__news__post__meta__date {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
}
.p_front__news__post__meta__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p_front__news__post__meta__cat span {
  color: #ffffff;
  font-size: 0.6875rem;
  padding: 0.5em 0.75em;
  background-color: #B7BFC7;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
  min-width: 110px;
  text-align: center;
}
.p_front__news__post__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.p_products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 860px) {
  .p_products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p_products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_products__card__thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.p_products__card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_products__card__meta {
  text-align: center;
}
.p_products__card__meta__cat {
  color: #ffffff;
  font-size: 0.6875rem;
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 20px;
  background-color: #838484;
  margin: 0 auto 5px;
  white-space: nowrap;
}
.p_products__card__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.p_products-top__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin: 60px auto;
}
@media screen and (max-width: 480px) {
  .p_products-top__intro {
    gap: 30px;
  }
}
.p_products-top__feature {
  margin-bottom: 60px;
}
.p_products-top__feature div {
  margin-bottom: 30px;
}
.p_products-top__feature div:last-child {
  margin-bottom: 0;
}
.p_products-top__lineup {
  margin-bottom: 60px;
}
.p_products-top__free {
  margin-bottom: 60px;
}
.p_products-top__brandsite {
  margin-bottom: 60px;
}
.p_products-top__salonlist {
  margin-bottom: 60px;
}
.p_products-top__pamphlet {
  margin-bottom: 60px;
}
.p_products-top__free {
  margin-bottom: 60px;
}
.p_products-top__intro .meta .logo {
  width: 100%;
  max-width: 380px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.p_products-top__intro .meta .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .p_products-top__intro .meta .logo {
    max-width: 300px;
  }
}
.p_products-top__intro .meta .ttl {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 10px;
}
.p_products-top__intro .meta .cat {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_products-top__intro .meta .cat span {
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.4em 0.75em 0.5em 0.75em;
  display: inline-block;
  background-color: #838484;
  border-radius: 20px;
}
.p_products-top__intro .mainimg {
  width: 100%;
  aspect-ratio: 24/11;
  border-radius: 20px;
  overflow: hidden;
}
.p_products-top__intro .mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .p_products-top__intro .mainimg {
    aspect-ratio: 1/1;
  }
}
.p_products-top__intro .catch {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  max-width: 860px;
}
@media screen and (max-width: 860px) {
  .p_products-top__intro .catch {
    text-align: left;
  }
}
.p_products-top__intro .lead {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  max-width: 860px;
}
@media screen and (max-width: 860px) {
  .p_products-top__intro .lead {
    text-align: left;
  }
}
.p_products-top__intro .lead p {
  font-size: 0.9375rem;
  line-height: 2.2;
}

.lineup-set {
  margin-bottom: 30px;
}
.lineup-set:last-child {
  margin-bottom: 0;
}
.lineup-set__ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.lineup-set__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 860px) {
  .lineup-set__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .lineup-set__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.salon-link {
  padding: 50px 0 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.salon-link__heading {
  margin-bottom: 20px;
}
.salon-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: url(../../assets/images/common/bg_w-line.svg) repeat-x top/50px;
}

.pamphlet-file__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 860px) {
  .pamphlet-file__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .pamphlet-file__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.forsalon-btn {
  display: block;
  background-color: #00458D;
  width: 100%;
  padding: 80px 30px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.forsalon-btn svg {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: auto;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.forsalon-btn__heading {
  color: #ffffff !important;
  margin-bottom: 20px;
  display: inline-block;
}
.forsalon-btn__heading::after {
  color: #ffffff !important;
}
.forsalon-btn__copy {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2rem;
}
.forsalon-btn:hover svg {
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}

.forsalon-content {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #E7E9EB;
}

.fs-shortcut {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
}
.fs-shortcut__item {
  color: #00458D;
  width: 100%;
  display: block;
  padding: 25px 25px 80px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.fs-shortcut__item > p {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.fs-shortcut__item::before {
  content: "";
  background-color: #B7BFC7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.fs-shortcut__item span {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fs-shortcut__item span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #ffffff;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .fs-shortcut__item:where(:-moz-any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .fs-shortcut__item:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
  .fs-shortcut__item:where(:-moz-any-link, :enabled, summary):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .fs-shortcut__item:where(:any-link, :enabled, summary):hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .fs-shortcut__item:where(:-moz-any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .fs-shortcut__item:where(:any-link, :enabled, summary):hover span {
    background-color: #ffffff;
  }
  .fs-shortcut__item:where(:-moz-any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
  .fs-shortcut__item:where(:any-link, :enabled, summary):hover span svg {
    fill: #B7BFC7;
  }
}
@media screen and (max-width: 860px) {
  .fs-shortcut {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .fs-shortcut {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .fs-shortcut__item {
    padding: 25px 27px;
  }
  .fs-shortcut__item::after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

.fs-file {
  margin-bottom: 60px;
}
.fs-file__ttl__linkwrap {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .fs-file__ttl__linkwrap:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
  .fs-file__ttl__linkwrap:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.fs-file__ttl__linkwrap__heading {
  margin-bottom: 0;
}
.fs-file__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 860px) {
  .fs-file__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .fs-file__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .fs-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .fs-file__ttl {
    width: 100%;
  }
  .fs-file__list {
    width: 100%;
  }
}

.fs-notice__btn {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #B7BFC7;
  cursor: pointer;
}
.fs-notice__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.fs-notice__btn span > i {
  position: relative;
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-color: #00458D;
  border-radius: 50%;
  color: #00458D;
}
.fs-notice__btn span > i::before, .fs-notice__btn span > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background-color: #ffffff;
}
.fs-notice__btn span > i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.fs-notice__btn.is-active span > i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
          transform: translate(-50%, -50%) rotate(0) scale(0.5);
}
.fs-notice__content {
  font-size: 0.875rem;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .fs-notice__btn {
    font-size: 0.8125rem;
  }
  .fs-notice__content {
    padding: 20px;
  }
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 60px 0;
}

.p_products-lu {
  padding: 60px 0;
}
.p_products-lu__ttl {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.p_products-lu__forsales-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 auto 30px;
}
.p_products-lu__forsales-tag span {
  color: #090A0B;
  font-size: 0.6875rem;
  line-height: 1em;
  padding: 0.6em 0.8em 0.7em;
  background-color: #E7E9EB;
  white-space: nowrap;
}
.p_products-lu__thumbwrap {
  position: relative;
  margin: 0 auto 30px;
}
.p_products-lu__thumbwrap__thumb-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.p_products-lu__thumbwrap__thumb-sub__item {
  aspect-ratio: 1/1;
}
.p_products-lu__thumbwrap__thumb-sub__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .p_products-lu__thumbwrap__thumb-sub {
    display: none;
  }
}
.p_products-lu__thumbwrap__thumb-main {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .p_products-lu__thumbwrap__thumb-main {
    width: 80%;
  }
}
.p_products-lu__thumbwrap__thumb-main .swiper-button-prev {
  position: absolute;
  top: calc(50% - 12px);
  left: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p_products-lu__thumbwrap__thumb-main .swiper-button-next {
  position: absolute;
  top: calc(50% - 12px);
  right: -40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p_products-lu__thumbwrap__thumb-main__slider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p_products-lu__thumbwrap__thumb-main__slider__item {
  width: 100%;
}
.p_products-lu__thumbwrap__thumb-main__slider__item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_products-lu__thumbwrap__thumb-main__slider__item figcaption {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
.p_products-lu__thumbwrap__control {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .p_products-lu__thumbwrap__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_products-lu__data {
  width: 100%;
  margin: 0 auto 60px;
}
.p_products-lu__data tr {
  font-size: 0.9375rem;
  line-height: 1.5;
  border-bottom: solid 1px #D8D8D8;
}
.p_products-lu__data tr th {
  font-weight: 500;
  padding: 1.5em 1em 1.5em 0;
  width: 20%;
  min-width: 100px;
}
.p_products-lu__data tr td {
  padding: 1.5em 0;
}
@media screen and (max-width: 480px) {
  .p_products-lu__data tr th {
    width: 100%;
    display: block;
    padding: 1em 0 0.25em 0;
  }
  .p_products-lu__data tr td {
    width: 100%;
    display: block;
    padding: 0.25em 0 1em 0;
  }
}
.p_products-lu__ed-number {
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p_products-lu__subdata {
  width: 100%;
  border: solid 1px #D8D8D8;
  margin: 0 auto 60px;
}
.p_products-lu__subdata tr {
  font-size: 0.75rem;
  line-height: 1.5;
  border-bottom: solid 1px #D8D8D8;
}
.p_products-lu__subdata tr th {
  font-weight: normal;
  white-space: nowrap;
  padding: 1.5em 0.5em 1.5em 1em;
}
.p_products-lu__subdata tr td {
  padding: 1.5em 1em 1.5em 0.5em;
}

.p_lineup__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
.p_lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .p_lineup__list {
    gap: 20px;
  }
}
.p_lineup__list__item {
  width: calc(25% - 25px);
}
@media screen and (max-width: 480px) {
  .p_lineup__list__item {
    width: calc(50% - 10px);
  }
}
.p_lineup__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: solid 1px #B7BFC7;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  position: relative;
}
.p_lineup__card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../assets/images/common/ico_in-link-bk.svg) no-repeat center/contain;
  opacity: 0.4;
}
.p_lineup__card img {
  width: 50%;
  max-width: 50px;
  height: auto;
}
.p_lineup__card__meta .jp {
  color: #00458D;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p_lineup__card__meta .en {
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.375rem;
}

.p_forsalon__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-auto-rows: minmax(200px, auto);
}
@media screen and (max-width: 1080px) {
  .p_forsalon__list {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p_forsalon__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_forsalon__card__thumb {
  width: 100%;
  aspect-ratio: 171/70;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p_forsalon__card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_forsalon__card__ttl {
  color: #090A0B;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.p_forsalon__card__copy {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 10px;
  /*&.__row1 {
      min-height: 3em;
      height: calc(1.8em * 3);

      @include mq(lg) {
          height: 4em;
          height: calc(1.8em * 4);
      }
      @include mq(md) {
          height: 5em;
          height: calc(1.8em * 5);
      }
      @include mq(sm) {
          height: initial;
      }
  }*/
  /*&.__row3 {
      height: 2em;
      height: calc(1.8em * 2);
      @include mq(md) {
          height: 3em;
          height: calc(1.8em * 3);
      }
      @include mq(sm) {
          height: initial;
      }
  }*/
}
.p_forsalon__card__copy.__row2 {
  height: 2em;
  height: 3.6em;
}
@media screen and (max-width: 860px) {
  .p_forsalon__card__copy.__row2 {
    height: 3em;
    height: 5.4em;
  }
}
@media screen and (max-width: 480px) {
  .p_forsalon__card__copy.__row2 {
    height: initial;
  }
}
.p_forsalon__card__menu li {
  border-bottom: solid 1px #B7BFC7;
}
.p_forsalon__card__menu li a {
  font-size: 0.9375rem;
  padding: 1em 0;
  display: block;
  position: relative;
}
.p_forsalon__card__menu li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_forsalon__card__menu li a span svg {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 3px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  fill: #090A0B;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_forsalon__card__menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p_forsalon__card__menu li a:where(:-moz-any-link, :enabled, summary):hover span {
    transform: translateX(3px);
  }
  .p_forsalon__card__menu li a:where(:any-link, :enabled, summary):hover span {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .p_forsalon__card__menu li a:where(:-moz-any-link, :enabled, summary):hover span svg {
    opacity: 1;
  }
  .p_forsalon__card__menu li a:where(:any-link, :enabled, summary):hover span svg {
    opacity: 1;
  }
  .p_forsalon__card__menu li a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  .p_forsalon__card__menu li a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
.p_forsalon__card__trademark {
  font-size: 0.6875rem;
  margin-top: 10px;
}

.p_media__content {
  margin-bottom: 80px;
}
.p_media__content__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.p_media__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .p_media__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.p_media__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p_media__card:hover {
  text-decoration: none;
}
.p_media__card__thumb {
  width: 100%;
  max-width: 100px;
  height: auto;
  position: relative;
}
.p_media__card__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
  background-image: url(../images/media/ico_instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p_media__card__thumb__img {
  border: solid 1px #E8E8E8;
  border-radius: 8px;
  overflow: hidden;
}
.p_media__card__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 860px) {
  .p_media__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .p_media__card__ttl {
    font-size: 0.75rem;
    text-align: center;
  }
}

/*各リンクカードのhoverアクション*/
.p_media__card figure {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.p_media__card figure::before {
  content: "";
  background-color: #090A0B;
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.p_media__card figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .p_media__card:where(:-moz-any-link, :enabled, summary):hover figure::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p_media__card:where(:any-link, :enabled, summary):hover figure::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .p_media__card:where(:-moz-any-link, :enabled, summary):hover figure img {
    transform: scale(1.05);
  }
  .p_media__card:where(:any-link, :enabled, summary):hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*各SNSアイコン*/
.instagram::after {
  background-image: url(../images/media/ico_instagram.png);
}

.youtube::after {
  background-image: url(../images/media/ico_youtube.png);
}

.x::after {
  background-image: url(../images/media/ico_x.png);
}

.facebook::after {
  background-image: url(../images/media/ico_facebook.png);
}

.p_contact__content {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
.p_contact__content:last-child {
  margin-bottom: 0;
}
.p_contact__content__item {
  margin-bottom: 40px;
}
.p_contact__content__item:last-child {
  margin-bottom: 0;
}
.p_contact__content__item__heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.p_contact__content__item p {
  margin-bottom: 10px;
}
.p_contact__content__item p:last-child {
  margin-bottom: 0px;
}
.p_contact__content__item p a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p_contact__content__item p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .p_contact__content__item p a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.p_contact__content .content-col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.p_contact__content .content-col2 div:first-child {
  width: calc(60% - 10px);
}
.p_contact__content .content-col2 div:first-child a {
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) {
  .p_contact__content .content-col2 div:first-child a:where(:-moz-any-link, :enabled, summary):hover {
    color: #00458D;
    text-decoration: none;
  }
  .p_contact__content .content-col2 div:first-child a:where(:any-link, :enabled, summary):hover {
    color: #00458D;
    text-decoration: none;
  }
}
.p_contact__content .content-col2 div:last-child {
  width: 40%;
}
@media screen and (max-width: 860px) {
  .p_contact__content .content-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_contact__content .content-col2 div {
    width: 100% !important;
  }
}
.p_contact__content .for-customer .tel {
  font-size: 0.9375rem;
  max-width: 440px;
  margin: 0 auto 20px;
  text-align: center;
}
.p_contact__content .for-customer .tel a {
  display: block;
}
.p_contact__content .for-customer .notice {
  color: #D12C2C;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .p_contact__content .for-customer .tel {
    margin: 0 0 20px;
    text-align: left;
  }
  .p_contact__content .for-customer .notice {
    text-align: left;
  }
}
.p_contact__caution {
  padding: 30px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
.p_contact__caution__ttl {
  color: #090A0B;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.p_contact__caution__contents {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: left;
}
.p_contact__caution__contents a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p_contact__caution__contents a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .p_contact__caution__contents a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 480px) {
  .p_contact__caution {
    padding: 20px;
  }
}

.p_contact__head {
  text-align: center;
  margin-bottom: 20px;
}
.p_contact__head__ttl {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.p_contact__head__body {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.p_contact__head__body:last-child {
  margin-bottom: 0;
}
.p_contact__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.p_contact__form dl dt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_contact__form dl dt span {
  font-size: 0.6875rem;
  display: block;
}
.p_contact__form dl dt::before {
  content: "任意";
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: normal;
  background-color: #B7BFC7;
  padding: 2px 4px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}
.p_contact__form dl dt.required::before {
  content: "必須";
  color: #D12C2C;
  font-size: 0.625rem;
  font-weight: normal;
  background-color: #F6C9C8;
  padding: 2px 4px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}
.p_contact__form dl dt.required-en::before {
  content: "Required";
  color: #D12C2C;
  font-size: 0.625rem;
  font-weight: normal;
  background-color: #F6C9C8;
  padding: 3px 6px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
}
.p_contact__form dl dt.none::before {
  content: none;
}
.p_contact__form dl dd {
  width: 65%;
}
@media screen and (max-width: 860px) {
  .p_contact__form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
  }
  .p_contact__form dl dt {
    width: 100%;
  }
  .p_contact__form dl dd {
    width: 100%;
  }
}

.mw_wp_form_confirm .o_c_heading__lead {
  display: none;
}

.mw_wp_form_confirm .p_contact__form dl dt::before {
  content: none !important;
}

.p_contact__thanks .ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p_contact__thanks__jp p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.p_contact__thanks__jp p:last-child {
  margin-bottom: 0;
}
.p_contact__thanks__en {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_contact__thanks__en p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.p_contact__thanks__en p:last-child {
  margin-bottom: 0;
}

.p_privacy__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.p_privacy__intro {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .p_privacy__intro {
    text-align: initial;
  }
}
.p_privacy__content div {
  margin-bottom: 50px;
}
.p_privacy__content__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 10px;
}
.p_privacy__content p, .p_privacy__content ul {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p_terms__head__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.p_terms__intro {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 80px;
}
.p_terms__intro__ttl {
  margin-bottom: 5px;
}
.p_terms__content div {
  margin-bottom: 50px;
}
.p_terms__content__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p_terms__content p, .p_terms__content ul {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p_company__intro {
  margin-bottom: 80px;
}
.p_company__intro__ttl {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.p_company__intro__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin: 0 auto 20px;
}
.p_company__intro__lead:first-of-type {
  margin: 20px auto;
}
.p_company__intro__lead:last-of-type {
  margin: 0 auto 40px;
}
.p_company__intro__movie {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.p_company__intro__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .p_company__intro {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #B7BFC7;
  }
}
.p_company__cont {
  position: relative;
  margin-top: 80px;
}
.p_company__entrance__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 40px;
}
.p_company__entrance__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p_company__entrance__list__imgWrap {
  display: block;
}
.p_company__entrance__list__imgWrap img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 43/18;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_company__entrance__list__ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1em 0;
}
.p_company__entrance__list__link {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .p_company__entrance__list {
    grid-template-columns: 1fr;
  }
}
.p_about__comProfile {
  --dtWidth: 160px;
  margin-bottom: 60px;
}
.p_about__comProfile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_about__comProfile__list dt,
.p_about__comProfile__list dd {
  padding: 32px 0;
  border-top: 1px solid #D8D8D8;
}
.p_about__comProfile__list dt {
  font-weight: 500;
  width: var(--dtWidth);
  padding-left: 8px;
  color: #00458D;
}
.p_about__comProfile__list dd {
  width: calc(100% - var(--dtWidth));
  padding-left: 24px;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  .p_about__comProfile dt,
  .p_about__comProfile dd {
    width: 100%;
    padding: revert;
  }
  .p_about__comProfile dt {
    padding-top: 1em;
  }
  .p_about__comProfile dd {
    padding-bottom: 1em;
    border-top: none;
  }
}
.p_about__headOffice {
  margin-bottom: 60px;
}
.p_about__headOffice__map {
  aspect-ratio: 45/22;
}
.p_about__headOffice__map iframe {
  width: 100%;
  height: 100%;
}
.p_about__headOffice__info {
  margin-top: 16px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_about__base {
  margin-bottom: 60px;
}
.p_about__base__cardUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .p_about__base__cardUnit {
    grid-template-columns: 1fr;
  }
}
.p_about__base__card__imgWrap img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 217/162;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_about__base__card__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.p_about__base__card__name {
  font-size: 1.25rem;
  font-weight: 500;
}
.p_about__base__card__txt {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_about__base__list {
  font-size: 0.9375rem;
  /*&--botLine {
      .p_about__base__list__item {
         border-top: none;
         border-bottom: 1px solid $color-gray02;
      }
  }*/
}
.p_about__base__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid #D8D8D8;
}
.p_about__base__list__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.p_about__base__list dt {
  width: 42%;
  padding-right: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
.p_about__base__list dd {
  width: 58%;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .p_about__base__list dt,
  .p_about__base__list dd {
    width: 100%;
  }
  .p_about__base__list dd {
    margin-top: 8px;
  }
}
.p_about__angleLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 0.9375rem;
  text-decoration: underline;
  /*&::after {
      content: "";
      width: 1em;
      height: 1em;
      background: url(../../assets/images/common/ico_in-link-bk.svg) no-repeat center/contain;
      transform: translateY(.14em);
  }*/
}
.p_about__angleLink svg {
  content: "";
  width: 1em;
  height: 1em;
  fill: #00458D;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_about__angleLink:hover {
  color: #00458D;
  text-decoration: none;
}

.p_history__timeline {
  padding: 40px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .p_history__timeline {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 860px) {
  .p_history__timeline {
    padding: 30px 20px;
  }
}
.p_history__timeline__list {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_history__timeline__list__item {
  position: relative;
  padding: 0 0 20px 0;
}
.p_history__timeline__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
}
.p_history__timeline__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 6px;
  height: 6px;
  background-color: #00458D;
  border-radius: 50%;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.p_history__timeline__list__item > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 0 20px 3em;
}
.p_history__timeline__list__item > dl dt {
  color: #00458D;
  font-weight: 500;
  width: 25%;
}
.p_history__timeline__list__item > dl dt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p_history__timeline__list__item > dl dt > div .era {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.1;
}
.p_history__timeline__list__item > dl dt > div .jp {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p_history__timeline__list__item > dl dd {
  width: 75%;
}
@media screen and (max-width: 860px) {
  .p_history__timeline__list__item > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .p_history__timeline__list__item > dl dt {
    width: 100%;
  }
  .p_history__timeline__list__item > dl dd {
    width: 100%;
  }
}
.p_history__timeline__list__item:last-child {
  padding-bottom: 0;
}
.p_history__timeline__list__item:last-child > dl {
  margin-bottom: 0;
}
.p_history__timeline__list__item:last-child .p_history__timeline__line {
  display: none;
}
.p_history__timeline__line {
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 1;
  width: 2px;
  height: 0;
  background: #D8D8D8;
}
.p_history__timeline__imgWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.p_history__timeline__imgWrap img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_history__timeline__imgWrap.__vImg img {
  aspect-ratio: 19/24.5;
}
.p_history__multipleList {
  --lh: 1.8em;
  line-height: var(--lh);
}
.p_history__multipleList > li {
  position: relative;
  padding-left: 0.75em;
}
.p_history__multipleList > li::before {
  content: "";
  position: absolute;
  top: calc(0.5em + (var(--lh) - 1em) / 4 + 1px);
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #090A0B;
  border-radius: 50%;
}
.p_history__multipleList > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_history__multipleList > li > ul > li::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
}
.p_history__multipleList.__blue > li::before {
  background-color: #00458D;
}
.p_history__multipleList.__lhSm {
  --lh: 1.6em;
}

.p_csr__intro {
  max-width: 1000px;
}
.p_csr__intro__lead {
  text-align: center;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .p_csr__intro__lead {
    text-align: left;
  }
}
.p_csr__intro__ideal {
  margin-top: 48px;
  padding: 40px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
.p_csr__intro__ideal__ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.p_csr__intro__ideal__txt {
  margin-top: 16px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .p_csr__intro__ideal {
    padding: 32px 24px;
  }
}
.p_csr__intro__sdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.p_csr__intro__sdg__txt {
  width: 41%;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_csr__intro__sdg__imgWrap {
  width: 54%;
}
.p_csr__intro__sdg__imgWrap img {
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 860px) {
  .p_csr__intro__sdg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
  .p_csr__intro__sdg > * {
    width: 100%;
  }
  .p_csr__intro__sdg__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_csr__intro__sdg__imgWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p_csr__for {
  margin-top: clamp(80px, 7.6vw, 104px);
}
.p_csr__for__target {
  font-size: 1.375rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p_csr__for__target img {
  width: 56px;
  height: auto;
}
.p_csr__for__cont {
  margin-top: 60px;
}
.p_csr__for__cont:first-of-type {
  margin-top: 20px;
}
.p_csr__for__lv3Ttl {
  padding: 0.75em 1em;
  background-color: #F9FAFC;
  border-top: 1px solid #00458D;
  border-bottom: 1px solid #00458D;
  color: #00458D;
  font-size: clamp(1.125rem, 1.7vw, 1.375rem);
  font-weight: 500;
  line-height: 1.4;
}
.p_csr__for__item {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 40px;
  margin-top: 30px;
}
.p_csr__for__item__lv4Ttl {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
}
.p_csr__for__item__imgWrap {
  grid-column: 2;
  grid-row: 1/3;
}
.p_csr__for__item__imgWrap img {
  width: 100%;
  border-radius: 10px;
}
.p_csr__for__item__txtWrap {
  margin-top: 20px;
  font-size: 0.9375rem;
}
.p_csr__for__item__txtWrap__txt {
  line-height: 1.8;
}
.p_csr__for__item__txtWrap__list {
  margin-top: 20px;
  font-size: 0.75rem;
}
.p_csr__for__item__txtWrap__list > li {
  margin-top: 8px;
}
.p_csr__for__item__txtWrap__list > li:first-child {
  margin-top: 0;
}
.p_csr__for__item__txtWrap__ecobaton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p_csr__for__item__txtWrap__ecobaton > figure {
  margin-top: 20px;
  width: 120px;
}
.p_csr__for__item__txtWrap a {
  color: #00458D;
  text-decoration: underline;
}
.p_csr__for__item__txtWrap a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .p_csr__for__item {
    grid-template-columns: revert;
    grid-template-rows: revert;
    gap: 16px;
  }
  .p_csr__for__item__imgWrap {
    grid-column: revert;
    grid-row: revert;
  }
  .p_csr__for__item__txtWrap {
    margin-top: 0;
  }
  .p_csr__for__item__txtWrap__list {
    margin-top: 8px;
  }
  .p_csr__for__item__txtWrap__list > li {
    margin-top: 4px;
  }
  .p_csr__for__item__txtWrap__ecobaton {
    gap: 10px;
  }
}

.p_y-theme__latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}
.p_y-theme__latest__poster {
  width: calc(50% - 0px);
}
.p_y-theme__latest__poster .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.p_y-theme__latest__poster img {
  width: 100%;
  height: auto;
}
.p_y-theme__latest__txtWrap {
  width: calc(50% - 30px);
}
.p_y-theme__latest__txtWrap p {
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: justify;
}
.p_y-theme__latest__ttl__year {
  display: block;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.p_y-theme__latest__ttl__main {
  display: block;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2.75rem;
}
@media screen and (max-width: 860px) {
  .p_y-theme__latest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .p_y-theme__latest > * {
    width: 100%;
  }
  .p_y-theme__latest__txtWrap p {
    margin-top: 24px;
  }
}
.p_y-theme__latest__swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.p_y-theme__past__item {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #D8D8D8;
}
.p_y-theme__past__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p_y-theme__past__ttl {
  position: relative;
  text-align: center;
}
.p_y-theme__past__ttl__year {
  position: absolute;
  top: 0;
  left: 0;
  color: #00458D;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p_y-theme__past__ttl__year {
    font-size: 1rem;
  }
}
.p_y-theme__past__ttl__main {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.p_y-theme__past__ttl__main img {
  /*width: auto;
  height: auto;
  border-radius: 10px;*/
}
.p_y-theme__past__ttl__main.__vImg {
  height: 300px;
}
@media screen and (max-width: 480px) {
  .p_y-theme__past__ttl__main.__vImg {
    height: 200px;
  }
}
.p_y-theme__past__ttl__main.__vImg img {
  max-width: initial;
  width: auto;
  height: 100%;
}
.p_y-theme__past__txt {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p_y-theme__past__ttl__main {
    display: inline-block;
    margin-top: 32px;
  }
}

.p_lab__intro__thumb {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.p_lab__intro__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_lab__intro__maincopy {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  word-break: auto-phrase;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 860px) {
  .p_lab__intro__maincopy {
    text-align: left;
  }
}
.p_lab__intro__subcopy {
  margin: 0 auto 30px;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
}
.p_lab__intro__subcopy:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .p_lab__intro__subcopy {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p_lab__intro__thumb {
    aspect-ratio: 4/3;
    margin: 0 auto 20px;
  }
  .p_lab__intro__maincopy {
    margin: 0 auto 10px;
  }
  .p_lab__intro__subcopy {
    margin: 0 auto 10px;
  }
}
.p_lab__report {
  margin-top: 60px;
}
.p_lab__report__ttl {
  text-align: left;
}
.p_lab__report__unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.p_lab__report__unit__item__thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.p_lab__report__unit__item__thumb > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_lab__report__unit__item__body {
  margin-top: 16px;
}
.p_lab__report__unit__item__date {
  font-size: 0.875rem;
}
.p_lab__report__unit__item__cat {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}
.p_lab__report__unit__item__ttl {
  margin-top: 8px;
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}
.p_lab__report__unit__item__txtLink {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p_lab__report__unit__item__txtLink:hover {
  color: #00458D;
}
@media screen and (max-width: 480px) {
  .p_lab__report__unit {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p_lab__report__moreBtn {
  margin-top: 48px;
  text-align: center;
}
.p_lab__facility {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #F2F2F2;
  overflow-x: clip;
}
.p_lab__facility__wrapper {
  margin-top: 60px;
}
.p_lab__facility__wrapper:first-child {
  margin-top: 0;
}
.p_lab__facility__sidebar__imgWrap {
  border-radius: 10px;
  overflow: hidden;
}
.p_lab__facility__sidebar__imgWrap img {
  width: 100%;
}
.p_lab__facility__sidebar__heading {
  margin-top: 16px;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .p_lab__facility__sidebar {
    position: relative;
  }
  .p_lab__facility__sidebar .js-sidebar__inner {
    position: static;
  }
  .p_lab__facility__sidebar__imgWrap {
    margin-left: calc(50% - 50vw);
    border-radius: 0 10px 10px 0;
  }
  .p_lab__facility__sidebar__imgWrap img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_lab__facility__sidebar__heading {
    position: relative;
    margin-top: -14vw;
  }
  .p_lab__facility__sidebar__heading > span {
    position: relative;
    display: inline-block;
    padding: 8px 24px 4px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
  }
  .p_lab__facility__sidebar__heading > span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/lab/bg-rounded_corner.svg) left bottom no-repeat;
  }
}
.p_lab__facility__main {
  padding-left: 6%;
}
.p_lab__facility__main__cont {
  margin-right: calc(73% - 50vw);
  padding: 64px;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
}
.p_lab__facility__main__cont__box {
  margin-top: 64px;
}
.p_lab__facility__main__cont__box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .p_lab__facility__main {
    position: relative;
    padding-left: 0;
  }
  .p_lab__facility__main__cont {
    margin-right: calc(50% - 50vw);
    padding: 48px;
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .p_lab__facility__main__cont {
    padding: 24px;
    padding-right: 30px;
  }
}
.p_lab__facility__lv3Ttl {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 16px;
  color: #00458D;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
}
.p_lab__facility__lv3Ttl::before, .p_lab__facility__lv3Ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
}
.p_lab__facility__lv3Ttl::after {
  width: 32px;
  background-color: #00458D;
}
.p_lab__facility__lv4Ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.p_lab__facility__lv4Ttl::before {
  content: "";
  display: block;
  width: 4px;
  min-width: 4px;
  height: 1em;
  margin-right: 8px;
  background-color: #00458D;
  border-radius: 20px;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}
.p_lab__facility__media__item {
  display: grid;
  grid-template-columns: 12fr 5fr;
  grid-template-rows: auto 1fr;
  gap: 0 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.p_lab__facility__media__item:last-child {
  margin-bottom: 0;
}
.p_lab__facility__media__item__txtWrap {
  margin-top: 16px;
  font-size: 0.9375rem;
}
.p_lab__facility__media__item__txtWrap p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
.p_lab__facility__media__item__imgWrap {
  grid-column: 2;
  grid-row: 1/3;
}
.p_lab__facility__media__item__imgWrap img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1336px) {
  .p_lab__facility__media__item {
    grid-template-columns: 1fr 200px;
  }
}
@media screen and (max-width: 860px) {
  .p_lab__facility__media__item {
    gap: 16px 32px;
  }
  .p_lab__facility__media__item__ttl {
    grid-column: 1/3;
  }
  .p_lab__facility__media__item__txtWrap {
    margin-top: 0;
  }
  .p_lab__facility__media__item__imgWrap {
    grid-row: 2;
  }
}
@media screen and (max-width: 600px) {
  .p_lab__facility__media__item {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .p_lab__facility__media__item__ttl {
    grid-column: revert;
  }
  .p_lab__facility__media__item__imgWrap {
    grid-column: revert;
    grid-row: 2/3;
  }
}
.p_lab__facility__structureList {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.p_lab__facility__structureList__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
}
.p_lab__facility__structureList__row:nth-child(odd) {
  background-color: #F2F2F2;
}
.p_lab__facility__structureList__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  width: 12em;
  border-right: 1px dashed #00458D;
}
.p_lab__facility__structureList__term__txt {
  font-weight: 400;
}
.p_lab__facility__structureList__desc {
  width: calc(100% - 12em);
  padding-left: 32px;
}
@media screen and (max-width: 480px) {
  .p_lab__facility__structureList__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    padding-top: 8px;
  }
  .p_lab__facility__structureList__term, .p_lab__facility__structureList__desc {
    width: 100%;
  }
  .p_lab__facility__structureList__term {
    border-right: none;
    border-bottom: 1px dashed #00458D;
  }
  .p_lab__facility__structureList__desc {
    margin-top: 8px;
    padding: 0 16px;
  }
}
.p_lab__facility__caseStudy {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.p_lab__facility__caseStudy__txtWrap p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_lab__facility__caseStudy__link {
  margin-top: 24px;
}
.p_lab__facility__caseStudy__link .o_c_btn__line {
  padding-right: 2.5em;
}
.p_lab__facility__caseStudy__Apress {
  border-radius: 10px;
  overflow: hidden;
}
.p_lab__facility__caseStudy__Apress img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p_lab__facility__caseStudy {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p_lab__facility__caseStudy__txtWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_lab__facility__caseStudy_Apress {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_lab__facility__caseStudy__link {
    margin-top: 16px;
  }
}
.p_lab__flow {
  --termWidth: 96px;
  margin-top: 60px;
}
.p_lab__flow__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_lab__flow__chart {
  width: min(100%, 960px);
  margin: auto;
  margin-top: 64px;
}
.p_lab__flow__chart__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  border-radius: 10px;
}
.p_lab__flow__chart__item:first-child {
  margin-top: 0;
}
.p_lab__flow__chart__item::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 56px;
  height: 22px;
  background-color: #D8D8D8;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p_lab__flow__chart__item:last-child::after {
  display: none;
}
.p_lab__flow__chart__term {
  display: grid;
  place-items: center;
  width: var(--termWidth);
  padding: 8px;
  background-color: #00458D;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  text-align: center;
  font-family: "bree", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.75rem;
  font-weight: 500;
}
.p_lab__flow__chart__term__sm {
  display: block;
  font-size: 58%;
}
.p_lab__flow__chart__desc {
  display: grid;
  grid-template-columns: 216px 1fr;
  grid-template-rows: auto auto;
  gap: 8px 32px;
  width: calc(100% - var(--termWidth));
  padding-right: 32px;
  background-color: #F9FAFC;
  border-radius: 0 10px 10px 0;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.p_lab__flow__chart__desc__imgWrap {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
}
.p_lab__flow__chart__desc__imgWrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_lab__flow__chart__desc__ttl {
  -ms-flex-item-align: end;
      align-self: end;
  padding-top: 48px;
  color: #00458D;
  font-size: 1.125rem;
  font-weight: bold;
}
.p_lab__flow__chart__desc__ttl + * {
  padding-bottom: 48px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 860px) {
  .p_lab__flow__chart {
    --termWidth: 64px;
  }
  .p_lab__flow__chart__desc {
    grid-template-columns: 1fr 2fr;
    gap: 8px 24px;
    padding-right: 24px;
  }
  .p_lab__flow__chart__desc__ttl {
    padding-top: 24px;
  }
  .p_lab__flow__chart__desc__ttl + * {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p_lab__flow__chart__desc {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px;
  }
  .p_lab__flow__chart__desc__imgWrap {
    grid-column: revert;
    grid-row: 2/3;
    border-radius: 10px;
    overflow: hidden;
  }
  .p_lab__flow__chart__desc__imgWrap > img {
    position: static;
    height: auto;
    aspect-ratio: 16/9;
  }
  .p_lab__flow__chart__desc__ttl {
    grid-row: 1/2;
    padding-top: 0;
  }
  .p_lab__flow__chart__desc__ttl + * {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .p_lab__flow__chart__desc {
    padding: 24px;
    font-size: 0.875rem;
  }
  .p_lab__flow__chart__desc__ttl {
    font-size: 1rem;
  }
}
.p_lab__flow__movie {
  width: min(92%, 760px);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.p_lab__flow__movie__inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.p_lab__flow__movie__inner > iframe {
  width: 100%;
  height: 100%;
}
.p_lab__flow__movie__caption {
  margin-top: 16px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p_lab__flow__movie {
    width: 100%;
  }
}
.p_lab__recruit {
  margin-top: 60px;
}
.p_lab__botLinkUnit .o_p_companyLinkUnit__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 860px) {
  .p_lab__botLinkUnit .o_p_companyLinkUnit__grid {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */