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

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

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

/*
===============
sp-pc display: none;
===============
*/
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
@font-face {
  font-family: "Zen Kaku Gothic New"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/ZenkakuGothicNew/ZenKakuGothicNew-Black.ttf)
    format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/ZenkakuGothicNew/ZenKakuGothicNew-Bold.ttf)
    format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/ZenkakuGothicNew/ZenKakuGothicNew-Light.ttf)
    format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/ZenkakuGothicNew/ZenKakuGothicNew-Medium.ttf)
    format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/ZenkakuGothicNew/ZenKakuGothicNew-Regular.ttf)
    format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Josefin Sans"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/JosefinSans/JosefinSans-VariableFont_wght.ttf)
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond"; /*要素に指定するときに使うフォント名*/
  src: url(../fonts/EBGaramond/EBGaramond-VariableFont_wght.ttf)
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Saint-AndrewsQueen"; /*要素に指定するときに使うフォント名*/
  src:
    url(../fonts/Saint-AndrewsQueen/Saint-AndrewsQueen.woff2) format("woff2"),
    url(../fonts/Saint-AndrewsQueen/Saint-AndrewsQueen.woff) format("woff"),
    url(../fonts/Saint-AndrewsQueen/Saint-AndrewsQueen.ttf) format("truetype");
  font-display: swap;
}
/*
===============
Google-Font
===============
*/
/*
===============
Base
===============
*/
/*
===============
Link-hover
===============
*/
.hover-control {
  transition: all 0.3s ease;
}
.hover-control:hover {
  opacity: 0.7;
}

/*
===============
Color-Set
===============
*/
/*
===============
base-color
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  color: #585858;
}

img {
  display: block;
  width: 100%;
}

.sub_font {
  font-family: "Josefin Sans", sans-serif;
}

.sub_font2 {
  font-family: "Saint-AndrewsQueen", sans-serif;
}

.sub_font3 {
  font-family: "EB Garamond", serif;
}

/*
===============
onload-animation
===============
*/
.onload-motion {
  opacity: 0;
}

/*
===========
common-layout
===========
*/
/* サロン・まつ毛眉毛コラム投稿 */
.page_single_column .container .article .area_text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: dodgerblue;
  transition: 0.3s ease-in-out;
}
.page_single_column .container .article img {
  max-width: 100%;
  height: auto;
}
.page_single_column .container .article .area_text ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.page_single_column .container .article .area_text p {
  font-size: 14px;
}
.page_single_column .container .article .area_text h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text h4 {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text h5 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text h6 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .page_single_column .container .article .area_text h1 {
    font-size: 24px;
  }
  .page_single_column .container .article .area_text h2 {
    font-size: 22px;
  }
}
/* オーナーコラム投稿 */
.page_single_column .container .article .area_text_owner a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: dodgerblue;
  transition: 0.3s ease-in-out;
}
.page_single_column .container img {
  max-width: 100%;
  height: auto;
}
.page_single_column .container .article .area_text_owner ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.page_single_column .container .article .area_text_owner p {
  font-size: 14px;
}
.page_single_column .container .article .area_text_owner h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text_owner h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text_owner h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text_owner h4 {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text_owner h5 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_column .container .article .area_text_owner h6 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .page_single_column .container .article .area_text_owner h1 {
    font-size: 24px;
  }
  .page_single_column .container .article .area_text_owner h2 {
    font-size: 22px;
  }
}
/* ニュース投稿 */
.page_single_news .container .area_text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: dodgerblue;
  transition: 0.3s ease-in-out;
}
.page_single_news .container img {
  max-width: 100%;
  height: auto;
}
.page_single_news .container .area_text ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.page_single_news .container .area_text p {
  font-size: 14px;
}
.page_single_news .container .area_text h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_news .container .area_text h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_news .container .area_text h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_news .container .area_text h4 {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_news .container .area_text h5 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
.page_single_news .container .area_text h6 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .page_single_news .container .area_text h1 {
    font-size: 24px;
  }
  .page_single_news .container .area_text h2 {
    font-size: 22px;
  }
}

