@charset "UTF-8";
/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*::before, *::after {
  background-repeat: no-repeat;
}

:root {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
  background-color: white;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("assets/images/shapes/stripe-top.svg");
  background-position: top 0 left calc((100vw - 1280px) / 2 - 90px);
  background-size: 597px 160px;
}
@media only screen and (max-width: 1280px) {
  body {
    background-position: top 0 left -90px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: none;
  }
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
main > section {
  width: 100%;
  padding: 0 2rem;
}
main > section.pale-blue {
  background-color: #E2F3FF;
}
main > section .wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  main > section {
    padding: 0 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1rem;
}

h1 {
  margin: 0;
}

h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 4px 4px;
  background-color: #004478;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 1rem;
}
ol li,
ul li {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

p {
  line-height: 1.5;
  font-weight: 400;
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.br-pc {
  display: inherit;
}

.br-sp {
  display: none;
}

.br-m {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .br-m {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inherit;
  }
}
.hide {
  display: none;
}

.hide-l {
  display: none;
}

.icon-newwindow {
  display: flex;
  align-items: end;
  gap: 0.2rem;
}
.icon-newwindow span {
  font-size: 11px;
  color: #000;
}
.icon-newwindow::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("assets/images/icon-newwindow.svg");
  background-size: contain;
}
.icon-newwindow.white span {
  color: #fff;
}
.icon-newwindow.white::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("assets/images/icon-newwindow-white.svg");
  background-size: contain;
}

.breadcrumb .wrapper {
  padding: 14px 0;
}
.breadcrumb .wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb .wrapper ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.breadcrumb .wrapper ul li a {
  color: #004478;
}
.breadcrumb .wrapper ul li:first-child a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb .wrapper ul li:first-child a::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("assets/images/icon-home.svg");
  background-size: contain;
}
.breadcrumb .wrapper ul li:last-child {
  font-weight: 600;
}
.breadcrumb .wrapper ul li:not(:last-child)::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("assets/images/icon-arrow-forward.svg");
  background-size: contain;
}

/* Buttons */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 9999px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s;
}
.button span {
  white-space: nowrap;
  line-height: 1;
}
.button:hover {
  border-color: #004478;
  text-decoration: none;
}
.button.button-m {
  padding: 12px 16px;
  min-width: 38px;
}
.button.button-m span {
  font-size: 12px;
}
.button.button-l {
  padding: 16px 20px;
}
.button.button-l span {
  font-size: 14px;
}
.button.button-blue {
  background-color: #05AFDA;
  border-color: #05AFDA;
  color: #fff;
}
.button.button-blue:hover {
  background-color: #06CDFF;
}
.button.button-dark-blue {
  background-color: #004478;
  border-color: #004478;
  color: #fff;
}
.button.button-dark-blue:hover {
  background-color: #0061AB;
}
.button.button-arrow-left {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 320px;
}
.button.button-arrow-left::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/images/icon-arrow-left.svg");
  background-size: contain;
  transition: transform 0.3s;
}
.button.button-arrow-left:hover::before {
  transform: translateX(-4px);
}
.button.button-filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button.button-filter::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("assets/images/icon-filter.svg");
  background-size: contain;
}
.button.button-order {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button.button-order::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("assets/images/icon-order.svg");
  background-size: contain;
}
.button.button-newwindow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button.button-newwindow::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/images/icon-newwindow.svg");
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .button.button-m span {
    font-size: 11px;
  }
}

.nav-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.nav-buttons .button {
  min-width: 320px;
}
@media only screen and (max-width: 768px) {
  .nav-buttons {
    flex-direction: column;
  }
  .nav-buttons .button {
    width: 90%;
    min-width: inherit;
  }
}

.page-title {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-title h1 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-title h1 .icon {
  width: 48px;
  height: 48px;
}
.page-title h1 span {
  font-size: 32px;
  color: #004478;
}
@media only screen and (max-width: 768px) {
  .page-title h1 {
    line-height: 1.25;
  }
}

.category-list-l {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.category-list-l.three-columns li {
  width: calc((100% - 16px) / 3);
  border-color: #fff;
}
.category-list-l li {
  width: calc((100% - 24px) / 4);
  border: 1px solid #E5E5E5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s;
}
.category-list-l li:hover {
  border-color: #004478;
}
.category-list-l li:hover a {
  text-decoration: none;
}
.category-list-l li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 16px;
  height: 100%;
}
.category-list-l li a img {
  display: block;
  width: 40px;
  height: 40px;
}
.category-list-l li a h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #004478;
}
.category-list-l li a h4 em {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin-right: 0.4rem;
}
.category-list-l li a p {
  margin-top: -0.4rem;
  color: #808080;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .category-list-l.three-columns li {
    width: calc((100% - 8px) / 2);
  }
  .category-list-l li {
    width: calc((100% - 8px) / 2);
  }
}

