@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  background-color: #F9F9F9;
}
body.modal {
  background: #fff;
  padding: 20px 30px 40px 30px;
}

fieldset {
  width: 100%;
  min-width: 0px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

form {
  width: 100%;
}

.lg-br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .lg-br {
    display: block;
  }
}

.md-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ui-datepicker {
    z-index: 200 !important;
  }
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-footer {
  padding: 24px 60px;
  background: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 28px 30px;
  }
}
.l-footer__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.l-footer__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
}
.l-footer__navigation a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #004D54;
}
.l-footer__navigation a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__navigation a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 300;
  }
}
.l-footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #004D54;
}

.l-header {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: 74px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header__title {
  padding: 0 30px;
}
.l-header__title h1 img {
  width: 128px;
}
@media screen and (max-width: 768px) {
  .l-header__title {
    padding: 0 16px;
  }
  .l-header__title h1 img {
    width: 120px;
  }
}
.l-header__logo {
  width: 30px;
}
.l-header__nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__nav-container {
    gap: 0;
  }
}
.l-header__main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__main-nav {
    display: none;
  }
}
.l-header__main-nav-item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
  padding: 10px 26px;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__main-nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8285714286;
    letter-spacing: normal;
    font-weight: 400;
    padding: 6px 10px;
  }
}
.l-header__main-nav-item a:hover {
  color: #999999;
}
.l-header__main-nav-item--has-child {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.l-header__main-nav-item--has-child > a,
.l-header__main-nav-item--has-child > span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 10px 26px;
  cursor: pointer;
}
.l-header__main-nav-item--has-child > a::after,
.l-header__main-nav-item--has-child > span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow-under.svg") no-repeat center/contain;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.l-header__main-nav-item--has-child:hover > a::after,
.l-header__main-nav-item--has-child:hover > span::after {
  transform: rotate(180deg);
}
.l-header__main-nav-item--has-child:hover .c-header-drop-menu {
  visibility: visible;
  opacity: 1;
}
.l-header__main-nav-item--has-child .c-header-drop-menu {
  top: 100%;
  left: -14px;
}
.l-header__main-nav-item--has-child:hover .c-header-drop-menu {
  visibility: visible;
  opacity: 1;
}
.l-header__user-nav, .l-header__user-nav-item {
  height: 100%;
}
.l-header__user-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: 100%;
}
.l-header__user-nav-item {
  height: 100%;
  position: relative;
}
.l-header__user-nav-item .c-header-drop-menu {
  right: 0;
  min-width: unset;
}
@media screen and (max-width: 768px) {
  .l-header__user-nav-item .c-header-drop-menu {
    left: auto;
    right: 0;
    min-width: 200px;
  }
}
.l-header__user-nav-item:hover .l-header__user-name {
  background: #199B83;
}
.l-header__user-nav-item:hover .l-header__user-name::after {
  transform: rotate(180deg);
}
.l-header__user-nav-item:hover .c-header-drop-menu {
  visibility: visible;
  opacity: 1;
}
.l-header__user-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  background: #004D54;
  color: #fff;
  padding: 0 30px;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  align-self: stretch;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header__user-name {
    padding: 0 20px;
  }
}
.l-header__user-name:hover {
  background: #199B83;
}
.l-header__user-name::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
  background: url("../img/icon/account.svg") no-repeat center/contain;
}
.l-header__user-name::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
  background: url("../img/icon/arrow-under.svg") no-repeat center/contain;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .l-header__user-name span {
    display: none;
  }
  .l-header__user-name::after {
    display: none;
  }
}
.l-header__search-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__search-trigger {
    display: flex;
    align-items: center;
    height: 100%;
    position: static;
  }
  .l-header__search-trigger .c-header-drop-menu {
    left: auto;
    right: 0;
    min-width: 200px;
  }
  .l-header__search-trigger:hover .c-header-drop-menu {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__search-btn {
  background: #004D54;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  height: 100%;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.l-header__search-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
  background: url("../img/icon/search.svg") no-repeat center/contain;
}
.l-header__search-btn:hover {
  background: #199B83;
}
.l-header__login-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  height: 100%;
}
.l-header__login-nav li {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header__login-nav {
    gap: 0;
  }
}
.l-header__login {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #333;
  padding: 0 30px;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-self: stretch;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header__login {
    padding: 0 20px;
  }
}
.l-header__login:hover {
  opacity: 0.7;
}
.l-header__login::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/login.svg") no-repeat center/contain;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .l-header__login span {
    display: none;
  }
}
.l-header__register {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  background: #004D54;
  color: #fff;
  padding: 0 30px;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-self: stretch;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header__register {
    padding: 0 20px;
  }
}
.l-header__register:hover {
  background: #199B83;
}
.l-header__register::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
  background: url("../img/icon/plus.svg") no-repeat center/contain;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .l-header__register span {
    display: none;
  }
  .l-header__register::before {
    margin-right: 4px;
  }
}

.l-main {
  padding: 74px 0 254px;
  padding-top: 74px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 60px 0 100px;
  }
}
.l-main--log-list {
  padding-top: 142px;
}
@media screen and (max-width: 768px) {
  .l-main--log-list {
    padding-top: 60px;
  }
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.l-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 62px;
}

.l-article {
  width: 100%;
  padding: 0 16px;
}
.l-article--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  text-align: center;
}

.l-log-list {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-log-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .l-log-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.l-log-list__side {
  position: fixed;
  top: 142px;
  width: 320px;
  z-index: 90;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media screen and (max-width: 1200px) {
  .l-log-list__side {
    position: static;
    width: 100%;
    padding-top: 30px;
    max-height: none;
    overflow-y: visible;
    z-index: auto;
  }
}
.l-log-list__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.l-log-list__search-status {
  width: 100%;
  margin-bottom: 24px;
}
.l-log-list__filter {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .l-log-list__filter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 0;
  }
}
.l-log-list__filter-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #767676;
  white-space: nowrap;
  padding-top: 6px;
}
.l-log-list__container {
  flex: 1;
  width: 100%;
  margin-left: 380px;
}
@media screen and (max-width: 1200px) {
  .l-log-list__container {
    margin: 0;
  }
}
.l-log-list__pagination {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 74px);
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    min-height: calc(100vh - 60px);
  }
}

