/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  color: transparent;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
}

/** Global **/
@font-face {
  font-family: "Century Gothic Pro";
  src: url("../fonts/CenturyGothicPro-Bold/CenturyGothicPro-Bold.woff2") format("woff2"), url("../fonts/CenturyGothicPro-Bold/CenturyGothicPro-Bold.woff") format("woff");
  font-weight: bold;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --pink-light: #FFBBC4;
  --primary: #FF9E9E;
  --second: #d75e5b;
  --text-body: #000;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

p:last-of-type {
  margin: 0;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container--lg, .container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.search-industry__item ul, .pickup__item--body ul, .site-footer__nav ul, .site-footer__position--group ul, .site-header ul, .top-nav ul, .second-nav ul, .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover {
  opacity: 0.8;
  color: var(--white);
}
.btn--special {
  background: linear-gradient(180deg, #FFA5B8 0%, #FF718D 100%);
  border-radius: 999px;
  color: var(--white);
  max-width: 450px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFA7B3;
  font-weight: 700;
  letter-spacing: 2px;
  width: 100%;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .btn--special {
    min-height: 80px;
    font-size: 20px;
  }
}
.btn--special:hover {
  opacity: 0.8;
  color: var(--white);
}

.section {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 60px;
  }
}
.section--pink {
  background: #FFBBC4;
}
.section--pink-light {
  background: #FFF5F6;
}
.section-heading {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 60px;
  }
}
.section-heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #4E4E4E;
  margin: 0 0 5px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 55px;
  }
}
.section-heading h3 {
  letter-spacing: 2px;
  color: #4E4E4E;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  display: flex;
  gap: 2px;
  align-items: center;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: 22px;
    padding-left: 6px;
    gap: 4px;
  }
}
.section-heading h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #4E4E4E;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section-heading h3::before {
    width: 20px;
    height: 20px;
  }
}
.section-heading--inline {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .section-heading--inline {
    gap: 40px;
  }
}
.section-heading--inline h2 {
  margin: 0;
}
.section-heading--inline h3 {
  font-size: 13px;
  margin: 0 0 2px;
}
@media only screen and (min-width: 768px) {
  .section-heading--inline h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 7px;
  }
}
.section-heading--inline h3::before {
  display: none;
}
.section-heading--white h2,
.section-heading--white h3 {
  color: var(--white);
}

.container--lg {
  max-width: 1540px;
}

.container-fluid {
  max-width: 1920px;
}
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: relative;
  width: 30px;
  height: 26px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 30px;
  height: 3px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 3px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -10px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