@media (hover: hover) {
  .page_single_column .container .article .area_text a:hover {
    opacity: 0.7;
  }
  .page_single_column .container .article .area_text_owner a:hover {
    opacity: 0.7;
  }
  .page_single_news .container .area_text a:hover {
    opacity: 0.7;
  }
}
/*
===================================
記事投稿カスタマイズ
===================================
*/
body .has-small-font-size {
  font-size: 12px !important;
}
body .has-medium-font-size {
  font-size: 18px !important;
}
body .has-large-font-size {
  font-size: 24px !important;
}
body .has-x-large-font-size {
  font-size: 28px !important;
}
@media screen and (max-width: 900px) {
  body .has-large-font-size {
    font-size: 20px !important;
  }
  body .has-x-large-font-size {
    font-size: 22px !important;
  }
}
/*
===============
modal window
===============
*/
/*sp*/
@media screen and (max-width: 900px) {
  .area_video {
    position: relative;
    z-index: 9999999;
  }
  .modal-video {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100vh;
    padding-top: 200px;
  }
  .modal-content {
    margin: auto;
    padding: 50px 0;
    width: 95%;
    position: relative;
  }
  .close {
    color: #fff;
    float: right;
    font-size: 25px;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 100;
  }
  .close:hover,
  .close:focus {
    color: #585858;
    text-decoration: none;
    cursor: pointer;
  }
  #video-controls {
    width: 57%;
  }
  #play-pause {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #seek-bar {
    width: 57%;
    flex-grow: 1;
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .seek-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #ddd;
    cursor: pointer;
  }
  .played {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #858cdd;
  }
  .thumb-video {
    position: absolute;
    left: 0;
    top: -3px; /* topを追加してシークバーの中心に配置 */
    width: 8px;
    height: 8px;
    background-color: #858cdd;
    border-radius: 50%;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .area_video {
    position: relative;
    z-index: 9999999;
  }
  .modal-video {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
  }
  .modal-content {
    margin: auto;
    padding: 50px 40px;
    width: 70%;
    position: relative;
  }
  .close {
    color: #fff;
    float: right;
    font-size: 50px;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
  }
  .close:hover,
  .close:focus {
    color: #585858;
    text-decoration: none;
    cursor: pointer;
  }
  #video-controls {
    width: 57%;
  }
  #play-pause {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #seek-bar {
    width: 57%;
    flex-grow: 1;
    height: 2px;
    background: #ddd;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .seek-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #ddd;
    cursor: pointer;
  }
  .played {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #858cdd;
  }
  .thumb-video {
    position: absolute;
    left: 0;
    top: -3px; /* topを追加してシークバーの中心に配置 */
    width: 8px;
    height: 8px;
    background-color: #858cdd;
    border-radius: 50%;
  }
}
/*
===================================
          header
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
  }
  .header .container .content {
    width: 100%;
    padding-left: 11px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* アニメーション前のメニューの状態 */
    /* アニメーション後のメニューの状態 */
    /* アニメーション後のメニューの状態 */
  }
  .header .container .content .burger {
    width: 45px;
    height: 15px;
    display: inline-block;
    z-index: 999;
  }
  .header .container .content .burger span {
    width: 36px;
    height: 1px;
    background-color: #585858;
    transition: 0.3s ease-in-out;
  }
  .header .container .content .burger span:nth-child(1) {
    float: right;
    margin-bottom: 5px;
  }
  .header .container .content .burger span:nth-child(2) {
    float: left;
    margin-bottom: 5px;
  }
  .header .container .content .burger span:nth-child(3) {
    float: right;
  }
  .header .container .content .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    width: 100vw;
    height: 100%;
    background: #eceffb;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 85px 27px 0 27px;
  }
  .header .container .content .menu .menu__item {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    border-bottom: 1px solid #767676;
  }
  .header .container .content .menu .menu_item_last {
    border-bottom: none;
  }
  .header .container .content .menu .menu__item .toggle-header {
    cursor: pointer;
    position: relative;
  }
  .header .container .content .menu .menu__item .toggle-header::after {
    position: absolute;
    top: 50%;
    left: 86px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #858cdd;
    border-right: 1px solid #858cdd;
  }
  .header .container .content .menu .menu__item .toggle-header.active::after {
    scale: -1 -1;
    transform: translateY(calc(-50% + 4px)) rotate(45deg);
  }
  .header .container .content .menu .menu__item .toggle-content {
    display: none;
    margin-top: 13px;
  }
  .header .container .content .menu .menu__item .toggle-content ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-left: 24px;
  }
  .header .container .content .menu .menu__item .toggle-content ul li {
    position: relative;
  }
  .header .container .content .menu .menu__item .toggle-content ul li::before {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    content: "-";
  }
  .header .container .content .menu .menu__item .toggle-content ul li a {
    display: block;
  }
  .header .container .content .menu {
    transform: translateX(100vw);
    transition: all 0.4s linear;
  }
  .header .container .content .burger.is-active span {
    background-color: #858cdd;
  }
  .header .container .content .burger.is-active span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 45px;
    right: 27px;
    height: 2px;
  }
  .header .container .content .burger.is-active span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .header .container .content .burger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 45px;
    right: 27px;
    height: 2px;
  }
  .header .container .content .menu.is-active {
    right: 0;
    transform: translateX(0px);
  }
  .header .container .content .menu.is-active .burger-logo {
    width: 125px;
    position: absolute;
    top: 25px;
    left: 27px;
  }
  .header .container .content .menu.is-active .area_flex {
    position: absolute;
    bottom: 0;
    width: 100vw;
  }
  .header .container .content .menu.is-active .area_flex .burger-banner1 {
    max-width: 420px;
    display: block;
    margin-left: 27px;
  }
  .header .container .content .menu.is-active .area_flex .burger-banner2 {
    display: block;
    max-width: 420px;
    margin-left: 27px;
  }
  .header .container .content .logo {
    width: 124px;
  }
  .header .container .content .entry {
    width: 110px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
  }
  .header .container .content .entry::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .header .container .content .btn_salon {
    width: 110px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0;
  }
  .header .container .content .btn_salon::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 13px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .header .container .nav_pc {
    display: none;
  }
  body.is-active {
    height: 100%;
    overflow: hidden;
  }
  /* .header-hide {
    transform: translateY(calc(-100% - 6px));
  } */
  /* .fixed {
    position: fixed;
    top: 0;
    z-index: 99999998;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  } */
  .fixed .container .nav_pc {
    display: none !important;
  }
  body main {
    /*padding-top: 60px; /* これはヘッダーの高さと同じかそれ以上に設定してください */
  }
  body .is-active-main {
    position: relative;
    z-index: -1;
  }
  header {
    /* position: fixed;
    top: -60px;
    transition: top 0.5s ease-out;
    background-color: #fff; */
  }
  header.show {
    /* top: 0; */
  }
  /* header.transparent {
    background-color: transparent;
  } */
  header:not(.transparent) {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .hd_top {
    box-shadow: initial !important;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .header {
    width: 100%;
  }
  .header .container {
    margin: 0 auto;
  }
  .header .container .content {
    width: 100%;
    padding-left: 32px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .content #burger {
    display: none;
  }
  .header .container .content .logo {
    width: 180px;
    position: relative;
    z-index: 99999999;
  }
  .header .container .content .entry {
    width: 224px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    position: relative;
    z-index: 99999999;
    font-size: 16px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0;
  }
  .header .container .content .entry::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .header .container .content .btn_salon {
    width: 224px;
    height: 100%;
    position: relative;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0;
  }
  .header .container .content .btn_salon::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .header .container .nav_pc {
    width: 100%;
    background-color: #ececf4;
  }
  .header .container .nav_pc nav .nav_list {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    /*----------------*/
    gap: 30px;
  }
  .header .container .nav_pc nav .nav_list .item {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #585858;
    padding: 11px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid transparent;
  }
  .header .container .nav_pc nav .nav_list .item .hover_menu {
    display: none;
  }
  .header .container .nav_pc nav .nav_list .item .hover_menu ul li a {
    display: block;
    width: 100%;
  }
  .header .container .nav_pc nav .nav_list .item:hover {
    border-bottom: #585858 2px solid;
  }
  .header .container .nav_pc nav .nav_list .item:hover .hover_menu {
    top: 40px;
    width: 200px;
    background-color: #ffffff;
    position: absolute;
    z-index: 6;
    display: block;
  }
  .header .container .nav_pc nav .nav_list .item:hover .hover_menu ul {
    color: #585858;
  }
  .header .container .nav_pc nav .nav_list .item:hover .hover_menu ul li {
    padding: 12px 24px 12px 16px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
  }
  .header
    .container
    .nav_pc
    nav
    .nav_list
    .item:hover
    .hover_menu
    ul
    li::before {
    content: url(../img/top/arrow.png);
    position: absolute;
    right: 10px;
    transform: scale(0.5);
  }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 99999998;
  }
  .fixed .container .content {
    background-image: linear-gradient(90deg, #ececf4 0%, #fff 100%);
    background-size: cover;
    position: relative;
  }
  .fixed .container .nav_pc {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: initial;
  }
  .fixed .container .nav_pc nav .nav_list {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .fixed .container .nav_pc nav .nav_list .item {
    font-size: 13px;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .fixed .container .nav_pc nav .nav_list .item {
    font-size: 11px;
  }
}
/*
===================================
          FV
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .fv {
    width: 100%;
    height: 160vw;
    padding: 0 5%;
    background-image: url(../img/top/only_sp/fv.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .fv .container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .fv .container h1 img {
    width: 49.6vw;
    margin: 0 auto;
  }
  .fv .container .sub_title {
    font-weight: 500;
    font-size: 4vw;
    line-height: 8vw;
    letter-spacing: 0.04em;
    margin: 8vw 0;
    text-align: center;
  }
  .fv .container .sp-position {
    position: absolute;
    bottom: -100px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 8px 0;
  }
  .fv .container .sp-position .text {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #858cdd;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .fv {
    width: 100%;
    height: 48.1vw;
    background-image: url(../img/top/fv.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fv .container {
    transform: translateY(5%);
    text-align: center;
  }
  .fv .container h1 img {
    width: 40.5555555556vw;
    max-width: 1440px;
    margin: 0 auto;
  }
  .fv .container .sub_title {
    margin-top: 1.9vw;
    margin-bottom: 8.7vw;
    font-weight: 500;
    font-size: max(1.25vw, 14px);
    line-height: 2.4305555556vw;
  }
  .fv .container .text {
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 2.0138888889vw;
    color: #858cdd;
    background-color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.7638888889vw auto;
  }
}
/*
===================================
          Concept
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .concept .container {
    width: 100%;
    padding: 150px 7%;
  }
  .concept .container .content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .concept .container .content .concept_left {
    width: 44px;
    position: absolute;
    top: -35px;
  }
  .concept .container .content .concept_right {
    width: 90px;
    position: absolute;
    right: 50px;
  }
  .concept .container .content .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .concept .container .content .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0;
    padding-right: 40px;
  }
  .concept .container .content .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .concept .container .content .sub_s_title {
    width: 191px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
  }
  .concept .container .content .text {
    max-width: 700px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .concept .container .content .area_btn {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
  }
  .concept .container .content .area_btn .btn {
    width: 196px;
    font-weight: 700;
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .concept .container .content .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .concept .container {
    width: 100%;
    padding: 95px 5% 120px 5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .concept .container {
    padding-bottom: 320px;
  }
}
@media screen and (min-width: 900px) {
  .concept .container .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 110px;
  }
  .concept .container .content .concept_left {
    width: 85px;
    position: absolute;
    top: 15px;
    left: clamp(-70px, -11vw, 1px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .concept .container .content .concept_left {
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .concept .container .content .concept_right {
    width: 157px;
    position: absolute;
    bottom: -40px;
    right: clamp(-220px, -14vw, 1px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .concept .container .content .concept_right {
    width: 157px;
    bottom: -250px;
    right: 100px;
  }
}
@media screen and (min-width: 900px) {
  .concept .container .content .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .concept .container .content .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0;
    padding-right: 50px;
  }
  .concept .container .content .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
  .concept .container .content .sub_s_title {
    width: 398px;
    margin: 0 auto;
    padding: 52px 0 45px 0;
  }
  .concept .container .content .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
  }
  .concept .container .content .btn {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #858cdd;
    padding-bottom: 4px;
    border-bottom: solid #858cdd 2px;
  }
  .concept .container .content .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*
===================================
          ourstyle
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .ourstyle {
    width: 100%;
    background-image: url(../img/top/only_sp/bg_ourstyle-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 560px 0;
  }
  .ourstyle .container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .ourstyle .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .ourstyle .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0;
    padding-right: 25px;
  }
  .ourstyle .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .ourstyle .container .sub_text {
    width: 85%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.04em;
  }
  .ourstyle .container .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .ourstyle .container .content .item {
    width: 100%;
    position: relative;
  }
  .ourstyle .container .content .item .item_img {
    width: 90%;
    height: 100%;
  }
  .ourstyle .container .content .item .area_text {
    transform: translateY(-50px);
    margin: 0 auto;
    width: 85%;
    padding: 24px 16px;
    background-color: #ffffff;
  }
  .ourstyle .container .content .item .area_text .item_title {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
  .ourstyle .container .content .item .area_text .item_text {
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.04em;
    padding-top: 8px;
  }
  .ourstyle .container .content .item_2 {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .ourstyle {
    width: 100%;
    padding: 80px 5% 300px 5%;
    background-image: url(../img/top/bg_ourstyle.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ourstyle .container {
    width: 100%;
    max-width: 1046px;
    margin: 0 auto;
  }
  .ourstyle .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .ourstyle .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 140px;
    letter-spacing: 0;
  }
  .ourstyle .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
  }
  .ourstyle .container .sub_text {
    text-align: center;
    padding: 25px 0 75px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .ourstyle .container .content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    max-width: 1046px;
    margin: 0 auto;
  }
  .ourstyle .container .content .item {
    position: relative;
    width: 100%;
    height: 550px;
  }
  .ourstyle .container .content .item .item_img {
    max-width: 700px;
    position: absolute;
  }
  .ourstyle .container .content .item .area_text {
    position: absolute;
    bottom: 0;
    width: 530px;
    padding: 45px 40px;
    background-color: #ffffff;
  }
  .ourstyle .container .content .item .area_text .item_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
  }
  .ourstyle .container .content .item .area_text .item_text {
    padding-top: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
  .ourstyle .container .content .item_1 .item_img {
    position: absolute;
  }
  .ourstyle .container .content .item_1 .area_text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .ourstyle .container .content .item_2 .item_img {
    position: absolute;
    right: 0;
  }
  .ourstyle .container .content .item_2 .area_text {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ourstyle .container .content .item_3 .item_img {
    position: absolute;
  }
  .ourstyle .container .content .item_3 .area_text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/*
===================================
          product
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .product {
    width: 100%;
    margin-bottom: 75px;
    padding: 0 5%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .product .container {
    position: absolute;
    top: -512px;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 8px 8px 8px -8px gray;
  }
  .product .container .content {
    padding: 30px 15px 0 15px;
  }
  .product .container .content .product_title {
    color: #e5aa0c;
    text-align: center;
  }
  .product .container .content .product_title .main {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
  }
  .product .container .content .product_title .sub {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.16em;
  }
  .product .container .content .product_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 1.3px solid rgba(78, 78, 78, 0.5);
    border-left: none;
    border-right: none;
    padding: 10px 0;
    margin: 30px 0 40px 0;
  }
  .product .container .content .product_img {
    width: 51%;
    max-width: 192px;
    margin: 0 auto;
  }
  .product .container .content .big {
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.08em;
  }
  .product .container .content .big span {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #e5aa0c;
    letter-spacing: initial;
    transform: translateY(4px);
    display: inline-block;
  }
  .product .container .content .product_main_text {
    width: 100%;
    max-width: 303px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    padding: 20px 0 0 0;
    margin-bottom: 5px;
  }
  .product .container .content .product_main_text p {
    display: inline-block;
    border-bottom: 4px solid #e5aa0c;
    margin-bottom: 11px;
  }
  .product .container .content .middle {
    display: flex;
    width: 100%;
  }
  .product .container .content .middle .text {
    width: 62.6666666667vw;
    min-width: 165px;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    padding: 20px 0 20px 0;
  }
  .product .container .content .middle .text .woman {
    padding-top: 20px;
  }
  .product .container .content .middle .text .woman img {
    width: 24%;
    float: right;
    transform: translateX(-30px);
  }
  .product .container .content .middle .product_img {
    width: 30vw;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .product .container .content .area_price {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
    padding: 30px 0;
  }
  .product .container .content .area_price .product_price p {
    width: 167px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    display: center;
    align-items: flex-end;
  }
  .product .container .content .area_price .product_price p .price {
    display: inline-block;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    color: #e5aa0c;
  }
  .product .container .content .area_price .product_price p .tax {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
    transform: translateX(-6px);
    display: inline-block;
  }
  .product .container .content .area_price .price_under {
    font-weight: 500;
    font-size: 9px;
    line-height: 13px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .product {
    width: 100%;
    height: 564px;
    margin-bottom: 75px;
    padding: 0 3%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .product .container {
    position: absolute;
    top: -200px;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 8px 8px 8px -8px gray;
    background-image: url(../img/top/product_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% -100%;
  }
  .product .container .content {
    padding: 57px 0 30px 57px;
  }
  .product .container .content .product_title {
    display: flex;
    gap: 20px;
  }
  .product .container .content .product_title .main {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #e5aa0c;
  }
  .product .container .content .product_title .sub {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #e5aa0c;
    transform: translateY(2px);
  }
  .product .container .content .product_name {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    width: 600px;
    border: 1.3px solid rgba(78, 78, 78, 0.5);
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin: 30px 0 45px 0;
  }
  .product .container .content .big {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .product .container .content .big span {
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #e5aa0c;
  }
  .product .container .content .product_main_text {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0.05em;
    padding: 10px 0 0 0;
    -webkit-text-decoration: solid underline #e5aa0c 4px;
    text-decoration: solid underline #e5aa0c 4px;
    text-underline-offset: 3px;
    margin-bottom: 15px;
  }
  .product .container .content .text {
    width: 429px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 20px 0 48px 0;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .product .container .content .product_price {
    margin: 35px 0 47px 0;
  }
  .product .container .content .product_price p {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
  }
  .product .container .content .product_price p .price {
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #e5aa0c;
  }
  .product .container .content .product_price p .tax {
    display: inline-block;
    transform: translateX(-13px);
  }
  .product .container .content .price_under {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
  }
  .product .container .middle {
    position: relative;
  }
  .product .container .middle .product_img {
    width: 11%;
    position: absolute;
    right: 330px;
    bottom: -50px;
  }
}
@media screen and (min-width: 970px) and (max-width: 1010px) {
  .product .container {
    width: 100%;
    background-position: 45% -100%;
  }
}
@media screen and (min-width: 900px) and (max-width: 970px) {
  .product .container {
    width: 100%;
    background-position: 45% -100%;
  }
}
/*
===================================
          menu
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .section_menu {
    width: 100%;
    padding: 430px 5% 110px 5%;
  }
  .section_menu .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .section_menu .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
    margin-bottom: 36px;
  }
  .section_menu .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0;
  }
  .section_menu .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .section_menu .container .favorite {
    width: 100%;
    border-top: 1px solid #868cd7;
    padding-bottom: 70px;
  }
  .section_menu .container .favorite .title {
    padding: 30px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.03em;
    color: #858cdd;
    text-align: center;
  }
  .section_menu .container .favorite .area_item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
  .section_menu .container .favorite .area_item .item {
    width: 100%;
  }
  .section_menu .container .favorite .area_item .item .area_text {
    border-left: 1px solid #868cd7;
    margin-top: 30px;
    padding: 0 0 0 20px;
  }
  .section_menu .container .favorite .area_item .item .area_text .item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_title
    span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.08em;
    padding-top: 4.5px;
    padding-right: 2px;
  }
  .section_menu .container .favorite .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding: 5px 0 15px;
  }
  .section_menu .container .favorite .area_item .item .area_text .item_price {
    display: flex;
    align-items: center;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #868cd7;
    background-color: #868cd7;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p {
    width: 167px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    display: center;
    align-items: flex-end;
    margin-left: 7px;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .price {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    color: #868cd7;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .tax {
    transform: translateX(-6px);
    display: inline-block;
  }
  .section_menu .container .popular {
    width: 100%;
    border-top: 1px solid #dcac3c;
    padding-top: 30px;
  }
  .section_menu .container .popular .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #e5aa0c;
  }
  .section_menu .container .popular .sub {
    padding: 11px 0 34px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.04em;
  }
  .section_menu .container .popular .area_item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
  .section_menu .container .popular .area_item .item {
    width: 100%;
  }
  .section_menu .container .popular .area_item .item .area_top {
    display: flex;
    gap: 14px;
    color: #e5aa0c;
  }
  .section_menu .container .popular .area_item .item .area_top-number {
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    height: 36px;
    display: flex;
    align-items: center;
  }
  .section_menu .container .popular .area_item .item .area_top-number span {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding-left: 4px;
  }
  .section_menu .container .popular .area_item .item .area_top .number_1 {
    width: 41px;
    height: 36px;
  }
  .section_menu .container .popular .area_item .item .area_top .number_2 {
    width: 49px;
    height: 36px;
  }
  .section_menu .container .popular .area_item .item .area_text {
    border-left: 1px solid #e5aa0c;
    margin-top: 15px;
    padding-left: 10px;
  }
  .section_menu .container .popular .area_item .item .area_text .item_title {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_title
    span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.08em;
    padding-top: 4.5px;
    padding-right: 2px;
  }
  .section_menu .container .popular .area_item .item .area_text .item_3_title {
    display: flex;
    align-items: flex-start;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_3_title
    span {
    display: flex;
    align-items: center;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_3_title
    span
    img {
    display: inline-block;
    width: 65px;
    margin-right: 10px;
    transform: translateY(10px);
  }
  .section_menu .container .popular .area_item .item .area_text .sub_item {
    margin-top: 10px;
    padding-left: 60px;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
  .section_menu .container .popular .area_item .item .area_text .text {
    font-weight: 500;
    font-weight: 500;
    font-size: 11px;
    line-height: 23px;
    letter-spacing: 0.02em;
    padding: 10px 0 12px 0;
  }
  .section_menu .container .popular .area_item .item .area_text .item_price {
    display: flex;
    align-items: center;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e5aa0c;
    background-color: #e5aa0c;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p {
    width: 167px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    display: center;
    align-items: flex-end;
    margin-left: 7px;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .price {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    color: #e5aa0c;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .tax {
    transform: translateX(-6px);
    display: inline-block;
  }
  .section_menu .container .popular .bottom_text {
    margin: 50px auto 0 auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 370px) and (max-width: 450px) {
  .section_menu {
    width: 100%;
    padding: 97vw 5% 143px 5%;
  }
}
@media screen and (max-width: 370px) {
  .section_menu {
    width: 100%;
    padding: 330px 5% 143px 5%;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .section_menu {
    width: 100%;
    padding: 20px 5% 186px 5%;
  }
  .section_menu .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_menu .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .section_menu .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0;
  }
  .section_menu .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
  .section_menu .container .favorite {
    width: 100%;
    border-top: 1px solid #868cd7;
    margin-top: 55px;
    padding-bottom: 80px;
  }
  .section_menu .container .favorite .title {
    padding: 35px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #858cdd;
    text-align: center;
  }
  .section_menu .container .favorite .area_item {
    width: 100%;
    display: flex;
    gap: 70px;
    flex-direction: row;
  }
  .section_menu .container .favorite .area_item .item {
    width: 50%;
  }
  .section_menu .container .favorite .area_item .item .area_text {
    height: 230px;
    border-left: 1px solid #868cd7;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
  }
  .section_menu .container .favorite .area_item .item .area_text .item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: center;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_title
    span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
  }
  .section_menu .container .favorite .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 26px 0 18px 0;
  }
  .section_menu .container .favorite .area_item .item .area_text .item_price {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    gap: 5px;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #868cd7;
    background-color: #868cd7;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p {
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    align-items: flex-end;
    margin-left: 7px;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .price {
    display: inline-block;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #868cd7;
  }
  .section_menu
    .container
    .favorite
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .tax {
    transform: translateX(-6px);
    display: inline-block;
  }
  .section_menu .container .popular {
    width: 100%;
    border-top: 1px solid #dcac3c;
    padding-top: 34px;
  }
  .section_menu .container .popular .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #e5aa0c;
  }
  .section_menu .container .popular .sub {
    padding: 20px 0 36px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
  }
  .section_menu .container .popular .area_item {
    width: 100%;
    display: flex;
    gap: 70px;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .section_menu .container .popular .area_item .item {
    width: 50%;
  }
  .section_menu .container .popular .area_item .item .area_top {
    color: #e5aa0c;
    display: flex;
    flex-direction: column;
  }
  .section_menu .container .popular .area_item .item .area_top-number {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
  }
  .section_menu .container .popular .area_item .item .area_top-number span {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0;
  }
  .section_menu .container .popular .area_item .item .reverse {
    flex-direction: column-reverse;
  }
  .section_menu .container .popular .area_item .item .number_1 {
    width: 59px;
  }
  .section_menu .container .popular .area_item .item .number_2 {
    width: 72px;
  }
  .section_menu .container .popular .area_item .item .item_img {
    margin-top: 14px;
  }
  .section_menu .container .popular .area_item .item .area_text {
    height: 276px;
    border-left: 1px solid #e5aa0c;
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
  }
  .section_menu .container .popular .area_item .item .area_text .item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_title
    span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
  }
  .section_menu .container .popular .area_item .item .area_text .item_3_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    display: flex;
    align-items: flex-start;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_3_title
    span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding-top: 7px;
  }
  .section_menu .container .popular .area_item .item .area_text .sub_item {
    margin-top: 10px;
    padding-left: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }
  .section_menu .container .popular .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding: 18px 0 18px 0;
  }
  .section_menu .container .popular .area_item .item .area_text .item_price {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    gap: 5px;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #e5aa0c;
    background-color: #e5aa0c;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p {
    width: 167px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    display: center;
    align-items: flex-end;
    margin-left: 7px;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .price {
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    color: #e5aa0c;
  }
  .section_menu
    .container
    .popular
    .area_item
    .item
    .area_text
    .item_price
    .product_price
    p
    .tax {
    transform: translateX(-6px);
    display: inline-block;
  }
  .section_menu .container .popular .area_item .item .area_text_3_4 {
    height: 260px;
    margin-bottom: 85px;
  }
  .section_menu .container .popular .bottom_text {
    width: 720px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 33px;
  }
}
/*
===================================
          flow
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .flow {
    width: 100%;
    padding: 71px 5% 70px 5%;
    background-image: url(../img/top/only_sp/flow_bg-sp.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .flow .s_title {
    position: absolute;
    top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .flow .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
  }
  .flow .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .flow .container {
    max-width: 400px;
    margin: 0 auto;
  }
  .flow .container-title-purple {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.11em;
    color: #868cd7;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flow .container-title-purple::before {
    content: "";
    display: block;
    width: 98px;
    height: 1px;
    background-color: #868cd7;
  }
  .flow .container-title-purple::after {
    content: "";
    display: block;
    width: 98px;
    height: 1px;
    background-color: #868cd7;
  }
  .flow .container-title-pink {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.11em;
    color: #b56ea3;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flow .container-title-pink::before {
    content: "";
    display: block;
    width: 98px;
    height: 1px;
    background-color: #b56ea3;
  }
  .flow .container-title-pink::after {
    content: "";
    display: block;
    width: 98px;
    height: 1px;
    background-color: #b56ea3;
  }
  .flow .container .area_item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .flow .container .area_item .item {
    width: 100%;
    min-height: 210px;
    position: relative;
    padding: 6px 15px 18px 15px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px -6px #c7c7c7;
  }
  .flow .container .area_item .item .number {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 12px;
  }
  .flow .container .area_item .item .number span {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
  }
  .flow .container .area_item .item .step_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 26.6666666667vw;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .flow .container .area_item .item .area_text .step_title {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding: 10px 0 50px 0;
  }
  .flow .container .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0.02em;
  }
  .flow .container .area_mayu {
    margin-bottom: 55px;
  }
  .flow .container .area_mayu .item .area_text .step_title {
    color: #858cdd;
  }
  .flow .container .area_matsu .item .area_text .step_title {
    color: #c16aa6;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .flow {
    width: 100%;
    padding: 100px 5% 120px 5%;
    background-image: url(../img/top/flow_bg.png);
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .flow .s_title {
    position: absolute;
    top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .flow .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: 0;
  }
  .flow .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
  .flow .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .flow .container-title-purple {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: #868cd7;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flow .container-title-purple::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #868cd7;
  }
  .flow .container-title-purple::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #868cd7;
  }
  .flow .container-title-pink {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    color: #b56ea3;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flow .container-title-pink::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #b56ea3;
  }
  .flow .container-title-pink::after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #b56ea3;
  }
  .flow .container .area_item {
    margin-top: 7px;
    display: flex;
    gap: 3%;
    flex-direction: row;
  }
  .flow .container .area_item .item {
    width: 25%;
    align-items: center;
  }
  .flow .container .area_item .item .number {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    padding-top: 12px;
    padding-bottom: 17px;
  }
  .flow .container .area_item .item .number span {
    font-size: 40px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
  }
  .flow .container .area_item .item .area_text {
    padding: 23px 15px 25px 15px;
    background-color: #ffffff;
    box-shadow: 1px 8px 8px -8px #c7c7c7;
  }
  .flow .container .area_item .item .area_text .step_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
  }
  .flow .container .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
  }
  .flow .container .area_mayu {
    margin-bottom: 83px;
  }
  .flow .container .area_mayu .item {
    position: relative;
  }
  .flow .container .area_mayu .item::before {
    content: url(../img/top/triangle.png);
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: -25px;
    transform: translateY(10px);
  }
  .flow .container .area_mayu .item.item_4::before {
    display: none;
  }
  .flow .container .area_mayu .item .area_text {
    height: 275px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .flow .container .area_mayu .item .area_text {
    height: 315px;
  }
}
@media screen and (min-width: 900px) {
  .flow .container .area_mayu .item .area_text .step_title {
    color: #858cdd;
  }
  .flow .container .area_matsu .item {
    position: relative;
  }
  .flow .container .area_matsu .item::before {
    content: url(../img/top/triangle2.png);
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: -25px;
    transform: translateY(10px);
  }
  .flow .container .area_matsu .item.item_4::before {
    display: none;
  }
  .flow .container .area_matsu .item .area_text {
    height: 350px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .flow .container .area_matsu .item .area_text {
    height: 400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .flow .container .area_matsu .item .area_text {
    height: 440px;
  }
}
@media screen and (min-width: 900px) {
  .flow .container .area_matsu .item .area_text .step_title {
    color: #c16aa6;
  }
}
/*
===================================
          product
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .review {
    width: 100%;
    padding: 50px 5% 100px 5%;
  }
  .review .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .review .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .review .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: 0;
  }
  .review .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .review .container .sub {
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.04em;
    padding: 30px 0 35px 0;
  }
  .review .container .area_item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .review .container .area_item .item {
    width: 100% !important;
    height: 480px;
    padding: 30px 20px 20px 20px;
    background-color: #f0f0ff;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .review .container .area_item .item {
    height: 430px;
  }
}
@media screen and (max-width: 900px) {
  .review .container .area_item .item .who {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #585858;
    padding-bottom: 20px;
    gap: 20px;
    align-items: center;
  }
  .review .container .area_item .item .who .icon {
    width: 50px;
  }
  .review .container .area_item .item .who .star {
    width: 90px;
  }
  .review .container .area_item .item .main_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.12em;
    padding: 10px 0;
  }
  .review .container .area_item .item .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.06em;
  }
  .review .container .swiper {
    position: relative;
    padding-bottom: 30px;
  }
  .review .container .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .review .container .swiper .swiper-wrapper .swiper-slide {
    margin-right: 10px;
  }
  .review .container .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
  }
  .review .container .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border: 1px solid #585858;
    border-radius: 50%;
    background-color: #f0f0ff;
    opacity: 1;
  }
  .review
    .container
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #585858;
    border-radius: 50%;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .review {
    width: 100%;
    padding: 95px 5% 130px 5%;
  }
  .review .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .review .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .review .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 0;
  }
  .review .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
  .review .container .sub {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    padding: 48px 0;
  }
  .review .container .area_item {
    width: 100%;
    display: flex;
    gap: 35px;
    justify-content: center;
  }
  .review .container .area_item .item {
    width: 31%;
    height: 595px;
    padding: 30px 20px 38px 20px;
    margin-right: 35px;
    background-color: #f0f0ff;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .review .container .area_item .item {
    height: 690px;
  }
}
@media screen and (min-width: 900px) {
  .review .container .area_item .item:last-child {
    margin-right: 0;
  }
  .review .container .area_item .item .who {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #585858;
    padding-bottom: 20px;
    gap: 20px;
    align-items: center;
  }
  .review .container .area_item .item .who .icon {
    width: 50px;
  }
  .review .container .area_item .item .who .star {
    width: 90px;
  }
  .review .container .area_item .item .main_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 22px 0 18px 0;
  }
  .review .container .area_item .item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
}
/*
===================================
          news
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .news {
    width: 100%;
    padding: 0 5% 150px 5%;
  }
  .news .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .news .container .s_title {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 20px;
  }
  .news .container .s_title h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .news .container .s_title p {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  .news .container .content {
    width: 100%;
    position: relative;
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .news .container .content article {
    padding: 12.5px 0 8.5px 0;
    width: auto;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    gap: 22px;
  }
  .news .container .content article .date {
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.06em;
    padding-bottom: 6px;
    opacity: 0.5;
  }
  .news .container .content article .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.04em;
  }
  .news .container .content .btn {
    float: right;
    width: 190px;
    margin-top: 33px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #858cdd;
    padding-bottom: 4px;
    border-bottom: solid #858cdd 2px;
    position: relative;
    padding-left: 5px;
  }
  .news .container .content .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .news {
    width: 100%;
    padding: 0 5% 55px 5%;
  }
  .news .container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 9%;
    width: 90%;
  }
  .news .container .s_title h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 21px;
  }
  .news .container .s_title p {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
  }
  .news .container .content {
    width: 670px;
    position: relative;
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .news .container .content article {
    padding: 19.5px 0 14.5px 0;
    width: auto;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .news .container .content article .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
  }
  .news .container .content article .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-3px);
  }
  .news .container .content .btn {
    width: 210px;
    float: right;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #858cdd;
    padding-bottom: 4px;
    border-bottom: solid #858cdd 2px;
  }
  .news .container .content .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 3px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*
===================================
          about-fv
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_about_fv {
    width: 100%;
  }
  .page_about_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 9px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    position: relative;
  }
  .page_about_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_about_fv .title {
    width: 100%;
    text-align: center;
    height: 562px;
    background-image: url(../img/about/fv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 220px;
  }
  .page_about_fv .title .en {
    font-size: 64px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
  }
  .page_about_fv .title .jp {
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_about_fv {
    width: 100%;
  }
  .page_about_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 5px 42px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  }
  .page_about_fv .page_nav .top {
    position: relative;
  }
  .page_about_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_about_fv .title {
    width: 100%;
    text-align: center;
    height: 500px;
    padding-top: 155px;
    background-image: url(../img/about/fv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page_about_fv .title .en {
    font-size: 120px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0;
  }
  .page_about_fv .title .jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
}
/*
===================================
          about-message
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_about_message {
    width: 100%;
  }
  .page_about_message .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 67px 5% 90px 5%;
  }
  .page_about_message .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .page_about_message .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0;
  }
  .page_about_message .container .s_title-jp {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .page_about_message .container .area_text {
    padding: 40px 0 30px 0;
  }
  .page_about_message .container .area_text .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  .page_about_message .container .area_text .text:last-child {
    padding: 0;
  }
  .page_about_message .container .name {
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.15em;
    text-align: right;
    color: #858cdd;
  }
  .page_about_message .area_video {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .page_about_message .area_video .video {
    width: 100%;
    padding-bottom: 43px;
  }
  .page_about_message .owner-container {
    width: 100%;
    margin: 0 auto;
  }
  .page_about_message .owner-container .btn_owner_column {
    display: block;
    width: 220px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    margin: 0 5% 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    padding-left: 3px;
    margin-bottom: 100px;
  }
  .page_about_message .owner-container .btn_owner_column::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_about_message {
    width: 100%;
  }
  .page_about_message .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 95px 0 70px 0;
  }
  .page_about_message .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .page_about_message .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0;
  }
  .page_about_message .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.16em;
  }
  .page_about_message .container .area_text {
    padding: 130px 0 50px 0;
  }
  .page_about_message .container .area_text .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 45px;
  }
  .page_about_message .container .area_text .text:last-child {
    padding: 0;
  }
  .page_about_message .container .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.16em;
    color: #858cdd;
    text-align: right;
  }
  .page_about_message .area_video {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_about_message .area_video .video {
    width: 53vw;
    margin: 0 auto;
    padding-bottom: 43px;
  }
  .page_about_message .owner-container {
    width: 100%;
    max-width: 53vw;
    margin: 0 auto;
  }
  .page_about_message .owner-container .btn_owner_column {
    display: block;
    width: 240px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    margin-left: auto;
    padding-left: 3px;
    margin-bottom: 120px;
  }
  .page_about_message .owner-container .btn_owner_column::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*
===================================
          about-message
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_about_declare {
    width: 100%;
    padding: 55px 5% 50px 5%;
    background-image: url(../img/about/sp/bg_declare.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page_about_declare .container {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .page_about_declare .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .page_about_declare .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0;
  }
  .page_about_declare .container .s_title-jp {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .page_about_declare .container .mission_vision {
    margin: 50px 0;
    padding: 39px 30px 0px 30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .page_about_declare .container .mission_vision .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #858cdd;
  }
  .page_about_declare .container .mission_vision .content {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding: 10px 0 40px 0;
  }
  .page_about_declare .container .area_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .page_about_declare .container .area_text .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .page_about_declare .container .area_text .sp .sub {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background: #858cdd;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 6px 0px 10px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .page_about_declare .container .area_text .sp .sub:last-child {
    margin: 0;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_about_declare {
    width: 100%;
    padding: 105px 0 150px 0;
    background-image: url(../img/about/bg_declare.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page_about_declare .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page_about_declare .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
  }
  .page_about_declare .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0;
  }
  .page_about_declare .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
  }
  .page_about_declare .container .mission_vision {
    margin: 64px 0;
    padding: 45px 0 15px 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .page_about_declare .container .mission_vision .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #858cdd;
  }
  .page_about_declare .container .mission_vision .content {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    padding: 5px 0 30px 0;
  }
  .page_about_declare .container .area_text .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
  }
  .page_about_declare .container .area_text .sub {
    padding: 0 13px 0 8px;
    background: #858cdd;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 43px auto 49px auto;
  }
}
/*
===================================
          about-profile
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_about_profile {
    width: 100%;
    padding: 100px 5%;
  }
  .page_about_profile .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_about_profile .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
    margin-bottom: 50px;
  }
  .page_about_profile .container .s_title-en {
    font-size: 64px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 0;
  }
  .page_about_profile .container .s_title-jp {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16em;
  }
  .page_about_profile .container .info {
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .page_about_profile .container .info .item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .page_about_profile .container .info .item .name {
    width: 72px;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.04em;
  }
  .page_about_profile .container .info .item .content {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.04em;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_about_profile {
    width: 100%;
    padding: 115px 5% 100px 5%;
  }
  .page_about_profile .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page_about_profile .container .s_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #868cd7;
    margin-bottom: 140px;
  }
  .page_about_profile .container .s_title-en {
    font-size: 90px;
    font-weight: 400;
    line-height: 130px;
    letter-spacing: 0;
  }
  .page_about_profile .container .s_title-jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.16em;
  }
  .page_about_profile .container .info {
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
    width: 100%;
  }
  .page_about_profile .container .info .item {
    width: 100%;
    padding: 10px 0 10px 40px;
    display: flex;
    align-items: center;
    gap: 33px;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .page_about_profile .container .info .item .name {
    width: 96px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_about_profile .container .info .item .content {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
/*
===================================
          header
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .recruit_header .container .content {
    width: 100%;
    padding-left: 11px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recruit_header .container .content #burger {
    width: 45px;
    height: 15px;
  }
  .recruit_header .container .content #burger span {
    width: 36px;
    height: 1px;
    background-color: #585858;
  }
  .recruit_header .container .content #burger span:nth-child(1) {
    float: right;
    margin-bottom: 5px;
  }
  .recruit_header .container .content #burger span:nth-child(2) {
    float: left;
    margin-bottom: 5px;
  }
  .recruit_header .container .content #burger span:nth-child(3) {
    float: right;
  }
  .recruit_header .container .content .recruit_logo {
    width: 97px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .recruit_header {
    width: 100%;
    padding-left: 47px;
    position: absolute;
    z-index: 999;
  }
  .recruit_header .container .content {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .recruit_header .container .content .recruit_logo {
    width: 351px;
    cursor: pointer;
  }
}
/*
===================================
          recruit-fv
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_fv {
    width: 100%;
    height: 600px;
    background-image: url(../img/recruit/fv.png);
    background-size: cover;
    background-position: 15% 100%;
    background-repeat: no-repeat;
  }
  .page_recruit_fv .container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 380px 5% 0 5%;
  }
  .page_recruit_fv .container .area_title {
    margin: 0 auto;
  }
  .page_recruit_fv .container .scrolldown {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: 0px;
    left: 25px;
    height: 50px;
  }
  .page_recruit_fv .container .scrolldown span {
    position: absolute;
    left: -4px;
    top: -25px;
    color: #c16aa6;
    font-size: 10px;
  }
  .page_recruit_fv .container .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #c16aa6;
    animation: pathmove 1.5s ease-in-out infinite;
    opacity: 0;
  }
  .page_recruit_fv .container .tate {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #c16aa6;
    writing-mode: vertical-lr;
    position: absolute;
    top: 30px;
    right: 17px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_fv {
    width: 100%;
    height: 770px;
    background-image: url(../img/recruit/fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 20%;
  }
  .page_recruit_fv .container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .page_recruit_fv .container .area_title {
    width: 433px;
    position: absolute;
    top: 250px;
    right: 22.3%;
  }
  .page_recruit_fv .container .scrolldown {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0;
    writing-mode: vertical-lr;
    position: absolute;
    bottom: 0px;
    left: 47px;
    height: 50px;
  }
  .page_recruit_fv .container .scrolldown span {
    position: absolute;
    left: -5px;
    top: -40px;
    color: #c16aa6;
    font-size: 14px;
  }
  .page_recruit_fv .container .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #c16aa6;
    animation: pathmove 1.5s ease-in-out infinite;
    opacity: 0;
  }
  .page_recruit_fv .container .tate {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #c16aa6;
    writing-mode: vertical-lr;
    position: absolute;
    top: 250px;
    right: 26px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_banner2 {
    width: 100%;
    padding: 88px 5% 56px 5%;
    background-image: url(../img/recruit/banner_fv.png);
    background-size: cover;
  }
  .page_recruit_banner2 .container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .page_recruit_banner2 .container .area_title {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-bottom: 62px;
  }
  .page_recruit_banner2 .container .area_title .img {
    width: 58px;
  }
  .page_recruit_banner2 .container .area_title .area_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 23px;
  }
  .page_recruit_banner2 .container .area_title .area_text p {
    background-color: #858cdd;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 3px 2px 8px;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item_f {
    margin-bottom: 80px;
  }
  .page_recruit_banner2 .container .item {
    border-radius: 20px;
    border: 2px solid #868cd7;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px 5% 45px 5%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .page_recruit_banner2 .container .item .number {
    position: absolute;
    top: -42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 78px;
    height: 78px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #e5aa0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.98px;
    text-align: center;
  }
  .page_recruit_banner2 .container .item .number span {
    padding-top: 4px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .img {
    width: 50px;
    position: absolute;
    left: -20px;
    bottom: -20px;
  }
  .page_recruit_banner2 .container .item .img_book {
    width: 50px;
    position: absolute;
    right: -17px;
    top: -30px;
  }
  .page_recruit_banner2 .container .item .content {
    width: 100%;
  }
  .page_recruit_banner2 .container .item .content .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }
  .page_recruit_banner2 .container .item .content .text span {
    color: #e5aa0c;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .content .main_text {
    padding-top: 7px;
  }
  .page_recruit_banner2 .container .item .content .main_text p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 4px solid #e5aa0c;
    padding-bottom: 2px;
  }
  .page_recruit_banner2 .container .item .content .main_text p span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .page_recruit_banner2 .container .item .content .main_text2 {
    padding-top: 12px;
  }
  .page_recruit_banner2 .container .item .content .main_text2 p {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 4px solid #e5aa0c;
    padding-bottom: 2px;
  }
  .page_recruit_banner2 .container .item .content .main_text2 p span {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .area_btn {
    max-width: 400px;
    width: 100%;
    background-color: #868cd7;
    padding: 22px 0;
    margin-top: 30px;
  }
  .page_recruit_banner2 .container .area_btn .btn {
    display: block;
    width: 200px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding-left: 3px;
    color: #ffffff;
    margin: 0 auto;
    border-bottom: solid #ffffff 2px;
    position: relative;
  }
  .page_recruit_banner2 .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_banner2 {
    width: 100%;
    padding: 100px 5% 120px 5%;
    background-image: url(../img/recruit/banner_fv.png);
    background-size: cover;
    background-position: 100% 100%;
  }
  .page_recruit_banner2 .container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_recruit_banner2 .container .area_title {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 16px;
  }
  .page_recruit_banner2 .container .area_title .img {
    width: 92px;
  }
  .page_recruit_banner2 .container .area_title .area_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
  }
  .page_recruit_banner2 .container .area_title .area_text p {
    background-color: #858cdd;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 10px 3px 10px;
    color: white;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item_f {
    margin-bottom: 30px;
  }
  .page_recruit_banner2 .container .item {
    border-radius: 20px;
    border: 2px solid #868cd7;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 10%;
    padding: 40px 0 55px 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .page_recruit_banner2 .container .item .number {
    position: absolute;
    left: -42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 84px;
    height: 84px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #e5aa0c;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.98px;
    text-align: center;
  }
  .page_recruit_banner2 .container .item .number span {
    padding-top: 4px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .img {
    width: 69px;
    position: absolute;
    left: 66px;
    bottom: -20px;
  }
  .page_recruit_banner2 .container .item .img_book {
    width: 82px;
    position: absolute;
    right: -40px;
    bottom: -40px;
  }
  .page_recruit_banner2 .container .item .content .text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .content .text span {
    color: #e5aa0c;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .content .main_text {
    padding-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    border-bottom: 4px solid #e5aa0c;
    padding-bottom: 2px;
  }
  .page_recruit_banner2 .container .item .content .main_text span {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .item .content .main_text2 {
    padding-top: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 4px solid #e5aa0c;
    padding-bottom: 2px;
  }
  .page_recruit_banner2 .container .item .content .main_text2 span {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_recruit_banner2 .container .area_btn {
    width: 100%;
    max-width: 600px;
    margin: 100px auto 0 auto;
    background-color: #868cd7;
    padding: 28px 30px 43px 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .page_recruit_banner2 .container .area_btn .btn {
    display: block;
    text-align: center;
    width: 250px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-left: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: solid #ffffff 2px;
    position: relative;
    cursor: pointer;
  }
  .page_recruit_banner2 .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*
===================================
          recruit-fv
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_message_business {
    width: 100%;
    padding: 127px 5% 135px 5%;
  }
  .page_recruit_message_business .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_recruit_message_business .container .item {
    width: 100%;
  }
  .page_recruit_message_business .container .item:last-child {
    padding-top: 64px;
  }
  .page_recruit_message_business .container .item .content .title {
    width: 115px;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #858cdd;
    position: relative;
  }
  .page_recruit_message_business .container .item .content .title::before {
    content: "";
    position: absolute;
    right: -70px;
    width: 60px;
    height: 1.3px;
    bottom: 50%;
    background: #858cdd;
  }
  .page_recruit_message_business .container .item .content .area_text {
    padding-top: 9px;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .area_text
    .sub_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    padding: 29px 0 25px 0;
  }
  .page_recruit_message_business .container .item .content .area_text .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.12em;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .area_text
    .text
    span {
    color: #858cdd;
  }
  .page_recruit_message_business .container .item .content .message_area_text {
    position: relative;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .message_area_text::before {
    content: url(../img/recruit/sp/desk_work_woman.png);
    position: absolute;
    right: 2%;
    top: -97px;
    width: 106px;
    height: 87px;
  }
  .page_recruit_message_business .container .item .btn {
    display: block;
    margin-left: auto;
    margin-top: 50px;
    width: 170px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding-left: 3px;
    letter-spacing: 0.04em;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_recruit_message_business .container .item .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_message_business {
    width: 100%;
    padding: 0 5% 143px 5%;
  }
  .page_recruit_message_business .container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .page_recruit_message_business .container .item {
    width: 100%;
    padding-top: 130px;
  }
  .page_recruit_message_business .container .item .content {
    display: flex;
    gap: 16%;
  }
  .page_recruit_message_business .container .item .content .title {
    width: 144px;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    color: #858cdd;
    position: relative;
  }
  .page_recruit_message_business .container .item .content .title::before {
    content: "";
    position: absolute;
    right: -80%;
    width: 60%;
    height: 1.3px;
    bottom: 50%;
    background: #858cdd;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .area_text
    .sub_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.09em;
    padding-bottom: 39px;
  }
  .page_recruit_message_business .container .item .content .area_text .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.09em;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .area_text
    .text
    span {
    color: #858cdd;
  }
  .page_recruit_message_business .container .item .content .message_area_text {
    position: relative;
  }
  .page_recruit_message_business
    .container
    .item
    .content
    .message_area_text::before {
    content: url(../img/recruit/desk_work_woman.png);
    position: absolute;
    left: -290px;
    bottom: -20px;
    width: 145px;
    height: 120px;
  }
  .page_recruit_message_business .container .item .btn {
    margin-left: auto;
    display: block;
    margin-top: 42px;
    width: 190px;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    padding-left: 3px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    cursor: pointer;
  }
  .page_recruit_message_business .container .item .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_work {
    width: 100%;
    padding: 70px 5% 45px 5%;
    background-image: url(../img/recruit/sp/bg_work.png);
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_recruit_work .work_sit_woman {
    width: 81px;
    position: absolute;
    top: -68px;
  }
  .page_recruit_work .s_title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #858cdd;
    padding-bottom: 42px;
  }
  .page_recruit_work .container {
    margin: 0 auto;
  }
  .page_recruit_work .container .item .point {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #858cdd;
    border-radius: 50% 50%;
    border: 1px solid #858cdd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
  }
  .page_recruit_work .container .item .point span {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    padding-top: 5px;
  }
  .page_recruit_work .container .item .area_text .title {
    padding: 14px 0 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.04em;
    color: #858cdd;
  }
  .page_recruit_work .container .item .area_text .sub_title {
    padding: 30px 0 20px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.04em;
    color: #858cdd;
  }
  .page_recruit_work .container .item .area_text .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.03em;
  }
  .page_recruit_work .container .item .area_img {
    padding: 30px 0 50px 0;
  }
  .page_recruit_work .container .btn {
    display: block;
    width: 200px;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    padding-left: 3px;
    color: #858cdd;
    margin-left: auto;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_recruit_work .container .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_work {
    width: 100%;
    padding: 108px 5% 70px 5%;
    background-image: url(../img/recruit/bg_work.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_recruit_work .work_sit_woman {
    width: 92px;
    position: absolute;
    top: -70px;
  }
  .page_recruit_work .s_title {
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.06em;
    color: #858cdd;
  }
  .page_recruit_work .container {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 62px;
  }
  .page_recruit_work .container .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 106px;
  }
  .page_recruit_work .container .item .point {
    width: 83px;
    height: 83px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #858cdd;
    border-radius: 50% 50%;
    border: 1px solid #858cdd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  .page_recruit_work .container .item .point span {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    padding-top: 5px;
  }
  .page_recruit_work .container .item .area_text {
    width: 45%;
  }
  .page_recruit_work .container .item .area_text .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.1em;
    color: #858cdd;
    margin-bottom: 24px;
  }
  .page_recruit_work .container .item .area_text .sub_title {
    padding: 24px 0 13px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1em;
    color: #858cdd;
  }
  .page_recruit_work .container .item .area_text .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.1em;
  }
  .page_recruit_work .container .item .area_img {
    width: 37%;
  }
  .page_recruit_work .container .item_3 {
    margin-bottom: 0;
  }
  .page_recruit_work .container .btn {
    margin-top: 50px;
    margin-left: auto;
    display: block;
    width: 200px;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    padding-left: 3px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    cursor: pointer;
  }
  .page_recruit_work .container .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_qa {
    width: 100%;
    background-color: #f8f8f8;
    padding: 105px 5%;
  }
  .page_recruit_qa .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 30px;
  }
  .page_recruit_qa .area_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_recruit_qa .area_item .item {
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    overflow: hidden;
  }
  .page_recruit_qa .area_item .item .label {
    overflow: hidden;
  }
  .page_recruit_qa .area_item .item .label .q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .page_recruit_qa .area_item .item .label .q .left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
  }
  .page_recruit_qa .area_item .item .label .q .left .left_title {
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
  }
  .page_recruit_qa .area_item .item .label .q .left .text {
    width: 100%;
    padding-right: 10px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.52px;
    transform: translateY(-3px);
  }
  .page_recruit_qa .area_item .item .label .q .right img {
    width: 7px;
  }
  .page_recruit_qa .area_item .item .label .a {
    width: 100%;
    display: none;
    transition: 0.3s;
  }
  .page_recruit_qa .area_item .item .label .a .left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 5px 0 10px;
  }
  .page_recruit_qa .area_item .item .label .a .left .left_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    transform: translateY(7px);
  }
  .page_recruit_qa .area_item .item .label .a .left .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 207.692% */
    letter-spacing: 1.3px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_qa {
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 0 135px 0;
  }
  .page_recruit_qa .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 40px;
  }
  .page_recruit_qa .area_item {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  .page_recruit_qa .area_item .item {
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    padding: 23px 0;
  }
  .page_recruit_qa .area_item .item .label .q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_recruit_qa .area_item .item .label .q .left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #858cdd;
  }
  .page_recruit_qa .area_item .item .label .q .left .left_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    transform: translateY(4px);
  }
  .page_recruit_qa .area_item .item .label .q .left .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .page_recruit_qa .area_item .item .label .q .right img {
    width: 6.5px;
  }
  .page_recruit_qa .area_item .item .label .a {
    width: 100%;
    display: none;
  }
  .page_recruit_qa .area_item .item .label .a .left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 21px;
    width: 88%;
  }
  .page_recruit_qa .area_item .item .label .a .left .left_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .page_recruit_qa .area_item .item .label .a .left .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    letter-spacing: 1.6px;
    transform: translateY(-5px);
  }
}
/*===================================-
        qを押したときにaは開く
=======================================*/
.item .label .a {
  animation: qa_fade_out ease-in forwards 0.5s;
}