.c-button {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 6px;
  background: #199B83;
  border: 1px solid #199B83;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  transition: 0.3s;
}
.c-button:hover {
  background: #6BCCB5;
  border: 1px solid #6BCCB5;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    width: 170px;
  }
}
.c-button--gray {
  background: #767676;
  border: 1px solid #767676;
}
.c-button--gray:hover {
  background: #999999;
  border: 1px solid #999999;
}
.c-button--light-gray {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333;
}
.c-button--light-gray:hover {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  color: #767676;
}
.c-button--line {
  background: #fff;
  border: 1px solid #CECECE;
  color: #333;
}
.c-button--line:hover {
  background: #fff;
  border: 1px solid #CECECE;
  color: #999999;
}
.c-button--narrow {
  width: 100px;
}
.c-button__icon--person-plus::before, .c-button__icon--document-plus::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
}
.c-button__icon--person-plus::before {
  background: url("../img/icon/person-plus.svg") no-repeat center/contain;
}
.c-button__icon--document-plus::before {
  background: url("../img/icon/document-plus.svg") no-repeat center/contain;
}
.c-button--light-gray[class*=__icon--]::before, .c-button--line[class*=__icon--]::before {
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
}
.c-button--xlarge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  width: 100%;
  padding: 20px;
  white-space: nowrap;
}
.c-button--xlarge.c-button__icon--document-plus::before {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1000px) {
  .c-button--xlarge {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 20px 40px 20px 38px;
  }
  .c-button--xlarge.c-button__icon--document-plus::before {
    width: 18px;
    height: 18px;
  }
}
.c-button__small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  border-radius: 16px;
  background: #199B83;
  border: 1px solid #199B83;
  width: 126px;
  padding: 4px 0;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button__small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    width: 120px;
  }
}
.c-button__small:hover {
  background: #6BCCB5;
  border: 1px solid #6BCCB5;
}
.c-button__small--short {
  width: 110px;
}
.c-button__small--wide {
  width: 153px;
}
.c-button__small--gray {
  background: #767676;
  border: 1px solid #767676;
}
.c-button__small--gray:hover {
  background: #999999;
  border: 1px solid #999999;
}
.c-button__small--delete {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333;
}
.c-button__small--delete:hover {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  color: #767676;
}
.c-button__small--color {
  background: #D9EFED;
  border: 1px solid #199B83;
  color: #199B83;
}
.c-button__small--color:hover {
  background: #D9EFED;
  border: 1px solid #6BCCB5;
  color: #6BCCB5;
}
.c-button__small--color2 {
  background: #fff;
  border: 1px solid #CECECE;
  color: #767676;
}
.c-button__small--color2:hover {
  background: #fff;
  border: 1px solid #CECECE;
  color: #999999;
}
.c-button__small--error {
  background: #E92A52;
  border: 1px solid #E92A52;
}
.c-button__small--error:hover {
  background: #E92A52;
  border: 1px solid #E92A52;
  opacity: 0.7;
}

.c-button-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
.c-button-container--login {
  gap: 42px;
}
.c-button-container__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px 24px;
}
@media screen and (max-width: 768px) {
  .c-button-container__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}
.c-button-container__cancel {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333;
  margin: 0 auto;
}
.c-button-container__link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 0 10px;
  margin: 0 auto;
}
.c-button-container__link-container a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333;
  transition: 0.3s;
}
.c-button-container__link-container a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.c-breadcrumbs {
  padding: 20px 16px 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding: 20px 16px 10px;
    margin-bottom: 30px;
  }
}
.c-breadcrumbs__list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-breadcrumbs__list a {
  color: #999999;
  text-decoration: underline;
}
.c-breadcrumbs__list li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon/arrow-right.svg") no-repeat center/contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  margin-left: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .c-breadcrumbs__list li:not(:last-child)::after {
    margin-left: 8px;
  }
}

.c-title {
  padding: 10px 0 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--sp-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.c-title--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.c-title h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
}
.c-title__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-title__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }
}
.c-title__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
}
.c-title__date span {
  color: #999999;
}
.c-title__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-title__footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-title__footer--sp-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .c-title__footer--column {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.c-title__footer-inner--line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-title__footer-inner--line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.c-title__log-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #767676;
  white-space: nowrap;
}
.c-title__select-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-title__select-box .c-form__selectbox {
  width: 64px;
}

.c-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: normal;
  font-weight: 400;
}
.c-text--margin {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-text--margin {
    padding-bottom: 16px;
  }
}

.c-list {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-list {
    padding-left: 16px;
  }
}
.c-list li {
  list-style: disc;
}
.c-list ul,
.c-list ol {
  margin: 8px 0 16px;
}
.c-list--number {
  counter-reset: list-counter;
}
.c-list--number > li {
  list-style: decimal;
  position: relative;
  counter-increment: list-counter;
  margin: 0 0 10px;
}
.c-list--bracketsNumber {
  counter-reset: list-counter;
  padding-left: 30px;
}
.c-list--bracketsNumber li {
  list-style: none;
  position: relative;
  counter-increment: list-counter;
  margin: 0 0 5px;
}
.c-list--bracketsNumber li::before {
  content: "（" counter(list-counter) "）";
  position: absolute;
  left: -2.4rem;
  top: 0;
  width: 2.4rem;
  text-align: right;
}
.c-list--kana li::before {
  content: "（" counter(list-item, katakana) "）";
  position: absolute;
  left: -2.8rem;
  top: 0;
  width: 2.8rem;
  text-align: right;
}

.c-term-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
}
.c-term-box__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 36px;
  padding: 30px 0;
}
.c-term-box__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #199B83;
  width: 100%;
}
.c-term-box__title span {
  color: #199B83;
  padding-right: 6px;
}
.c-term-box__last {
  text-align: right;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #767676;
}
.c-pagination__number {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  width: 30px;
  height: 36px;
  color: #767676;
  border-radius: 4px;
  transition: 0.3s;
}
.c-pagination__number.is-current {
  background: #D9EFED;
  pointer-events: none;
}
.c-pagination__number:hover {
  background: #EEEEEE;
}
.c-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-pagination__arrow::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  background: url("../img/icon/arrow-right.svg") no-repeat center/contain;
}
.c-pagination__arrow--previous::after {
  transform: rotate(180deg);
}
.c-pagination__arrow.is-current {
  pointer-events: none;
}

.c-pagination-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #999999;
  white-space: nowrap;
}
.c-pagination-status__current-range {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #767676;
}

.c-master-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 10px 10px 10px 0;
  border-bottom: 2px solid #EEEEEE;
}
.c-master-title__head {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-master-title__close span {
  display: none;
}
.c-master-title__close::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  background: url("../img/icon/cross.svg") no-repeat center/contain;
}

.c-category-tag {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  padding: 4px 0;
}
.c-category-tag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/food.svg") no-repeat center/contain;
}

.c-time-state {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 0;
  height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 14px;
}
.c-time-state--before {
  background: #FCE9ED;
  color: #D46B72;
}
.c-time-state--after {
  background: #FFF8DD;
  color: #EF9F50;
}