.site-header {
  background: var(--pink-light);
  font-weight: 300;
  position: relative;
  z-index: 999;
  color: var(--white);
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 4px;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    padding-block: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .container-lg {
    padding: 0;
  }
}
.site-header__logo img {
  height: 33px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    height: 61px;
  }
}
.site-header__text {
  display: none;
  margin-right: auto;
  font-size: 14px;
}
@media only screen and (min-width: 1500px) {
  .site-header__text {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--pink-light);
    width: 100%;
    display: none;
    padding: 30px 15px;
    z-index: 99;
    border-top: 1px solid var(--white);
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    align-items: center;
    font-weight: 700;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 10px;
  }
}
.site-header__nav ul li a {
  color: var(--white);
  display: block;
  position: relative;
  min-width: 70px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul li a {
    min-width: 92px;
  }
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: #FF63A4;
}
.site-header__nav ul li.special-menu {
  margin-left: 10px;
}
.site-header__nav ul li.special-menu a {
  background: linear-gradient(180deg, #97FFF0, #20D4B5);
  min-width: 150px;
  letter-spacing: 1px;
  font-size: 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--white);
  opacity: 1;
}
.site-header__nav ul li.special-menu:hover a {
  background: linear-gradient(0deg, #97FFF0, #20D4B5);
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}

.site-footer {
  background: #1F1D1E;
  color: var(--white);
  padding-block: 0 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 22px 60px;
  }
}
.site-footer a {
  color: var(--white);
}
.site-footer h2 {
  font-weight: 700;
  margin: 0 -20px;
  text-align: center;
  font-size: 20px;
  background: var(--white);
  color: var(--text-body);
  padding-block: 12px;
}
@media only screen and (min-width: 768px) {
  .site-footer h2 {
    padding-block: 0;
    font-size: 18px;
    color: var(--white);
    background: none;
    margin: 0 0 20px;
  }
}
.site-footer__position {
  margin-inline: -20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__position {
    display: grid;
    grid-template-columns: 1fr;
    margin-inline: 0;
    gap: 10px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer__position {
    grid-template-columns: 43% 1fr;
  }
}
.site-footer__position--group {
  border-bottom: 1px solid #858585;
}
@media only screen and (min-width: 768px) {
  .site-footer__position--group {
    display: flex;
    border-bottom: 0;
  }
}
.site-footer__position--group h3 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding: 15px 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .site-footer__position--group h3 {
    width: 150px;
    padding-right: 20px;
    font-size: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__position--group h3::after {
    content: "";
    background: url("../images/arrow-white-down.svg") no-repeat 0 0/100%;
    width: 19px;
    height: 9px;
    position: absolute;
    right: 15px;
    transform: rotate(0deg) translateY(-50%);
    top: 50%;
    transition: all 0.3s;
    transform-origin: top;
  }
}
.site-footer__position--group ul {
  line-height: 1.4;
  font-size: 18px;
  border-top: 1px solid #858585;
  padding-block: 6px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-footer__position--group ul {
    font-size: 15px;
    width: calc(100% - 150px);
    display: flex !important;
    flex-wrap: wrap;
    border-top: 0;
    padding-block: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__position--group ul li {
    display: flex;
    align-items: center;
  }
  .site-footer__position--group ul li::after {
    content: "";
    height: 18px;
    border-right: 1px solid var(--white);
    margin-inline: 5px;
  }
  .site-footer__position--group ul li:last-of-type::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__position--group ul li a {
    display: block;
    text-align: center;
    padding: 6px 20px;
  }
}
.site-footer__position--group.show h3::after {
  transform: rotate(180deg) translateY(-50%);
}
.site-footer__main {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .site-footer__main {
    flex-direction: row;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid var(--white);
    gap: 30px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__logo {
    width: 30%;
  }
}
.site-footer__logo img {
  width: auto;
  height: 72px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo img {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__nav {
    width: calc(70% - 30px);
  }
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 1px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav ul {
    font-size: 16px;
    letter-spacing: 0;
    gap: 10px 20px;
    justify-content: flex-end;
  }
}
.site-footer__nav ul li a {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav ul li a {
    gap: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__nav ul li a::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: var(--white);
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__nav ul li a::after {
    content: "";
    height: 18px;
    border-right: 1px solid var(--white);
    margin-inline: 5px;
  }
}
.site-footer__bottom {
  text-align: center;
  margin-top: 60px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.428;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    display: none;
  }
}

/** pages */
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
}
.banner__note {
  display: none;
  color: #3B404B;
  font-size: 12px;
  padding: 15px 20px;
  gap: 10px 60px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .banner__note {
    display: flex;
  }
}
.banner__note a {
  color: #0000FF;
  text-decoration: underline;
}

.special-image {
  padding-block: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .special-image {
    padding-block: 30px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .special-image--top {
    padding-block: 50px 37px;
  }
}
.special-image img {
  max-width: 666px;
}

.register {
  text-align: center;
  font-size: 16px;
  line-height: 1.94;
  padding-block: 35px 40px;
}
@media only screen and (min-width: 768px) {
  .register {
    padding-block: 50px;
    font-size: 18px;
  }
}
.register h2 {
  line-height: 1.2;
  font-weight: 700;
  color: #FF7895;
  margin: 0 0 5px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .register h2 {
    font-size: 30px;
  }
}
.register .btn--special {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .register .btn--special {
    margin-top: 25px;
  }
}

.service__heading {
  color: #FFFFC0;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 40px;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .service__heading {
    font-size: 30px;
    margin: 0 0 60px;
  }
}
.service__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 10px;
}
@media only screen and (min-width: 768px) {
  .service__inner {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .service__inner {
    gap: 46px;
  }
}
.service__item {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .service__item {
    font-size: 16px;
  }
}
.service__item h3 {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 120px;
  background: var(--white);
  border-radius: 11px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFBBC4;
  text-align: center;
  padding: 4px 8px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .service__item h3 {
    font-size: 20px;
    max-width: 130px;
    padding: 7px;
  }
}
.service__item figure {
  background: var(--white);
  border-radius: 10px;
  padding: 10px 10px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  min-height: 220px;
  color: #3B404B;
  letter-spacing: 0;
  margin: 0 0 14px;
}
@media only screen and (min-width: 768px) {
  .service__item figure {
    border-radius: 16px;
    padding: 15px 13px 12px;
    min-height: 260px;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 20px;
  }
}
.service__item figure img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .service__item figure img {
    margin-bottom: 15px;
  }
}
.service__item figure small {
  font-size: 17px;
}
.service__item p {
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
  .news {
    padding-block: 80px 90px;
  }
}
.news__item {
  line-height: 1.47;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-body);
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .news__item {
    display: flex;
    font-size: 17px;
    margin-bottom: 26px;
  }
}
.news__item time {
  display: block;
}
@media only screen and (min-width: 768px) {
  .news__item time {
    width: 175px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .news__item a {
    width: calc(100% - 175px);
  }
}
.news__item a:hover {
  text-decoration: underline;
  color: var(--text-body);
}

@media only screen and (min-width: 768px) {
  .pickup {
    padding-block: 35px 130px;
  }
}
.pickup__item {
  padding-inline: 10px;
  max-width: 400px;
}
.pickup__item figure img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 1.86;
  object-fit: cover;
  width: 100%;
}
.pickup__item--inner {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 3px;
}
.pickup__item--body {
  padding: 15px 20px;
}
.pickup__item--body h3 {
  line-height: 1.45;
  margin: 0 0 7px;
  color: #3B404B;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .pickup__item--body h3 {
    font-size: 20px;
  }
}
.pickup__item--body h3 a {
  color: #3B404B;
}
.pickup__item--body ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.3;
  gap: 10px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pickup__item--body ul {
    font-size: 17px;
  }
}
.pickup__item--body ul li {
  min-width: 80px;
  background: #FFA1BB;
  color: var(--white);
  border: 2px solid #FFA1BB;
  border-radius: 5px;
  padding: 1px 10px;
}
@media only screen and (min-width: 768px) {
  .pickup__item--body ul li {
    min-width: 92px;
    padding: 1px 12px;
  }
}
.pickup__item--body ul li.type--outline {
  background: var(--white);
  color: #FFA1BB;
}