.category-list-m {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.app-list {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.app-list.three-columns article {
  width: calc((100% - 24px) / 3);
}
.app-list article {
  width: calc((100% - 36px) / 4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.app-list article:hover {
  border: 1px solid #004478;
}
.app-list article:hover a {
  text-decoration: none;
}
.app-list article a {
  width: 100%;
}
.app-list article a .free {
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #004478;
}
.app-list article a picture {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  aspect-ratio: 1/1;
}
.app-list article a picture img {
  height: 100%;
  display: block;
  object-fit: contain;
}
.app-list article a .info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #000;
}
.app-list article a .info h2 {
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .app-list {
    gap: 8px;
  }
  .app-list.three-columns article {
    width: calc((100% - 8px) / 2);
  }
  .app-list article {
    width: calc((100% - 8px) / 2);
  }
  .app-list article a .info {
    gap: 16px;
  }
  .app-list article a .info h2 {
    font-size: 16px;
  }
  .app-list article a .info .description {
    font-size: 12px;
  }
}

.app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.app-tags li {
  font-size: 10px;
  font-weight: 600;
  border-radius: 2rem;
  padding: 6px 8px;
  white-space: nowrap;
  color: #666;
  background-color: #F6F6F6;
}

.category-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.category-list-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-list-wrapper div dt {
  font-weight: 600;
  color: #004478;
}

.carousel .splide__pagination {
  bottom: -24px;
  gap: 0;
}
.carousel .splide__pagination li .splide__pagination__page {
  background-color: #05AFDA;
}
.carousel .splide__pagination li .splide__pagination__page.is-active {
  background-color: #004478;
  transform: none;
}

.category-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #004478;
}
.category-title .icon {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}
.category-title em {
  font-size: 48px;
  font-style: normal;
}
.category-title span {
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .category-title {
    flex-wrap: wrap;
    gap: 16px;
  }
  .category-title .icon {
    width: 48px;
    height: 48px;
    margin-right: 0;
  }
  .category-title em {
    width: calc(100% - 64px);
    font-size: 32px;
  }
  .category-title span {
    width: 100%;
    font-size: 20px;
    padding-top: 0;
  }
}

.link-block {
  margin: 0 auto 80px;
}
.link-block.inquiry .wrapper, .link-block.guide .wrapper {
  background-image: url("assets/images/illust-inquiry.webp");
  background-position: right 50px bottom;
  background-size: 246px 280px;
}
.link-block.link-block-business-type .wrapper .subhead h3 {
  color: #000;
}
.link-block .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 48px;
  gap: 40px;
  border: 1px solid #E5E5E5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
  background-color: #fff;
}
.link-block .wrapper.pale-blue {
  background-color: #E2F3FF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.link-block .wrapper .subhead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.link-block .wrapper .subhead h3 {
  color: #004478;
  font-size: 24px;
  background-color: transparent;
  margin: 0;
}
.link-block .wrapper .subhead p {
  font-size: 16px;
  line-height: 1.75;
}
.link-block .wrapper .button {
  width: 30%;
  max-width: 320px;
}
.link-block .wrapper .illustration {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: auto;
  height: 88%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .link-block.inquiry .wrapper {
    background-image: none;
  }
  .link-block.guide .wrapper {
    padding: 48px 24px 220px;
    gap: 32px;
    background-position: center bottom;
    background-size: 176px 200px;
  }
  .link-block.guide .wrapper .subhead {
    align-items: flex-start;
    gap: 32px;
  }
  .link-block.guide .wrapper .subhead p {
    text-align: left;
  }
  .link-block.link-block-business-type .wrapper {
    padding: 48px 32px;
    align-items: center;
    gap: 32px;
  }
  .link-block.link-block-business-type .wrapper:has(.illustration) {
    padding-bottom: 0;
  }
  .link-block.link-block-business-type .wrapper .category-title {
    justify-content: center;
  }
  .link-block.link-block-business-type .wrapper .category-title em {
    width: auto;
  }
  .link-block.link-block-business-type .wrapper .category-title span {
    text-align: center;
  }
  .link-block.link-block-business-type .wrapper .subhead {
    gap: 16px;
  }
  .link-block.link-block-business-type .wrapper .subhead h3 {
    font-size: 20px;
  }
  .link-block.link-block-business-type .wrapper .subhead p {
    font-size: 14px;
  }
  .link-block.link-block-business-type .wrapper .illustration {
    position: relative;
    right: auto;
    width: auto;
    height: 220px;
  }
  .link-block .wrapper {
    padding: 48px 32px;
    gap: 24px;
  }
  .link-block .wrapper .subhead {
    width: 100%;
    align-items: center;
    gap: 24px;
  }
  .link-block .wrapper .subhead p {
    text-align: center;
  }
  .link-block .wrapper .button {
    width: 100%;
    max-width: inherit;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination li.first a,
.pagination li.first p, .pagination li.prev a,
.pagination li.prev p, .pagination li.next a,
.pagination li.next p, .pagination li.last a,
.pagination li.last p {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  transition: all 0.3s;
}
.pagination li.first a span,
.pagination li.first p span, .pagination li.prev a span,
.pagination li.prev p span, .pagination li.next a span,
.pagination li.next p span, .pagination li.last a span,
.pagination li.last p span {
  display: none;
}
.pagination li.first a:hover, .pagination li.prev a:hover, .pagination li.next a:hover, .pagination li.last a:hover {
  filter: brightness(2);
}
.pagination li.first p, .pagination li.prev p, .pagination li.next p, .pagination li.last p {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(1%) hue-rotate(167deg) brightness(90%) contrast(92%);
}
.pagination li.first * {
  background-image: url("assets/images/icon-arrow-right-double.svg");
  transform: scaleX(-1);
}
.pagination li.prev * {
  background-image: url("assets/images/icon-arrow-right.svg");
  transform: scaleX(-1);
}
.pagination li.next * {
  background-image: url("assets/images/icon-arrow-right.svg");
}
.pagination li.last * {
  background-image: url("assets/images/icon-arrow-right-double.svg");
}
.pagination li .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  transition: all 0.3s;
}
.pagination li .page-numbers:hover {
  border-color: #004478;
  text-decoration: none;
}
.pagination li .page-numbers.current {
  box-shadow: none;
  color: #fff;
  background-color: #004478;
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.modal {
  position: absolute;
  top: 93px;
  left: 0;
  width: 100%;
  height: calc(100% - 93px);
  z-index: 100;
  pointer-events: none;
}
.modal.active .modal-inner {
  opacity: 1;
  pointer-events: auto;
}
.modal.categories > div::after, .modal.search > div::after {
  background: rgba(255, 255, 255, 0.7);
}
.modal.windowed.filter, .modal.windowed.categories, .modal.windowed.zoom {
  height: 100%;
  position: fixed;
  top: 0;
}
.modal.windowed.filter > div::after, .modal.windowed.categories > div::after, .modal.windowed.zoom > div::after {
  background: rgba(0, 0, 0, 0.7);
}
.modal.windowed.filter .modal-inner, .modal.windowed.categories .modal-inner, .modal.windowed.zoom .modal-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.windowed.filter .modal-inner > div, .modal.windowed.categories .modal-inner > div, .modal.windowed.zoom .modal-inner > div {
  background-color: #fff;
  border-radius: 8px;
  gap: 0;
}
.modal.windowed.filter .modal-inner > div .modal-heading, .modal.windowed.categories .modal-inner > div .modal-heading, .modal.windowed.zoom .modal-inner > div .modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #E5E5E5;
}
.modal.windowed.filter .modal-inner > div .modal-heading h3, .modal.windowed.categories .modal-inner > div .modal-heading h3, .modal.windowed.zoom .modal-inner > div .modal-heading h3 {
  font-size: 16px;
  color: #000;
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}
.modal.windowed.filter .modal-inner > div .modal-heading .button, .modal.windowed.categories .modal-inner > div .modal-heading .button, .modal.windowed.zoom .modal-inner > div .modal-heading .button {
  padding: 8px;
  border-radius: 100px;
}
.modal.windowed.filter .modal-inner > div .category-list-wrapper, .modal.windowed.categories .modal-inner > div .category-list-wrapper, .modal.windowed.zoom .modal-inner > div .category-list-wrapper {
  padding: 24px;
}
.modal.windowed.filter .modal-inner > div .category-list-wrapper div dt, .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt, .modal.windowed.zoom .modal-inner > div .category-list-wrapper div dt {
  color: #000;
}
.modal.windowed.filter .modal-inner > div .category-list-wrapper div dt .normal-text, .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt .normal-text, .modal.windowed.zoom .modal-inner > div .category-list-wrapper div dt .normal-text {
  display: none;
}
.modal.windowed.filter .modal-inner > div .category-list-wrapper div dt .windowed-text, .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt .windowed-text, .modal.windowed.zoom .modal-inner > div .category-list-wrapper div dt .windowed-text {
  display: inline;
}
.modal .modal-inner {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 48px 2rem;
  transition: opacity 0.3s;
}
.modal .modal-inner::after {
  content: "";
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-inner > div,
.modal .modal-inner > form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.modal .modal-inner > div .modal-heading,
.modal .modal-inner > form .modal-heading {
  display: none;
}
.modal .modal-inner > div .category-list-wrapper div dt .windowed-text,
.modal .modal-inner > form .category-list-wrapper div dt .windowed-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal.windowed.categories .modal-inner {
    align-items: flex-end;
    padding: 0;
  }
  .modal.windowed.categories .modal-inner > div {
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .modal.windowed.categories .modal-inner > div .modal-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #E5E5E5;
  }
  .modal.windowed.categories .modal-inner > div .modal-heading h3 {
    font-size: 16px;
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
  }
  .modal.windowed.categories .modal-inner > div .modal-heading a {
    border: 1px solid #E5E5E5;
    padding: 8px;
    border-radius: 100px;
  }
  .modal.windowed.categories .modal-inner > div .category-list-wrapper {
    padding: 24px;
  }
  .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt {
    color: #000;
  }
  .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt .normal-text {
    display: none;
  }
  .modal.windowed.categories .modal-inner > div .category-list-wrapper div dt .windowed-text {
    display: inline;
  }
  .modal .modal-inner {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 48px 2rem;
    transition: opacity 0.3s;
  }
  .modal .modal-inner::after {
    content: "";
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal .modal-inner > div,
  .modal .modal-inner > form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  .modal .modal-inner > div .modal-heading,
  .modal .modal-inner > form .modal-heading {
    display: none;
  }
  .modal .modal-inner > div .category-list-wrapper div dt .windowed-text,
  .modal .modal-inner > form .category-list-wrapper div dt .windowed-text {
    display: none;
  }
}

.modal.zoom.windowed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  pointer-events: none;
}
.modal.zoom.windowed .modal-inner .image-container {
  position: relative;
  padding: 32px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.zoom.windowed .modal-inner .image-container img {
  max-width: 80vw;
  max-height: min(800px, 80dvh);
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.modal.zoom.windowed .modal-inner .image-container .button-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-image: url("assets/images/icon-close.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s;
}
.modal.zoom.windowed .modal-inner .image-container .button-close:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .modal.zoom.windowed .modal-inner {
    padding: 0;
    border-radius: 0;
  }
  .modal.zoom.windowed .modal-inner .image-container {
    width: 100%;
    max-width: inherit;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }
  .modal.zoom.windowed .modal-inner .image-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0;
  }
  .modal.zoom.windowed .modal-inner .image-container .button-close {
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .modal.zoom.windowed .modal-inner .image-container .button-close:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
header {
  width: 100%;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
header .wrapper h1 {
  width: 276px;
  height: 25px;
}
header .wrapper .pc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex: 1;
}
header .wrapper .pc .button-menu {
  display: none;
}
header .wrapper .pc > div {
  display: flex;
  align-items: center;
  gap: 32px;
}
header .wrapper .pc > div .header-main-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 20px;
}
header .wrapper .pc > div .header-main-menu li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 1px 2px 2px;
}
header .wrapper .pc > div .header-main-menu li a.selected {
  color: #fff;
  background-color: #004478;
  text-decoration: none;
}
header .wrapper .pc > div .buttons {
  display: flex;
  gap: 12px;
}
header .wrapper .pc > div .buttons .button-search {
  width: 38px;
  padding: 0;
}
header .wrapper .pc > div .buttons .button-search::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("assets/images/icon-magnifier.svg");
  background-size: contain;
  filter: brightness(0) saturate(100%);
}
header .wrapper .pc > div .buttons .button-search span {
  display: none;
}
header .wrapper .pc > div .buttons .button-search.selected {
  color: #fff;
  background-color: #004478;
}
header .wrapper .pc > div .buttons .button-search.selected::before {
  filter: invert(1);
}
header .wrapper .sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .wrapper {
    padding: 1rem 1.5rem;
  }
  header .wrapper h1 {
    width: 242px;
    height: 22px;
  }
  header .wrapper .pc {
    gap: 12px;
  }
  header .wrapper .pc > div {
    gap: 14px;
  }
  header .wrapper .pc > div .header-main-menu {
    gap: 6px 12px;
  }
  header .wrapper .pc > div .header-main-menu li a {
    font-size: 12px;
  }
  header .wrapper .pc > div .buttons {
    gap: 12px;
  }
  header .wrapper .pc > div .buttons .button-search {
    width: 38px;
  }
  header .wrapper .pc > div .buttons .button-search::before {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 768px) {
  header .wrapper .pc {
    display: none;
  }
  header .wrapper .sp {
    display: flex;
  }
  header .wrapper .sp .button-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
  }
  header .wrapper .sp .button-menu::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("assets/images/icon-menu.svg");
    background-size: contain;
    z-index: 100;
  }
  header .wrapper .sp .button-menu span {
    display: none;
  }
  header .wrapper .sp .sp-menu {
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s;
    position: fixed;
    width: 100vw;
    height: calc(100dvh - 76px);
    top: 76px;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #E5E5E5;
    overflow: scroll;
  }
  header .wrapper .sp .sp-menu .sp-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .menu-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    color: #000;
    font-size: 16px;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .menu-button::after {
    content: "";
    background-image: url("assets/images/icon-arrow-right-blue.svg");
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category {
    display: flex;
    flex-direction: column;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category label.menu-button::after {
    background-image: url("assets/images/icon-triangle-down.svg");
    transition: transform 0.3s;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child {
    display: none;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child li .menu-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background-color: #F5F5F5;
    padding: 16px 40px 16px 16px;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child li .menu-button h4 {
    width: 100%;
    font-size: 16px;
    color: #000;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child li .menu-button p {
    width: 100%;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child.categories {
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
    border-bottom: 1px solid #E5E5E5;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child.categories div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .menu-child.categories div h4 {
    color: #004478;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .category-state:checked ~ label.menu-button::after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .category-state:checked ~ .menu-child {
    display: block;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .sp-menu-category .category-state:checked ~ .menu-child.categories {
    display: flex;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .button-company {
    padding: 20px 16px;
    gap: 0.4rem;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .button-company span {
    font-size: 14px;
  }
  header .wrapper .sp .sp-menu .sp-menu-content .button-company::after {
    width: 14px;
    height: 14px;
  }
  header .wrapper .sp .sp-menu .buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
  }
  header .wrapper .sp .sp-menu .buttons .button {
    padding: 18px;
  }
  header .wrapper .sp .sp-menu .buttons .button span {
    font-size: 14px;
  }
  #menu-state:checked + header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
  }
  #menu-state:checked + header .button-menu::before {
    background-image: url("assets/images/icon-close.svg");
  }
  #menu-state:checked + header .sp-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
footer {
  width: 100%;
  background-color: #004478;
}
footer a,
footer p {
  color: #fff;
}
footer .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 2rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .wrapper .logo {
  width: 222px;
  height: 32px;
}
footer .wrapper nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .wrapper .categories ul {
  gap: 24px;
}
footer .wrapper .categories ul li a {
  font-size: 14px;
}
footer .wrapper .menu ul {
  gap: 20px;
}
footer .wrapper .menu ul li a {
  font-size: 12px;
}
footer .wrapper .misc ul {
  gap: 16px;
}
footer .wrapper .misc ul li a {
  font-size: 12px;
  font-weight: 300;
}
footer .wrapper .misc .copyright {
  font-size: 12px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  footer .wrapper {
    align-items: flex-start;
    gap: 32px;
    padding: 24px 16px;
  }
  footer .wrapper .logo {
    align-self: center;
    margin-top: 12px;
  }
  footer .wrapper .categories {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  footer .wrapper .categories ul {
    gap: 24px;
    order: 2;
  }
  footer .wrapper .categories ul li a {
    font-weight: 600;
  }
  footer .wrapper .categories .button {
    order: 1;
    width: 100%;
    padding: 18px;
  }
  footer .wrapper .categories .button span {
    font-size: 14px;
  }
  footer .wrapper .menu ul {
    gap: 20px;
  }
  footer .wrapper .menu ul li a {
    font-size: 12px;
  }
  footer .wrapper .misc {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  footer .wrapper .misc ul {
    gap: 16px;
  }
  footer .wrapper .misc ul li a {
    font-size: 12px;
    font-weight: 300;
  }
  footer .wrapper .misc .copyright {
    font-weight: 300;
  }
}
/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.search-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.search-form::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/images/icon-magnifier.svg");
  background-size: cover;
  margin: 6px;
  position: absolute;
  top: 12px;
  left: 20px;
}
.search-form input[type=text] {
  padding: 18px 20px 18px 52px;
  display: block;
  width: 100%;
  flex: 1;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 9999px;
  transition: all 0.3s;
}
.search-form input[type=text]:hover {
  border-color: #004478;
}

.select-box {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.select-box input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.select-box span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("assets/images/input-radio-unchecked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.select-box input:checked + span {
  background-image: url("assets/images/input-radio-checked.svg");
}

.form-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.form-page .form-page-body .wrapper {
  gap: 64px;
  padding: 64px 0;
}
.form-page .form-page-body .wrapper .page-title .centered {
  justify-content: center;
  text-align: center;
}
.form-page .form-page-body .wrapper .form-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.form-page .form-page-body .wrapper .form-content p {
  width: 100%;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}
.form-page .form-page-body .wrapper .form-content p.has-medium-font-size {
  font-size: 20px;
}
.form-page .form-page-body .wrapper .form-content > div {
  width: 100%;
}
.form-page .form-page-body .wrapper .form-content iframe {
  border: none;
  width: 100%;
  height: 500px;
}
.form-page.thanks-page .form-page-body .wrapper {
  padding-top: 80px;
}
.form-page.thanks-page .form-page-body .wrapper .form-content {
  max-width: 800px;
}
/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
#page-404 h3 {
  text-align: center;
  font-weight: normal;
}
#page-404 p {
  text-align: center;
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.home main {
  background-image: url("assets/images/shapes/circle-blue.svg");
  background-position: top 519px left calc((100vw - 1280px) / 2 - 140px);
  background-size: 328px 328px;
}
@media only screen and (max-width: 1280px) {
  .home main {
    background-position: top 519px left -140px;
  }
}
@media only screen and (max-width: 768px) {
  .home main {
    background: none;
  }
}
.home section.lead .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 80px 0 64px;
}
.home section.lead .wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #004478;
  text-align: center;
}
.home section.lead .wrapper p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.home section.lead .wrapper .search-form {
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .home section.lead .wrapper {
    padding: 48px 0;
  }
  .home section.lead .wrapper h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.home section.carousel {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.home section.business-type {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: url("assets/images/shapes/circle-orange.svg");
  background-position: bottom -300px right calc((100vw - 1280px) / 2 - 220px);
  background-size: 440px 440px;
}
@media only screen and (max-width: 1280px) {
  .home section.business-type {
    background-position: bottom -300px right -220px;
  }
}
@media only screen and (max-width: 768px) {
  .home section.business-type {
    background: none;
  }
}
.home section.business-operation {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: url("assets/images/shapes/stripes.svg");
  background-position: bottom 100px right calc((100vw - 1280px) / 2 - 500px);
  background-size: 708px 296px;
}
@media only screen and (max-width: 1280px) {
  .home section.business-operation {
    background-position: bottom 100px right -500px;
  }
}
@media only screen and (max-width: 768px) {
  .home section.business-operation {
    background: none;
  }
}
.home section.categories {
  background-image: url("assets/images/shapes/circle-fill.svg");
  background-position: top -80px left calc((100vw - 1280px) / 2 - 64px);
  background-size: 260px 260px;
}
.home section.categories .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .home section.categories {
    background-position: top -80px left -64px;
  }
}
@media only screen and (max-width: 768px) {
  .home section.categories {
    background: none;
  }
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.app-buttons {
  display: flex;
  gap: 8px;
}
.app-buttons .button-share {
  background-image: url("assets/images/icon-share.svg");
  background-size: 24px 24px;
  background-position: center;
  width: 48px;
  height: 48px;
  position: relative;
}
.app-buttons .button-share span {
  background-color: #4D4D4D;
  display: block;
  padding: 3px 4px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: -2rem;
  left: 0;
  border-radius: 4px;
  opacity: 0;
}
.app-buttons .button-share span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #4D4D4D;
  border-bottom: 0;
  position: absolute;
  bottom: -4px;
  left: 18px;
}
.app-buttons .button-share span.animate {
  animation: fadeOut 1.5s;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.app-buttons .button-free-trial {
  min-width: 282px;
}
@media only screen and (max-width: 768px) {
  .app-buttons .button-share {
    order: 1;
  }
  .app-buttons .button-free-trial {
    order: 2;
    flex: 1;
    min-width: inherit;
  }
  .app-buttons:has(.button-document) {
    flex-wrap: wrap;
  }
  .app-buttons:has(.button-document) .button-share {
    order: 2;
  }
  .app-buttons:has(.button-document) .button-document {
    order: 3;
    flex: 1;
  }
  .app-buttons:has(.button-document) .button-free-trial {
    order: 1;
    width: 100%;
    flex: inherit;
  }
}

.app.single {
  padding-bottom: 72px;
  position: relative;
}
.app.single article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 80px;
  background-image: url("assets/images/shapes/stripes.svg");
  background-position: top 0 right calc((100vw - 1280px) / 2 - 500px);
  background-size: 708px 296px;
}
@media only screen and (max-width: 1280px) {
  .app.single article {
    background-position: top 0 right -500px;
  }
}
@media only screen and (max-width: 768px) {
  .app.single article {
    background-image: none;
  }
}
.app.single article .wrapper {
  display: flex;
  flex-direction: column;
}
.app.single article .wrapper .app-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1040px;
  margin: 64px auto;
}
@media only screen and (max-width: calc(1040px + 4rem)) {
  .app.single article .wrapper .app-content {
    padding: 0 2rem;
    max-width: inherit;
    margin: 48px auto;
  }
}
.app.single article .wrapper .title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #004478;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .title h1 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.app.single article .wrapper .title .author {
  color: #004478;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .title .author {
    font-size: 14px;
  }
}
.app.single article .wrapper .title .description {
  margin-bottom: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .title .description {
    font-size: 14px;
  }
}
.app.single article .wrapper .title .category-list-m {
  margin-bottom: 8px;
}
.app.single article .wrapper .title .category-list-m li a {
  border-color: #004478;
  box-shadow: none;
  padding: 8px 20px;
}
.app.single article .wrapper .title .category-list-m li a span {
  color: #004478;
  font-size: 16px;
}
.app.single article .wrapper .title .app-tags {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .title .app-tags {
    font-size: 32px;
  }
}
.app.single article .wrapper .carousel {
  margin-bottom: 20px;
}
.app.single article .wrapper .carousel .splide__slide {
  width: 400px;
  height: 400px;
  background-color: #fff;
}
.app.single article .wrapper .carousel .splide__slide a {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.app.single article .wrapper .carousel .splide__slide a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.app.single article .wrapper .app-content.app-body {
  margin-top: 16px;
}
.app.single article .wrapper .app-content.app-body h3 {
  display: inline-block;
  margin-top: 64px;
  margin-bottom: 40px;
  margin-left: 0;
}
.app.single article .wrapper .app-content.app-body p + h3 {
  margin-top: 24px;
}
.app.single article .wrapper .app-content.app-body div + h3 {
  margin-top: 56px;
}
.app.single article .wrapper .app-content.app-body h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #004478;
  margin-bottom: 24px;
}
.app.single article .wrapper .app-content.app-body p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}
.app.single article .wrapper .app-content.app-body p:last-child {
  margin-bottom: 0;
}
.app.single article .wrapper .app-content.app-body .effect-list {
  margin-bottom: 8px;
  align-items: stretch;
}
.app.single article .wrapper .app-content.app-body .effect-list:has(.is-vertical) {
  gap: 10px;
}
.app.single article .wrapper .app-content.app-body .effect-list:has(.is-vertical)::after {
  content: "";
  display: block;
  background-image: url("assets/images/app/icon-arrow-right-dark-blue.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  order: 2;
  align-self: center;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 28px;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E5E5E5;
  width: 50%;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical .wp-block-list {
  flex-direction: column;
  list-style: disc;
  margin-left: 1.3rem;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical .wp-block-list li {
  line-height: 1.5;
  font-size: 16px;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical .wp-block-heading {
  font-size: 20px;
  color: #808080;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical .wp-block-heading::before {
  content: "";
  display: block;
  background-image: url("assets/images/app/icon-effect1.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical:first-child {
  order: 1;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical:last-child {
  background: #E2F3FF;
  border-color: transparent;
  order: 3;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical:last-child .wp-block-heading {
  color: #004478;
}
.app.single article .wrapper .app-content.app-body .effect-list .is-vertical:last-child .wp-block-heading::before {
  background-image: url("assets/images/app/icon-effect2.svg");
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .app-content.app-body .effect-list {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .app.single article .wrapper .app-content.app-body .effect-list .is-vertical {
    width: 100%;
    padding: 24px;
  }
  .app.single article .wrapper .app-content.app-body .effect-list:has(.is-vertical)::after {
    transform: rotate(90deg);
  }
}
.app.single article .wrapper .app-content.app-body .check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.app.single article .wrapper .app-content.app-body .check::before {
  content: "";
  display: block;
  background-image: url("assets/images/app/icon-check.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
}
.app.single article .wrapper .app-content.app-body .with-picture {
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.app.single article .wrapper .app-content.app-body .with-picture .is-vertical {
  flex: 1;
  gap: 0;
}
.app.single article .wrapper .app-content.app-body .with-picture .is-vertical p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .app.single article .wrapper .app-content.app-body .with-picture figure {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .app.single article .wrapper .app-content.app-body .with-picture {
    flex-direction: column;
  }
  .app.single article .wrapper .app-content.app-body .with-picture figure {
    width: 100%;
  }
}
.app.single .fixed-buttons {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -72px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 2rem;
  gap: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
.app.single .fixed-buttons.active {
  bottom: 0;
  opacity: 1;
}
.app.single .fixed-buttons.bottom {
  position: absolute;
}
.app.single .fixed-buttons .app-buttons .button .pc {
  display: inline;
}
.app.single .fixed-buttons .app-buttons .button .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .app.single .fixed-buttons .app-buttons {
    width: 100%;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .app.single .fixed-buttons .app-buttons .button.button-share {
    order: 1;
  }
  .app.single .fixed-buttons .app-buttons .button.button-document {
    order: 2;
    width: calc((100% - 56px) / 2);
    min-width: inherit;
  }
  .app.single .fixed-buttons .app-buttons .button.button-free-trial {
    order: 3;
    width: calc((100% - 56px) / 2);
    min-width: inherit;
  }
  .app.single .fixed-buttons .app-buttons .button .pc {
    display: none;
  }
  .app.single .fixed-buttons .app-buttons .button .sp {
    display: inline;
  }
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.taxonomy-page {
  background-image: url("assets/images/shapes/circle-blue.svg");
  background-position: bottom 360px left calc((100vw - 1280px) / 2 - 140px);
  background-size: 328px 328px;
  overflow: visible;
}
@media only screen and (max-width: 1280px) {
  .taxonomy-page {
    background-position: bottom 360px left -140px;
  }
}
.taxonomy-page .lead {
  margin-bottom: 24px;
}
.taxonomy-page .lead .wrapper {
  position: relative;
}
.taxonomy-page .lead .wrapper > p {
  font-size: 16px;
  font-weight: 600;
}
.taxonomy-page .lead .wrapper .term-desc {
  line-height: 1.75;
}
.taxonomy-page .lead .wrapper .search-form {
  max-width: 400px;
  margin-left: 0;
}
.taxonomy-page .lead .wrapper .illustration {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: auto;
  height: 88%;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .taxonomy-page .lead {
    margin-bottom: 0;
  }
  .taxonomy-page .lead .wrapper {
    padding: 48px 0;
    gap: 32px;
  }
  .taxonomy-page .lead .wrapper > p {
    line-height: 1.75;
  }
  .taxonomy-page .lead .wrapper .category-title {
    flex-wrap: wrap;
  }
  .taxonomy-page .lead .wrapper .category-title em {
    flex: 1;
  }
  .taxonomy-page .lead .wrapper .illustration {
    display: none;
  }
  .taxonomy-page .lead .wrapper .search-form {
    max-width: inherit;
  }
}
.taxonomy-page section.carousel {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .taxonomy-page section.carousel {
    margin-bottom: 80px;
  }
}
.taxonomy-page .section-app-list .wrapper {
  gap: 40px;
}
.taxonomy-page .section-app-list .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.taxonomy-page .section-app-list .wrapper > div .list-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.taxonomy-page .section-app-list .wrapper > div .list-info .count {
  font-size: 16px;
  font-weight: 600;
}
.taxonomy-page .section-app-list .wrapper > div .list-info .count em {
  font-size: 20px;
  font-style: normal;
}
.taxonomy-page section.business-operation {
  margin-bottom: 80px;
}
.taxonomy-page section.business-operation .wrapper {
  padding-bottom: 0;
}
.taxonomy-page section.business-operation .wrapper .nav-buttons {
  display: none;
}
.taxonomy-page section.business-operation .wrapper #business-operation-list-state:checked + .category-list-l li:nth-of-type(n + 4) {
  display: block;
}
.taxonomy-page section.business-operation .wrapper #business-operation-list-state:checked ~ .nav-buttons {
  display: none;
}
.taxonomy-page section.business-operation .wrapper .category-list-l li:nth-of-type(n + 4) {
  display: none;
}
.taxonomy-page section.business-operation .wrapper .category-list-l:has(li:nth-of-type(4)) + .nav-buttons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .taxonomy-page section.business-operation .wrapper #business-operation-list-state:checked + .category-list-l li:nth-of-type(n + 4) {
    display: block;
  }
  .taxonomy-page section.business-operation .wrapper #business-operation-list-state:checked + .category-list-l li:nth-of-type(n + 5) {
    display: block;
  }
  .taxonomy-page section.business-operation .wrapper .category-list-l li:nth-of-type(n + 4) {
    display: block;
  }
  .taxonomy-page section.business-operation .wrapper .category-list-l li:nth-of-type(n + 5) {
    display: none;
  }
  .taxonomy-page section.business-operation .wrapper .category-list-l:has(li:nth-of-type(4)) + .nav-buttons {
    display: none;
  }
  .taxonomy-page section.business-operation .wrapper .category-list-l:has(li:nth-of-type(5)) + .nav-buttons {
    display: flex;
  }
}
.taxonomy-page section.link-block {
  background-image: url("assets/images/shapes/stripes.svg");
  background-position: bottom 100px right calc((100vw - 1280px) / 2 - 500px);
  background-size: 708px 296px;
  margin-top: 80px;
}
@media only screen and (max-width: 1280px) {
  .taxonomy-page section.link-block {
    background-position: bottom 100px right -500px;
  }
}

/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
.guide .guide-title .wrapper {
  padding: 64px 0;
}
.guide .guide-flow .wrapper {
  padding-top: 0;
}
.guide .guide-flow .wrapper .figures {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.guide .guide-flow .wrapper .figures > div {
  width: calc((100% - 96px) / 3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.guide .guide-flow .wrapper .figures > div h5 {
  font-size: 20px;
  font-weight: 600;
  color: #004478;
  line-height: 1.75;
}
.guide .guide-flow .wrapper .figures > div p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.guide .guide-price .wrapper .price-table {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.guide .guide-price .wrapper .price-table > div {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px 32px 28px;
  gap: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  /* オートレイアウト内部 */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}
.guide .guide-price .wrapper .price-table > div h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.guide .guide-price .wrapper .price-table > div h5 span {
  font-size: 18px;
  line-height: 1;
}
.guide .guide-price .wrapper .price-table > div h5 em {
  font-size: 24px;
  font-style: normal;
  color: #004478;
}
.guide .guide-price .wrapper .price-table > div p {
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
.guide .guide-price .wrapper .price-table > div:first-child {
  order: 1;
}
.guide .guide-price .wrapper .price-table > div:last-child {
  order: 3;
  background-color: #E2F3FF;
}
.guide .guide-price .wrapper .price-table::after {
  content: "";
  width: 24px;
  height: 24px;
  order: 2;
  background-image: url("assets/images/guide/icon-plus.svg");
  background-size: contain;
}
.guide .guide-about {
  background-color: #E2F3FF;
}
.guide .guide-about .wrapper .guide-about-unifinity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 48px;
}
.guide .guide-about .wrapper .guide-about-unifinity > div {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
}
.guide .guide-about .wrapper .guide-about-unifinity > div picture {
  flex-shrink: 0;
  width: calc((100% - 24px) / 2);
}
.guide .guide-about .wrapper .guide-about-unifinity > div > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.guide .guide-about .wrapper .guide-about-unifinity > div > div h5 {
  font-size: 20px;
  color: #004478;
  line-height: 1.75;
}
.guide .guide-about .wrapper .guide-about-unifinity > div > div p {
  font-size: 14px;
  line-height: 1.6;
}
.guide .guide-support .wrapper > div {
  display: flex;
  gap: 40px;
}
.guide .guide-support .wrapper > div picture {
  width: 400px;
}
.guide .guide-support .wrapper > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.guide .guide-support .wrapper > div > div h5 {
  font-size: 20px;
  color: #004478;
}
.guide .guide-support .wrapper > div > div p {
  font-size: 15px;
  line-height: 2;
  flex: 1;
}
.guide .guide-support .wrapper > div > div .button {
  min-width: 320px;
}
.guide .guide-faq .wrapper {
  padding-top: 0;
}
.guide .guide-faq .wrapper .guide-faq-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E5E5E5;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E5E5E5;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a.open .wp-block-heading::after {
  transform: rotate(180deg);
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a.open p {
  display: flex;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a .wp-block-heading {
  width: 100%;
  padding: 22px 20px 20px 60px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a .wp-block-heading::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("assets/images/guide/icon-q.svg");
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 20px;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a .wp-block-heading::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("assets/images/guide/icon-arrow-down.svg");
  background-size: contain;
  position: absolute;
  top: 22px;
  right: 20px;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a p {
  display: none;
  width: 100%;
  padding: 0 20px 20px 60px;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
}
.guide .guide-faq .wrapper .guide-faq-content .q-and-a p::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("assets/images/guide/icon-a.svg");
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .guide section {
    padding: 40px 0;
  }
  .guide section h4 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .guide .guide-flow .figures {
    flex-direction: column;
    gap: 40px;
  }
  .guide .guide-flow .figures > div {
    width: 100%;
  }
  .guide .guide-flow .figures > div picture {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
  .guide .guide-flow .figures > div h5 {
    font-size: 16px;
  }
  .guide .guide-price > div > div {
    flex-direction: column;
    gap: 40px;
  }
  .guide .guide-price > div > div > div {
    width: 100%;
    padding: 24px;
  }
  .guide .guide-price > div > div::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    display: none;
  }
  .guide .guide-price > div > div > div:first-child {
    position: relative;
  }
  .guide .guide-price > div > div > div:first-child::after {
    content: "+";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: 700;
  }
  .guide .guide-about > div > div {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .guide .guide-about > div > div > div {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .guide .guide-about > div > div > div picture {
    width: 140px;
    height: 140px;
  }
  .guide .guide-about > div > div > div > div {
    text-align: center;
  }
  .guide .guide-support > div > div {
    flex-direction: column;
    gap: 24px;
  }
  .guide .guide-support > div > div picture {
    width: 100%;
  }
  .guide .guide-support > div > div > div {
    width: 100%;
  }
  .guide .guide-support > div > div > div h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .guide .guide-support > div > div > div p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .guide .nav-buttons .button {
    width: 100%;
    min-width: auto;
  }
}
/*!
Theme Name: UNIFINITY APP MARKET
Author: UNIFINITY Inc.
Tags:
Version: 1.0
*/
main.search {
  position: relative;
  background-image: url("assets/images/shapes/circle-orange-thin.svg"), url("assets/images/shapes/circle-blue-thin.svg");
  background-position: top 0 right calc((100vw - 1280px) / 2 - 280px), top 640px left calc((100vw - 1280px) / 2 - 90px);
  background-size: 440px 440px, 246px 246px;
}
@media only screen and (max-width: 1280px) {
  main.search {
    background-position: top 0 right -280px, top 640px left -90px;
  }
}
@media only screen and (max-width: 768px) {
  main.search {
    background-image: none;
  }
}
main.search .search-content {
  z-index: 1;
}
main.search .search-content .search-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.search .search-content .search-heading .category-title {
  width: 100%;
  flex: 1;
}
main.search .search-content .search-heading .category-title .icon {
  width: 48px;
  height: 48px;
}
main.search .search-content .search-heading .category-title em {
  font-size: 32px;
}
main.search .search-content .search-heading .category-title span {
  padding-top: 16px;
  font-size: 20px;
}
main.search .search-content .search-heading .search-form {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  main.search .search-content .search-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  main.search .search-content .search-heading .search-form {
    width: 100%;
    max-width: inherit;
  }
}
main.search .search-content .search-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
main.search .search-content .search-body .search-condition {
  width: 200px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: #fff;
}
main.search .search-content .search-body .search-condition fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
main.search .search-content .search-body .search-condition fieldset > p {
  background-color: #E2F3FF;
  padding: 20px;
  font-weight: 600;
  line-height: 1;
}
main.search .search-content .search-body .search-condition fieldset > div {
  display: flex;
  flex-direction: column;
}
main.search .search-content .search-body .search-condition fieldset > div label {
  padding: 16px 20px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  gap: 8px;
  align-items: center;
}
main.search .search-content .search-body .search-condition fieldset > div label:last-child {
  border-bottom: none;
}
main.search .search-content .search-body .search-condition fieldset > div label span {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  main.search .search-content .search-body .search-condition {
    display: none;
  }
}
main.search .search-content .search-body .search-results {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
main.search .search-content .search-body .search-results .search-results-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.search .search-content .search-body .search-results .search-results-info > p {
  font-size: 14px;
  font-weight: 600;
}
main.search .search-content .search-body .search-results .search-results-info > p em {
  font-size: 20px;
  font-style: normal;
  margin-right: 0.2rem;
}
main.search .search-content .search-body .search-results .search-results-info .buttons .button-filter {
  display: none;
}
@media only screen and (max-width: 768px) {
  main.search .search-content .search-body .search-results .search-results-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  main.search .search-content .search-body .search-results .search-results-info .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
  main.search .search-content .search-body .search-results .search-results-info .buttons .button {
    width: calc(50% - 4px);
    padding: 8px;
  }
  main.search .search-content .search-body .search-results .search-results-info .buttons .button-filter {
    display: flex;
  }
  main.search .search-content .search-body .search-results .search-results-info.bottom {
    margin-top: 28px;
    align-items: center;
  }
}

/*# sourceMappingURL=style.css.map */