.c-customer-label {
  border-radius: 40px;
  background: #F4F4F4;
  display: inline-flex;
  padding: 2px 12px 2px 3px;
  align-items: center;
  gap: 11px;
  color: #333;
  max-width: 190px;
}
.c-customer-label.is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}
.c-customer-label__image {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.c-customer-label__profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  min-width: 0;
  overflow: hidden;
}
.c-customer-label__company {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.c-customer-label__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.c-customer-label__omitted {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
}

.c-customer-label-large {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
  align-self: stretch;
  color: #333;
  width: 240px;
}
.c-customer-label-large--wide {
  width: 100%;
}
.c-customer-label-large__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.c-customer-label-large__image--square {
  border-radius: 0;
}
.c-customer-label-large__image--large {
  width: 76px;
  height: 76px;
}
.c-customer-label-large__profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-customer-label-large__ruby {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-customer-label-large__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-customer-label-large__name a {
  color: #333;
  transition: 0.3s;
}
.c-customer-label-large__name a:hover {
  text-decoration: underline;
}
.c-customer-label-large__link:hover .c-customer-label-large__name {
  text-decoration: underline;
}
.c-customer-label-large__link.is-disabled {
  pointer-events: none;
  cursor: default;
}

.c-customer-label-xlarge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
  align-self: stretch;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-customer-label-xlarge__image {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.c-customer-label-xlarge__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.c-customer-label-xlarge__affiliation {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-customer-label-xlarge__profile {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-customer-label-xlarge__ruby {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-customer-label-xlarge__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}

.c-plus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #199B83;
  padding: 6px 0;
  margin-top: 8px;
  transition: 0.3s;
}
.c-plus::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(3128%) hue-rotate(128deg) brightness(91%) contrast(80%);
  background: url("../img/icon/plus.svg") no-repeat center/contain;
  pointer-events: none;
}
.c-plus:hover {
  color: #6BCCB5;
}
.c-plus--select-modal {
  padding: 20px 10px;
  margin: 0;
  border-bottom: 1px solid #EEEEEE;
  color: #333;
}
.c-plus--select-modal:hover {
  color: #333;
  opacity: 0.7;
}

.c-dashboard-search {
  width: 100%;
}
.c-dashboard-search__conditions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 7px;
  width: 100%;
}
.c-dashboard-search__select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 7px;
  border: none;
  padding: 0;
  margin: 0;
}
.c-dashboard-search__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #999999;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-dashboard-search__note {
    display: none;
  }
}
.c-dashboard-search__radio-group {
  position: relative;
}
.c-dashboard-search__radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-dashboard-search__radio-input:checked + .c-dashboard-search__radio-label {
  background: #F1F9F9;
  color: #199B83;
  border-color: #199B83;
}
.c-dashboard-search__radio-input:focus-visible + .c-dashboard-search__radio-label {
  outline: 2px solid #199B83;
  outline-offset: 2px;
  border-color: #CECECE;
}
.c-dashboard-search__radio-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 13px;
  cursor: pointer;
  border: 1px solid #CECECE;
  border-radius: 16px;
  background: #fff;
  color: #767676;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-dashboard-search__radio-label:hover {
  color: #999999;
  border-color: #CECECE;
}
@media screen and (max-width: 768px) {
  .c-dashboard-search__radio-label {
    padding: 4px 9px;
  }
}
.c-dashboard-search__form {
  padding-top: 15px;
  width: 100%;
  position: relative;
}
.c-dashboard-search__input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 10px 20px;
  padding-right: 44px;
  background: #F9F9F9;
  border: 1px solid #CECECE;
  border-radius: 4px;
}
.c-dashboard-search__input:focus {
  outline: none;
  border-color: #999999;
}
.c-dashboard-search__button {
  position: absolute;
  top: 15px;
  right: 0;
  width: 44px;
  height: calc(100% - 15px);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.c-dashboard-search__button span {
  display: none;
}
.c-dashboard-search__button::before {
  content: "";
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  background: url("../img/icon/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.c-dashboard-main-slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  transform: translateZ(0);
}
.c-dashboard-main-slider .splide__track {
  will-change: transform;
}
.c-dashboard-main-slider .splide__list {
  will-change: transform;
}
.c-dashboard-main-slider__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.c-dashboard-main-slider__pager {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  position: relative;
  z-index: 10;
}

.c-dashboard-sub-slider__container {
  padding: 24px 0;
  margin: 0px 0;
  overflow: hidden;
}
.c-dashboard-sub-slider__container .splide__track {
  overflow: visible !important;
  padding: 0 16px !important;
  -webkit-mask-image: linear-gradient(to right, transparent, transparent 1.5px, black 1.5px, black calc(100% - 1.5px), transparent calc(100% - 1.5px), transparent);
  mask-image: linear-gradient(to right, transparent, transparent 1.5px, black 1.5px, black calc(100% - 1.5px), transparent calc(100% - 1.5px), transparent);
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.c-dashboard-sub-slider__container .splide__list {
  display: flex !important;
  margin-left: 1px;
}
.c-dashboard-sub-slider__container .splide__slide {
  flex-shrink: 0 !important;
  position: relative;
  z-index: 1;
}
.c-dashboard-sub-slider__container .splide__slide .c-list-contents,
.c-dashboard-sub-slider__container .splide__slide .c-places-card {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.c-dashboard-sub-slider__container .splide__slide.is-clone {
  visibility: hidden;
}
.c-dashboard-sub-slider__container .splide__slide.is-clone.is-visible {
  visibility: visible;
}
.c-dashboard-sub-slider__container--log .splide__slide {
  width: calc((100% - 60px) / 3) !important;
  margin-right: 30px !important;
}
@media screen and (max-width: 1000px) {
  .c-dashboard-sub-slider__container--log .splide__slide {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media screen and (max-width: 768px) {
  .c-dashboard-sub-slider__container--log .splide__slide {
    width: 85% !important;
    margin-right: 16px !important;
  }
}
.c-dashboard-sub-slider__container--places .splide__slide {
  width: calc((100% - 60px) / 4) !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 1200px) {
  .c-dashboard-sub-slider__container--places .splide__slide {
    width: calc((100% - 40px) / 3) !important;
  }
}
@media screen and (max-width: 1000px) {
  .c-dashboard-sub-slider__container--places .splide__slide {
    width: calc((100% - 20px) / 2) !important;
  }
}
@media screen and (max-width: 768px) {
  .c-dashboard-sub-slider__container--places .splide__slide {
    width: 85% !important;
    margin-right: 16px !important;
  }
}
.c-dashboard-sub-slider__container .splide__slide:last-child {
  margin-right: 0 !important;
}
.c-dashboard-sub-slider__pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}

.c-log-table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-log-table {
    gap: 16px;
  }
}
.c-log-table .c-log-table__news-item {
  width: 100%;
}
.c-log-table__news-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-log-table__news-list {
    gap: 16px;
  }
}

.c-list-contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  padding: 20px 10px 20px 50px;
  border-radius: 4px;
  border-left: 2px solid #D46B72;
  background: #fff;
  color: #333;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-list-contents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 20px 10px 20px 20px;
  }
}
.c-list-contents--blue {
  border-left: 2px solid #5177BC;
}
.c-list-contents--news {
  border-left: 2px solid #199B83;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 20px 50px 20px 50px;
}
@media screen and (max-width: 768px) {
  .c-list-contents--news {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 20px 10px 20px 20px;
  }
}
.c-list-contents--news:hover {
  color: #999999;
}
.c-list-contents__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  flex-shrink: 0;
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .c-list-contents__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
    max-width: none;
  }
}
.c-list-contents__header [id^=place-container-] {
  width: 100%;
}
.c-list-contents__header gmp-place-details-compact {
  width: 250px;
  min-width: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-list-contents__header gmp-place-details-compact {
    width: 100% !important;
    min-width: 0 !important;
  }
}
.c-list-contents__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.555;
  letter-spacing: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-list-contents__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.c-list-contents__time {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.555;
  letter-spacing: normal;
  font-weight: 300;
}
.c-list-contents__detail {
  flex: 1 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-list-contents__detail {
    gap: 14px;
  }
}
.c-list-contents__btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  align-self: stretch;
  border-left: 1px solid #E9E9E9;
  width: 126px;
  color: #199B83;
  transition: 0.3s;
}
.c-list-contents__btn span {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  padding: 4px 18px;
}
.c-list-contents__btn span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(3128%) hue-rotate(128deg) brightness(91%) contrast(80%);
  background: url("../img/icon/double-arrow-right.svg") no-repeat center/contain;
  transition: 0.3s;
}
.c-list-contents__btn:hover {
  color: #6BCCB5;
}
.c-list-contents__btn:hover span::after {
  filter: brightness(0) saturate(100%) invert(80%) sepia(26%) saturate(599%) hue-rotate(114deg) brightness(89%) contrast(87%);
}
@media screen and (max-width: 768px) {
  .c-list-contents__btn {
    width: 100%;
    border-left: none;
    border-top: 1px solid #E9E9E9;
  }
  .c-list-contents__btn span {
    padding: 16px 0 2px;
  }
}
.c-list-contents__news-date {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-list-contents__news-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-list-contents__news-title {
    text-overflow: clip;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.c-list-contents--small {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
  padding: 20px 10px 20px 25px;
  margin: 0;
  width: 100%;
}
.splide__slide .c-list-contents--small {
  width: 100%;
  margin: 0;
}
.c-list-contents--small .c-list-contents__header {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-list-contents--small .c-list-contents__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-list-contents--small .c-list-contents__title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.c-list-contents--small .c-list-contents__detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
.c-list-contents--small .c-list-detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.c-list-contents--small .c-list-detail__title {
  padding: 0;
}
.c-list-contents--small .c-list-contents__btn {
  width: 100%;
  border-left: none;
  border-top: 1px solid #E9E9E9;
}
.c-list-contents--small .c-list-contents__btn span {
  padding: 16px 0 2px;
}

.c-list-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .c-list-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
  }
}
.c-list-detail__costomer-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.c-list-detail__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 90px;
  padding: 6px 10px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .c-list-detail__title {
    padding: 0;
  }
}
.c-list-detail__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  word-break: break-all;
}
.c-list-detail__text a {
  color: #333;
}
.c-list-detail__text a:hover {
  text-decoration: underline;
}
.c-list-detail__text .is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}
.c-list-detail__person-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-list-detail__person-list a {
  color: #333;
  transition: 0.3s;
  white-space: nowrap;
}
.c-list-detail__person-list a:hover {
  text-decoration: underline;
}
.c-list-detail__person-item .is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}