@media only screen and (min-width: 768px) {
  .search-industry {
    padding-block: 75px 135px;
  }
}
.search-industry__select select {
  border: 3px solid #FF9E9E;
  border-radius: 99px;
  width: 100%;
  max-width: 450px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF9E9E;
  padding: 5px 20px;
  text-align: center;
  margin: 0 auto 26px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-pink-light-down.svg") no-repeat calc(100% - 26px) 50%/26px var(--white);
}
@media only screen and (min-width: 768px) {
  .search-industry__select select {
    min-height: 70px;
    margin: 0 auto 35px;
  }
}
.search-industry__inner {
  background: #FFE1E1;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #FFBBC4;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .search-industry__inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .search-industry__inner {
    padding: 40px;
  }
}
.search-industry__item {
  background: var(--white);
  border-radius: 10px;
  padding: 10px 10px 15px;
}
@media only screen and (min-width: 768px) {
  .search-industry__item {
    padding: 10px 15px 15px;
  }
}
.search-industry__item h3 {
  color: #FF9E9E;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 6px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding-left: 10px;
}
.search-industry__item h3::before {
  content: "";
  width: 15px;
  min-width: 15px;
  height: 21px;
  background: url("../images/pin.svg") no-repeat 0 0/100%;
}
.search-industry__item ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  gap: 5px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .search-industry__item ul {
    font-size: 16px;
    gap: 3px 6px;
  }
}
.search-industry__item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 74px;
}
@media only screen and (min-width: 768px) {
  .search-industry__item ul li {
    min-width: 78px;
  }
}
.search-industry__item ul li::after {
  content: "";
  height: 12px;
  border-right: 1px solid #C6C6C6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .search-industry__item ul li::after {
    right: -3px;
  }
}