.item .check:checked + .item {
  padding-bottom: 0;
}

.item .check:checked + .label > .a {
  display: flex !important;
  justify-content: space-between;
  padding-left: 2px;
  animation: qa_fade_in ease-in forwards 0.5s;
}

@keyframes qa_fade_in {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
    height: 50%;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes qa_fade_out {
  0% {
    height: 100%;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    height: 50%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.item .check:checked + .label > .q > .right > img {
  transform: rotate(-180deg);
  transition: 0.3s;
}

.item .check:checked + .label > .q {
  padding-bottom: 0 !important;
}

.item > .check {
  display: none;
}

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

label[for] {
  cursor: pointer;
}

/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_entry {
    width: 100%;
    padding: 30px 5% 50px 5%;
    background-color: #d6d8ed;
  }
  .page_recruit_entry .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_recruit_entry .container .content {
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
  }
  .page_recruit_entry .container .content .area_text {
    padding: 18px 0;
    text-align: center;
    color: #858cdd;
  }
  .page_recruit_entry .container .content .area_text .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .page_recruit_entry .container .content .area_text .big {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding: 9px 0;
  }
  .page_recruit_entry .container .content .area_text .text2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
  }
  .page_recruit_entry .container .area_btn {
    width: 100%;
    border: #858cdd 1px solid;
    background-color: #ffffff;
    padding: 22px 0;
  }
  .page_recruit_entry .container .area_btn .btn {
    display: block;
    width: 150px;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    padding-left: 3px;
    color: #858cdd;
    margin: 0 auto;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_recruit_entry .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_entry {
    width: 100%;
    padding: 60px 0;
    background-color: #d6d8ed;
  }
  .page_recruit_entry .container {
    max-width: 860px;
    margin: 0 auto;
  }
  .page_recruit_entry .container .entry-area {
    width: 600px;
    height: 100px;
    margin: 0 auto;
    padding: 15px 200px;
    background-color: #868cd7;
    margin-bottom: 100px;
    transition: all 0.3s ease;
  }
  .page_recruit_entry .container .entry-area .btn-entry {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    border-bottom: solid #fff 2px;
    position: relative;
  }
  .page_recruit_entry .container .entry-area .btn-entry::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  .page_recruit_entry .container .entry-area:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .page_recruit_entry .container .content {
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    display: flex;
    flex-direction: row-reverse;
  }
  .page_recruit_entry .container .content .area_text {
    padding: 50px 3% 35px 3%;
    max-height: 243px;
    color: #858cdd;
  }
  .page_recruit_entry .container .content .area_text .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .page_recruit_entry .container .content .area_text .big {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    padding: 11px 0 22px 0;
  }
  .page_recruit_entry .container .content .area_text .text2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }
  .page_recruit_entry .container .content .three {
    width: 55%;
    max-width: 475px;
    max-height: 243px;
    height: 28.2vw;
  }
  .page_recruit_entry .container .area_btn {
    width: 100%;
    background-color: #ffffff;
    padding: 17px 30px 13px 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .page_recruit_entry .container .area_btn .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
  .page_recruit_entry .container .area_btn .btn {
    display: block;
    width: 200px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-left: 3px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    cursor: pointer;
  }
  .page_recruit_entry .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  .page_recruit_entry .container .content .area_text {
    padding: 60px 20px 35px 20px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_recruit_interview {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 110px;
    position: relative;
  }
  .page_recruit_interview .container {
    width: 100%;
    margin: 0 auto;
  }
  .page_recruit_interview .container .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 50px;
  }
  .page_recruit_interview .container .content {
    width: 100%;
    margin: 0 auto;
  }
  .page_recruit_interview .container .content .video {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #585858;
  }
  .page_recruit_interview .container .content .video .play {
    width: 196px;
    position: absolute;
    left: 37%;
  }
  .page_recruit_interview .container .content .video .btn {
    position: absolute;
    width: 268px;
    bottom: -70px;
    display: block;
    width: 268px;
    background-color: #ffffff;
    border: #858cdd solid 1.5px;
    border-radius: 10px;
    padding: 13px 0;
    color: #858cdd;
    display: flex;
    justify-content: center;
    gap: 7px;
  }
  .page_recruit_interview .container .content .video .btn span {
    background-color: #858cdd;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 0 2px 0;
    text-align: center;
    display: block;
    width: 55px;
    border-radius: 10px;
  }
  .page_recruit_interview .container .content .video .btn p {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #858cdd;
  }
  .page_recruit_interview .container .content .area_item {
    width: 100%;
    height: 400px;
    display: flex;
    padding: 30px 5% 0 5%;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/recruit/sp/bg_interview.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_recruit_interview .container .content .area_item .item {
    width: 100%;
    max-width: 500px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
    display: flex;
  }
  .page_recruit_interview .container .content .area_item .item .woman {
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page_recruit_interview .container .content .area_item .item .area_text {
    background-color: #ffffff;
    padding: 13px 15px 38px 15px;
    position: relative;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.13em;
    color: #858cdd;
    padding-bottom: 6px;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .name
    span {
    display: inline-block;
    padding-right: 7px;
    transform: translateY(1px);
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.04em;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .more {
    width: 90px;
    height: 30px;
    border-top-left-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: center;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.13em;
    background-color: #868cd7;
    color: #ffffff;
  }
  /* モーダルを開くボタン */
  /* モーダルと背景の指定 */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(88, 88, 88, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 9999999999;
  }
  /* モーダルの擬似要素の指定 */
  .modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  /* クラスが追加された時の指定 */
  .modal.is-active {
    opacity: 1;
    visibility: visible;
  }
  /* モーダル内側の指定 */
  .modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1200px;
    width: 100%;
    padding-bottom: 350px;
  }
  /* モーダルを閉じるボタンの指定 */
  .modal-close {
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -740px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 35px;
    font-weight: 300;
    color: #858cdd;
    cursor: pointer;
  }
  /* モーダルのコンテンツ部分の指定 */
  .modal-contents {
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 70px 20px 0;
    position: absolute;
    top: -750px;
    z-index: 999;
  }
  .modal-contents .modal-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .modal-contents .modal-box .modal-img {
    width: 100%;
  }
  .modal-contents .modal-box .modal-textarea .title {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
  }
  .modal-contents .modal-box .modal-textarea .name {
    color: #858cdd;
    font-family: Josefin Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-align: right;
    margin-bottom: 30px;
  }
  .modal-contents .modal-box .modal-textarea .name span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.56px;
  }
  .modal-contents .modal-box .modal-textarea .subtitle {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.96px;
    margin-bottom: 10px;
  }
  .modal-contents .modal-box .modal-textarea .text {
    color: #585858;
    text-align: justify;
    font-family: Zen Kaku Gothic New;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.17px;
    margin-bottom: 30px;
  }
  /* モーダルのコンテンツ部分のテキストの指定 */
  .modal-content p {
    margin: 1em 0;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_recruit_interview {
    width: 100%;
    padding: 73px 5% 111px 5%;
    position: relative;
  }
  .page_recruit_interview .container {
    max-width: 1120px;
    margin: 0 auto;
  }
  .page_recruit_interview .container .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 58px;
  }
  .page_recruit_interview .container .content {
    width: 100%;
    background-image: url(../img/recruit/bg_interview.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -120px;
    padding-top: 50px;
  }
  .page_recruit_interview .container .content .video {
    width: 67%;
    margin: 0 auto;
    margin-bottom: 124px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #585858;
  }
  .page_recruit_interview .container .content .video .play {
    width: 243px;
    position: absolute;
    left: 37%;
  }
  .page_recruit_interview .container .content .video .btn {
    position: absolute;
    width: 268px;
    bottom: -22px;
    right: 40px;
    display: block;
    width: 268px;
    background-color: #ffffff;
    border: #858cdd solid 1.5px;
    border-radius: 10px;
    padding: 13px 0;
    color: #858cdd;
    display: flex;
    justify-content: center;
    gap: 7px;
    transition: all 0.3s ease-in-out;
  }
  .page_recruit_interview .container .content .video .btn:hover {
    background-color: #858cdd;
  }
  .page_recruit_interview .container .content .video .btn:hover p {
    color: #ffffff;
  }
  .page_recruit_interview .container .content .video .btn:hover span {
    background-color: #ffffff;
    color: #858cdd;
  }
  .page_recruit_interview .container .content .video .btn span {
    background-color: #858cdd;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 0 2px 0;
    text-align: center;
    display: block;
    width: 55px;
    border-radius: 10px;
  }
  .page_recruit_interview .container .content .video .btn p {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #858cdd;
  }
  .page_recruit_interview .container .content .area_item {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  .page_recruit_interview .container .content .area_item .item {
    width: 50%;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
  }
  .page_recruit_interview .container .content .area_item .item .area_text {
    background-color: #ffffff;
    padding: 28px 20px 74px 20px;
    position: relative;
  }
  /* モーダルを開くボタン */
  /* モーダルと背景の指定 */
  /* モーダルの擬似要素の指定 */
  /* クラスが追加された時の指定 */
  /* モーダル内側の指定 */
  /* モーダルを閉じるボタンの指定 */
  /* モーダルのコンテンツ部分の指定 */
  /* モーダルのコンテンツ部分のテキストの指定 */
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .page_recruit_interview .container .content .area_item .item .area_text {
    height: 209px;
  }
}
@media screen and (min-width: 900px) {
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .name {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #858cdd;
    padding-bottom: 18px;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .name
    span {
    display: inline-block;
    padding-right: 11px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .more {
    width: 131px;
    height: 48px;
    border-top-left-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: center;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.161));
    font-size: 13px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.13em;
    background-color: #868cd7;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .page_recruit_interview
    .container
    .content
    .area_item
    .item
    .area_text
    .more:hover {
    background-color: #ffffff;
    color: #868cd7;
    border: #868cd7 solid 1.5px;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(88, 88, 88, 0.4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 9999999999;
  }
  .modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
  }
  .modal.is-active {
    opacity: 1;
    visibility: visible;
  }
  .modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1200px;
    width: 100%;
    margin: 8vw 0 300px;
  }
  .modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 50px;
    font-weight: 300;
    color: #858cdd;
    cursor: pointer;
  }
  .modal-contents {
    background: #fff;
    text-align: left;
    line-height: 1.8;
    padding: 50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .modal-contents {
    padding: 50px 10px 50px 10px;
  }
}
@media screen and (min-width: 900px) {
  .modal-contents .modal-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .modal-contents .modal-box {
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .modal-contents .modal-box .modal-img {
    width: 60%;
  }
  .modal-contents .modal-box .modal-textarea .title {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    margin-bottom: 13px;
  }
  .modal-contents .modal-box .modal-textarea .name {
    color: #858cdd;
    font-family: Josefin Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: right;
    margin-bottom: 23px;
  }
  .modal-contents .modal-box .modal-textarea .name span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.17px;
  }
  .modal-contents .modal-box .modal-textarea .subtitle {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.96px;
    margin-bottom: 10px;
  }
  .modal-contents .modal-box .modal-textarea .text {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
  }
  .modal-content p {
    margin: 1em 0;
  }
}
/*
===================================
          header
===================================
*/
/*sp*/
/*pc*/
@media screen and (min-width: 900px) {
  .banner {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .banner-container-item p {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    margin-top: 10px;
    position: relative;
  }
  .banner-container-item p::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 6px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 9px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
  }
  .page_fc_fv .page_nav .top {
    position: relative;
  }
  .page_fc_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_fc_fv .container {
    width: 100%;
    height: 568px;
    background-image: url(../img/fc/sp/fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 176px;
    position: relative;
    text-align: center;
  }
  .page_fc_fv .container .fv-logo {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .page_fc_fv .container .fv-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #868cd7;
    display: inline-block;
    margin: 5px auto;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 5px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  }
  .page_fc_fv .page_nav .top {
    position: relative;
  }
  .page_fc_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_fc_fv .container {
    width: 100%;
    height: 503px;
    background-image: url(../img/fc/fv.png);
    background-size: cover;
    background-position: 26% 0%;
    padding-top: 136px;
    text-align: center;
  }
  .page_fc_fv .container .fv-logo {
    width: 505px;
    margin: 0 auto;
  }
  .page_fc_fv .container .fv-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    padding: 18px 50px;
    background-color: #868cd7;
    width: 748px;
    margin: 50px auto;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_join {
    width: 100%;
    padding: 40px 5% 35px 5%;
    background-color: #d6d8ed;
    background-image: url(../img/fc/bg_join.png);
    background-size: cover;
  }
  .page_fc_join .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_fc_join .container .content {
    position: relative;
  }
  .page_fc_join .container .content .three {
    width: 250px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-33%);
  }
  .page_fc_join .container .content .area_text {
    padding: 10px 0;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_join .container .content .area_text .text-join {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    margin-right: 10px;
  }
  .page_fc_join .container .content .area_text .text {
    color: #858cdd;
    text-align: center;
    font-family: Zen Kaku Gothic New;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    margin-top: 20px;
  }
  .page_fc_join .container .content .area_text .text .heading {
    align-items: center; /* 線を上下中央 */
    display: flex; /* 文字と線を横並び */
    justify-content: center; /* 文字を中央寄せ */
  }
  .page_fc_join .container .content .area_text .text .heading::before,
  .page_fc_join .container .content .area_text .text .heading::after {
    background-color: #858cdd; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 1px; /* 線の高さ */
    width: 18px; /* 線の長さ */
  }
  .page_fc_join .container .content .area_text .text .heading::before {
    margin-right: 5px; /* 文字との余白 */
    transform: rotate(60deg); /* 傾ける */
  }
  .page_fc_join .container .content .area_text .text .heading::after {
    margin-left: 5px; /* 文字との余白 */
    transform: rotate(-60deg); /* 傾ける */
  }
  .page_fc_join .container .content .area_text .text .small {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
  }
  .page_fc_join .container .content .area_text .text .heading .dot-text {
    position: relative; /* 基準値とする */
  }
  .page_fc_join
    .container
    .content
    .area_text
    .text
    .heading
    .dot-text::before {
    content: "・"; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    top: -0.9em; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  .page_fc_join .container .area_btn {
    width: 322px;
    margin: 0 auto;
    background-color: #868cd7;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(61, 65, 122, 0.16);
    padding: 20px 0px 25px;
  }
  .page_fc_join .container .area_btn .btn {
    display: block;
    width: 200px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-left: 25px;
    color: #ffffff;
    margin: 0 auto;
    border-bottom: solid #ffffff 2px;
    position: relative;
  }
  .page_fc_join .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_join {
    width: 100%;
    padding: 90px 0 50px;
    background-color: #d6d8ed;
    background-image: url(../img/fc/bg_join.png);
    background-size: cover;
  }
  .page_fc_join .container {
    max-width: 860px;
    margin: 0 auto;
  }
  .page_fc_join .container .content {
    position: relative;
  }
  .page_fc_join .container .content .three {
    width: 390px;
    position: absolute;
    top: -80px;
    right: 225px;
  }
  .page_fc_join .container .content .area_text {
    padding: 3px 70px 0 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_join .container .content .area_text .text-join {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    margin-right: 140px;
  }
  .page_fc_join .container .content .area_text .text {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 100% */
    margin-top: 25px;
    display: flex;
  }
  .page_fc_join .container .content .area_text .text .heading {
    align-items: center; /* 線を上下中央 */
    display: flex; /* 文字と線を横並び */
    justify-content: center; /* 文字を中央寄せ */
  }
  .page_fc_join .container .content .area_text .text .heading::before,
  .page_fc_join .container .content .area_text .text .heading::after {
    background-color: #858cdd; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 2px; /* 線の高さ */
    width: 30px; /* 線の長さ */
  }
  .page_fc_join .container .content .area_text .text .heading::before {
    margin-right: 10px; /* 文字との余白 */
    transform: rotate(60deg); /* 傾ける */
  }
  .page_fc_join .container .content .area_text .text .heading::after {
    margin-left: 10px; /* 文字との余白 */
    transform: rotate(-60deg); /* 傾ける */
  }
  .page_fc_join .container .content .area_text .text .small {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
  }
  .page_fc_join .container .content .area_text .text .heading .dot-text {
    position: relative; /* 基準値とする */
  }
  .page_fc_join
    .container
    .content
    .area_text
    .text
    .heading
    .dot-text::before {
    content: "・"; /* 文字の上に置くものを指定 */
    position: absolute; /* 相対位置とする */
    top: -0.9em; /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0; /* 横方向の表示位置を調整 */
  }
  .page_fc_join .container .area_btn {
    width: 400px;
    margin: 0 auto;
    background-color: #868cd7;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(61, 65, 122, 0.16);
    padding: 10px 30px 20px 20px;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .page_fc_join .container .area_btn .btn {
    display: block;
    text-align: center;
    width: 200px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-left: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: solid #ffffff 2px;
    position: relative;
    cursor: pointer;
  }
  .page_fc_join .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_secret {
    width: 100%;
    padding: 108px 5% 0 5%;
  }
  .page_fc_secret .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_fc_secret .container .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
  }
  .page_fc_secret .container .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    padding-bottom: 15px;
  }
  .page_fc_secret .container .person {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-top: 25px;
  }
  .page_fc_secret .container .person .secret-man {
    width: 100%;
  }
  .page_fc_secret .container .person .name {
    color: #858cdd;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_secret {
    width: 100%;
    padding: 144px 15% 120px 15%;
  }
  .page_fc_secret .container {
    max-width: 1100px;
  }
  .page_fc_secret .container .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 36px;
  }
  .page_fc_secret .container .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 25px;
  }
  .page_fc_secret .container .person {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
  }
  .page_fc_secret .container .person .secret-man {
    width: 65%;
    min-width: 400px;
    padding-right: 3vw;
  }
  .page_fc_secret .container .person .name {
    color: #858cdd;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1220px) {
  .tablet {
    display: none;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_strongpoint {
    width: 100%;
    padding: 100px 0 100px 0;
  }
  .page_fc_strongpoint .title {
    font-weight: 400;
    font-size: 56px;
    line-height: 96px;
    padding-right: 30px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_strongpoint .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_strongpoint .container {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .page_fc_strongpoint .container .item {
    max-width: 500px;
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .page_fc_strongpoint .container .item .area_img {
    width: 90%;
    max-width: 350px;
    position: absolute;
    z-index: 2;
  }
  .page_fc_strongpoint .container .item .area_text {
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 3;
    width: 90%;
    max-width: 350px;
    background-color: #ffffff;
    padding: 30px 20px;
    margin-left: auto;
  }
  .page_fc_strongpoint .container .item .area_text .item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
  }
  .page_fc_strongpoint .container .item .area_text .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .page_fc_strongpoint .container .item .bg {
    width: 100vw;
    height: calc(100% - 34px);
    position: absolute;
    top: 34px;
    background: linear-gradient(135deg, #fae7f7 0%, #e0f4fd 100%);
  }
  .page_fc_strongpoint .container .item_2 {
    height: 535px;
  }
  .page_fc_strongpoint .container .item_5 {
    height: 535px;
  }
}
@media screen and (max-width: 350px) {
  .page_fc_strongpoint .container .item_3 {
    height: 420px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_strongpoint {
    width: 100%;
    padding: 0 5% 135px 5%;
  }
  .page_fc_strongpoint .title {
    font-weight: 400;
    font-size: 90.117px;
    line-height: 135px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_strongpoint .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_strongpoint .container {
    max-width: 1035px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }
  .page_fc_strongpoint .container .item {
    width: 100%;
    position: relative;
  }
  .page_fc_strongpoint .container .item .area_img {
    width: 67%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .page_fc_strongpoint .container .item .area_text {
    position: absolute;
    width: 53%;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    padding: 40px;
    z-index: 3;
  }
  .page_fc_strongpoint .container .item .area_text .item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 30px;
    transform: translateX(-20px);
  }
  .page_fc_strongpoint .container .item .area_text .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
  .page_fc_strongpoint .container .item .bg {
    width: 96%;
    height: 38.6vw;
    max-height: 398px;
    background: linear-gradient(135deg, #fae7f7 0%, #e0f4fd 100%);
    position: absolute;
    top: 34px;
  }
  .page_fc_strongpoint .container .item_1 {
    height: 490px;
  }
  .page_fc_strongpoint .container .item_1 .area_text {
    top: 239px;
    right: 4%;
  }
  .page_fc_strongpoint .container .item_1 .bg {
    right: 0;
  }
  .page_fc_strongpoint .container .item_2 {
    height: 490px;
  }
  .page_fc_strongpoint .container .item_2 .area_text {
    top: 233px;
    left: 4%;
  }
  .page_fc_strongpoint .container .item_2 .area_img {
    right: 0;
  }
  .page_fc_strongpoint .container .item_2 .bg {
    left: 0;
  }
  .page_fc_strongpoint .container .item_3 {
    height: 490px;
  }
  .page_fc_strongpoint .container .item_3 .area_text {
    top: 224px;
    right: 4%;
  }
  .page_fc_strongpoint .container .item_3 .bg {
    right: 0;
  }
  .page_fc_strongpoint .container .item_4 {
    height: 490px;
  }
  .page_fc_strongpoint .container .item_4 .area_text {
    top: 233px;
    left: 4%;
  }
  .page_fc_strongpoint .container .item_4 .area_img {
    right: 0;
  }
  .page_fc_strongpoint .container .item_4 .bg {
    left: 0;
  }
  .page_fc_strongpoint .container .item_5 {
    height: 490px;
  }
  .page_fc_strongpoint .container .item_5 .area_text {
    top: 224px;
    right: 4%;
  }
  .page_fc_strongpoint .container .item_5 .bg {
    right: 0;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_terms {
    width: 100%;
    padding: 80px 5% 50px 5%;
    position: relative;
    background-image: url(../img/fc/sp/bg_terms.png);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_terms .title {
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_terms .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_terms .container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .page_fc_terms .container .type-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 50px;
  }
  .page_fc_terms .container .type-container .type-title {
    border: 1px solid #858cdd;
    text-align: center;
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f0f0ff;
  }
  .page_fc_terms .container .type-container .flex-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #858cdd;
    padding: 20px 0;
    margin: 0 20px;
  }
  .page_fc_terms .container .type-container .flex-container .flex-inner {
    display: flex;
    justify-content: space-between;
    width: min(100%, 387px);
    margin-inline: auto;
  }
  .page_fc_terms .container .type-container .flex-container .item-left {
    align-self: flex-start;
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
  .page_fc_terms .container .type-container .flex-container .item-right {
    align-self: flex-end;
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .page_fc_terms .container .type-container .flex-container .item-right span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .page_fc_terms .container .type-container .total-pricebox {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #858cdd;
    margin: 30px 20px;
    padding: 25px 0;
    gap: 20px;
    background-color: #f0f0ff;
  }
  .page_fc_terms .container .type-container .total-pricebox .price-title {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .page_fc_terms
    .container
    .type-container
    .total-pricebox
    .price-title
    .breaks {
    display: inline-block;
  }
  .page_fc_terms .container .type-container .total-pricebox .price {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .page_fc_terms .container .type-container .total-pricebox .price span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
  .page_fc_terms .area_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_terms {
    width: 100%;
    padding: 100px 5%;
    position: relative;
    background-image: url(../img/fc/bg_terms.png);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_terms .title {
    font-weight: 400;
    font-size: 90.117px;
    line-height: 135px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_terms .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_terms .container {
    width: min(100%, 800px);
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex;
    gap: 30px;
  }
  .page_fc_terms .container .type-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 50px;
  }
  .page_fc_terms .container .type-container .type-title {
    border: 1px solid #858cdd;
    text-align: center;
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 30px 0;
    margin-bottom: 30px;
    background-color: #f0f0ff;
  }
  .page_fc_terms .container .type-container .flex-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #858cdd;
    width: min(100%, 560px);
    padding: 20px 0;
    margin-inline: auto;
  }
  .page_fc_terms .container .type-container .flex-container .flex-inner {
    display: flex;
    justify-content: space-between;
    width: min(100%, 387px);
    margin-inline: auto;
  }
  .page_fc_terms .container .type-container .flex-container .item-left {
    align-self: center;
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .page_fc_terms .container .type-container .flex-container .item-right {
    align-self: flex-end;
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .page_fc_terms .container .type-container .flex-container .item-right span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }

  .page_fc_terms .container .type-container .total-pricebox {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #858cdd;
    width: min(100%, 560px);
    margin: 30px auto;
    padding: 25px 0;
    gap: 33px;
    background-color: #f0f0ff;
  }
  .page_fc_terms .container .type-container .total-pricebox .price-title {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .page_fc_terms .container .type-container .total-pricebox .price {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 112.5% */
  }
  .page_fc_terms .container .type-container .total-pricebox .price span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
  }
  .page_fc_terms .area_text {
    width: min(100%, 800px);
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_simulation {
    width: 100%;
    padding: 80px 0 50px 5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_simulation .title {
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_simulation .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_simulation .container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 80px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .page_fc_simulation .container .table-title {
    width: 90px;
  }
  .page_fc_simulation .container .table-title .item-empty {
    height: 72px;
  }
  .page_fc_simulation .container .table-title .item-name {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    border-bottom: 1px solid #858cdd;
    padding: 20px 0;
    height: 59px;
  }
  .page_fc_simulation .container .table-title .item-name-last {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #858cdd;
    padding: 25px 0;
    height: 70px;
  }
  .page_fc_simulation .container .table_price .table-box {
    border: 1px solid #858cdd;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
  .page_fc_simulation .container .table_price .table-box .shop-name {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #858cdd;
    background: linear-gradient(270deg, #f0f0ff 0%, #f9e8f6 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 21px 0;
  }
  .page_fc_simulation .container .table_price .table-box .shop-name span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_fc_simulation .container .table_price .table-box .shop-name .big {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_fc_simulation .container .table_price .table-box .price {
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    border-bottom: 1px solid #858cdd;
    padding: 20px 0;
    margin: 0 10px;
  }
  .page_fc_simulation .container .table_price .table-box .price span {
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
  }
  .page_fc_simulation .container .table_price .table-box .total-price {
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border: 1px solid #858cdd;
    border-radius: 10px;
    padding: 20px 0;
    margin: 10px 10px;
    background-color: #858cdd;
  }
  .page_fc_simulation .container .table_price .table-box .total-price span {
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 100% */
  }
  .page_fc_simulation .swiper {
    position: relative;
    padding-bottom: 35px;
  }
  .page_fc_simulation .swiper .swiper-wrapper {
    width: 220px;
    height: 100%;
  }
  .page_fc_simulation .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 100;
  }
  .page_fc_simulation .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border: 1px solid #585858;
    border-radius: 50%;
    background-color: #f0f0ff;
    opacity: 1;
    margin: 0 8px;
  }
  .page_fc_simulation
    .swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #585858;
    border-radius: 50%;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_simulation {
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_simulation .title {
    font-weight: 400;
    font-size: 90.117px;
    line-height: 135px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_simulation .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_simulation .container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 80px;
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  .page_fc_simulation .container .table-title {
    width: 10.4166666667vw;
  }
  .page_fc_simulation .container .table-title .item-empty {
    height: 72px;
  }
  .page_fc_simulation .container .table-title .item-name {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    border-bottom: 1px solid #858cdd;
    padding: 20px 0;
    height: 59px;
  }
  .page_fc_simulation .container .table-title .item-name-last {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    border-bottom: 1px solid #858cdd;
    padding: 25px 0;
    height: 70px;
  }
  .page_fc_simulation .container .table_price .table-box {
    border: 1px solid #858cdd;
    border-radius: 10px;
    width: 270px;
    text-align: center;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .page_fc_simulation .container .table_price .table-box {
    width: 220px;
  }
}
@media screen and (min-width: 900px) {
  .page_fc_simulation .container .table_price .table-box .shop-name {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #858cdd;
    background: linear-gradient(270deg, #f0f0ff 0%, #f9e8f6 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 21px 0;
  }
  .page_fc_simulation .container .table_price .table-box .shop-name span {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_fc_simulation .container .table_price .table-box .shop-name .big {
    color: #858cdd;
    font-family: Zen Kaku Gothic New;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_fc_simulation .container .table_price .table-box .price {
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 1px solid #858cdd;
    padding: 20px 0;
    margin: 0 10px;
  }
  .page_fc_simulation .container .table_price .table-box .price span {
    color: #767676;
    font-family: Zen Kaku Gothic New;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
  }
  .page_fc_simulation .container .table_price .table-box .total-price {
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid #858cdd;
    border-radius: 10px;
    padding: 20px 0;
    margin: 10px 10px;
    background-color: #858cdd;
  }
  .page_fc_simulation .container .table_price .table-box .total-price span {
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_benefit {
    width: 100%;
    padding: 60px 10% 20px;
    background-image: url(../img/fc/sp/bg_benefit.png);
    background-size: cover;
  }
  .page_fc_benefit .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 100px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_benefit .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_benefit .container .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 50px 0 50px;
  }
  .page_fc_benefit .container .item .point {
    width: 83px;
    height: 83px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #858cdd;
    border-radius: 50% 50%;
    border: 1px solid #858cdd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  .page_fc_benefit .container .item .point span {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
  }
  .page_fc_benefit .container .item h3 {
    color: #858cdd;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 2.4px;
    text-align: center;
    width: 190px;
  }
  .page_fc_benefit .container .item .area_text {
    width: 100%;
  }
  .page_fc_benefit .container .item .area_text .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 350px) {
  .page_fc_benefit .container .item_3 {
    height: 420px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_benefit {
    width: 100%;
    padding: 120px 10% 100px;
    background-image: url(../img/fc/bg_benefit.png);
    background-size: cover;
  }
  .page_fc_benefit .title {
    font-weight: 400;
    font-size: 90.117px;
    line-height: 135px;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_benefit .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #858cdd;
    transform: translateY(-10px);
  }
  .page_fc_benefit .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .page_fc_benefit .container {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .page_fc_benefit .container .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 70px 0 20px;
  }
  .page_fc_benefit .container .item .point {
    width: 83px;
    height: 83px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #858cdd;
    border-radius: 50% 50%;
    border: 1px solid #858cdd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  .page_fc_benefit .container .item .point span {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    padding-top: 5px;
  }
  .page_fc_benefit .container .item h3 {
    color: #858cdd;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 2.4px;
    text-align: left;
    width: 190px;
  }
  .page_fc_benefit .container .item .area_text {
    width: 62%;
  }
  .page_fc_benefit .container .item .area_text .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.6px;
  }
}
/*
===================================
          flow
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_flow {
    width: 100%;
    padding: 50px 5% 100px 5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_flow .s_title {
    color: #868cd7;
    text-align: center;
  }
  .page_fc_flow .s_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
  }
  .page_fc_flow .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-10px);
  }
  .page_fc_flow .container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page_fc_flow .container .area_item {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .page_fc_flow .container .area_item .item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page_fc_flow .container .area_item .item::before {
    content: url(../img/top/triangle.png);
    position: absolute;
    bottom: -41px;
    transform: rotate(90deg);
  }
  .page_fc_flow .container .area_item .item:last-child::before {
    display: none;
  }
  .page_fc_flow .container .area_item .item .number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
  }
  .page_fc_flow .container .area_item .item .number span {
    font-weight: 400;
    font-size: 40px;
    display: inline-block;
    transform: translateY(-5px);
  }
  .page_fc_flow .container .area_item .item .area_text {
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 1px 8px 8px -8px gray;
  }
  .page_fc_flow .container .area_item .item .area_text .step_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
    color: #868cd7;
  }
  .page_fc_flow .container .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_flow {
    width: 100%;
    padding: 96px 5% 5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_fc_flow .s_title {
    color: #868cd7;
    text-align: center;
  }
  .page_fc_flow .s_title .title {
    font-weight: 400;
    font-size: 90.117px;
    line-height: 135px;
  }
  .page_fc_flow .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-30px);
  }
  .page_fc_flow .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .page_fc_flow .container .area_item {
    display: flex;
    gap: 3%;
    flex-direction: row;
  }
  .page_fc_flow .container .area_item .item {
    width: 25%;
    position: relative;
    align-items: center;
  }
  .page_fc_flow .container .area_item .item::before {
    content: url(../img/top/triangle.png);
    position: absolute;
    top: 50%;
    right: -11.5%;
    transform: translateY(10px);
  }
  .page_fc_flow .container .area_item .item:last-child::before {
    display: none;
  }
  .page_fc_flow .container .area_item .item .number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 17px;
  }
  .page_fc_flow .container .area_item .item .number span {
    font-weight: 400;
    font-size: 40px;
    display: inline-block;
    transform: translateY(-5px);
  }
  .page_fc_flow .container .area_item .item .area_text {
    padding: 23px 15px 25px 15px;
    background-color: #ffffff;
    box-shadow: 1px 8px 8px -8px gray;
    height: 280px;
  }
  .page_fc_flow .container .area_item .item .area_text .step_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
    color: #868cd7;
  }
  .page_fc_flow .container .area_item .item .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_line {
    width: 100%;
    padding: 50px 5% 50px 5%;
    background-color: #d6d8ed;
  }
  .page_fc_line .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_fc_line .container h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #858cdd;
    padding-bottom: 20px;
  }
  .page_fc_line .container .content {
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
  }
  .page_fc_line .container .content .area_text {
    padding: 18px 0;
    color: #858cdd;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_fc_line .container .content .area_text .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
  }
  .page_fc_line .container .area_btn {
    width: 100%;
    background-color: #868cd7;
    padding: 22px 0;
  }
  .page_fc_line .container .area_btn .btn {
    display: block;
    width: 200px;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    padding-left: 3px;
    color: #ffffff;
    margin: 0 auto;
    border-bottom: solid #ffffff 2px;
    position: relative;
  }
  .page_fc_line .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_line {
    width: 100%;
    padding: 50px 0;
    background-color: #d6d8ed;
  }
  .page_fc_line .container {
    max-width: 860px;
    margin: 0 auto;
  }
  .page_fc_line .container h2 {
    color: #858cdd;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding-bottom: 50px;
  }
  .page_fc_line .container .content {
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .page_fc_line .container .content .area_text {
    padding: 32px 28px 32px 28px;
    width: 100%;
    text-align: center;
    color: #858cdd;
  }
  .page_fc_line .container .content .area_text .text {
    color: #858cdd;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }
  .page_fc_line .container .content .three {
    width: 497px;
  }
  .page_fc_line .container .area_btn {
    width: 100%;
    background-color: #868cd7;
    padding: 28px 30px 43px 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .page_fc_line .container .area_btn .btn {
    display: block;
    text-align: center;
    width: 250px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding-left: 3px;
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: solid #ffffff 2px;
    position: relative;
    cursor: pointer;
  }
  .page_fc_line .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fc_qa {
    width: 100%;
    background-color: #f8f8f8;
    padding: 105px 5%;
  }
  .page_fc_qa .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 30px;
  }
  .page_fc_qa .area_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_fc_qa .area_item .item {
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    overflow: hidden;
  }
  .page_fc_qa .area_item .item .label {
    overflow: hidden;
  }
  .page_fc_qa .area_item .item .label .q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .page_fc_qa .area_item .item .label .q .left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
  }
  .page_fc_qa .area_item .item .label .q .left .left_title {
    color: #858cdd;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
  }
  .page_fc_qa .area_item .item .label .q .left .text {
    width: 100%;
    padding-right: 10px;
    color: #858cdd;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.52px;
    transform: translateY(-3px);
  }
  .page_fc_qa .area_item .item .label .q .right img {
    width: 7px;
  }
  .page_fc_qa .area_item .item .label .a {
    width: 100%;
    display: none;
    transition: 0.3s;
  }
  .page_fc_qa .area_item .item .label .a .left {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 5px 0 10px;
  }
  .page_fc_qa .area_item .item .label .a .left .left_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    transform: translateY(7px);
  }
  .page_fc_qa .area_item .item .label .a .left .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 207.692% */
    letter-spacing: 1.3px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_fc_qa {
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 0 135px 0;
  }
  .page_fc_qa .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    text-align: center;
    padding-bottom: 40px;
  }
  .page_fc_qa .area_item {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  .page_fc_qa .area_item .item {
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
    padding: 23px 0;
  }
  .page_fc_qa .area_item .item .label .q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_fc_qa .area_item .item .label .q .left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: #858cdd;
  }
  .page_fc_qa .area_item .item .label .q .left .left_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    transform: translateY(4px);
  }
  .page_fc_qa .area_item .item .label .q .left .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .page_fc_qa .area_item .item .label .q .right img {
    width: 6.5px;
  }
  .page_fc_qa .area_item .item .label .a {
    width: 100%;
    display: none;
  }
  .page_fc_qa .area_item .item .label .a .left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-top: 21px;
    width: 88%;
  }
  .page_fc_qa .area_item .item .label .a .left .left_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .page_fc_qa .area_item .item .label .a .left .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
    letter-spacing: 1.6px;
    transform: translateY(-5px);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_news_fv {
    width: 100%;
    position: relative;
  }
  .page_news_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 9px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
  }
  .page_news_fv .page_nav .top {
    position: relative;
  }
  .page_news_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_news_fv .container {
    width: 100%;
    position: relative;
    height: 510px;
    background-image: url(../img/newstop/sp/fv.png);
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .page_news_fv .container .cover {
    width: 100%;
    height: 100%;
    background-image: url(../img/newstop/sp/bg_cover.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_news_fv .container .cover .s_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
  }
  .page_news_fv .container .cover .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    transform: translateY(-11px);
  }
  /*newsの内容*/
  .page_news_gallery {
    width: 100%;
    padding: 105px 5%;
  }
  .page_news_gallery .container {
    max-width: 500px;
    margin: 0 auto;
    padding: 67px 0 52px 0;
  }
  .page_news_gallery .container .s_title {
    text-align: center;
    color: #858cdd;
  }
  .page_news_gallery .container .s_title .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .page_news_gallery .container .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 50px;
  }
  .page_news_gallery .container .content {
    width: 100%;
    position: relative;
    border-top: 2px solid #858cdd;
  }
  .page_news_gallery .container .content article {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .page_news_gallery .container .content article .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
    opacity: 0.5;
  }
  .page_news_gallery .container .content article .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .page_news_gallery .pagination {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_news_gallery .pagination .area_page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 25px;
  }
  .page_news_gallery .pagination .area_page::before {
    position: absolute;
    content: "←";
    left: 0px;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-4px);
  }
  .page_news_gallery .pagination .area_page::after {
    right: 0px;
    position: absolute;
    content: "→";
    color: #aaaaaa;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-4px);
  }
  .page_news_gallery .pagination .area_page .page {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }
  .page_news_gallery .pagination .area_page .current {
    color: #858cdd;
  }
  .page_news_gallery .pagination .area_page .area_dot {
    display: flex;
    gap: 3px;
    align-items: center;
  }
  .page_news_gallery .pagination .area_page .area_dot .dot {
    width: 3px;
    height: 3px;
    background-color: #585858;
    border-radius: 50%;
  }
  .page_news_gallery .pagination .area_page .page_last {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_news_fv {
    width: 100%;
  }
  .page_news_fv .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 0 9px 43px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
  }
  .page_news_fv .page_nav .top {
    position: relative;
  }
  .page_news_fv .page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_news_fv .container {
    width: 100%;
    position: relative;
    height: 565px;
    background-image: url(../img/newstop/fv.png);
    background-size: cover;
  }
  .page_news_fv .container .cover {
    width: 100%;
    height: 100%;
    background-image: url(../img/newstop/bg_cover.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_news_fv .container .cover .s_title .title {
    font-weight: 400;
    font-size: 120px;
    line-height: 179px;
    text-align: center;
  }
  .page_news_fv .container .cover .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    transform: translateY(-11px);
  }
  .page_news_gallery {
    width: 100%;
    padding: 140px 5% 100px 5%;
  }
  .page_news_gallery .container {
    max-width: 879px;
    margin: 0 auto;
    display: flex;
    gap: 9%;
    padding: 54px 0 100px 0;
  }
  .page_news_gallery .container .s_title {
    width: 115px;
  }
  .page_news_gallery .container .s_title .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #858cdd;
    padding-bottom: 21px;
  }
  .page_news_gallery .container .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #858cdd;
  }
  .page_news_gallery .container .content {
    width: calc(100% - 210px);
    position: relative;
    border-top: 2px solid #858cdd;
  }
  .page_news_gallery .container .content article {
    padding: 20px 0;
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .page_news_gallery .container .content article .date {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    transform: translateY(3px);
  }
  .page_news_gallery .container .content article .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
}
.page_news_banner {
  margin: 0 auto;
  margin-bottom: 56px;
  max-width: 800px;
}

/*sp*/
@media screen and (max-width: 900px) {
  .page_nav {
    width: 100%;
    background-color: #ffffff;
    padding: 9px 0 9px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
  }
  .page_nav p {
    position: relative;
  }
  .page_nav p::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_nav p:last-child::before {
    display: none;
  }
  .page_single_news {
    width: 100%;
    padding: 50px 5% 100px 5%;
  }
  .page_single_news .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_single_news .container .area_img {
    padding: 13px 0 32px 0;
  }
  .page_single_news .container .a_title .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #858cdd;
  }
  .page_single_news .container .a_title .date {
    padding-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
  }
  .page_single_news .container .area_text p {
    font-weight: 500;
    line-height: 30px;
  }
  .page_single_news .container .area_btn {
    display: flex;
    justify-content: end;
  }
  .page_single_news .container .area_btn .btn {
    width: 196px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding-left: 3px;
    margin-top: 30px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_single_news .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 10px 0 10px 43px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.1em;
  }
  .page_nav p {
    position: relative;
  }
  .page_nav p::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_nav p:last-child::before {
    display: none;
  }
  .page_single_news {
    width: 100%;
    padding: 80px 5% 127px 5%;
  }
  .page_single_news .container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page_single_news .container .area_img {
    padding: 45px 0 40px 0;
  }
  .page_single_news .container .a_title .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #858cdd;
  }
  .page_single_news .container .a_title .date {
    padding-top: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
  }
  .page_single_news .container .area_text p {
    font-weight: 500;
    line-height: 40px;
  }
  .page_single_news .container .area_btn {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
  }
  .page_single_news .container .area_btn .btn {
    width: 240px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    padding-left: 5px;
    margin-top: 40px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
    cursor: pointer;
  }
  .page_single_news .container .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_single_nav {
    background-color: #ffffff;
    padding: 10px 10px 0px 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  .page_single_nav .top,
  .page_single_nav .nav1 {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .page_single_nav .top::before,
  .page_single_nav .nav1::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_single_column {
    width: 100%;
    padding: 50px 5% 100px 5%;
  }
  .page_single_column .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_single_column .container .article {
    width: 100%;
  }
  .page_single_column .container .article .a_title .a_title_owner .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #858cdd;
  }
  .page_single_column .container .article .a_title .a_title_owner .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0 20px 0;
    display: flex;
    align-items: center;
  }
  .page_single_column .container .article .a_title .a_title_owner .date .icon {
    width: 25px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_owner
    .date
    .person {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .title {
    padding: 10px 0 16px 0;
    color: #858cdd;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .who {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    .icon {
    width: 25px;
    margin-right: 10px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    .name {
    color: #585858;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 15px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    p
    .article_category {
    display: block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0;
    text-align: center;
    width: 65px;
    border-radius: 200px;
    background-color: #ececf4;
  }
  .page_single_column .container .article .area_img {
    width: 100%;
  }
  .page_single_column .container .article .area_text {
    padding: 34px 0 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page_single_column .container .article .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
  }
  .page_single_column .container .article .area_text .text a {
    color: #858cdd;
  }
  .page_single_column .container .article .area_text p {
    font-weight: 500;
    line-height: 30px;
  }
  .page_single_column .container .article .area_text .area_text_sp {
    line-height: 25px;
  }
  .page_single_column .container .article .area_text .area_text_sp .text {
    margin-bottom: 20px;
  }
  .page_single_column
    .container
    .article
    .area_text
    .area_text_sp
    .text:last-child {
    margin: 0;
  }
  .page_single_column .container .article .area_btn {
    display: flex;
    justify-content: end;
  }
  .page_single_column .container .article .area_btn .btn {
    width: 196px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_single_column .container .article .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
  .single_owner {
    width: 100%;
    padding: 50px 5% 70px 5%;
  }
  .single_owner .name {
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
  }
  .single_owner .area_text_owner {
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .single_owner .area_text_owner .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
  }
  .single_owner .area_text_owner p {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
  }
  .single_owner .ceo .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .single_owner .ceo .container .img_ceo {
    width: 100%;
    margin: 0 auto;
  }
  .single_owner .ceo .container .area_text {
    width: 100%;
    margin-left: auto;
    transform: translateX(5vw) translateY(-50px);
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
  }
  .single_owner .ceo .container .area_text .c_name {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .single_owner .ceo .container .area_text .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .single_owner .ceo .container .area_text .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    padding: 30px 0 15px 0;
  }
  .single_owner .ceo .container .area_text .text2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
  }
  .single_owner .ceo .area_btn {
    display: flex;
    justify-content: end;
  }
  .single_owner .ceo .area_btn .btn {
    width: 196px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .single_owner .ceo .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_single_nav {
    width: 100%;
    background-color: #ffffff;
    padding: 12px 0 0px 43px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  .page_single_nav .top,
  .page_single_nav .nav1 {
    position: relative;
  }
  .page_single_nav .top::before,
  .page_single_nav .nav1::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .page_single_nav .top:last-child ::before,
  .page_single_nav .nav1:last-child ::before {
    display: none;
  }
  .page_single_column {
    width: 100%;
    padding: 80px 5% 100px 5%;
  }
  .page_single_column .container {
    max-width: 1145px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 7%;
  }
  .page_single_column .container .article {
    width: 67%;
    /*================================
    　　　オーナーコラムのみ
    =================================*/
  }
  .page_single_column .container .article .a_title .a_title_owner .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #858cdd;
  }
  .page_single_column .container .article .a_title .a_title_owner .date {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
    padding: 15px 0 51px 0;
  }
  .page_single_column .container .article .a_title .a_title_owner .date .icon {
    margin-left: 18px;
    width: 25px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_owner
    .date
    .person {
    padding-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .date {
    color: #585858;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .title {
    padding: 10px 0 16px 0;
    color: #858cdd;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page_single_column .container .article .a_title .a_title_brow_lash .who {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    .icon {
    width: 25px;
    margin: 0 10px 0 20px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    .name {
    color: #585858;
    font-family: Zen Kaku Gothic New;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 25px;
  }
  .page_single_column
    .container
    .article
    .a_title
    .a_title_brow_lash
    .who
    p
    .article_category {
    display: block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0;
    text-align: center;
    width: 65px;
    border-radius: 200px;
    background-color: #ececf4;
  }
  .page_single_column .container .article .area_img {
    width: 100%;
  }
  .page_single_column .container .article .area_text {
    padding: 34px 0 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .page_single_column .container .article .area_text .text {
    font-weight: 500;
    font-size: 15px;
  }
  .page_single_column .container .article .area_text .text a {
    color: #858cdd;
  }
  .page_single_column .container .article .area_text p {
    line-height: 30px;
    font-weight: 500;
  }
  .page_single_column .container .article .area_text .text1 {
    line-height: 45px;
  }
  .page_single_column .container .article .area_text .text2 {
    line-height: 30px;
  }
  .page_single_column .container .article .area_text .text3 {
    line-height: 25px;
  }
  .page_single_column .container .article .area_text .text4 {
    line-height: 30px;
  }
  .page_single_column .container .article .area_text .text5 {
    line-height: 40px;
  }
  .page_single_column .container .article .area_text_owner {
    padding: 40px 0 0px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .page_single_column .container .article .area_text_owner .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
  }
  .page_single_column .container .article .area_text_owner p {
    font-weight: 500;
    line-height: 35px;
  }
  .page_single_column .container .article .area_btn {
    display: flex;
    justify-content: end;
  }
  .page_single_column .container .article .area_btn .btn {
    width: 240px;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .page_single_column .container .article .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
  /*================================
          　　　オーナーコラムのみ
  =================================*/
  .ceo {
    padding: 0 5% 100px 5%;
  }
  .ceo .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .ceo .container .img_ceo {
    width: 76%;
    max-width: 760px;
    margin-right: auto;
  }
  .ceo .container .area_text {
    width: 61%;
    max-width: 612px;
    margin-left: auto;
    transform: translateY(-125px);
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 40px 40px 60px 40px;
  }
  .ceo .container .area_text .c_name {
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
  }
  .ceo .container .area_text .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
  }
  .ceo .container .area_text .text {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 30px 0 20px 0;
  }
  .ceo .container .area_text .text2 {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .ceo .area_btn {
    display: flex;
    justify-content: center;
  }
  .ceo .area_btn .btn {
    width: 240px;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #858cdd;
    border-bottom: solid #858cdd 2px;
    position: relative;
  }
  .ceo .area_btn .btn::before {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 2px;
    bottom: 1px;
    right: -1.5px;
    background-color: #858cdd;
    transform: rotate(45deg);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_gallery_column {
    width: 100%;
    padding: 110px 5% 70px 5%;
  }
  .page_gallery_column .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_gallery_column .container .gallery {
    padding: 67px 0 100px 0;
  }
  .page_gallery_column .container .gallery .s_title {
    text-align: center;
    color: #858cdd;
  }
  .page_gallery_column .container .gallery .s_title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 9px;
  }
  .page_gallery_column .container .gallery .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_gallery_column .container .gallery .column_select {
    margin-top: 40px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: end;
  }
  .page_gallery_column .container .gallery .column_select a {
    display: block;
    border: 2px solid #d6d8ed;
    border-bottom: none;
    color: #d6d8ed;
    padding: 9px 0 7px 0;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 33%;
    max-height: 30px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .page_gallery_column .container .gallery .column_select .current {
    background-color: #858cdd;
    color: #ffffff;
    padding: 12px 0 10px 0;
    max-height: 36px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .page_gallery_column .container .gallery .area_item {
    border-top: 2px solid #858cdd;
    margin-bottom: 50px;
  }
  .page_gallery_column .container .gallery .area_item article {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #585858;
    padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .page_gallery_column .container .gallery .area_item article .a_img img {
    width: 150px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page_gallery_column .container .gallery .area_item article .a_img .who {
    padding-top: 9px;
    display: flex !important;
    align-items: center;
    gap: 9px;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    article
    .a_img
    .who
    .icon
    img {
    width: 26px;
    height: 26px;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    article
    .a_img
    .who
    .name {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
  .page_gallery_column .container .gallery .area_item article .content .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    article
    .content
    .date
    .article_category {
    display: block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0;
    text-align: center;
    width: 65px;
    border-radius: 200px;
    background-color: #ececf4;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    article
    .content
    .a_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
  }
  .page_gallery_column .container .side_bar {
    padding: 0;
  }
  .page_gallery_column_owner {
    width: 100%;
    padding: 110px 5% 50px 5%;
  }
  .page_gallery_column_owner .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .page_gallery_column_owner .container .gallery {
    padding: 67px 0 0 0;
  }
  .page_gallery_column_owner .container .gallery .s_title {
    text-align: center;
    color: #858cdd;
    padding-bottom: 50px;
  }
  .page_gallery_column_owner .container .gallery .s_title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 9px;
  }
  .page_gallery_column_owner .container .gallery .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_gallery_column_owner .container .gallery .column_select {
    margin-top: 40px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: end;
  }
  .page_gallery_column_owner .container .gallery .column_select a {
    display: block;
    border: 2px solid #d6d8ed;
    border-bottom: none;
    color: #d6d8ed;
    padding: 9px 0 7px 0;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 33%;
    max-height: 30px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .page_gallery_column_owner .container .gallery .column_select .current {
    background-color: #858cdd;
    color: #ffffff;
    padding: 12px 0 10px 0;
    max-height: 36px;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .page_gallery_column_owner .container .gallery .area_item {
    border-top: 2px solid #858cdd;
    margin-bottom: 50px;
  }
  .page_gallery_column_owner .container .gallery .area_item .item article {
    width: 100%;
    border-bottom: 1px solid #585858;
    padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .a_img {
    width: 40%;
    height: 100px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .a_img
    img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .a_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who {
    padding-top: 9px;
    display: flex !important;
    align-items: center;
    gap: 9px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .icon
    img {
    width: 26px;
    height: 26px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .name {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_gallery_column {
    width: 100%;
    padding: 100px 5% 100px 5%;
  }
  .page_gallery_column .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
  }
  .page_gallery_column .container .gallery {
    width: 68%;
  }
  .page_gallery_column .container .gallery .s_title {
    padding-bottom: 15px;
    color: #858cdd;
  }
  .page_gallery_column .container .gallery .s_title .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
  }
  .page_gallery_column .container .gallery .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_gallery_column .container .gallery .column_select {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: end;
  }
  .page_gallery_column .container .gallery .column_select a {
    display: block;
    border: 2px solid #d6d8ed;
    border-bottom: none;
    color: #d6d8ed;
    padding: 13px 0 15px 0;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 30%;
    max-width: 247px;
    font-weight: 700;
    max-height: 51px;
    font-size: 16px;
    line-height: 23px;
  }
  .page_gallery_column .container .gallery .column_select .current {
    background-color: #858cdd;
    color: #ffffff;
    padding: 19px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    max-height: 61px;
  }
  .page_gallery_column .container .gallery .area_item {
    border-top: 2px solid #858cdd;
    padding-bottom: 100px;
  }
  .page_gallery_column .container .gallery .area_item .item article {
    border-bottom: 1px solid #585858;
    padding: 20px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .page_gallery_column .container .gallery .area_item .item article .a_img {
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
  }
  .page_gallery_column .container .gallery .area_item .item article .a_img img {
    width: 100%;
    max-height: 200px;
  }
  .page_gallery_column .container .gallery .area_item .item article .content {
    width: calc(100% - 340px);
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .date
    .article_category {
    display: inline-block;
    border-radius: 200px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 7px 0;
    line-height: 16px;
    text-align: center;
    width: 120px;
    background-color: #ececf4;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .a_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0 19px 0;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who {
    display: flex !important;
    gap: 13px;
    align-items: center;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .icon {
    display: flex !important;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .page_gallery_column
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .page_gallery_column .container .gallery .wp-pagenavi {
    max-width: 390px;
  }
  .page_gallery_column .container .side_bar {
    padding: 0;
    width: 24%;
  }
  .page_gallery_column_owner {
    width: 100%;
    padding: 100px 5% 100px 5%;
  }
  .page_gallery_column_owner .container {
    width: 100%;
  }
  .page_gallery_column_owner .container .gallery {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .page_gallery_column_owner .container .gallery .s_title {
    color: #858cdd;
  }
  .page_gallery_column_owner .container .gallery .s_title .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .page_gallery_column_owner .container .gallery .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 20px;
  }
  .page_gallery_column_owner .container .gallery .area_item {
    border-top: 2px solid #858cdd;
    padding-bottom: 100px;
  }
  .page_gallery_column_owner .container .gallery .area_item .item article {
    border-bottom: 1px solid #585858;
    padding: 20px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .a_img {
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .a_img
    img {
    width: 100%;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .date {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .a_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 16px 0 19px 0;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who {
    display: flex !important;
    gap: 13px;
    align-items: center;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .icon {
    width: 40px;
    height: 40px;
  }
  .page_gallery_column_owner
    .container
    .gallery
    .area_item
    .item
    article
    .content
    .who
    .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .side_bar {
    padding-top: 100px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .side_bar .popular .pop_title {
    color: #858cdd;
    text-align: center;
    margin-bottom: 50px;
  }
  .side_bar .popular .pop_title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
  }
  .side_bar .popular .pop_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .side_bar .popular .area_item {
    border-top: 1px solid #858cdd;
  }
  .side_bar .popular .area_item article {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #585858;
    padding: 15px 15px 15px 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .side_bar .popular .area_item article .a_img img {
    width: 150px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .side_bar .popular .area_item article .a_img .who {
    padding-top: 9px;
    display: flex !important;
    align-items: center;
    gap: 9px;
  }
  .side_bar .popular .area_item article .a_img .who .icon img {
    width: 26px;
    height: 26px;
  }
  .side_bar .popular .area_item article .a_img .who .name {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
  .side_bar .popular .area_item article .content .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .side_bar .popular .area_item article .content .date .article_category {
    display: block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0;
    text-align: center;
    width: 65px;
    border-radius: 200px;
    background-color: #ececf4;
  }
  .side_bar .popular .area_item article .content .a_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
  }
  .side_bar .to_column {
    margin: 50px auto 0 auto;
    margin-bottom: 30px;
  }
  .side_bar .to_column .other_title {
    color: #858cdd;
    text-align: center;
    border-bottom: 1px solid #858cdd;
    margin-top: 100px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .side_bar .to_column .other_title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
  }
  .side_bar .to_column .other_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .side_bar .to_column a p {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-top: 12px;
    position: relative;
  }
  .side_bar .to_column a p::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 6px;
    top: calc(70% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .category_explore {
    width: 100%;
    border: solid 1px #858cdd;
  }
  .category_explore .item {
    width: 100%;
    height: 65px;
    position: relative;
  }
  .category_explore .item #category-select {
    padding: 0 20px 0 13px;
    width: 100%;
    height: 100%;
    outline: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .category_explore .item p {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #858cdd;
  }
  .category_explore .item::before {
    position: absolute;
    right: 20px;
    top: 40%;
    z-index: 1;
    content: url(../img/newstop/sp/explore_arrow.png);
  }
  .category_explore .explore {
    border-top: solid 1px #858cdd;
    width: 100%;
    padding: 10px 21px 10px 8px;
  }
  .category_explore .explore #form {
    display: flex;
    justify-content: space-between;
  }
  .category_explore .explore #form::-moz-placeholder {
    color: #d6d8ed;
  }
  .category_explore .explore #form::placeholder {
    color: #d6d8ed;
  }
  .category_explore .explore #form #s-box {
    width: 80%;
    display: block;
    height: 100%;
    padding: 10px 5px;
  }
  .category_explore .explore #form input {
    outline: none;
    display: flex;
    align-items: center;
  }
  .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 27px;
    margin: 0 auto;
    max-width: 220px;
  }
  .wp-pagenavi .current {
    color: #858cdd;
  }
  .wp-pagenavi .page {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wp-pagenavi .extend {
    transform: translateY(-4px);
  }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: -50px;
    color: #aaa;
    font-size: 24px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: -50px;
    color: #aaa;
    font-size: 24px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .area_page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 9px 20px 0 20px;
    display: flex;
    gap: 13px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    overflow: auto;
  }
  .area_page_nav .top {
    position: relative;
    white-space: nowrap;
  }
  .area_page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .area_page_nav .nav {
    white-space: nowrap;
  }
  .not_result {
    padding: 100px 0;
  }
  .not_result h3 {
    text-align: center;
    color: #585858;
    text-align: center;
    font-size: 16px;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .not_result P {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .side_bar {
    width: 26%;
  }
  .side_bar .popular .pop_title {
    color: #858cdd;
  }
  .side_bar .popular .pop_title .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
  }
  .side_bar .popular .pop_title .sub_title {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .side_bar .popular .area_item {
    margin: 26px 0 50px 0;
    border-top: 1px solid #858cdd;
  }
  .side_bar .popular .area_item article {
    width: 100%;
    border-bottom: 1px solid #585858;
    padding: 20px 6.6% 25px 0;
    display: flex;
    align-items: center;
    gap: 6.6%;
  }
  .side_bar .popular .area_item article .a_img {
    width: 40%;
  }
  .side_bar .popular .area_item article .content {
    width: 60%;
  }
  .side_bar .popular .area_item article .content .date {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .side_bar .popular .area_item article .content .date .article_category {
    display: block;
    font-size: 8px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.8px;
    padding: 6px 0;
    text-align: center;
    width: 65px;
    border-radius: 200px;
    background-color: #ececf4;
  }
  .side_bar .popular .area_item article .content .a_title {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 0 5px 0;
  }
  .side_bar .popular .area_item article .content .who {
    display: flex !important;
    gap: 10px;
    align-items: center;
  }
  .side_bar .popular .area_item article .content .who .icon {
    width: 28px;
    height: 28px;
  }
  .side_bar .popular .area_item article .content .who .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
  }
  .side_bar .to_column {
    margin-bottom: 40px;
  }
  .side_bar .to_column .other_title {
    color: #858cdd;
    border-bottom: 1px solid #858cdd;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 35px;
  }
  .side_bar .to_column .other_title .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
  }
  .side_bar .to_column .other_title .sub_title {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
  }
  .side_bar .to_column a p {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-top: 10px;
    position: relative;
  }
  .side_bar .to_column a p::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 6px;
    top: calc(65% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .side_bar .to_column a:last-child {
    margin: 0;
  }
  .category_explore {
    display: flex;
    border: solid 1px #858cdd;
    max-width: 780px;
    margin: 0 auto;
  }
  .category_explore .item {
    width: 312px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .category_explore .item #category-select {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    display: block;
    color: #858cdd;
    padding: 30px;
    width: 100%;
    outline: none;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .category_explore .item::before {
    position: absolute;
    right: 14.5px;
    z-index: 1;
    content: url(../img/newstop/sp/explore_arrow.png);
  }
  .category_explore .explore {
    width: 464px;
    border-left: solid 1px #858cdd;
    padding: 8px 10px 8px 10px;
  }
  .category_explore .explore #form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .category_explore .explore #form::-moz-placeholder {
    color: #d6d8ed;
  }
  .category_explore .explore #form::placeholder {
    color: #d6d8ed;
  }
  .category_explore .explore #form #s-box {
    width: 80%;
    padding: 20px 10px;
    display: block;
  }
  .category_explore .explore #form input {
    outline: none;
    display: flex;
    align-items: center;
  }
  .wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    max-width: 500px;
    margin: 0 auto;
  }
  .wp-pagenavi .current {
    color: #858cdd;
  }
  .wp-pagenavi .page {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .wp-pagenavi .extend {
    transform: translateY(-4px);
  }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: -80px;
    color: #aaa;
    font-size: 24px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: -80px;
    color: #aaa;
    font-size: 24px;
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .area_page_nav {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 10px 43px 0 43px;
    display: flex;
    gap: 14px;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
  }
  .area_page_nav .top {
    position: relative;
  }
  .area_page_nav .top::before {
    content: url(../img/about/arrow_nav.svg);
    position: absolute;
    right: -10px;
  }
  .not_result {
    padding: 100px 0;
  }
  .not_result h3 {
    text-align: center;
    font-size: 20px;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .not_result P {
    text-align: center;
    font-size: 16px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    line-height: 35px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_fv_owner {
    width: 100%;
    height: 565px;
    background-image: url(../img/column/sp/fv_owner.png);
    background-size: cover;
    background-position: 90% 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_fv_owner .page_title {
    text-align: center;
  }
  .page_fv_owner .page_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
  }
  .page_fv_owner .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-11px);
  }
  .page_fv_eyebrow {
    width: 100%;
    height: 550px;
    background-image: url(../img/column/sp/fv_eyebrow.png);
    background-position: 60% 50%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page_fv_eyebrow .page_title {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding-top: 100px;
  }
  .page_fv_eyebrow .page_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
    padding-bottom: 12px;
  }
  .page_fv_eyebrow .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-11px);
  }
  .page_fv_eyebrow .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/newstop/sp/bg_cover.png);
    background-size: cover;
  }
  .page_fv_eyelash {
    width: 100%;
    height: 503px;
    background-image: url(../img/column/sp/fv_all.png);
    background-position: 50% 0%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page_fv_eyelash .page_title {
    padding-top: 60px;
    text-align: center;
  }
  .page_fv_eyelash .page_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
  }
  .page_fv_eyelash .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-11px);
  }
  .page_fv_eyelash .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/newstop/sp/bg_cover.png);
    background-size: cover;
  }
  .page_fv_all {
    background-image: url(../img/column/sp/fv_eyelash.png) !important;
    background-position: 20% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_fv_all .page_title {
    position: absolute;
    z-index: 2;
    text-align: center;
  }
  .page_fv_all .page_title .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 96px;
    padding-bottom: 12px;
  }
  .page_fv_all .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transform: translateY(-11px);
  }
  .page_fv_all .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/newstop/sp/bg_cover.png);
    background-size: cover;
  }
}
/*pc*/
@media screen and (min-width: 480px) and (max-width: 600px) {
  .page_fv_eyelash {
    background-image: url(../img/column/sp/fv_all.png);
    background-position: 50% 20%;
  }
  .page_fv_eyebrow {
    width: 100%;
    height: 550px;
    background-image: url(../img/column/sp/fv_eyebrow.png);
    background-position: 60% 60%;
  }
  .page_fv_eyebrow .page_title {
    padding-top: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .page_fv_eyelash {
    background-image: url(../img/column/sp/fv_all.png);
    background-position: 50% 40%;
  }
  .page_fv_eyebrow {
    width: 100%;
    height: 550px;
    background-image: url(../img/column/sp/fv_eyebrow.png);
    background-position: 60% 80%;
  }
  .page_fv_eyebrow .page_title {
    padding-top: 60px;
  }
}
@media screen and (min-width: 900px) {
  .page_fv_owner {
    width: 100%;
    height: 550px;
    background-image: url(../img/column/fv_owner.png);
    background-size: cover;
    display: flex;
    background-position: center;
    justify-content: center;
    align-items: center;
  }
  .page_fv_owner .page_title {
    text-align: center;
  }
  .page_fv_owner .page_title .title {
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 12px;
  }
  .page_fv_owner .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_fv_eyebrow {
    width: 100%;
    height: 40vw;
    background-image: url(../img/column/fv_eyebrow.png);
    background-position: 90% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 16%;
    position: relative;
  }
  .page_fv_eyebrow .page_title {
    position: absolute;
    z-index: 2;
    text-align: center;
  }
  .page_fv_eyebrow .page_title .title {
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 12px;
  }
  .page_fv_eyebrow .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_fv_eyebrow .bg_cover {
    width: 100%;
    height: 100%;
  }
  .page_fv_eyelash {
    width: 100%;
    height: 35vw;
    background-image: url(../img/column/fv_all.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 12%;
    position: relative;
  }
  .page_fv_eyelash .page_title {
    text-align: center;
  }
  .page_fv_eyelash .page_title .title {
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    padding-bottom: 12px;
  }
  .page_fv_eyelash .page_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_fv_eyelash .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/newstop/bg_cover.png);
    background-size: cover;
    top: 0;
    right: 0;
  }
  .page_fv_all {
    display: flex;
    justify-content: end;
    padding-right: 12%;
    background-image: url(../img/column/fv_eyelash.png);
  }
  .page_fv_all .bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/newstop/bg_cover.png);
    background-size: cover;
    top: 0;
    right: 0;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_contact {
    width: 100%;
    padding: 52px 5% 66px 5%;
    /* -------------------------------------------- 
    ==================入力画面======================
    -----------------------------------------------*/
    /* -------------------------------------------- 
    ==================確認画面======================
    -----------------------------------------------*/
  }
  .page_contact .s_title {
    color: #858cdd;
    text-align: center;
  }
  .page_contact .s_title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .page_contact .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_contact .mw_wp_form_input form .area_contact_input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0px 0;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item {
    margin-bottom: 17px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    .form_title {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    .form_title
    .must_input {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    color: #ff0000;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item p {
    position: relative;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input {
    width: 100%;
    border: 1px solid #aaaaaa;
    height: 41px;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input::-moz-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item p .error {
    position: absolute;
    right: 0;
    top: -23px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    .form_title {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    .form_title
    .must_input {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    color: #ff0000;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p {
    position: relative;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 10px 0 0 10px;
    height: 125px;
    display: flex;
    align-items: flex-start;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .error {
    position: absolute;
    right: 0;
    top: -23px;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item_select {
    position: relative;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_select
    .select_arrow {
    height: 0px;
    width: 0px;
    /* ---三角矢印の大きさ--- */
    border: 7.2px solid;
    border-color: transparent;
    border-top: 12px solid #181818;
    /* ---------------------- */
    z-index: 3;
    position: absolute;
    top: 60%;
    right: 25px;
    pointer-events: none;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .privacy_check {
    padding-top: 30px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .privacy_check
    .square {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .privacy_check
    .link {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #ff0000;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn {
    width: 100%;
    max-width: 314px;
    margin: 50px auto 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn .btn {
    border: 1px solid #767676;
    display: block;
    width: 100%;
    padding: 14px 0 14px 120px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn .mail {
    width: 23px;
    position: absolute;
    transform: translateX(50px);
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .area_btn
    .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 49px;
    background-color: #ececf4;
    transform: translateX(7px) translateY(8px);
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .area_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_return_btn {
    display: none;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_select
    .select_arrow {
    display: none;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea {
    align-items: center;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn
    .btn_cover {
    background-color: #d9d9d9;
  }
  .page_contact
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
  /*-----未入力-------- */
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_contact {
    width: 100%;
    padding: 80px 5% 50px 5%;
    /* --------------------------------------------
    ==================入力画面======================
    -----------------------------------------------*/
    /* -----------------------------------
            未入力
    --------------------------------------- */
  }
  .page_contact .s_title {
    color: #858cdd;
    text-align: center;
  }
  .page_contact .s_title .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
  }
  .page_contact .s_title .sub_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
  .page_contact .mw_wp_form_input form .area_contact_input {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    padding: 86px 0 0px 0;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item {
    margin-bottom: 34px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    .form_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 9px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    .form_title
    .must_input {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    color: #ff0000;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item p {
    position: relative;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input {
    width: 100%;
    border: 1px solid #aaaaaa;
    height: 41px;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item
    p
    .area_input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #aaaaaa;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .form_item p .error {
    position: absolute;
    font-size: 13px;
    top: -20px;
    right: 0;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    .form_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 9px;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    .form_title
    .must_input {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    color: #ff0000;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p {
    position: relative;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 10px 0 0 17px;
    height: 125px;
    display: flex;
    align-items: flex-start;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .area_textarea::placeholder {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .form_item_textarea
    p
    .error {
    position: absolute;
    font-size: 13px;
    top: -20px;
    right: 0;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .privacy_check {
    padding-top: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .privacy_check
    .square {
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    border: 1px solid #aaaaaa;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .privacy_check
    .link {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #ff0000;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn {
    margin-top: 133px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn .btn {
    border: 1px solid #767676;
    width: 387px;
    display: block;
    padding: 18px;
    padding-left: 127px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #767676;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_btn .mail {
    position: absolute;
    width: 38px;
    transform: translateX(60px);
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .area_btn
    .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 387px;
    height: 66px;
    background-color: #ececf4;
    transform: translateX(9px) translateY(14px);
    transition: 0.3s;
  }
  .page_contact
    .mw_wp_form_input
    form
    .area_contact_input
    .area_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
  .page_contact .mw_wp_form_input form .area_contact_input .area_return_btn {
    display: none;
  }

  .page_contact .error {
    font-size: 14px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_contact {
    width: 100%;
    padding: 40px 5% 45px 5%;
  }
  .page_contact .container_confirm {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0 83px 0;
    background-color: #f8f8f8;
    /* -------------------------------------------- 
    ==================確認画面======================
    -----------------------------------------------*/
  }
  .page_contact .container_confirm .confirm_text {
    text-align: center;
    color: #858cdd;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .page_contact .container_confirm .mw_wp_form_confirm {
    max-width: 450px;
    margin: 0 auto;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm {
    border-top: solid 1px #aaa;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item {
    padding: 36px 15px;
    border-bottom: solid 1px #aaa;
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    .form_title {
    white-space: nowrap;
    width: 115px;
    font-size: 14px;
    font-weight: 700;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    p
    .area_input {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_select
    .select_arrow {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea {
    padding: 36px 15px;
    border-bottom: solid 1px #aaa;
    display: flex;
    gap: 30px;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    .form_title {
    width: 115px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    p
    .area_textarea {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 275px;
    height: 44px;
    margin: 30px auto 0 auto;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .btn {
    border: 1px solid #767676;
    width: 275px;
    display: block;
    padding: 12px;
    padding-left: 100px;
    color: #767676;
    font-size: 14px;
    font-weight: 700;
    color: #767676;
    position: absolute;
    z-index: 2;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .mail {
    position: absolute;
    width: 23px;
    transform: translateX(40px);
    z-index: 3;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .btn_cover {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 275px;
    height: 41px;
    background-color: #ececf4;
    transform: translateX(10px) translateY(13px);
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn {
    margin-top: 23px;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn
    .btn {
    padding: 12px 0;
    text-align: center;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn
    .btn_cover {
    background-color: #d9d9d9;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_contact {
    width: 100%;
    padding: 66px 5% 160px 5%;
  }
  .page_contact .container_confirm {
    max-width: 1030px;
    margin: 0 auto;
    padding: 50px 5% 78px 5%;
    background-color: #f8f8f8;
    /* -------------------------------------------- 
    ==================確認画面======================
    -----------------------------------------------*/
  }
  .page_contact .container_confirm .confirm_text {
    text-align: center;
    color: #858cdd;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 30px;
  }
  .page_contact .container_confirm .mw_wp_form_confirm {
    max-width: 670px;
    margin: 0 auto;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm {
    border-top: solid 1px #aaa;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item {
    padding: 32px 8% 36px 8%;
    border-bottom: solid 1px #aaa;
    display: flex;
    gap: 40px;
    align-items: center;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    .form_title {
    width: 130px;
    font-size: 16px;
    font-weight: 700;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    p {
    width: 67%;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item
    p
    .area_input {
    font-size: 16px;
    font-weight: 500;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_select
    .select_arrow {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea {
    padding: 36px 8%;
    border-bottom: solid 1px #aaa;
    display: flex;
    gap: 40px;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    .form_title {
    width: 130px;
    font-size: 16px;
    font-weight: 700;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    .form_title
    .must_input {
    display: none;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    p {
    width: 67%;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .form_item_textarea
    p
    .area_textarea {
    font-size: 16px;
    font-weight: 500;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 387px;
    height: 74px;
    margin: 100px auto 0 auto;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .btn {
    border: 1px solid #767676;
    width: 387px;
    display: block;
    padding: 22px;
    padding-left: 127px;
    color: #767676;
    font-size: 20px;
    font-weight: 700;
    color: #767676;
    position: absolute;
    z-index: 2;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .mail {
    position: absolute;
    width: 38px;
    transform: translateX(60px);
    z-index: 3;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn
    .btn_cover {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 387px;
    height: 68px;
    background-color: #ececf4;
    transform: translateX(10px) translateY(18px);
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn {
    margin-top: 68px;
    height: 52px;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn
    .btn {
    padding: 14px 0;
    text-align: center;
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn
    .btn_cover {
    background-color: #d9d9d9;
    height: 52px;
    transform: translateX(10px) translateY(10px);
  }
  .page_contact
    .container_confirm
    .mw_wp_form_confirm
    form
    .area_contact_confirm
    .area_return_btn:hover
    .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_contact_complete {
    width: 100%;
    padding: 50px 5% 110px 5%;
  }
  .page_contact_complete .container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_contact_complete .container h1 {
    color: #858cdd;
    font-size: 24px;
    font-weight: 600;
  }
  .page_contact_complete .container .comp_img {
    width: 100px;
    padding: 40px 0;
  }
  .page_contact_complete .container .area_text {
    padding: 30px 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    border-bottom: #aaaaaa solid 1px;
    border-top: #aaaaaa solid 1px;
  }
  .page_contact_complete .container .area_text .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  .page_contact_complete .container .area_btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .page_contact_complete .container .area_btn .btn {
    border: 1px solid #767676;
    width: 315px;
    display: block;
    padding: 16px 0 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #767676;
    font-size: 14px;
    font-weight: 700;
  }
  .page_contact_complete .container .area_btn .btn .return {
    width: 16px;
  }
  .page_contact_complete .container .area_btn .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 315px;
    height: 45px;
    background-color: #d9d9d9;
    transform: translateX(7px) translateY(10px);
  }
  .page_contact_complete .container:hover .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_contact_complete {
    width: 100%;
    padding: 100px 5% 118px 5%;
  }
  .page_contact_complete .container {
    width: 100%;
    max-width: 885px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_contact_complete .container h1 {
    color: #858cdd;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
  }
  .page_contact_complete .container .comp_img {
    width: 160px;
    padding: 63px 0;
  }
  .page_contact_complete .container .area_text {
    padding: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
    border-bottom: #aaaaaa solid 1px;
    border-top: #aaaaaa solid 1px;
  }
  .page_contact_complete .container .area_text .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
  }
  .page_contact_complete .container .area_btn {
    margin-top: 100px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .page_contact_complete .container .area_btn .btn {
    border: 1px solid #767676;
    width: 387px;
    display: block;
    padding: 26px 0 19px 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #767676;
    font-size: 20px;
    font-weight: 700;
  }
  .page_contact_complete .container .area_btn .btn .return {
    width: 33px;
  }
  .page_contact_complete .container .area_btn .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 387px;
    height: 78px;
    background-color: #d9d9d9;
    transform: translateX(9px) translateY(18px);
  }
  .page_contact_complete .container:hover .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_404 {
    width: 100%;
    padding: 73px 5% 100px 5%;
  }
  .page_404 .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_404 .container .not_found {
    border-bottom: #aaa solid 1px;
    padding-bottom: 50px;
    text-align: center;
  }
  .page_404 .container .not_found .title {
    color: #858cdd;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.28px;
    padding-bottom: 6px;
  }
  .page_404 .container .not_found .sub {
    font-size: 16px;
    font-weight: 700;
  }
  .page_404 .container .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 30px 0 50px 0;
  }
  .page_404 .container .area_btn {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .page_404 .container .area_btn .btn {
    border: 1px solid #767676;
    width: 315px;
    display: block;
    padding: 16px 0 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #767676;
    font-size: 14px;
    font-weight: 700;
  }
  .page_404 .container .area_btn .btn .return {
    width: 16px;
  }
  .page_404 .container .area_btn .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 315px;
    height: 45px;
    background-color: #d9d9d9;
    transform: translateX(7px) translateY(10px);
  }
  .page_404 .container .area_btn:hover .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_404 {
    width: 100%;
    padding: 100px 5% 108px 5%;
  }
  .page_404 .container {
    max-width: 885px;
    margin: 0 auto;
  }
  .page_404 .container .not_found {
    border-bottom: #aaa solid 1px;
    padding-bottom: 70px;
    text-align: center;
  }
  .page_404 .container .not_found .title {
    color: #858cdd;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.44px;
    padding-bottom: 10px;
  }
  .page_404 .container .not_found .sub {
    color: #585858;
    font-size: 16px;
    font-weight: 700;
  }
  .page_404 .container .text {
    color: #585858;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    padding: 50px 0 85px 0;
  }
  .page_404 .container .area_btn {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .page_404 .container .area_btn .btn {
    border: 1px solid #767676;
    width: 387px;
    display: block;
    padding: 26px 0 19px 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #767676;
    font-size: 20px;
    font-weight: 700;
  }
  .page_404 .container .area_btn .btn .return {
    width: 33px;
  }
  .page_404 .container .area_btn .btn_cover {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 387px;
    height: 66px;
    background-color: #d9d9d9;
    transform: translateX(9px) translateY(18px);
  }
  .page_404 .container .area_btn:hover .btn_cover {
    transform: none;
    transition: 0.3s;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .privacy {
    width: 100%;
    padding: 50px 5% 100px 5%;
  }
  .privacy .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .privacy .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .privacy .container .page_title .title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .privacy .container .page_title .sub_title {
    font-size: 16px;
    font-weight: 700;
  }
  .privacy .container .area_text {
    padding: 50px 0 64px 0;
  }
  .privacy .container .area_text .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  .privacy .container .area_item .item {
    padding: 0 0 50px 0;
  }
  .privacy .container .area_item .item .item_title {
    color: #858cdd;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: solid 1px #858cdd;
  }
  .privacy .container .area_item .item .title7 {
    font-size: 19px;
  }
  .privacy .container .area_item .item .title9 {
    font-size: 16px;
  }
  .privacy .container .area_item .item .title10 {
    font-size: 17px;
  }
  .privacy .container .area_item .item .text {
    padding-top: 10px;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }
  .privacy .container .area_item .item .text .list {
    margin: 40px 0;
  }
  .privacy .container .area_item .item .text .list2 {
    margin-top: 40px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .privacy {
    width: 100%;
    padding: 80px 5%;
  }
  .privacy .container {
    max-width: 1066px;
    margin: 0 auto;
  }
  .privacy .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .privacy .container .page_title .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
  }
  .privacy .container .page_title .sub_title {
    font-size: 16px;
    font-weight: 700;
  }
  .privacy .container .area_text {
    padding: 80px 0;
  }
  .privacy .container .area_text .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    width: 85%;
    margin: 0 auto;
  }
  .privacy .container .area_item .item {
    padding-bottom: 80px;
  }
  .privacy .container .area_item .item .item_title {
    color: #858cdd;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: solid 1px #858cdd;
  }
  .privacy .container .area_item .item .text {
    width: 85%;
    padding: 50px 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_job_gallery {
    width: 100%;
    padding: 45px 5% 60px 5%;
    padding: 45px 0 60px;
  }
  .page_job_gallery .area_select {
    max-width: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 9px;
  }
  .page_job_gallery .area_select .btn {
    width: 100%;
    display: block;
    padding: 6px 0 7px 0;
    text-align: center;
    color: #d6d8ed;
    border: solid 1px #d6d8ed;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }
  .page_job_gallery .area_select .current {
    background-color: #858cdd;
    color: #ffffff;
  }
  .page_job_gallery .area_select_detail {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 220px;
    margin: 0 auto;
  }
  .page_job_gallery .area_select_detail .btn {
    color: #767676;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1.04px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_job_gallery .area_select_detail .btn::before {
    content: url(../img/job/sp/check.png);
    position: absolute;
    right: -14px;
  }
  .page_job_gallery .area_select_detail .btn:hover {
    color: #858cdd;
  }
  .page_job_gallery .area_select_detail .current {
    color: #858cdd;
  }
  .page_job_gallery .area_job_gallery {
    max-width: 500px;
    margin: 45px auto 0 auto;
  }
  .page_job_gallery .area_job_gallery .area_title {
    padding-left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
  }
  .page_job_gallery .area_job_gallery .area_title .sub_title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
  }
  .page_job_gallery .area_job_gallery .area_title .sub_title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #767676;
    transform: rotate(126deg);
    left: -12px;
  }
  .page_job_gallery .area_job_gallery .area_title .area_name {
    font-size: 11px;
    font-weight: 500;
    color: #858cdd;
  }
  .page_job_gallery .area_job_gallery .area_count {
    padding-left: 15px;
    font-size: 10px;
    font-weight: 500;
  }
  .page_job_gallery .area_job_gallery .area_count span {
    font-size: 14px;
  }
  .page_job_gallery .area_job_gallery .area_item {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 90px;
    margin-bottom: 100px;
  }
  .page_job_gallery .area_job_gallery .area_item .item {
    border-bottom: #d9d9d9 1.3px solid;
    padding-bottom: 20px;
  }
  .page_job_gallery .area_job_gallery .area_item .item:last-child {
    padding-bottom: 0;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .shop_name {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 22px;
    color: #858cdd;
    padding: 10px 0 10px 0px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .shop_name
    .map_icon {
    width: 13px;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .area_info {
    /*padding-left: 21px;*/
    position: relative;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info::before {
    /*
    opacity: 0.5;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 114px;
    background-color: #585858;
    content: "";
    */
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right {
    display: flex;
    gap: 9px;
    flex-direction: column;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text {
    /*
    display: flex !important;
    gap: 34px;
    */
    font-size: 13px;
    font-weight: 400px;
    letter-spacing: 1.3px;
    border-bottom: 1px solid;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text
    .info_title {
    display: block;
    width: 85px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text
    .text {
    width: calc(100% - 118px);
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text
    .textarea {
    width: calc(100% - 118px);
    font-size: 13px;
    line-height: 20px; /* 153.846% */
    letter-spacing: 1.3px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .access {
    display: flex !important;
  }
}
@media screen and (max-width: 900px) and (max-width: 450px) {
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .access
    .adress {
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .page_job_gallery .area_job_gallery .area_item .item .content .area_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 34px;
    font-weight: 500;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .area_btn .btn {
    display: block;
    width: 220px;
    text-align: center;
    padding: 12px 0;
    color: #ffffff;
    background-color: #e5aa0c;
    border-radius: 20px;
    transition: all 0.7s ease;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .btn:hover {
    background-color: rgba(229, 170, 12, 0.7);
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .detail {
    background-color: #ffffff;
    color: #e5aa0c;
    border: 1px solid #e5aa0c;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .detail:hover {
    background-color: #e5aa0c;
    color: #ffffff;
  }
  .page_job_gallery .area_job_gallery .pagination {
    padding-top: 30px;
  }
  .job-only {
    background-color: initial;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .job-only .job-shadow {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .job-only .job-shadow .job-border {
    border: none;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_job_gallery {
    width: 100%;
    padding: 138px 5% 83px 5%;
  }
  .page_job_gallery .area_select {
    max-width: 932px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 22px;
  }
  .page_job_gallery .area_select .btn {
    display: block;
    width: 100%;
    padding: 17px 0;
    text-align: center;
    color: #d6d8ed;
    font-size: 20px;
    font-weight: 500;
    border: solid 1px #d6d8ed;
    border-radius: 10px;
  }
  .page_job_gallery .area_select .current {
    background-color: #858cdd;
    color: #ffffff;
  }
  .page_job_gallery .area_select_detail {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .page_job_gallery .area_select_detail .btn {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_job_gallery .area_select_detail .btn::before {
    content: url(../img/job/check.png);
    position: absolute;
    right: -30px;
    transform: translateY(3px);
  }
  .page_job_gallery .area_select_detail .letter-space {
    letter-spacing: 8px;
  }
  .page_job_gallery .area_select_detail .current {
    color: #858cdd;
  }
  .page_job_gallery .area_job_gallery {
    max-width: 1120px;
    margin: 100px auto 0 auto;
  }
  .page_job_gallery .area_job_gallery .area_title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 5px;
  }
  .page_job_gallery .area_job_gallery .area_title .sub_title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 20px;
  }
  .page_job_gallery .area_job_gallery .area_title .sub_title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    background-color: #767676;
    transform: rotate(126deg);
    left: -12px;
  }
  .page_job_gallery .area_job_gallery .area_title .area_name {
    font-size: 20px;
    font-weight: 500;
    color: #858cdd;
  }
  .page_job_gallery .area_job_gallery .area_count {
    font-size: 10px;
    padding: 40px 0 20px 24px;
  }
  .page_job_gallery .area_job_gallery .area_count span {
    font-size: 14px;
  }
  .page_job_gallery .area_job_gallery .area_item {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 100px;
  }
  .page_job_gallery .area_job_gallery .area_item .item {
    border-bottom: #d9d9d9 1.3px solid;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 3.5%;
    width: 100%;
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 2%;
  }
  .page_job_gallery .area_job_gallery .area_item .item .thumb {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
  .page_job_gallery .area_job_gallery .area_item .item .thumb {
    /*width: 40%;*/
  }
}
@media screen and (min-width: 900px) and (max-width: 950px) {
  .page_job_gallery .area_job_gallery .area_item .item .thumb {
    /*width: 35%;*/
  }
}
@media screen and (min-width: 900px) {
  .page_job_gallery .area_job_gallery .area_item .item .content {
    width: 100%;
    padding: 25px 0 25px 0;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .shop_name {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #858cdd;
    padding: 20px 0 25px 9px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .shop_name
    .map_icon {
    width: 13px;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .area_info {
    /*max-width: 600px;*/
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .left {
    width: 40%;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .left
    .access {
    width: 200px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 1.4px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .left
    .access
    span {
    font-weight: 700;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .left
    p {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.4px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right {
    position: relative;
    letter-spacing: 1.4px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right::before {
    /*
    opacity: 0.5;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 95px;
    background-color: #585858;
    content: "";
    */
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text {
    display: flex;
    gap: 30px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 1.4px;
    border-bottom: 1px solid;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text
    .info_title {
    display: block;
    width: 90px;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text
    .textarea {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_info
    .right
    .text {
    /*white-space: nowrap;*/
  }
}
@media screen and (min-width: 900px) {
  .page_job_gallery .area_job_gallery .area_item .item .content .area_btn {
    display: flex;
    gap: 30px;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 500;
  }
  .page_job_gallery .area_job_gallery .area_item .item .content .area_btn .btn {
    display: block;
    width: 160px;
    text-align: center;
    padding: 15px 0;
    color: #ffffff;
    background-color: #e5aa0c;
    border-radius: 25px;
    transition: all 0.7s ease;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .btn:hover {
    background-color: rgba(229, 170, 12, 0.7);
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .detail {
    background-color: #ffffff;
    color: #e5aa0c;
    border: 1px solid #e5aa0c;
  }
  .page_job_gallery
    .area_job_gallery
    .area_item
    .item
    .content
    .area_btn
    .detail:hover {
    background-color: #e5aa0c;
    color: #ffffff;
  }
  .page_job_gallery .area_job_gallery .pagination {
    padding-top: 50px;
  }
  .job-only {
    background-color: initial;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .job-only .job-border {
    border: 1px solid #868cd7;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .page_single_job_fv {
    width: 100%;
    height: 456px;
    background-image: url(../img/job/sp/fv.png);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    background-position: 50% 100%;
  }
  .page_single_job_fv .container {
    display: flex;
    justify-content: center;
  }
  .page_single_job_fv .container .page_title {
    text-align: center;
    color: #858cdd;
    padding-top: 132px;
  }
  .page_single_job_fv .container .page_title .title {
    font-size: 57px;
    line-height: 100px;
  }
  .page_single_job_fv .container .page_title .sub_title {
    font-weight: bold;
    font-size: 13px;
    padding-left: 25px;
  }
  .page_single_job_fv .tate {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #c16aa6;
    writing-mode: vertical-lr;
    position: absolute;
    top: 30px;
    right: 17px;
  }
  .single_shop_info {
    width: 100%;
    padding: 80px 5%;
  }
  .single_shop_info .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .single_shop_info .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_info .container .page_title .title {
    font-size: 60px;
  }
  .single_shop_info .container .page_title .sub_title {
    font-weight: bold;
    font-size: 13px;
  }
  .single_shop_info .container .area_shop {
    width: 100%;
  }
  .single_shop_info .container .area_shop .shop_name {
    padding-top: 80px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: #858cdd solid 1.4px;
    color: #858cdd;
  }
  .single_shop_info .container .area_shop .area_flex .big_img {
    padding: 16px 0 30px 0;
  }
  .single_shop_info .container .area_shop .area_flex .big_img .area_mini_img {
    margin-top: 16x;
    display: flex;
    justify-content: center;
    width: calc(100% + 20px);
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list {
    width: 100% !important;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track::before {
    display: none;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track
    .slick-slide {
    width: 100% !important;
    margin-right: 20px;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track
    .slick-current {
    display: none;
    transition: 0.3s;
  }
  .single_shop_info .container .area_shop .area_flex .area_text .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: #e5aa0c solid 4px;
    color: #858cdd;
  }
  .single_shop_info .container .area_shop .area_flex .area_text .text {
    padding: 30px 0 43px 0;
    font-size: 15px;
    line-height: 30px;
    color: #767676;
  }
  .single_shop_work {
    width: 100%;
    padding: 0 5%;
  }
  .single_shop_work .container {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .single_shop_work .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_work .container .page_title .title {
    font-size: 60px;
  }
  .single_shop_work .container .page_title .sub_title {
    font-weight: bold;
    font-size: 13px;
  }
  .single_shop_work .container .area_text {
    padding: 0 5%;
  }
  .single_shop_work .container .area_text .heading {
    color: #858cdd;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 70px 0 25px 0;
  }
  .single_shop_work .container .area_text .text {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .single_shop_work .container .area_woman {
    padding: 22px 0;
    width: 50px;
    margin-left: 5%;
  }
  .single_shop_recruit {
    width: 100%;
    padding: 80px 5% 100px 5%;
  }
  .single_shop_recruit .container .page_title {
    padding-bottom: 72px;
    text-align: center;
    color: #858cdd;
  }
  .single_shop_recruit .container .page_title .title {
    font-size: 60px;
  }
  .single_shop_recruit .container .page_title .sub_title {
    font-weight: bold;
    font-size: 13px;
  }
  .single_shop_recruit .container .content {
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .single_shop_recruit .container .content ul li {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 10px 7px 11px 7px;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .single_shop_recruit .container .content ul li .info_title {
    display: block;
    width: 85px;
    color: #767676;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
  }
  .single_shop_recruit .container .content ul li .info_title_long {
    text-align: center;
  }
  .single_shop_recruit .container .content ul li p {
    width: 100%;
    color: #767676;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
  }
  .single_shop_pr {
    width: 100%;
    background-image: url(../img/job/bg_pr.png);
    padding: 50px 5%;
  }
  .single_shop_pr .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_pr .container .page_title .title {
    font-size: 60px;
  }
  .single_shop_pr .container .page_title .sub_title {
    font-weight: bold;
    font-size: 13px;
  }
  .single_shop_pr .container .content {
    margin-top: 37px;
    width: 100%;
    background-color: #ffffff;
    padding: 23px 5% 9px 5%;
  }
  .single_shop_pr .container .content .text {
    color: #767676;
    font-size: 13px;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .single_shop_pr .container .content .text .list {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    display: inline-block;
  }
  .single_shop_pr .container .content .area_woman {
    width: 71px;
    margin-left: auto;
  }
  .single_job_entry {
    background: #ffffff;
    padding: 80px 5% 44px 5%;
  }
  .single_job_entry .container .area_btn {
    border: solid 1px #858cdd;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .page_single_job_fv {
    width: 100%;
    height: 514px;
    background-image: url(../img/job/fv.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    background-position: 35% 100%;
  }
  .page_single_job_fv .container {
    display: flex;
    justify-content: center;
  }
  .page_single_job_fv .container .page_title {
    text-align: center;
    color: #858cdd;
    padding-top: 121px;
  }
  .page_single_job_fv .container .page_title .title {
    color: #858cdd;
    text-align: center;
    font-size: 96px;
  }
  .page_single_job_fv .container .page_title .sub_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
  .page_single_job_fv .tate {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #c16aa6;
    writing-mode: vertical-lr;
    position: absolute;
    top: 106px;
    right: 26px;
  }
  .single_shop_info {
    width: 100%;
    padding: 28rem 5% 136px 5%;
  }
  .single_shop_info .container {
    max-width: 1150px;
    margin: 0 auto;
  }
  .single_shop_info .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_info .container .page_title .title {
    font-size: 96px;
    padding-bottom: 20px;
  }
  .single_shop_info .container .page_title .sub_title {
    font-size: 32px;
    font-weight: 500;
  }
  .single_shop_info .container .area_shop {
    width: 100%;
  }
  .single_shop_info .container .area_shop .shop_name {
    padding-top: 60px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: #858cdd solid 2px;
    color: #858cdd;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 23px;
  }
  .single_shop_info .container .area_shop .area_flex {
    display: flex;
    justify-content: space-between;
  }
  .single_shop_info .container .area_shop .area_flex .big_img {
    width: 52%;
  }
  .single_shop_info .container .area_shop .area_flex .big_img .gallery {
    width: 100%;
    margin: 30px 0;
    height: 27vw;
    max-height: 310px;
    overflow: hidden;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .gallery
    .slick-list {
    height: 100%;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .gallery
    .slick-list
    .slick-track {
    display: flex;
    height: 100%;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .gallery
    .slick-list
    .slick-track
    .slick-slide {
    height: 100%;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .gallery
    .slick-list
    .slick-track
    .slick-slide
    img {
    width: initial;
    width: 100%;
    height: 100%;
  }
  .single_shop_info .container .area_shop .area_flex .big_img .area_mini_img {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    width: calc(100% + 30px);
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list {
    width: 100% !important;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track {
    display: flex;
    width: 100% !important;
    overflow: hidden;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track
    .slick-slide {
    width: 33% !important;
    margin-right: 30px;
  }
  .single_shop_info
    .container
    .area_shop
    .area_flex
    .big_img
    .area_mini_img
    .slick-list
    .slick-track
    .slick-current {
    display: none;
  }
  .single_shop_info .container .area_shop .area_flex .area_text {
    width: 43%;
  }
  .single_shop_info .container .area_shop .area_flex .area_text .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: #e5aa0c solid 3px;
    padding-bottom: 15px;
    color: #858cdd;
    margin-bottom: 30px;
  }
  .single_shop_info .container .area_shop .area_flex .area_text .text {
    font-size: 18px;
    line-height: 40px;
    color: #767676;
  }
  .single_shop_work {
    width: 100%;
    padding: 0 5%;
  }
  .single_shop_work .container {
    position: relative;
    max-width: 1200px;
    padding-bottom: 115px;
    margin: 0 auto;
    background: #fff;
    background-size: cover;
    background-position: 0% 100%;
    background-image: url(../img/job/bg.png);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .single_shop_work .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_work .container .page_title .title {
    font-size: 96px;
    padding-bottom: 20px;
  }
  .single_shop_work .container .page_title .sub_title {
    font-size: 30px;
    font-weight: 500;
  }
  .single_shop_work .container .area_text {
    width: 70%;
    max-width: 650px;
    margin: 0 auto;
  }
  .single_shop_work .container .area_text .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    padding: 70px 0 43px 0;
    color: #858cdd;
  }
  .single_shop_work .container .area_text .text {
    font-size: 16px;
    margin-bottom: 45px;
    font-weight: 500;
    line-height: 23px;
  }
  .single_shop_recruit {
    width: 100%;
    padding: 100px 5% 100px 5%;
  }
  .single_shop_recruit .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .single_shop_recruit .container .page_title {
    padding-bottom: 100px;
    text-align: center;
    color: #858cdd;
  }
  .single_shop_recruit .container .page_title .title {
    font-size: 96px;
  }
  .single_shop_recruit .container .page_title .sub_title {
    font-size: 30px;
    font-weight: 500;
  }
  .single_shop_recruit .container .content {
    width: 100%;
    border-top: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .single_shop_recruit .container .content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 20px 7px 20px 7px;
    border-bottom: 1.3px solid rgba(78, 78, 78, 0.5);
  }
  .single_shop_recruit .container .content ul li .info_title {
    display: block;
    width: 112px;
    color: #767676;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  .single_shop_recruit .container .content ul li p {
    width: 100%;
    max-width: 615px;
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  .single_shop_pr {
    width: 100%;
    background-image: url(../img/job/bg_pr_pc.png);
    background-size: cover;
    padding: 82px 5% 140px 5%;
  }
  .single_shop_pr .container {
    max-width: 900px;
    margin: 0 auto;
  }
  .single_shop_pr .container .page_title {
    text-align: center;
    color: #858cdd;
  }
  .single_shop_pr .container .page_title .title {
    font-size: 96px;
  }
  .single_shop_pr .container .page_title .sub_title {
    font-size: 32px;
    font-weight: 500;
  }
  .single_shop_pr .container .content {
    margin-top: 37px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 70px 5% 80px 5%;
  }
  .single_shop_pr .container .content .area_text {
    max-width: 590px;
    margin: 0 auto;
  }
  .single_shop_pr .container .content .area_text .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .single_shop_pr .container .content .area_text .text .list {
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    display: inline-block;
  }
  .single_shop_pr .container .content .area_woman {
    width: 220px;
    position: absolute;
    bottom: -78px;
    right: -10%;
  }
  .single_job_entry {
    background: #ffffff;
    padding: 105px 5% 78px;
  }
  .single_job_entry .container .area_btn {
    border: solid 1px #858cdd;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .single_shop_work .container .area_text {
    width: 70%;
    max-width: 650px;
    margin: 0 auto;
    transform: translateX(50px);
  }
  .single_shop_work .container .area_text .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    padding: 70px 0 43px 0;
    color: #858cdd;
  }
  .single_shop_work .container .area_text .text {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .single_shop_pr .container .content .area_woman {
    width: 220px;
    position: absolute;
    bottom: -78px;
    right: -5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .single_shop_pr .container .content .area_woman {
    width: 220px;
    position: absolute;
    bottom: -78px;
    right: -5%;
  }
}
@media screen and (min-width: 900px) and (max-width: 920px) {
  .move_p {
    transform: translateX(-1%);
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .transform_top {
    transform: translateY(-160px);
  }
  .transform_top2 {
    transform: translateY(-65px);
  }
  .page_salon_gallery {
    width: 100%;
    padding: 46px 0 60px 0;
  }
  .page_salon_gallery .area_select {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 9px;
  }
  .page_salon_gallery .area_select .btn {
    width: 100%;
    display: block;
    padding: 6px 0 7px 0;
    text-align: center;
    color: #d6d8ed;
    border: solid 1px #d6d8ed;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }
  .page_salon_gallery .area_select .current {
    background-color: #858cdd;
    color: #ffffff;
  }
  .page_salon_gallery .area_select_detail {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 220px;
    margin: 0 auto;
  }
  .page_salon_gallery .area_select_detail .btn {
    color: #767676;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1.04px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_salon_gallery .area_select_detail .btn::before {
    content: url(../img/job/sp/check.png);
    position: absolute;
    right: -14px;
  }
  .page_salon_gallery .area_select_detail .btn:hover {
    color: #858cdd;
  }
  .page_salon_gallery .area_select_detail .current {
    color: #858cdd;
  }
  .page_salon_gallery .area_explore_salon {
    width: 90%;
    margin: 50px auto 0 auto;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 15px 21px 8px 8px;
    border: 1px solid #858cdd;
    max-width: 430px;
  }
  .page_salon_gallery .area_explore_salon #form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page_salon_gallery .area_explore_salon #form #s-box {
    padding: 10px 10px;
    width: 80%;
    color: #858cdd;
  }
  .page_salon_gallery .area_explore_salon #form #s-box::-moz-placeholder {
    color: #d6d8ed;
  }
  .page_salon_gallery .area_explore_salon #form #s-box::placeholder {
    color: #d6d8ed;
  }
  .page_salon_gallery .area_explore_salon #form #s-btn-area img {
    width: 16px;
  }
  .page_salon_gallery .area_explore_salon #form input {
    outline: none;
    display: flex;
    align-items: center;
  }
  .page_salon_gallery .area_salon_gallery {
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding-top: 70px;
  }
  .page_salon_gallery .area_salon_gallery .salon_area_name {
    width: 100%;
    background-color: #ececf4;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 60px;
    text-align: center;
  }
  .page_salon_gallery .area_salon_gallery .area_item {
    width: 100%;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .salon_title {
    color: #858cdd;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: 1px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .salon_title::before {
    position: absolute;
    left: -27px;
    content: url(../img/salon/sp/Vector.png);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .salon_title::after {
    position: absolute;
    right: -27px;
    content: url(../img/salon/sp/Vector.png);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_info {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item {
    width: 100%;
    padding: 15px 5px 15px 0;
    border-bottom: 1.3px solid rgba(88, 88, 88, 0.5);
    display: flex;
    gap: 15px;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item
    .info_title {
    width: 80px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item
    .text {
    width: 100%;
    letter-spacing: 1.3px;
    font-size: 13px;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_tag {
    display: flex;
    padding: 25px 0;
    justify-content: flex-end;
    gap: 3px;
    width: 90%;
    margin: 0 auto;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_tag p {
    width: 84px;
    text-align: center;
    border-radius: 42px;
    padding: 7px 0;
    background: #ececf4;
    font-size: 8px;
    font-weight: 500;
    line-height: 16px;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn .btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    background-color: #e5aa0c;
    border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.7s ease;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_btn
    .btn:hover {
    background-color: rgba(229, 170, 12, 0.7);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn .detail {
    background-color: #ffffff;
    color: #e5aa0c;
    border: 1px solid #e5aa0c;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_btn
    .detail:hover {
    background-color: #e5aa0c;
    color: #ffffff;
  }
  .job-only {
    background-color: initial;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .job-only .job-shadow {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .job-only .job-shadow .job-border {
    border: none;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .transform_top {
    transform: translateY(-320px);
  }
  .transform_top2 {
    transform: translateY(-250px);
  }
  .page_salon_gallery {
    width: 100%;
    padding: 138px 5% 83px 5%;
  }
  .page_salon_gallery .area_select {
    max-width: 932px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 22px;
  }
  .page_salon_gallery .area_select .btn {
    display: block;
    width: 100%;
    padding: 17px 0;
    text-align: center;
    color: #d6d8ed;
    font-size: 20px;
    font-weight: 500;
    border: solid 1px #d6d8ed;
    border-radius: 10px;
  }
  .page_salon_gallery .area_select .current {
    background-color: #858cdd;
    color: #ffffff;
  }
  .page_salon_gallery .area_select_detail {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    letter-spacing: 1.6px;
  }
  .page_salon_gallery .area_select_detail .btn {
    color: #767676;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
  }
  .page_salon_gallery .area_select_detail .btn::before {
    content: url(../img/job/check.png);
    position: absolute;
    right: -30px;
    transform: translateY(3px);
  }
  .page_salon_gallery .area_select_detail .btn:hover {
    color: #858cdd;
  }
  .page_salon_gallery .area_select_detail .letter-space {
    letter-spacing: 8px;
  }
  .page_salon_gallery .area_select_detail .current {
    color: #858cdd;
  }
  .page_salon_gallery .area_explore_salon {
    margin: 58px auto 0 auto;
    color: #d6d8ed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 0 0 0 22px;
    border: 1px solid #858cdd;
    width: 80%;
    max-width: 780px;
  }
  .page_salon_gallery .area_explore_salon #form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page_salon_gallery .area_explore_salon #form #s-box {
    padding: 10px;
    width: 80%;
    color: #858cdd;
  }
  .page_salon_gallery .area_explore_salon #form #s-box::-moz-placeholder {
    color: #d6d8ed;
  }
  .page_salon_gallery .area_explore_salon #form #s-box::placeholder {
    color: #d6d8ed;
  }
  .page_salon_gallery .area_explore_salon #form input {
    outline: none;
    transform: translateY(2px);
  }
  .page_salon_gallery .area_explore_salon #form #s-btn-area {
    width: 30px;
    height: 100%;
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 40px;
  }
  .page_salon_gallery .area_explore_salon #form #s-btn-area img {
    width: 16px;
  }
  .page_salon_gallery .area_salon_gallery {
    max-width: 1120px;
    margin: 0 auto 0 auto;
    padding-top: 100px;
  }
  .page_salon_gallery .area_salon_gallery .salon_area_name {
    width: 100%;
    background-color: #ececf4;
    padding: 8.5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-bottom: 66px;
  }
  .page_salon_gallery .area_salon_gallery .area_item {
    width: 100%;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item {
    margin-bottom: 85px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .salon_title {
    color: #858cdd;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .salon_title::before {
    position: absolute;
    left: -70px;
    content: url(../img/salon/Vector.png);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .salon_title::after {
    position: absolute;
    right: -70px;
    content: url(../img/salon/Vector.png);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_info {
    width: 100%;
    display: grid;
    grid-template-columns: calc((100% - 80px) / 2) calc((100% - 80px) / 2);
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item {
    width: 100%;
    padding: 40px 20px 40px 0;
    border-bottom: 1.3px solid rgba(88, 88, 88, 0.5);
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item
    .info_title {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 4px;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_info
    .info_item
    .text {
    font-size: 16px;
    font-weight: 500;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_tag {
    display: flex;
    padding: 40px 0;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_tag p {
    width: 150px;
    text-align: center;
    border-radius: 100px;
    padding: 7px 0;
    background: #ececf4;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn .btn {
    width: 400px;
    text-align: center;
    padding: 25px 0;
    background-color: #e5aa0c;
    border-radius: 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.7s ease;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_btn
    .btn:hover {
    background-color: rgba(229, 170, 12, 0.7);
  }
  .page_salon_gallery .area_salon_gallery .area_item .item .area_btn .detail {
    background-color: #ffffff;
    color: #e5aa0c;
    border: 1px solid #e5aa0c;
  }
  .page_salon_gallery
    .area_salon_gallery
    .area_item
    .item
    .area_btn
    .detail:hover {
    background-color: #e5aa0c;
    color: #ffffff;
  }
  .job-only {
    background-color: initial;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .job-only .job-border {
    border: 1px solid #868cd7;
  }
}
/*sp*/
@media screen and (max-width: 900px) {
  .single_salon {
    width: 100%;
    padding: 50px 5% 100px 5%;
  }
  .single_salon .container {
    max-width: 500px;
    margin: 0 auto;
  }
  .single_salon .container .salon_name {
    text-align: center;
    color: #858cdd;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
  .single_salon .container .salon_text {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    padding: 15px 0 30px;
  }
  .single_salon .container .salon_text2 {
    color: #858cdd;
    font-size: 18px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    line-height: 28px;
  }
  .single_salon .container .area_flex {
    width: 100%;
    padding-top: 27px;
  }
  .single_salon .container .area_flex .left {
    width: 100%;
  }
  .single_salon .container .area_flex .left .area_mini_img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: calc(100% + 20px);
  }
  .single_salon .container .area_flex .left .area_mini_img .slick-list {
    width: 100% !important;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track::before {
    display: none;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track
    .slick-slide {
    width: 100% !important;
    margin-right: 20px;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track
    .slick-current {
    display: none;
    transition: 0.3s;
  }
  .single_salon .container .area_flex .left .gallery {
    width: 100%;
    margin: 30px 0;
    max-height: 310px;
    overflow: hidden;
  }
  .single_salon .container .area_flex .left .gallery .slick-list {
    height: 100%;
  }
  .single_salon .container .area_flex .left .gallery .slick-list .slick-track {
    display: flex;
    height: 100%;
  }
  .single_salon
    .container
    .area_flex
    .left
    .gallery
    .slick-list
    .slick-track
    .slick-slide {
    height: 100%;
  }
  .single_salon
    .container
    .area_flex
    .left
    .gallery
    .slick-list
    .slick-track
    .slick-slide
    img {
    width: initial;
    width: 100%;
    height: 100%;
  }
  .single_salon .container .area_flex .left .left_text {
    padding: 30px 0;
    color: #585858;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  .single_salon .container .area_flex .right {
    width: 100%;
  }
  .single_salon .container .area_flex .right .area_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .single_salon .container .area_flex .right .area_info::before {
    content: "";
    position: absolute;
    left: 80px;
    width: 1px;
    height: 100%;
    background-color: #585858;
    opacity: 0.5;
  }
  .single_salon .container .area_flex .right .area_info .info_item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
  }
  .single_salon .container .area_flex .right .area_info .info_item .info_title {
    white-space: nowrap;
    width: 85px;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
  }
  .single_salon .container .area_flex .right .area_info .info_item .info_text {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  .single_salon .container .area_flex .right .area_btn {
    padding-top: 86px;
  }
  .single_salon .container .area_flex .right .area_btn .btn {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #e5aa0c;
    font-size: 20px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    width: 100%;
    border-radius: 40px;
    border: solid 1px #e5aa0c;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .single_salon {
    width: 100%;
    padding: 120px 5% 90px 5%;
  }
  .single_salon .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .single_salon .container .salon_name {
    text-align: center;
    padding-bottom: 80px;
    color: #858cdd;
    font-size: 40px;
    font-weight: 700;
  }
  .single_salon .container .salon_text {
    padding-bottom: 20px;
    color: #585858;
    font-size: 16px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
  }
  .single_salon .container .salon_text2 {
    color: #858cdd;
    font-size: 18px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    line-height: 28px;
  }
  .single_salon .container .area_flex {
    width: 100%;
    padding-top: 27px;
    display: flex;
    justify-content: space-between;
  }
  .single_salon .container .area_flex .left {
    width: 55%;
  }
  .single_salon .container .area_flex .left .area_mini_img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: calc(100% + 20px);
  }
  .single_salon .container .area_flex .left .area_mini_img .slick-list {
    width: 100% !important;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track::before {
    display: none;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track
    .slick-slide {
    width: 100% !important;
    margin-right: 20px;
  }
  .single_salon
    .container
    .area_flex
    .left
    .area_mini_img
    .slick-list
    .slick-track
    .slick-current {
    display: none;
    transition: 0.3s;
  }
  .single_salon .container .area_flex .left .gallery {
    width: 100%;
    margin: 30px 0;
    height: 27vw;
    max-height: 310px;
    overflow: hidden;
  }
  .single_salon .container .area_flex .left .gallery .slick-list {
    height: 100%;
  }
  .single_salon .container .area_flex .left .gallery .slick-list .slick-track {
    display: flex;
    height: 100%;
  }
  .single_salon
    .container
    .area_flex
    .left
    .gallery
    .slick-list
    .slick-track
    .slick-slide {
    height: 100%;
  }
  .single_salon
    .container
    .area_flex
    .left
    .gallery
    .slick-list
    .slick-track
    .slick-slide
    img {
    width: initial;
    width: 100%;
    height: 100%;
  }
  .single_salon .container .area_flex .left .left_text {
    padding-top: 53px;
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
  }
  .single_salon .container .area_flex .right {
    width: 40%;
  }
  .single_salon .container .area_flex .right .area_info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
  }
  .single_salon .container .area_flex .right .area_info::before {
    content: "";
    position: absolute;
    left: 87px;
    width: 1px;
    height: 100%;
    background-color: #585858;
    opacity: 0.5;
  }
  .single_salon .container .area_flex .right .area_info .info_item {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .single_salon .container .area_flex .right .area_info .info_item .info_title {
    white-space: nowrap;
    width: 85px;
    font-size: 13px;
    font-weight: 700;
  }
  .single_salon .container .area_flex .right .area_info .info_item .info_text {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
  }
  .single_salon .container .area_flex .right .area_btn {
    padding-top: 86px;
  }
  .single_salon .container .area_flex .right .area_btn .btn {
    display: block;
    text-align: center;
    padding: 25px 0;
    background-color: #e5aa0c;
    color: #ffffff;
    font-size: 20px;
    font-family: Zen Kaku Gothic New;
    font-weight: 500;
    width: 100%;
    border-radius: 40px;
    border: solid 1px #e5aa0c;
    transition: all 0.7s ease;
  }
  .single_salon .container .area_flex .right .area_btn .detail {
    background-color: #ffffff;
    color: #e5aa0c;
    border: 1px solid #e5aa0c;
  }
  .single_salon .container .area_flex .right .area_btn .detail:hover {
    background-color: #e5aa0c;
    color: #ffffff;
  }
}
@media screen and (min-width: 900px) {
  .salon_move_left {
    transform: translateX(-12px);
  }
}
@media screen and (min-width: 1100px) {
  .salon_move_left {
    transform: translateX(-13px);
  }
}
@media screen and (max-width: 500px) {
  .salon_move_left {
    transform: translateX(-6px);
  }
}
/*
===================================
          footer
===================================
*/
/*sp*/
@media screen and (max-width: 900px) {
  .footer {
    width: 100%;
    background-color: #f0f0ff;
  }
  .footer .container {
    width: 100%;
    padding-bottom: 50px;
  }
  .footer .container .top .logo {
    width: 232px;
    height: 178px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .container .top nav {
    width: 100%;
    background-color: #ffffff;
  }
  .footer .container .top nav ul li {
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .footer .container .top nav ul li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .footer .container .top nav ul li a {
    padding: 13px 0 13px 30px;
    display: block;
  }
  .footer .container .bottom {
    padding: 52px 5% 0;
  }
  .footer .container .bottom .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 350px;
    margin: 0 auto;
  }
  .footer .container .bottom .right .to_recruit,
  .footer .container .bottom .right .to_alley_shop_fc,
  .footer .container .bottom .right .to_salonlist {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .footer .container .bottom .right .to_recruit img,
  .footer .container .bottom .right .to_alley_shop_fc img,
  .footer .container .bottom .right .to_salonlist img {
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .footer .container .bottom .right .to_recruit p,
  .footer .container .bottom .right .to_alley_shop_fc p,
  .footer .container .bottom .right .to_salonlist p {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .footer .container .bottom .right .to_recruit p::after,
  .footer .container .bottom .right .to_alley_shop_fc p::after,
  .footer .container .bottom .right .to_salonlist p::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 6px;
    top: calc(65% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .footer .container .bottom .right .area_sns {
    padding-top: 30px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .footer .container .bottom .right .area_sns .insta,
  .footer .container .bottom .right .area_sns .line {
    width: 30px;
  }
  .footer .container .bottom .right ul {
    padding-top: 32px;
  }
  .footer .container .bottom .right ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
  .footer .container .privacy-ft {
    display: flex !important;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
  }
  .footer .container .privacy-ft li a {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
  }
  .footer .container .privacy-ft li a .bar {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #858cdd;
  }
  .footer .copy_right {
    padding: 20px 0 20px 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background-color: #585858;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
  }
}
/*pc*/
@media screen and (min-width: 900px) {
  .footer .container {
    width: 100%;
    padding: 70px 6% 80px 10%;
    background-color: #f0f0ff;
  }
  .footer .container .top {
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
  }
  .footer .container .top .logo {
    width: 230px;
  }
  .footer .container .top nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer .container .top nav ul li a {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
  }
  .footer .container .top nav ul li a .bar {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #858cdd;
  }
  .footer .container .bottom {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
  }
  .footer .container .bottom .area_sns {
    display: flex !important;
    gap: 20px;
    padding-bottom: 28px;
    width: 230px;
  }
  .footer .container .bottom .area_sns .insta,
  .footer .container .bottom .area_sns .line {
    width: 30px;
  }
  .footer .container .bottom .right {
    margin: 0 auto 0 0;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .footer .container .bottom .right .to_recruit,
  .footer .container .bottom .right .to_alley_shop_fc,
  .footer .container .bottom .right .to_salonlist {
    width: 18vw;
    max-width: 250px;
  }
  .footer .container .bottom .right .to_recruit img,
  .footer .container .bottom .right .to_alley_shop_fc img,
  .footer .container .bottom .right .to_salonlist img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .footer .container .bottom .right .to_recruit p,
  .footer .container .bottom .right .to_alley_shop_fc p,
  .footer .container .bottom .right .to_salonlist p {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    margin-top: 10px;
    position: relative;
  }
}
@media screen and (min-width: 900px) and (max-width: 1150px) {
  .footer .container .bottom .right .to_recruit p,
  .footer .container .bottom .right .to_alley_shop_fc p,
  .footer .container .bottom .right .to_salonlist p {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  .footer .container .bottom .right .to_recruit p::after,
  .footer .container .bottom .right .to_alley_shop_fc p::after,
  .footer .container .bottom .right .to_salonlist p::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 6px;
    top: calc(50% - 1px);
    border-top: solid 1px #868cd7;
    border-right: solid 1px #868cd7;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
  }
  .footer .container .bottom .right ul {
    padding-left: 40px;
  }
  .footer .copy_right {
    width: 100%;
    background-color: #585858;
    padding: 14px 0 18px 0;
    text-align: center;
  }
  .footer .copy_right P {
    font-weight: 400;
    font-size: 8px;
    line-height: 18px;
    color: #ffffff;
  }
}
.not_have_news {
  margin-top: 40px;
}
.not_have_column {
  margin-top: 40px;
  text-align: center;
}
.not_have_column_side {
  margin-top: 20px;
  text-align: center;
}
.not_have_salon {
  margin-bottom: 66px;
}
@media screen and (max-width: 900px) {
  .not_have_news {
    margin-top: 40px;
    text-align: center;
  }
  .not_have_salon {
    margin-bottom: 60px;
    text-align: center;
  }
}

/* 親リスト項目の相対位置設定 */
.hover-control {
  position: relative;
}

/* サブメニューの基本スタイル */
.submenu {
  display: none; /* 初期状態では非表示 */
  position: absolute;
  top: 100%; /* 親ボタンの下に配置 */
  left: 0;
  background-color: #fff; /* 背景色 */
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 影を追加 */
  z-index: 1000; /* 他の要素より前面に表示 */
}

/* サブメニュー内のリンクスタイル */
.submenu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

/* サブメニューのリンクにホバー時のスタイル */
.submenu li a:hover {
  background-color: #f1f1f1;
}

/* サブメニューが表示されるときのスタイル */
.hover-control.active .submenu {
  display: block;
}

/* ボタンの基本スタイル（必要に応じて調整） */
.recruit-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  color: #333;
}

.recruit-button:focus {
  outline: none;
}

/* まつ毛眉毛コラムのH1タグ修正 */
.a_title_brow_lash_new .date.sub_font {
  color: #585858;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.a_title_brow_lash_new h1 {
  padding: 10px 0 16px 0;
  color: #858cdd;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.a_title_brow_lash_new .who {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.a_title_brow_lash_new .who .icon {
  width: 25px;
  margin: 0 10px 0 20px;
}

.a_title_brow_lash_new .who .name {
  color: #585858;
  font-family: Zen Kaku Gothic New;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 25px;
}

.a_title_brow_lash_new .who p span {
  display: block;
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.8px;
  padding: 6px 0;
  text-align: center;
  width: 65px;
  border-radius: 200px;
  background-color: #ececf4;
}

@media screen and (max-width: 900px) {
  .a_title_brow_lash_new h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