.c-log-section {
  padding-top: 62px;
}
.c-log-section__table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.c-log-section__table {
  width: 100%;
  min-width: 768px;
  table-layout: fixed;
  border-collapse: collapse;
}
.c-log-section__table thead {
  background: #F0FBFA;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 600;
}
.c-log-section__table thead th {
  padding: 10px;
}
.c-log-section__table td {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .c-log-section__table td {
    padding: 0 20px;
  }
}
.c-log-section__table th:nth-child(1),
.c-log-section__table th:nth-child(4) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-log-section__table th:nth-child(1),
.c-log-section__table th:nth-child(4) {
    width: 150px;
  }
}
.c-log-section__table th:nth-child(2) {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .c-log-section__table th:nth-child(2) {
    width: 130px;
  }
}
.c-log-section__table tbody {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 600;
}
.c-log-section__table tbody td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
.c-log-section__table tbody td:nth-child(3) {
  text-align: left;
}
.c-log-section__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: normal;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 24px;
  border-radius: 24px;
  background: #5177BC;
  color: #fff;
}
.c-log-section__label--delete {
  background: #D46B72;
}
.c-log-section__info-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.c-log-section__info-container > * {
  overflow: hidden;
}
.c-log-section__info-container.is-open {
  grid-template-rows: 1fr;
  padding-top: 8px;
}
.c-log-section__info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  padding: 0 0 0 18px;
}
.c-log-section__tab {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
  cursor: pointer;
}
.c-log-section__tab::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/triangle.svg") no-repeat center/contain;
  pointer-events: none;
  transition: transform 0.3s;
}
.c-log-section__tab.is-open::before {
  transform: rotate(90deg) !important;
}
.c-log-section__tab:hover {
  text-decoration: underline;
}

.c-filter-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-filter-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
  }
}
.c-filter-list__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  border-radius: 20px;
  background: #fff;
  color: #333;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .c-filter-list__item {
    max-width: none;
    min-width: 0;
  }
}
.c-filter-list__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.c-filter-list__delete {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  flex-shrink: 0;
}
.c-filter-list__delete::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/cross.svg") no-repeat center/contain;
}

.c-detail-block {
  width: 100%;
  position: relative;
}
.c-detail-block__line-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .c-detail-block__line-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.c-detail-block__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 3px 0 11px;
  width: 100%;
}
.c-detail-block__headline-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #333;
}
.c-detail-block__headline-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #199B83;
  border-radius: 100px;
}
.c-detail-block__headline-note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #767676;
}
.c-detail-block__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
  width: 100%;
}
.c-detail-block__list--cramp {
  max-width: 380px;
}
.c-detail-block__line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-detail-block__line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
}
.c-detail-block__line--range {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-detail-block__line--sp {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
}
.c-detail-block__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
.c-detail-block__item dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #767676;
  padding: 4px 0;
}
.c-detail-block__item dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  padding: 4px 0;
}
.c-detail-block__item dd time {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-detail-block__item--date {
  max-width: 250px;
}
.c-detail-block__item--memo {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-detail-block__item--memo {
    padding-top: 0;
  }
}
.c-detail-block__item--reaction {
  max-width: 180px;
}
.c-detail-block__range-separator {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #999999;
  padding: 4px 0;
  align-self: flex-end;
}
.c-detail-block__group-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
}
.c-detail-block__group-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-detail-block__group-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
}
.c-detail-block__group-head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: #F0FBFA;
  min-width: 72px;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .c-detail-block__group-head {
    padding: 16px 0;
  }
}
.c-detail-block__group-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
.c-detail-block__map {
  width: 415px;
  height: 155px;
}
@media screen and (max-width: 1000px) {
  .c-detail-block__map {
    width: 100%;
  }
}
.c-detail-block__edit-btn {
  display: block;
}
.c-detail-block__edit-btn span {
  display: none;
}
.c-detail-block__edit-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/edit.svg") no-repeat center/contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-detail-block__edit-btn::before {
    top: 16px;
    right: 10px;
  }
}
.c-detail-block__line-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
.c-detail-block__line-block .c-bar-chart {
  max-width: 475px;
}
@media screen and (max-width: 1000px) {
  .c-detail-block__line-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
  }
  .c-detail-block__line-block .c-bar-chart {
    max-width: 900px;
  }
}
.c-detail-block__reaction {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 0;
}
.c-detail-block__reaction img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(3128%) hue-rotate(128deg) brightness(91%) contrast(80%);
}

.c-detail-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 3px 0 11px;
  width: 100%;
}
.c-detail-headline__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #333;
}
.c-detail-headline__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #199B83;
  border-radius: 100px;
}
.c-detail-headline__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #767676;
}

.c-accordion-block {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 1000px) {
  .c-accordion-block {
    padding: 0;
  }
}
.c-accordion-block__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.c-accordion-block__inner--line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
}
.c-accordion-block__customer-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-accordion-block__customer-block {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.c-accordion-block__customer-link {
  color: #333;
}
.c-accordion-block__customer-link:hover .c-customer-label-xlarge__profile {
  text-decoration: underline;
}
.c-accordion-block__customer-link.is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}
.c-accordion-block__customer-block-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .c-accordion-block__customer-block-footer {
    position: static;
  }
}
.c-accordion-block__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-accordion-block__text--strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-accordion-block__text a {
  color: #333;
}
.c-accordion-block__text a:hover {
  text-decoration: underline;
}
.c-accordion-block__tab {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #199B83;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 0 0;
  transition: 0.3s;
  white-space: nowrap;
}
.c-accordion-block__tab::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(3128%) hue-rotate(128deg) brightness(91%) contrast(80%);
  background: url("../img/icon/triangle.svg") no-repeat center/contain;
  pointer-events: none;
  transition: transform 0.3s;
}
.c-accordion-block__tab.is-open::before {
  transform: rotate(90deg) !important;
}
.c-accordion-block__tab:hover {
  text-decoration: underline;
}
.c-accordion-block__contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.c-accordion-block__contents > * {
  overflow: hidden;
}
.c-accordion-block__contents.is-open {
  grid-template-rows: 1fr;
  padding-top: 16px;
}