.faq-section__item--body::before, .faq-section__item h3::before {
  width: 43px;
  min-width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--white);
  font-family: "Century Gothic Pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .faq-section {
    padding-block: 45px 155px;
  }
}
.faq-section__item {
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px 25px 25px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .faq-section__item {
    padding: 20px 25px 40px;
    margin-bottom: 20px;
  }
}
.faq-section__item h3 {
  color: var(--text-body);
  font-weight: 700;
  line-height: 1.29;
  margin: 0;
  gap: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px dashed #FFBBC4;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .faq-section__item h3 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 22px;
  }
}
.faq-section__item h3::before {
  content: "Q";
  background: #FFBBC4;
}
.faq-section__item--body {
  padding: 15px 0 0 59px;
  position: relative;
  font-size: 15px;
  line-height: 1.44;
}
@media only screen and (min-width: 768px) {
  .faq-section__item--body {
    font-size: 18px;
    padding: 20px 0 0 59px;
  }
}
.faq-section__item--body::before {
  content: "A";
  background: #D2D2D2;
  position: absolute;
  top: 20px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .faq-section__item--body::before {
    top: 26px;
  }
}
.top-nav {
	background: #FE90D9;
	padding: 3px 0;
}
.second-nav {
	background: #FF9EDE;
	padding: 3px 0;
}
@media only screen and (min-width: 992px) {
  .top-nav nav>ul, .second-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;    
    align-items: center;   
  }
}
@media only screen and (min-width: 1200px) {
  .top-nav nav>ul {
    gap: 25px;
  }
}
.second-nav ul {
	gap: normal;
}
.top-nav nav>ul>li>a, .second-nav ul li a {
  color: var(--white);
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  min-width: 70px;
  text-align: center;
}
.second-nav ul li a {
	background: url(../images/separator.png) no-repeat right center;
	background-size: 15px auto;
	font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .top-nav nav>ul li a, .second-nav ul li a {
    min-width: 92px;
  }
}
.breadcrumb ul {
	display: flex;
    flex-wrap: wrap;
}
.breadcrumb ul li a, .breadcrumb ul li span {
	color: #4E4E4E;
	font-size: 12px;
}
.page-content {
    padding-block: 40px;
}
@media only screen and (min-width: 768px) {
    .page-content {
        padding-block: 110px 155px;
    }
}
.page-title {
	background: #FF6ECD;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 0 25px;
	padding: 5px 25px;
}
.faq-section__group {
	background: #FFF0F0;
	padding: 50px 55px;
}
.faq-section__group + .faq-section__group {
	margin-top: 70px;
}
.faq-section__group h2 {
	border-bottom: 2px dashed #FF6ECD;
	color: #4E4E4E;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0 -10px 30px;
	padding: 3px 0 3px 40px;
	position: relative;
}

.faq-section__group h2:before {
	background: url(../images/comment-icon.png) no-repeat;
	background-size: 38px auto;
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	height: 29px;
	width: 38px;
}
.faq-section__group .faq-section__item {
	border-radius: 0;
}
.faq-section__group .faq-section__item h3 {
	border-bottom: 2px solid #b7b7b7;
	color: #FF6ECD;
	padding: 0 0 7px;
}
.faq-section__group .faq-section__item h3::before,
.faq-section__group .faq-section__item--body::before {
	background: none;
	font-family: inherit;
	font-size: 25px;
	min-width: 32px;
	height: auto;
	width: auto;
}
.faq-section__group .faq-section__item h3::before {
	content: "Q.";
	color: #FF6ECD;
}
.faq-section__group .faq-section__item--body::before {
	content: "A.";
	color: #DADADA;
	top: 11px;
}
.faq-section__group .faq-section__item--body {
	color: #4E4E4E;
	font-size: 15px;
	padding: 15px 0 0 40px;
}

.text-center {
	text-align: center;
}
.contact-form {
  background: #FFF0F0;
  color: #4E4E4E;
  padding: 50px 80px;
}
.contact-form p {
	font-size: 14px;
}
span.orange {
	color: #FF6B6B;
}
.contact-form-input {
	background: #fff;
	border: 1px solid #D2D2D2;
	margin-top: 30px;
}
.contact-form .form-row + .form-row {
	border-top: 1px solid #D2D2D2;
}
.contact-form .form-row {
	display: flex;
}
.form-row > label {
	background: #FF9FBF;
	color: #fff;
	display: block;
	width: 280px;
	font-weight: bold;
	margin: 0;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-row .list-item {
	display: block;
}
.form-row .list-item label span {
	margin-left: 3px;
}
.form-row .form-row__input {
	padding: 12px;
	width: calc(100% - 280px);
}
.form-row > label > span {
	color: #FF0000;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
	border-color: #D2D2D2;
	border-radius: 5px;
	font-size: 14px;
	padding: 1px 12px;
	width: 100%;
}
.contact-form input + span {
	font-size: 12px;
}
.form-submit {
	margin-top: 45px;
	text-align: center;
}
.form-submit input {
	background: #FF9FBF;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1.7px;
	min-height: 50px;
	padding: 10px 20px;
	max-width: 300px;
}
.form-submit input:hover {
	opacity: 0.8;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pickup-sidebar, .pickup-content {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.pickup-content h1 {
	border-bottom: 2px solid #a6a6a6;
	color: #4E4E4E;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 8px;
}
.pickup-content ul.pickup-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
    text-align: center;
}
ul.pickup-filter li {
	border: 1px solid #FF9EDE;
	border-radius: 10px;
	color: #FF9EDE;
	font-size: 12px;
	line-height: 1.5;
	min-width: 80px;
}
.pickup-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.pickup-item {
	border: 1px solid #C8C8C8;
	border-radius: 15px;
	position: relative;
}
.pickup-item img {
	border-radius: 15px 15px 0 0;
}
.pickup-item .pickup__item--body {
	padding-top: 5px;
}
.pickup-item .pickup__item--body h3 a {
    color: #4E4E4E;
}
.pickup-item .pickup__item--body ul li {
	border-width: 1px;
	font-size: 13px;
	font-weight: normal;
}
.pickup__item--body ul li.type-black {
    background: #4e4e4e;
	border-color: #4e4e4e;
    color: #fff;
}
.pickup__item--tag {
	background: #FF9EDE;
	border-radius: 15px;
	position: absolute;
	top: 10px;
	left: 15px;
	text-align: center;
}
.pickup__item--tag dl {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.pickup__item--tag dl dt, .pickup__item--tag dl dd {
	padding: 3px 0;
}
.pickup__item--tag dl dt {
	color: #fff;
	font-size: 12px;
	flex: 0 0 90px;
    max-width: 90px;
}
.pickup__item--tag dl dd {
	background: #fff;
	border: 2px solid #FF9EDE;
	border-radius: 0 15px 15px 0;
	color: #4E4E4E;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.pickup-sidebar .widget-title {
	background: #43B8FF;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	margin: 0 0 20px;
	text-align: center;
}
.pickup-sidebar h4 {
	background: #FF65BC;
	box-shadow: 0px 3px 0px #E64DA4;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 10px;
	text-align: center;
}
.search-row {
	margin: 0 0 15px;
}
.search-row>label {
	background: #FF9EDE;
	box-shadow: 0px 3px 0px #FF82D5;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	text-align: center;
}
.search-row>label.blue {
	background: #43B8FF;
	box-shadow: 0px 3px 0px #3975EE;
}
.search-row select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-right.png) no-repeat calc(100% - 6px) 50% / 6px var(--white);
	padding: 0;
    border: none;
    font-size: 12px;
    width: 100%;
}
.search-row.flex {
	display: flex;
    gap: 5px;
}
.search-row input[type="text"] {
	border: 1px solid #707070;
	border-radius: 0;
	padding: 0 5px;
    height: 30px;
	width: 100px;
}
.search-row input[type="reset"] {
	background: #DFDFDF;
	border: none;
	border-radius: 5px;
	color: #4E4E4E;
	font-size: 12px;
	font-weight: bold;
	flex: 1;
	height: 30px;
}
.search-row input[type="submit"] {
	background: #FFB443;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
}
.search-row .btn {
	background: #2ED164;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	min-width: 0;
	margin-top: 5px;
    padding: 0 5px;
    line-height: 30px;
}
.store-info {
	margin-bottom: 40px;
}
.info-content {
	background: #fff;
	border-radius: 10px;
	padding: 25px 130px;
}
.salary-information {
	background: #FFF1FA;
	color: #707070;
	padding: 20px;
}
.store-information {
	background: #D5F6FC;
	margin-top: 30px;
	padding: 20px;
}
.salary-information h3, .store-information h3 {
	background: #FF9CDE;
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	padding: 5px;
	text-align: center;
}
.store-information h3 {
	background: linear-gradient(180deg, #89DEEF 0%, #27B9EF 100%);
}
.info-table {
	border: 2px solid #D1D1D1;
	border-collapse: collapse;
	color: #707070;
	margin: 0 0 15px;
	width: 100%;
}
.info-table tr + tr {
	border-top: 1px dashed #707070;
}
.info-table th {
	background: #D5F6FC;
	font-weight: normal;
	padding: 5px 0;
	width: 150px;
	text-align: center;
}
.info-table td {
	font-size: 13px;
	padding: 5px 20px;
}
p.red-note {
	color: #FF0000;
	font-size: 12px;
}
p.green {
	color: #00D8B3;
}
.btn--special.sns, .btn--favorite {
	background: #00D8B3;
	border: none;
	box-shadow: 0px 5px 0px #00957C;
	border-radius: 5px;
	font-size: 13px;
	min-height: 54px;
}
.btn--favorite {
	background: #fff;
	box-shadow: 0px 5px 0px #E2E2E2;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	color: #4E4E4E;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
	width: 100%;
}
.btn--special.sns span:before {
	background: url(../images/sns.png) no-repeat;
	background-size: 26px auto;
	content: "";
	display: inline-block;
	height: 21px;
	width: 26px;
	margin-right: 5px;
	vertical-align: middle;
}
.btn--favorite span:before {
	background: url(../images/heart.png) no-repeat;
	background-size: 17px auto;
	content: "";
	display: inline-block;
	height: 16px;
	width: 17px;
	margin-right: 5px;
	vertical-align: middle;
}
.salary-information .actions {
	background: #F5F5F5;
	border: 1px solid #D1D1D1;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin: 20px 0 10px;
	padding: 20px 30px;
}
.salary-information .actions a {
	flex: 1;
}
.salary-information .comment {
	background: #E6FBFF;
	border-radius: 5px;
	padding: 10px 35px;
}
.salary-information .comment h4 {
	color: #707070;
	font-size: 17px;
	border-bottom: 2px solid;
    line-height: 1.5;
}
.condition-treatment dl, .price dl {
	background: #FFF1FA;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 5px;
	width: 100%;
}
.price dl {
	background: none;
	margin-bottom: 20px;
}
.condition-treatment dt, .condition-treatment dd {
	border: 3px solid #FFF1FA;
	margin-bottom: 0;
	padding: 5px 10px;
}
.condition-treatment dt, .price dt {
	flex: 0 0 200px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.condition-treatment dd, .price dd {
	background: #fff;
	flex: 1;
}
.price dt, .price dd  {
	margin-bottom: 0;
	padding: 15px 10px; 
}
.price dt {
	background: #FF9EA2;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.price dd {
	background: #FCFFE3;
	border-radius: 0 5px 5px 0;
	display: flex;
    align-items: end;
	padding-left: 30px;
}
.price dd strong {
	color: #FF2762;
	font-size: 30px;
	line-height: 1;
}
.price dd > span {
	border: 1px solid #FF2762;
	color: #FF2762;
	font-weight: bold;
	padding: 0 5px;
	margin-right: 20px;
}
.price dd small {
	color: #4E4E4E;
	font-size: 15px;
	font-weight: bold;
}
.price dd small span {
	color: #FF2762;
}
.store-info {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 20px;
}
.store-featured {
	border: 1px solid #707070;
	margin: 0 0 20px;
}
.store-name {
	background: #FE90D9;
	color: #fff;
	font-size: 12px;
	margin: 0 0 20px;
}
.store-name > * {
	padding: 5px 15px;
}
.store-name h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
.store-contact .btn--special.sns {
	border-radius: 30px;
	font-size: 17px;
	min-height: 60px;
	margin: 0 0 14px;
}
.store-contact .btn--special.sns span:before {
	background-size: 46px auto;
    height: 37px;
    width: 46px;
}
.store-contact .btn--favorite {
	border: 2px solid #707070;
	box-shadow: none;
	border-radius: 5px;
	min-height: 27px;
}
.login-form {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.login-form h2 {
	background: #00D8B3;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	margin: 0;
    padding: 6px 0;
	position: relative;
}
.login-form h2:after {
	content: "";
	position: absolute;
	bottom: -14px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #00D8B3;
}
.login-form-inner {
	background: #fff;
	border-radius: 0 0 10px 10px;
	border: 4px solid #00D8B3;
	border-top: none;
	color: #929292;
	padding: 50px 95px;
}
.login-form h3 {
	font-size: 20px;
	color: #00D8B3;
}
.login-form h3 + p {
	color: #3B404B;
	font-size: 13px;
	font-weight: bold;
}
.login-condition {
	background: #CEF6DE;
	margin: 0 0 10px;
	padding: 3px 0;
}
.login-condition small {
	font-size: 12px;
	font-weight: bold;
}
.login-condition label {
	color: #3B404B;
	font-size: 13px;
	margin: 0;
}
.login-form small {
	font-size: 10px;
}
.login-form a {
	color: #929292;
	text-decoration: underline;
}
.login-form .btn--special.sns {
	background: #00CC8E;
	box-shadow: 0px 5px 0px #008D62;
	color: #F4FF57;
	font-size: 23px;
	min-height: 66px;
	text-decoration: none;
}
.content-box .page-title {
	margin: 0;
}
.content-box-inner {
	border: 2px solid #DBDBDB;
	border-top: none;
	color: #4E4E4E;
	font-size: 14px;
	padding: 30px 25px;
}
.content-box-inner h2, .post-content h2 {
	background: #FF6ECD;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
}
.content-box-inner h3, .post-content h3 {
	border-bottom: 1px dashed;
	color: #4E4E4E;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding-left: 15px;
	position: relative;
}
.content-box-inner h3:not(:first-child) {
	margin-top: 30px;
}
.content-box-inner h3:before, .post-content h3:before {
	content: "";
	background: #FF9E9E;
	width: 7px;
	height: 21px;
	position: absolute;
	top: 1px;
	left: 0;
}
.content-box-inner ol {
	list-style: none;
	padding: 0;
}
.operator-table {
	border: 1px solid #D1D1D1;
    border-collapse: collapse;
    color: #888888;
	max-width: 600px;
    width: 100%;
    margin: 30px auto;
}
.operator-table th, .operator-table td {
	border: 1px solid #D1D1D1;
	font-size: 15px;
	padding: 0 5px;
}
.operator-table th {
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
}
.modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.6);
}

.modal-content {
  background: #FFFFFF;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 20px;
  color: #000;
  font-size: 15px;
  margin: auto;
  padding: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.modal-content picture {
	display: block;
	margin: 0 0 12px;
}

.modal-content .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
    justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.modal-content .buttons a {
	padding: 10px;
    width: 100%;
}

.modal-content .buttons .btn-enter {
	background: transparent linear-gradient(101deg, #FF465E 0%, #FF7878 100%) 0% 0% no-repeat;
	border-radius: 10px;
	color: #fff;
}

.modal-content .buttons .btn-leave {
	background: #FFFFFF;
	border: 3px solid #FF465E;
	border-radius: 10px;
	color: #FF465E;
}

.modal-content .buttons strong {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

#login-modal {
	display: none;
}

#login-modal .modal-content {
	padding: 0;
}

.post-tag {
	margin: 0 0 10px;
}

.pagination-single {
    margin-top: 50px;
}

.pagination-single__inner {
    display: flex;
    justify-content: space-between;
}

.pagination-single svg {
	width: 14px;
    height: 23px;
    margin-top: -3px;
}

@media only screen and (min-width: 768px) {
    .pickup-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.store-information .btn--special {
		max-width: 50%;
	}
}

@media only screen and (min-width: 992px) {
    .pickup-sidebar {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
	
	.pickup-content {
        -ms-flex: 0 0 780px;
        flex: 0 0 780px;
        max-width: 780px;
    }
	
	.store-contact {
		-ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
	}
	
	.store-image {
		flex: 1;
	}
	
	.modal-content {
	  margin: auto;
	  padding: 40px 100px 60px;
	  width: 850px;
	  left: 50%;
	  right: auto;
	  top: 50%;
	  transform: translate(-50%, -50%);
	}
	
	.modal-content .buttons {
		flex-direction: row;
	}
	
	.modal-content .buttons a {
		width: calc(50% - 20px);
	}
	
	.pagination-single__inner > * {
        flex: 1;
    }
	
	.pagination-single__next {
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
	.contact-form {
		padding: 25px;
	}
	
	.contact-form .form-row {
		flex-direction: column;
	}
	
	.form-row > label, .form-row .form-row__input {
		width: auto;
	}
	
	.form-submit {
		margin-top: 20px;
	}
	
	.login-form-inner {
		padding: 20px;
	}
	
	.top-nav, .second-nav {
		display: none;
	}
	
	.special-image img {
		max-width: none;
	}
	
	.info-content {
		padding: 20px;
	}
	
	.info-table th {
		width: 100px;
	}
	
	.salary-information .actions {
		padding: 20px;
		flex-direction: column;
	}
	
	.salary-information .comment {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.condition-treatment dt, .price dt {
		flex: 0 0 100px;
	}
	
	.price dl {
		flex-direction: column;
	}
	
	.price dt {
		border-radius: 5px 5px 0 0;
	}
	
	.price dd {
		border-radius: 0 0 5px 5px;
	}
}
/*# sourceMappingURL=styles.css.map */

.top-nav{
    position: relative;
}
.top-nav .container{
    position: static;
}
.top-nav nav>ul li{
    position: static;
}
.top-nav nav>ul li ul{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;

    display: none;
    justify-content: center;

    padding: 3px 0;
    background: #FF9EDE;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    z-index: 999;
}
.top-nav nav > ul > li:hover > ul {
    display: flex;
}
.top-nav nav>ul li ul li a{
    color: var(--white);
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    background: url(../images/separator.png) no-repeat right center;
    background-size: 15px auto;
    font-size: 12px;
}