.c-card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 0;
  width: 100%;
}
.c-card--scroll {
  padding: 30px 15.5px 30px 0;
}
@media screen and (max-width: 768px) {
  .c-card--scroll {
    padding: 30px 0;
  }
}
.c-card__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 36px;
  padding: 0 44px;
  margin: 0 auto;
  align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: 0 24px;
  }
}
.c-card__inner--register {
  padding: 0 73.5px;
}
@media screen and (max-width: 768px) {
  .c-card__inner--register {
    padding: 0 24px;
  }
}
.c-card__inner--scroll {
  max-height: 585px;
  overflow-y: auto;
}
.c-card__inner--scroll::-webkit-scrollbar {
  width: 4px;
}
.c-card__inner--scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.c-card__inner--scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2px;
}
.c-card__inner--scroll::-webkit-scrollbar-thumb:hover {
  background: #CECECE;
}
@media screen and (max-width: 768px) {
  .c-card__inner--scroll {
    max-height: none;
    overflow-y: visible;
  }
  .c-card__inner--scroll::-webkit-scrollbar {
    display: none;
  }
}

.c-card-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  align-self: stretch;
  width: 100%;
}
.c-card-list__row-block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-card-list__row-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 26px;
  }
}

.c-places-table {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 24px;
}
.c-places-table__feature-container, .c-places-table__result-container {
  width: 100%;
}
.c-places-table__feature-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 30px 40px 40px 40px;
  margin-top: 50px;
  border-radius: 20px;
  background: #E9E9E9;
}
@media screen and (max-width: 1200px) {
  .c-places-table__feature-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 20px 24px 30px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-places-table__feature-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.c-places-table__result-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 34px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .c-places-table__result-container {
    padding: 0 8px;
  }
}
.c-places-table__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-places-table__feature-container .c-places-table__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  gap: 34px 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1120px;
}
@media screen and (max-width: 1400px) {
  .c-places-table__feature-container .c-places-table__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-places-table__feature-container .c-places-table__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-places-table__result-container .c-places-table__title {
  max-width: 1115px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .c-places-table__result-container .c-places-table__title {
    max-width: 100%;
    width: 100%;
  }
}
.c-places-table__result-container .c-places-table__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 260px));
  gap: 34px 25px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1115px;
}
@media screen and (max-width: 1400px) {
  .c-places-table__result-container .c-places-table__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-places-table__result-container .c-places-table__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-places-table__item {
  position: relative;
}
.c-places-table__item gmp-place-details-compact {
  color-scheme: light;
  --gmp-mat-color-outline-decorative: #fff;
  --gmp-mat-color-on-secondary-container: #666;
  --gmp-mat-color-secondary-container: #ddd;
}

.c-places-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  color: #333;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  will-change: transform;
}
.c-places-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.07);
}
.c-places-card__image {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-places-card__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  align-self: stretch;
  padding: 12px 16px 14px 16px;
}
.c-places-card__container--large {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 18px;
}
.c-places-card__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2px;
}
.c-places-card__header-tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-places-card__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-places-card__address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-places-card__review-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.c-places-card__review-info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.c-places-card__participants {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-places-card__participants-other {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #999999;
}

.c-overlap-icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-overlap-icon-list__item {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  position: relative;
}
.c-overlap-icon-list__item:not(:first-child) {
  margin-left: -6px;
}

.c-features-tag {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #999999;
  background: #fff;
}
.c-features-tag::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
}
.c-features-tag--bag::before {
  background: url("../img/icon/bag.svg") no-repeat center/contain;
}
.c-features-tag--no-smoking::before {
  background: url("../img/icon/no-smoking.svg") no-repeat center/contain;
}
.c-features-tag--smoking::before {
  background: url("../img/icon/smoking.svg") no-repeat center/contain;
}
.c-features-tag--small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  gap: 5px;
}
.c-features-tag--small::before {
  width: 15px;
  height: 15px;
}

.c-ribbon-tag {
  display: inline-flex;
  align-items: center;
}
.c-ribbon-tag span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  align-self: stretch;
  background: #d9d9d9;
  color: #767676;
  padding: 0 5px;
  font-family: "Shippori Mincho", serif;
}
.c-ribbon-tag::before, .c-ribbon-tag::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 25px;
  filter: brightness(0) saturate(100%) invert(71%) sepia(89%) saturate(1%) hue-rotate(315deg) brightness(98%) contrast(106%);
  background: url("../img/ribbon.svg") no-repeat center/contain;
}
.c-ribbon-tag::before {
  transform: scaleX(-1);
}
.c-ribbon-tag--small span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}

.c-select-label {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  background: #BF9B36;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  height: 30px;
}
.c-select-label img {
  width: 82px;
}
.c-select-label--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  height: 28px;
}
.c-select-label--small img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .c-select-label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    height: 28px;
  }
  .c-select-label img {
    width: 70px;
  }
}

.c-circle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 95;
}
.c-circle-button::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/star.svg") no-repeat center/contain;
}
.c-circle-button--star {
  position: absolute;
  top: 12px;
  right: 10px;
}
.c-circle-button--star.is-active::before {
  background: url("../img/icon/star-active.svg") no-repeat center/contain;
  filter: none;
}
.c-circle-button--prev::before, .c-circle-button--next::before {
  background: url("../img/icon/arrow-right.svg") no-repeat center/contain;
  filter: invert(100%) sepia(4%) saturate(519%) hue-rotate(19deg) brightness(121%) contrast(100%);
}
.c-circle-button--prev::before {
  transform: scaleX(-1);
}
.c-circle-button--dark {
  background: rgba(205, 205, 205, 0.6);
}
.c-circle-button.is-disabled {
  background: rgba(205, 205, 205, 0.3);
  cursor: not-allowed;
  pointer-events: none;
}

.c-image-slider {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-image-slider {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.c-image-slider__main {
  width: 100%;
}
.c-image-slider__main .splide__track {
  border-radius: 19px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-image-slider__main .splide__track {
    border-radius: 0;
  }
}
.c-image-slider__main .splide__list {
  visibility: hidden;
}
.c-image-slider__main.is-initialized .splide__list {
  visibility: visible;
}
.c-image-slider__main .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 760/585;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-image-slider__main .splide__list {
  transition-duration: 400ms !important;
  transition-timing-function: ease !important;
}
.c-image-slider__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
}
.c-image-slider__main-image {
  width: 100%;
  position: relative;
}
.c-image-slider__main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 19px;
}
@media screen and (max-width: 1200px) {
  .c-image-slider__main-image {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-image-slider__main-image {
    padding: 0;
  }
  .c-image-slider__main-image img {
    border-radius: 0;
  }
}
.c-image-slider__header-pager {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  list-style: none;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .c-image-slider__header-pager {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-image-slider__header-pager {
    padding: 0 16px;
  }
}
.c-image-slider__header-pager li {
  pointer-events: auto;
}
.c-image-slider__caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  min-height: 20px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-image-slider__caption {
    padding: 0 16px;
  }
}
.c-image-slider__footer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  padding: 0;
}
.c-image-slider__image-list {
  display: flex !important;
}
.c-image-slider__image-item {
  cursor: pointer;
}
.c-image-slider__image-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 180/128;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.c-image-slider__thumbs .splide__list {
  gap: 0;
  transition-duration: 400ms !important;
  transition-timing-function: ease !important;
}
.c-image-slider__thumbs .splide__slide {
  opacity: 0.5;
  transition: opacity 0.3s;
  border-radius: 6px;
  overflow: hidden;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.c-image-slider__thumbs .splide__slide.is-active {
  opacity: 1;
}
.c-image-slider__thumbs .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.c-image-slider__thumbs .splide__slide:focus,
.c-image-slider__thumbs .splide__slide:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.c-slider-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .c-slider-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 0 16px;
  }
}
.c-slider-pager-item {
  display: block;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #d9d9d9;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.c-slider-pager-item.is-current {
  background: #767676;
}
@media screen and (max-width: 768px) {
  .c-slider-pager-item {
    width: 8px;
    height: 8px;
  }
}

.c-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 62px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-form {
    gap: 42px;
  }
}
.c-form__block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.c-form__block-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
}
.c-form__block-inner--info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
}
.c-form__block-inner--add-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.c-form__block-inner--add-group .c-form__item + .c-form__item {
  margin-top: 20px;
}
.c-form__block-inner #place-container {
  display: block !important;
  width: 100% !important;
  max-width: 450px;
  min-height: 120px !important;
  contain: content;
}
.c-form__block-inner #place-container.is-hidden {
  display: none !important;
}
.c-form__block-inner gmp-place-details-compact {
  display: block !important;
  width: 100% !important;
  visibility: visible !important;
}
.c-form__line {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 430px) {
  .c-form__line {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.c-form__line--range {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.c-form__line--range span {
  padding: 35px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #999999;
}
.c-form__line--range span.is-search {
  padding: 8px 0 0 0;
}
.c-form__line--sp {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.c-form__headline {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  padding: 3px 0;
}
.c-form__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
.c-form__input-group {
  width: 100%;
  position: relative;
}
.c-form__input-group::before {
  content: "";
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.c-form__input-group--time input {
  padding-right: 18px;
}
.c-form__input-group--calendar input, .c-form__input-group--shop input, .c-form__input-group--build input, .c-form__input-group--person input {
  padding-right: 45px;
}
.c-form__input-group--calendar::before {
  background: url("../img/icon/calendar2.svg");
}
.c-form__input-group--calendar .ui-datepicker-trigger {
  display: none;
}
.c-form__input-group--shop {
  max-width: 502.5px;
}
.c-form__input-group--shop::before {
  background: url("../img/icon/shop.svg");
}
.c-form__input-group--build::before {
  background: url("../img/icon/build.svg");
}
.c-form__input-group--person::before {
  background: url("../img/icon/person.svg");
}
.c-form__input-group--search::before {
  width: 16px;
  height: 16px;
  background-size: 16px;
  right: 10px;
}
.c-form__input-group--search input {
  padding-right: 30px;
}
.c-form__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #999999;
  padding: 0 0 4px;
}
.c-form__input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
  width: 100%;
  background-color: #F9F9F9;
  padding: 10px 18px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.c-form__input--search {
  padding: 5px 10px;
  background: #fff;
}
.c-form__input[type=time] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  min-height: 44px;
  box-sizing: border-box;
}
.c-form__selectbox {
  position: relative;
  width: 100%;
}
.c-form__selectbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(49%) sepia(0%);
  background: url("../img/icon/arrow-under.svg") no-repeat center/contain;
  pointer-events: none;
}
.c-form__selectbox--search::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
  right: 10px;
}
.c-form__select {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
  width: 100%;
  background-color: #F9F9F9;
  padding: 10px 18px;
  padding-right: 45px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.c-form__select--search {
  padding: 5px 10px;
  padding-right: 30px;
  background: #fff;
}
.c-form__textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
  width: 100%;
  background-color: #F9F9F9;
  padding: 10px 18px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  resize: vertical;
  min-height: 168px;
}
.c-form__checkbox-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px 14px;
}
.c-form__checkbox-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-form__checkbox-label--self {
  gap: 16px;
}
.c-form__checkbox-label--terms {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  padding: 14px 0;
}
.c-form__checkbox-input {
  position: relative;
  min-width: 16px;
  min-height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: solid 1px #767676;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.c-form__checkbox-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s;
}
.c-form__checkbox-input:checked {
  background: #DDDDDD;
}
.c-form__checkbox-input:checked::before {
  opacity: 1;
  background: url("../img/icon/check.svg") no-repeat center/contain;
}
.c-form__checkbox-input.is-error {
  border-color: #E92A52;
}
.c-form__radio-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 6px;
  align-content: center;
  height: 100%;
}
.c-form__radio-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  gap: 8px;
  color: #333;
}
.c-form__radio-input {
  cursor: pointer;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px;
  padding: 0px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 0px;
  outline: none;
  min-width: 16px;
  min-height: 16px;
}
.c-form__radio-input::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin: auto;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #767676;
  -o-border-image: initial;
  border-image: initial;
}
.c-form__radio-input:checked::before {
  border-color: #5177BC;
}
.c-form__radio-input:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: #5177BC;
  border-radius: 16px;
  margin: auto;
}
.c-form__add-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
.c-form__birthday-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
}
.c-form__birthday-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.c-form__birthday-item--year select {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .c-form__birthday-item--year select {
    width: 100px;
  }
}
.c-form__birthday-item .c-form__selectbox::after {
  right: 8px;
}
.c-form__birthday-item .c-form__select {
  padding-right: 30px;
}
.c-form__delete-button {
  cursor: pointer;
  padding: 6px;
}
.c-form__delete-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  background: url("../img/icon/cross.svg") no-repeat center/contain;
}
.c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus {
  outline: none;
  border-color: #999999;
}
.c-form__input::-moz-placeholder, .c-form__select::-moz-placeholder, .c-form__textarea::-moz-placeholder {
  color: #CECECE;
}
.c-form__input::placeholder, .c-form__select::placeholder, .c-form__textarea::placeholder {
  color: #CECECE;
}
.c-form__input.is-error, .c-form__select.is-error, .c-form__textarea.is-error {
  border-color: #E92A52;
  color: #E92A52;
}
.c-form__input.is-error::-moz-placeholder, .c-form__select.is-error::-moz-placeholder, .c-form__textarea.is-error::-moz-placeholder {
  color: #E92A52;
}
.c-form__input.is-error::placeholder, .c-form__select.is-error::placeholder, .c-form__textarea.is-error::placeholder {
  color: #E92A52;
}
.c-form__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  padding-top: 8px;
  word-break: break-all;
}
.c-form__text a {
  color: #333;
  transition: 0.3s;
}
.c-form__text a:hover {
  text-decoration: underline;
}
.c-form__text .c-button__small:hover {
  text-decoration: none;
}
.c-form__text .is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.5;
}
.c-form__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  padding-top: 4px;
  color: #767676;
}
.c-form__note.is-error {
  color: #E92A52;
}
.c-form__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.c-form__description a {
  color: #1278F0;
  text-decoration: underline;
  transition: 0.3s;
}
.c-form__description a:hover {
  text-decoration: none;
}
.c-form__eq {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #E92A52;
  padding-left: 4px;
}

.c-form-error {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  background: #FCE9ED;
  color: #E92A52;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.c-form-error li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}

.c-keyword-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 62px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-keyword-form {
    gap: 42px;
  }
}
.c-keyword-form__input-group {
  width: 100%;
  position: relative;
}
.c-keyword-form__input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 10px 20px;
  padding-right: 44px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.c-keyword-form__input:focus {
  outline: none;
  border-color: #999999;
}
.c-keyword-form__input::-moz-placeholder {
  color: #CECECE;
}
.c-keyword-form__input::placeholder {
  color: #CECECE;
}
.c-keyword-form__input--add-modal {
  border-radius: 24px;
  padding: 10px 18px;
  padding-right: 43px;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: block;
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #DDDDDD;
}
.c-keyword-form__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.c-keyword-form__button::before {
  content: "";
  filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(19%);
  background: url("../img/icon/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.c-keyword-form__button span {
  display: none;
}
.c-keyword-form__button--add-modal::before {
  width: 20px;
  height: 20px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background-size: 20px !important;
  right: 18px;
}

.c-reaction-select {
  padding: 10px 0;
}
.c-reaction-select__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-reaction-select__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-reaction-select__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-reaction-select__input:checked + .c-reaction-select__label .c-reaction-select__face {
  filter: brightness(0) saturate(100%) invert(40%) sepia(97%) saturate(2101%) hue-rotate(158deg) brightness(105%) contrast(99%);
}
.c-reaction-select__input:focus-visible + .c-reaction-select__label .c-reaction-select__face {
  outline: 2px solid #333;
  outline-offset: 2px;
  border-radius: 2px;
}
.c-reaction-select__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-reaction-select__label:hover .c-reaction-select__info {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.c-reaction-select__face {
  display: block;
  transition: filter 0.2s ease;
}
.c-reaction-select__info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  background: #333;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  top: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.c-reaction-select__info::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  background: url("../img/icon/triangle.svg") no-repeat center/contain;
  pointer-events: none;
  transform: translateX(-50%) rotate(90deg);
}

.c-bar-chart {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 18px;
  max-width: 900px;
  width: 100%;
}
.c-bar-chart__meter {
  position: relative;
  width: 100%;
  height: 32px;
  background-color: #EEEEEE;
  border-radius: 6px;
  overflow: hidden;
}
.c-bar-chart__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #31335C;
  transition: width 0.4s ease;
}
.c-bar-chart__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-bar-chart__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #333;
}
.c-bar-chart__tag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
}
.c-bar-chart__tag--our::before {
  background-color: #31335C;
}
.c-bar-chart__tag--partner::before {
  background-color: #EEEEEE;
}

.c-search-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 4px;
  background: #fff;
  padding: 20px 20px 37px;
  width: 320px;
}
@media screen and (max-width: 1200px) {
  .c-search-box {
    width: 100%;
    margin: 0 auto;
  }
}
.c-search-box__form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
.c-search-box__self .c-form__checkbox-label {
  width: 100%;
  background: #F0FBFA;
  padding: 10px 17px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-search-box__filters {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
.c-search-box__filters label {
  color: #444 !important;
}
.c-search-box__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 280px;
  padding-top: 14px;
}

.c-select-modal {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.c-select-modal--dropdown {
  position: fixed;
  z-index: 110;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}
.c-select-modal--dropdown.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.c-select-modal--sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 80vh;
  border-radius: 16px 16px 0 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  z-index: 110;
}
.c-select-modal--sheet.is-open {
  transform: translateY(0);
}
.c-select-modal__scroll {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.c-select-modal__scroll::-webkit-scrollbar {
  width: 4px;
}
.c-select-modal__scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.c-select-modal__scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2px;
}
.c-select-modal__scroll::-webkit-scrollbar-thumb:hover {
  background: #CECECE;
}
.c-select-modal .c-candidate {
  flex: unset;
  overflow-y: unset;
  margin-top: 10px;
}
.c-select-modal #js-places-section {
  margin-top: 10px;
}
.c-select-modal .c-form__input-group--modal-search,
.c-select-modal .c-plus--select-modal {
  flex-shrink: 0;
}
.c-select-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
}
.c-select-modal__overlay.is-open {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  body.is-modal-open {
    overflow: hidden;
  }
}

.c-dialog-modal {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
  border-radius: 10px;
  padding: 30px;
  max-width: 413px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.c-dialog-modal__overlay {
  display: flex !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.c-dialog-modal__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.c-dialog-modal .c-button-container__inner {
  display: flex;
  gap: 10px;
  width: 100%;
}
.c-dialog-modal .c-button-container__inner .c-button__small {
  flex: 1;
  text-align: center;
}

.c-master-modal {
  width: 90vw;
  max-width: 800px;
  height: 85vh;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.c-master-modal__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 115;
  touch-action: manipulation;
}
@media screen and (max-width: 768px) {
  .c-master-modal__overlay {
    align-items: flex-end;
  }
}
.c-master-modal__overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .c-master-modal__overlay.is-open .c-master-modal {
    transform: translateY(0);
  }
}
.c-master-modal__overlay--child {
  z-index: 120;
}
.c-master-modal__overlay--child2 {
  z-index: 125;
}
@media screen and (max-width: 768px) {
  .c-master-modal {
    width: 100%;
    height: 80vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
}
.c-master-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-master-modal iframe {
    border-radius: 10px 10px 0 0;
  }
}
.c-master-modal__inner {
  width: 100%;
}
.c-master-modal__inner .c-button-container {
  padding-top: 40px;
}

.c-loading {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 16px 4px;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-loading.is-visible {
  display: flex;
}
.c-loading__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #E9E9E9;
  border-top-color: #199B83;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

.c-no-result {
  padding: 24px 4px;
  color: #767676;
  text-align: center;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}

.c-candidate::-webkit-scrollbar {
  width: 4px;
}
.c-candidate::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.c-candidate::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2px;
}
.c-candidate::-webkit-scrollbar-thumb:hover {
  background: #CECECE;
}
.c-candidate__item-inner {
  padding: 20px 10px;
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  color: #333;
  position: relative;
}
.c-candidate__item a {
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  border-bottom: 1px solid #EEEEEE;
  color: #333;
  transition: 0.3s;
}
.c-candidate__item a:hover {
  background-color: #F0FBFA;
}
.c-candidate__item a gmp-place-details-compact {
  width: 100%;
  min-width: 0;
}
.c-candidate__item a.is-disabled {
  pointer-events: none;
  cursor: default;
}
.c-candidate__item a.is-disabled span,
.c-candidate__item a.is-disabled img {
  opacity: 0.4;
}
.c-candidate__image {
  width: 76px;
  height: 76px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  aspect-ratio: 1/1;
}
.c-candidate__image--circle {
  border-radius: 100px;
}
.c-candidate__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}
.c-candidate__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.c-candidate__badge {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #fff;
  background: #999999;
  border-radius: 3px;
  vertical-align: middle;
}

.c-selected-place-card {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.c-selected-place-card--register {
  display: none;
  padding-top: 30px;
}
.c-selected-place-card.is-active {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-selected-place-card.is-active {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-selected-place-card {
    width: 100%;
  }
}
.c-selected-place-card__header {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .c-selected-place-card__header {
    width: 100%;
  }
}
.c-selected-place-card__card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}
.c-selected-place-card__card--info {
  border: none;
  padding: 0;
}
.c-selected-place-card__image {
  background-position: 50%;
  background-size: cover;
  border: none;
  height: 90px;
  width: 90px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.c-selected-place-card__info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1px;
}
.c-selected-place-card__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  color: #1F1F1F;
}
.c-selected-place-card__address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #5E6163;
}
.c-selected-place-card__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.c-selected-place-card__link:hover .c-selected-place-card__name {
  text-decoration: underline;
}
.c-selected-place-card__link.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.c-upload-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  align-self: stretch;
  padding: 30px 0 10px 0;
}
.c-upload-box__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  max-width: 412px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #767676;
  background: #F9F9F9;
}
.c-upload-box__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
.c-upload-box__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
  color: #767676;
}

.c-circle-icon-message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 19px;
}
.c-circle-icon-message__image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 30px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.c-circle-icon-message__image--upload {
  background: #DEEEFF;
}
.c-circle-icon-message__image--upload img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(16%) saturate(1723%) hue-rotate(180deg) brightness(90%) contrast(86%);
}
.c-circle-icon-message__image--success {
  background: #D9EFED;
}
.c-circle-icon-message__image--success img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(3128%) hue-rotate(128deg) brightness(91%) contrast(80%);
}
.c-circle-icon-message__image--error {
  background: #FCE9ED;
}
.c-circle-icon-message__image--error img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(50%) saturate(5814%) hue-rotate(332deg) brightness(93%) contrast(95%);
}
.c-circle-icon-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  text-align: center;
}

.c-profile-image-upload {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .c-profile-image-upload {
    gap: 10px;
    padding: 20px 0 0;
  }
}
.c-profile-image-upload__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}
.c-profile-image-upload__image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c-profile-image-upload__image {
    width: 80px;
    height: 80px;
  }
}
.c-profile-image-upload__btn-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-profile-image-upload__btn-container dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #767676;
}
.c-profile-image-upload__btn-container dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-profile-image-upload__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}

.c-header-drop-menu {
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  position: absolute;
  top: 74px;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-header-drop-menu {
    top: 60px;
  }
}
.c-header-drop-menu__item {
  width: 100%;
}
.c-header-drop-menu__item a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
  transition: 0.3s;
}
.c-header-drop-menu__item a:hover {
  color: #999999;
}
.c-header-drop-menu__item:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.c-header-drop-menu__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: none;
  border-bottom: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.c-header-drop-menu__accordion-trigger::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow-under.svg") no-repeat center/contain;
  filter: invert(25%) sepia(0%) saturate(3563%) hue-rotate(136deg) brightness(74%) contrast(97%);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.c-header-drop-menu__accordion-trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.c-header-drop-menu__accordion-body {
  display: none;
  flex-direction: column;
  border-top: 1px solid #DDDDDD;
}
.c-header-drop-menu__accordion-body.is-open {
  display: flex;
}
.c-header-drop-menu__accordion-body .c-header-drop-menu__item {
  border-bottom: none;
}

.c-no-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-no-result {
    padding: 20px 0;
  }
}
.c-no-result__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-no-result__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  color: #199B83;
}
.c-no-result__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}

.p-dashboard__header {
  padding: 72px 16px;
}
@media screen and (max-width: 768px) {
  .p-dashboard__header {
    padding: 48px 16px;
  }
}
.p-dashboard__header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  padding: 30px 50px 40px 50px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-dashboard__header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.p-dashboard__header-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.p-dashboard__header-container--add {
  border-right: 1px solid #E9E9E9;
  padding-right: 50px;
  max-width: 352px;
}
@media screen and (max-width: 768px) {
  .p-dashboard__header-container {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 20px 16px 35px 16px;
    max-width: none;
  }
}
.p-dashboard__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  padding: 10px 0 16px 0;
}
.p-dashboard__news {
  width: 100%;
  padding: 70px 16px;
  background: #fff;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-dashboard__news {
    padding: 40px 30px 40px 30px;
  }
}
.p-dashboard__news-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .p-dashboard__news-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0;
  }
}
.p-dashboard__news-title-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  border-right: 1px solid #E9E9E9;
  align-self: stretch;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .p-dashboard__news-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    padding: 0;
    border-right: 0;
  }
}
.p-dashboard__news-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
.p-dashboard__news-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
.p-dashboard__news-list a {
  color: #333;
  transition: 0.3s;
}
.p-dashboard__news-list a:hover {
  opacity: 0.7;
}
.p-dashboard__news-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-dashboard__news-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
  }
}
.p-dashboard__news-item dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
.p-dashboard__news-item dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.p-dashboard__reccomend-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-dashboard__sub-slider-container {
  margin-top: 90px;
}
.p-dashboard__sub-slider-container gmp-place-details-compact {
  color-scheme: light;
  --gmp-mat-color-outline-decorative: $c_base;
  --gmp-mat-color-on-secondary-container: #666;
  --gmp-mat-color-secondary-container: #ddd;
}
@media screen and (max-width: 768px) {
  .p-dashboard__sub-slider-container {
    margin-top: 80px;
  }
}
.p-dashboard__sub-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  padding: 0 16px;
}

.p-places-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-places-info.ui-container {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
.p-places-info gmp-map {
  flex: 1;
  height: 100%;
  height: 850px;
}
.p-places-info .ui-panel {
  width: 650px;
  height: 100%;
  overflow-y: auto;
}
.p-places-info gmp-place-details {
  color-scheme: light;
  --gmp-mat-color-outline-decorative: $c_base;
  --gmp-mat-color-on-secondary-container: #666;
  --gmp-mat-color-secondary-container: #ddd;
}
@media screen and (max-width: 768px) {
  .p-places-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
  }
  .p-places-info.ui-container {
    flex-direction: column;
  }
  .p-places-info .ui-panel {
    width: 100%;
  }
  .p-places-info gmp-map {
    height: 300px;
    flex: auto;
    margin-top: -42px;
  }
}
.p-places-info__container {
  width: 400px;
  padding: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-places-info__container {
    width: 100%;
  }
}
.p-places-info__header {
  width: 100%;
}
.p-places-info__header--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-places-info__header--sp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 0 16px;
  }
}
.p-places-info__header--pc {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p-places-info__header--pc {
    display: none;
  }
}
.p-places-info__select-label-container {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .p-places-info__select-label-container {
    max-width: 200px;
  }
}
.p-places-info__select-label-container--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-places-info__select-label-container--sp {
    display: block;
    width: 100%;
    max-width: none;
  }
  .p-places-info__select-label-container--sp .c-select-label {
    height: 35px;
  }
}
.p-places-info__tag-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.p-places-info__award-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.p-places-info__award-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  word-break: break-all;
}
.p-places-info__tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.p-places-info__name-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.p-places-info__name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
.p-places-info__name h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.p-places-info__lead-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.p-places-info__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
.p-places-info__sub-lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.p-places-info__info-container {
  width: 100%;
}
.p-places-info__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 9px;
  margin-top: 20px;
}
.p-places-info__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
.p-places-info__list-item--column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}
.p-places-info__list-item dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  white-space: nowrap;
}
.p-places-info__list-item dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  word-break: break-all;
}
.p-places-info__list-item dd a {
  color: #1278F0;
  text-decoration: underline;
}
.p-places-info__list-item dd a:hover {
  text-decoration: none;
}
.p-places-info__map {
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: 200px;
  margin-bottom: 20px;
}
.p-places-info__place {
  flex: 1;
  min-width: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-places-info__place {
    padding: 0;
  }
}
.p-places-info__place-inner {
  width: 100%;
}
.p-places-info__place-map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 117/76;
}
.p-places-info__log-section {
  margin-top: 150px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-places-info__log-section {
    margin-top: 80px;
  }
}
.p-places-info .c-image-slider {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-places-info .c-image-slider {
    width: 100%;
  }
}

.p-top {
  align-items: center;
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .p-top {
    padding: 72px 0 60px;
  }
}
.p-top p {
  line-height: 1.7;
}
.p-top__inner {
  max-width: 820px;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top__inner {
    max-width: 90%;
    padding: 0;
  }
}
.p-top__logo {
  max-width: 220px;
}
.p-top__title {
  color: #199B83;
  margin: 30px 0 20px;
}
.p-top__form {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__form {
    flex-direction: column;
    margin: 14px 0 24px;
  }
}
.p-top__formBlock {
  width: 100%;
  padding: 20px 48px;
  margin: 48px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-top__formBlock {
    padding: 32px 0 36px;
    margin: 0;
  }
}
.p-top__formBlock-last {
  border-left: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .p-top__formBlock-last {
    padding: 32px 0 36px;
    border-left: none;
    border-top: 1px solid #E9E9E9;
  }
}
.p-top__formTitle {
  font-weight: bold;
  margin-bottom: 20px;
}
.p-top__button {
  margin-top: 28px;
}
.p-top__button-container {
  gap: 14px;
}
.p-top__news {
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */