<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!* include-media *!*/
/*!* reset/normalize *!*/
*:not(.box-coupon__card_show):not(.title-gradientGreen):not(.radio-label):not(.share-link__inner),
*:not(.box-coupon__card_show):not(.title-gradientGreen):not(.radio-label):not(.share-link__inner):before,
*:not(.box-coupon__card_show):not(.title-gradientGreen):not(.radio-label):not(.share-link__inner):after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

:root {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

:root,
body {
  height: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}

address {
  font-style: normal;
}

mark {
  background-color: transparent;
}

ul,
dl,
dd,
dt {
  margin: 0;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: inherit;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
a[href],
button {
  cursor: pointer;
}

input[type="button"]:disabled, input[type="button"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled,
a[href]:disabled,
a[href].disabled,
button:disabled,
button.disabled {
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
small button,
a {
  word-break: break-word;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!* utils *!*/
.heading-2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  padding-left: 11px;
}

.heading-2:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 20px;
  border-radius: 5px;
  background-color: #1c959e;
}

.section-heading {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #f5fcfc;
}

.section-heading.color-2 {
  background-color: #FCF2E8;
}

@media (max-width: 1023px) {
  .section-heading {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.section-attention-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
}

body {
  min-height: 100%;
  position: relative;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #222222;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 100%;
  min-height: 100vh;
  position: relative;
}

.container, .container-1, .container-2, .container-3, .container-4 {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before, .container-1:before, .container-2:before, .container-3:before, .container-4:before, .container:after, .container-1:after, .container-2:after, .container-3:after, .container-4:after {
  content: '';
  display: table;
}

.container:after, .container-1:after, .container-2:after, .container-3:after, .container-4:after {
  clear: both;
}

.container-1 {
  max-width: calc(1180px + 16px * 2);
}

.container-2 {
  max-width: calc(980px + 16px * 2);
}

.container-3 {
  max-width: calc(820px + 16px * 2);
}

.container-4 {
  max-width: calc(780px + 16px * 2);
}

.app {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 1px;
}

.img, picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.svg, .chips__icon,
.path {
  display: block;
  width: 100%;
  height: 100%;
}

.svg path, .chips__icon path,
.path path {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .w-100-sp {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .w-100-sp-2 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-md {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.textarea-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

.mg-t0 {
  margin-top: 0px;
}

.mg-b0 {
  margin-bottom: 0px;
}

.mg-l0 {
  margin-left: 0px;
}

.mg-r0 {
  margin-right: 0px;
}

.pd-t0 {
  padding-top: 0px;
}

.pd-b0 {
  padding-bottom: 0px;
}

.pd-l0 {
  padding-left: 0px;
}

.pd-r0 {
  padding-right: 0px;
}

.mg-t5 {
  margin-top: 5px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-l5 {
  margin-left: 5px;
}

.mg-r5 {
  margin-right: 5px;
}

.pd-t5 {
  padding-top: 5px;
}

.pd-b5 {
  padding-bottom: 5px;
}

.pd-l5 {
  padding-left: 5px;
}

.pd-r5 {
  padding-right: 5px;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-l10 {
  margin-left: 10px;
}

.mg-r10 {
  margin-right: 10px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-l10 {
  padding-left: 10px;
}

.pd-r10 {
  padding-right: 10px;
}

.mg-t15 {
  margin-top: 15px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-l15 {
  margin-left: 15px;
}

.mg-r15 {
  margin-right: 15px;
}

.pd-t15 {
  padding-top: 15px;
}

.pd-b15 {
  padding-bottom: 15px;
}

.pd-l15 {
  padding-left: 15px;
}

.pd-r15 {
  padding-right: 15px;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r20 {
  margin-right: 20px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-b20 {
  padding-bottom: 20px;
}

.pd-l20 {
  padding-left: 20px;
}

.pd-r20 {
  padding-right: 20px;
}

.mg-t25 {
  margin-top: 25px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-r25 {
  margin-right: 25px;
}

.pd-t25 {
  padding-top: 25px;
}

.pd-b25 {
  padding-bottom: 25px;
}

.pd-l25 {
  padding-left: 25px;
}

.pd-r25 {
  padding-right: 25px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-l30 {
  margin-left: 30px;
}

.mg-r30 {
  margin-right: 30px;
}

.pd-t30 {
  padding-top: 30px;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-l30 {
  padding-left: 30px;
}

.pd-r30 {
  padding-right: 30px;
}

.mg-t35 {
  margin-top: 35px;
}

.mg-b35 {
  margin-bottom: 35px;
}

.mg-l35 {
  margin-left: 35px;
}

.mg-r35 {
  margin-right: 35px;
}

.pd-t35 {
  padding-top: 35px;
}

.pd-b35 {
  padding-bottom: 35px;
}

.pd-l35 {
  padding-left: 35px;
}

.pd-r35 {
  padding-right: 35px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-l40 {
  margin-left: 40px;
}

.mg-r40 {
  margin-right: 40px;
}

.pd-t40 {
  padding-top: 40px;
}

.pd-b40 {
  padding-bottom: 40px;
}

.pd-l40 {
  padding-left: 40px;
}

.pd-r40 {
  padding-right: 40px;
}

.mg-t45 {
  margin-top: 45px;
}

.mg-b45 {
  margin-bottom: 45px;
}

.mg-l45 {
  margin-left: 45px;
}

.mg-r45 {
  margin-right: 45px;
}

.pd-t45 {
  padding-top: 45px;
}

.pd-b45 {
  padding-bottom: 45px;
}

.pd-l45 {
  padding-left: 45px;
}

.pd-r45 {
  padding-right: 45px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-l50 {
  margin-left: 50px;
}

.mg-r50 {
  margin-right: 50px;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-b50 {
  padding-bottom: 50px;
}

.pd-l50 {
  padding-left: 50px;
}

.pd-r50 {
  padding-right: 50px;
}

.mg-t55 {
  margin-top: 55px;
}

.mg-b55 {
  margin-bottom: 55px;
}

.mg-l55 {
  margin-left: 55px;
}

.mg-r55 {
  margin-right: 55px;
}

.pd-t55 {
  padding-top: 55px;
}

.pd-b55 {
  padding-bottom: 55px;
}

.pd-l55 {
  padding-left: 55px;
}

.pd-r55 {
  padding-right: 55px;
}

.mg-t60 {
  margin-top: 60px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.mg-l60 {
  margin-left: 60px;
}

.mg-r60 {
  margin-right: 60px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-l60 {
  padding-left: 60px;
}

.pd-r60 {
  padding-right: 60px;
}

.mg-t65 {
  margin-top: 65px;
}

.mg-b65 {
  margin-bottom: 65px;
}

.mg-l65 {
  margin-left: 65px;
}

.mg-r65 {
  margin-right: 65px;
}

.pd-t65 {
  padding-top: 65px;
}

.pd-b65 {
  padding-bottom: 65px;
}

.pd-l65 {
  padding-left: 65px;
}

.pd-r65 {
  padding-right: 65px;
}

.mg-t70 {
  margin-top: 70px;
}

.mg-b70 {
  margin-bottom: 70px;
}

.mg-l70 {
  margin-left: 70px;
}

.mg-r70 {
  margin-right: 70px;
}

.pd-t70 {
  padding-top: 70px;
}

.pd-b70 {
  padding-bottom: 70px;
}

.pd-l70 {
  padding-left: 70px;
}

.pd-r70 {
  padding-right: 70px;
}

.mg-t75 {
  margin-top: 75px;
}

.mg-b75 {
  margin-bottom: 75px;
}

.mg-l75 {
  margin-left: 75px;
}

.mg-r75 {
  margin-right: 75px;
}

.pd-t75 {
  padding-top: 75px;
}

.pd-b75 {
  padding-bottom: 75px;
}

.pd-l75 {
  padding-left: 75px;
}

.pd-r75 {
  padding-right: 75px;
}

.mg-t80 {
  margin-top: 80px;
}

.mg-b80 {
  margin-bottom: 80px;
}

.mg-l80 {
  margin-left: 80px;
}

.mg-r80 {
  margin-right: 80px;
}

.pd-t80 {
  padding-top: 80px;
}

.pd-b80 {
  padding-bottom: 80px;
}

.pd-l80 {
  padding-left: 80px;
}

.pd-r80 {
  padding-right: 80px;
}

.mg-t85 {
  margin-top: 85px;
}

.mg-b85 {
  margin-bottom: 85px;
}

.mg-l85 {
  margin-left: 85px;
}

.mg-r85 {
  margin-right: 85px;
}

.pd-t85 {
  padding-top: 85px;
}

.pd-b85 {
  padding-bottom: 85px;
}

.pd-l85 {
  padding-left: 85px;
}

.pd-r85 {
  padding-right: 85px;
}

.mg-t90 {
  margin-top: 90px;
}

.mg-b90 {
  margin-bottom: 90px;
}

.mg-l90 {
  margin-left: 90px;
}

.mg-r90 {
  margin-right: 90px;
}

.pd-t90 {
  padding-top: 90px;
}

.pd-b90 {
  padding-bottom: 90px;
}

.pd-l90 {
  padding-left: 90px;
}

.pd-r90 {
  padding-right: 90px;
}

.mg-t95 {
  margin-top: 95px;
}

.mg-b95 {
  margin-bottom: 95px;
}

.mg-l95 {
  margin-left: 95px;
}

.mg-r95 {
  margin-right: 95px;
}

.pd-t95 {
  padding-top: 95px;
}

.pd-b95 {
  padding-bottom: 95px;
}

.pd-l95 {
  padding-left: 95px;
}

.pd-r95 {
  padding-right: 95px;
}

.mg-t100 {
  margin-top: 100px;
}

.mg-b100 {
  margin-bottom: 100px;
}

.mg-l100 {
  margin-left: 100px;
}

.mg-r100 {
  margin-right: 100px;
}

.pd-t100 {
  padding-top: 100px;
}

.pd-b100 {
  padding-bottom: 100px;
}

.pd-l100 {
  padding-left: 100px;
}

.pd-r100 {
  padding-right: 100px;
}

.mg-t105 {
  margin-top: 105px;
}

.mg-b105 {
  margin-bottom: 105px;
}

.mg-l105 {
  margin-left: 105px;
}

.mg-r105 {
  margin-right: 105px;
}

.pd-t105 {
  padding-top: 105px;
}

.pd-b105 {
  padding-bottom: 105px;
}

.pd-l105 {
  padding-left: 105px;
}

.pd-r105 {
  padding-right: 105px;
}

.mg-t110 {
  margin-top: 110px;
}

.mg-b110 {
  margin-bottom: 110px;
}

.mg-l110 {
  margin-left: 110px;
}

.mg-r110 {
  margin-right: 110px;
}

.pd-t110 {
  padding-top: 110px;
}

.pd-b110 {
  padding-bottom: 110px;
}

.pd-l110 {
  padding-left: 110px;
}

.pd-r110 {
  padding-right: 110px;
}

.mg-t115 {
  margin-top: 115px;
}

.mg-b115 {
  margin-bottom: 115px;
}

.mg-l115 {
  margin-left: 115px;
}

.mg-r115 {
  margin-right: 115px;
}

.pd-t115 {
  padding-top: 115px;
}

.pd-b115 {
  padding-bottom: 115px;
}

.pd-l115 {
  padding-left: 115px;
}

.pd-r115 {
  padding-right: 115px;
}

.mg-t120 {
  margin-top: 120px;
}

.mg-b120 {
  margin-bottom: 120px;
}

.mg-l120 {
  margin-left: 120px;
}

.mg-r120 {
  margin-right: 120px;
}

.pd-t120 {
  padding-top: 120px;
}

.pd-b120 {
  padding-bottom: 120px;
}

.pd-l120 {
  padding-left: 120px;
}

.pd-r120 {
  padding-right: 120px;
}

.mg-t125 {
  margin-top: 125px;
}

.mg-b125 {
  margin-bottom: 125px;
}

.mg-l125 {
  margin-left: 125px;
}

.mg-r125 {
  margin-right: 125px;
}

.pd-t125 {
  padding-top: 125px;
}

.pd-b125 {
  padding-bottom: 125px;
}

.pd-l125 {
  padding-left: 125px;
}

.pd-r125 {
  padding-right: 125px;
}

.mg-t130 {
  margin-top: 130px;
}

.mg-b130 {
  margin-bottom: 130px;
}

.mg-l130 {
  margin-left: 130px;
}

.mg-r130 {
  margin-right: 130px;
}

.pd-t130 {
  padding-top: 130px;
}

.pd-b130 {
  padding-bottom: 130px;
}

.pd-l130 {
  padding-left: 130px;
}

.pd-r130 {
  padding-right: 130px;
}

.mg-t135 {
  margin-top: 135px;
}

.mg-b135 {
  margin-bottom: 135px;
}

.mg-l135 {
  margin-left: 135px;
}

.mg-r135 {
  margin-right: 135px;
}

.pd-t135 {
  padding-top: 135px;
}

.pd-b135 {
  padding-bottom: 135px;
}

.pd-l135 {
  padding-left: 135px;
}

.pd-r135 {
  padding-right: 135px;
}

.mg-t140 {
  margin-top: 140px;
}

.mg-b140 {
  margin-bottom: 140px;
}

.mg-l140 {
  margin-left: 140px;
}

.mg-r140 {
  margin-right: 140px;
}

.pd-t140 {
  padding-top: 140px;
}

.pd-b140 {
  padding-bottom: 140px;
}

.pd-l140 {
  padding-left: 140px;
}

.pd-r140 {
  padding-right: 140px;
}

.mg-t145 {
  margin-top: 145px;
}

.mg-b145 {
  margin-bottom: 145px;
}

.mg-l145 {
  margin-left: 145px;
}

.mg-r145 {
  margin-right: 145px;
}

.pd-t145 {
  padding-top: 145px;
}

.pd-b145 {
  padding-bottom: 145px;
}

.pd-l145 {
  padding-left: 145px;
}

.pd-r145 {
  padding-right: 145px;
}

.mg-t150 {
  margin-top: 150px;
}

.mg-b150 {
  margin-bottom: 150px;
}

.mg-l150 {
  margin-left: 150px;
}

.mg-r150 {
  margin-right: 150px;
}

.pd-t150 {
  padding-top: 150px;
}

.pd-b150 {
  padding-bottom: 150px;
}

.pd-l150 {
  padding-left: 150px;
}

.pd-r150 {
  padding-right: 150px;
}

.mg-t155 {
  margin-top: 155px;
}

.mg-b155 {
  margin-bottom: 155px;
}

.mg-l155 {
  margin-left: 155px;
}

.mg-r155 {
  margin-right: 155px;
}

.pd-t155 {
  padding-top: 155px;
}

.pd-b155 {
  padding-bottom: 155px;
}

.pd-l155 {
  padding-left: 155px;
}

.pd-r155 {
  padding-right: 155px;
}

.mg-t160 {
  margin-top: 160px;
}

.mg-b160 {
  margin-bottom: 160px;
}

.mg-l160 {
  margin-left: 160px;
}

.mg-r160 {
  margin-right: 160px;
}

.pd-t160 {
  padding-top: 160px;
}

.pd-b160 {
  padding-bottom: 160px;
}

.pd-l160 {
  padding-left: 160px;
}

.pd-r160 {
  padding-right: 160px;
}

.mg-t165 {
  margin-top: 165px;
}

.mg-b165 {
  margin-bottom: 165px;
}

.mg-l165 {
  margin-left: 165px;
}

.mg-r165 {
  margin-right: 165px;
}

.pd-t165 {
  padding-top: 165px;
}

.pd-b165 {
  padding-bottom: 165px;
}

.pd-l165 {
  padding-left: 165px;
}

.pd-r165 {
  padding-right: 165px;
}

.mg-t170 {
  margin-top: 170px;
}

.mg-b170 {
  margin-bottom: 170px;
}

.mg-l170 {
  margin-left: 170px;
}

.mg-r170 {
  margin-right: 170px;
}

.pd-t170 {
  padding-top: 170px;
}

.pd-b170 {
  padding-bottom: 170px;
}

.pd-l170 {
  padding-left: 170px;
}

.pd-r170 {
  padding-right: 170px;
}

.mg-t175 {
  margin-top: 175px;
}

.mg-b175 {
  margin-bottom: 175px;
}

.mg-l175 {
  margin-left: 175px;
}

.mg-r175 {
  margin-right: 175px;
}

.pd-t175 {
  padding-top: 175px;
}

.pd-b175 {
  padding-bottom: 175px;
}

.pd-l175 {
  padding-left: 175px;
}

.pd-r175 {
  padding-right: 175px;
}

.mg-t180 {
  margin-top: 180px;
}

.mg-b180 {
  margin-bottom: 180px;
}

.mg-l180 {
  margin-left: 180px;
}

.mg-r180 {
  margin-right: 180px;
}

.pd-t180 {
  padding-top: 180px;
}

.pd-b180 {
  padding-bottom: 180px;
}

.pd-l180 {
  padding-left: 180px;
}

.pd-r180 {
  padding-right: 180px;
}

.mg-t185 {
  margin-top: 185px;
}

.mg-b185 {
  margin-bottom: 185px;
}

.mg-l185 {
  margin-left: 185px;
}

.mg-r185 {
  margin-right: 185px;
}

.pd-t185 {
  padding-top: 185px;
}

.pd-b185 {
  padding-bottom: 185px;
}

.pd-l185 {
  padding-left: 185px;
}

.pd-r185 {
  padding-right: 185px;
}

.mg-t190 {
  margin-top: 190px;
}

.mg-b190 {
  margin-bottom: 190px;
}

.mg-l190 {
  margin-left: 190px;
}

.mg-r190 {
  margin-right: 190px;
}

.pd-t190 {
  padding-top: 190px;
}

.pd-b190 {
  padding-bottom: 190px;
}

.pd-l190 {
  padding-left: 190px;
}

.pd-r190 {
  padding-right: 190px;
}

.mg-t195 {
  margin-top: 195px;
}

.mg-b195 {
  margin-bottom: 195px;
}

.mg-l195 {
  margin-left: 195px;
}

.mg-r195 {
  margin-right: 195px;
}

.pd-t195 {
  padding-top: 195px;
}

.pd-b195 {
  padding-bottom: 195px;
}

.pd-l195 {
  padding-left: 195px;
}

.pd-r195 {
  padding-right: 195px;
}

.mg-t200 {
  margin-top: 200px;
}

.mg-b200 {
  margin-bottom: 200px;
}

.mg-l200 {
  margin-left: 200px;
}

.mg-r200 {
  margin-right: 200px;
}

.pd-t200 {
  padding-top: 200px;
}

.pd-b200 {
  padding-bottom: 200px;
}

.pd-l200 {
  padding-left: 200px;
}

.pd-r200 {
  padding-right: 200px;
}

.mg-t205 {
  margin-top: 205px;
}

.mg-b205 {
  margin-bottom: 205px;
}

.mg-l205 {
  margin-left: 205px;
}

.mg-r205 {
  margin-right: 205px;
}

.pd-t205 {
  padding-top: 205px;
}

.pd-b205 {
  padding-bottom: 205px;
}

.pd-l205 {
  padding-left: 205px;
}

.pd-r205 {
  padding-right: 205px;
}

.mg-t210 {
  margin-top: 210px;
}

.mg-b210 {
  margin-bottom: 210px;
}

.mg-l210 {
  margin-left: 210px;
}

.mg-r210 {
  margin-right: 210px;
}

.pd-t210 {
  padding-top: 210px;
}

.pd-b210 {
  padding-bottom: 210px;
}

.pd-l210 {
  padding-left: 210px;
}

.pd-r210 {
  padding-right: 210px;
}

.mg-t215 {
  margin-top: 215px;
}

.mg-b215 {
  margin-bottom: 215px;
}

.mg-l215 {
  margin-left: 215px;
}

.mg-r215 {
  margin-right: 215px;
}

.pd-t215 {
  padding-top: 215px;
}

.pd-b215 {
  padding-bottom: 215px;
}

.pd-l215 {
  padding-left: 215px;
}

.pd-r215 {
  padding-right: 215px;
}

.mg-t220 {
  margin-top: 220px;
}

.mg-b220 {
  margin-bottom: 220px;
}

.mg-l220 {
  margin-left: 220px;
}

.mg-r220 {
  margin-right: 220px;
}

.pd-t220 {
  padding-top: 220px;
}

.pd-b220 {
  padding-bottom: 220px;
}

.pd-l220 {
  padding-left: 220px;
}

.pd-r220 {
  padding-right: 220px;
}

.mg-t225 {
  margin-top: 225px;
}

.mg-b225 {
  margin-bottom: 225px;
}

.mg-l225 {
  margin-left: 225px;
}

.mg-r225 {
  margin-right: 225px;
}

.pd-t225 {
  padding-top: 225px;
}

.pd-b225 {
  padding-bottom: 225px;
}

.pd-l225 {
  padding-left: 225px;
}

.pd-r225 {
  padding-right: 225px;
}

.mg-t230 {
  margin-top: 230px;
}

.mg-b230 {
  margin-bottom: 230px;
}

.mg-l230 {
  margin-left: 230px;
}

.mg-r230 {
  margin-right: 230px;
}

.pd-t230 {
  padding-top: 230px;
}

.pd-b230 {
  padding-bottom: 230px;
}

.pd-l230 {
  padding-left: 230px;
}

.pd-r230 {
  padding-right: 230px;
}

.mg-t235 {
  margin-top: 235px;
}

.mg-b235 {
  margin-bottom: 235px;
}

.mg-l235 {
  margin-left: 235px;
}

.mg-r235 {
  margin-right: 235px;
}

.pd-t235 {
  padding-top: 235px;
}

.pd-b235 {
  padding-bottom: 235px;
}

.pd-l235 {
  padding-left: 235px;
}

.pd-r235 {
  padding-right: 235px;
}

.mg-t240 {
  margin-top: 240px;
}

.mg-b240 {
  margin-bottom: 240px;
}

.mg-l240 {
  margin-left: 240px;
}

.mg-r240 {
  margin-right: 240px;
}

.pd-t240 {
  padding-top: 240px;
}

.pd-b240 {
  padding-bottom: 240px;
}

.pd-l240 {
  padding-left: 240px;
}

.pd-r240 {
  padding-right: 240px;
}

.mg-t245 {
  margin-top: 245px;
}

.mg-b245 {
  margin-bottom: 245px;
}

.mg-l245 {
  margin-left: 245px;
}

.mg-r245 {
  margin-right: 245px;
}

.pd-t245 {
  padding-top: 245px;
}

.pd-b245 {
  padding-bottom: 245px;
}

.pd-l245 {
  padding-left: 245px;
}

.pd-r245 {
  padding-right: 245px;
}

.mg-t250 {
  margin-top: 250px;
}

.mg-b250 {
  margin-bottom: 250px;
}

.mg-l250 {
  margin-left: 250px;
}

.mg-r250 {
  margin-right: 250px;
}

.pd-t250 {
  padding-top: 250px;
}

.pd-b250 {
  padding-bottom: 250px;
}

.pd-l250 {
  padding-left: 250px;
}

.pd-r250 {
  padding-right: 250px;
}

.mg-t255 {
  margin-top: 255px;
}

.mg-b255 {
  margin-bottom: 255px;
}

.mg-l255 {
  margin-left: 255px;
}

.mg-r255 {
  margin-right: 255px;
}

.pd-t255 {
  padding-top: 255px;
}

.pd-b255 {
  padding-bottom: 255px;
}

.pd-l255 {
  padding-left: 255px;
}

.pd-r255 {
  padding-right: 255px;
}

.mg-t260 {
  margin-top: 260px;
}

.mg-b260 {
  margin-bottom: 260px;
}

.mg-l260 {
  margin-left: 260px;
}

.mg-r260 {
  margin-right: 260px;
}

.pd-t260 {
  padding-top: 260px;
}

.pd-b260 {
  padding-bottom: 260px;
}

.pd-l260 {
  padding-left: 260px;
}

.pd-r260 {
  padding-right: 260px;
}

.mg-t265 {
  margin-top: 265px;
}

.mg-b265 {
  margin-bottom: 265px;
}

.mg-l265 {
  margin-left: 265px;
}

.mg-r265 {
  margin-right: 265px;
}

.pd-t265 {
  padding-top: 265px;
}

.pd-b265 {
  padding-bottom: 265px;
}

.pd-l265 {
  padding-left: 265px;
}

.pd-r265 {
  padding-right: 265px;
}

.mg-t270 {
  margin-top: 270px;
}

.mg-b270 {
  margin-bottom: 270px;
}

.mg-l270 {
  margin-left: 270px;
}

.mg-r270 {
  margin-right: 270px;
}

.pd-t270 {
  padding-top: 270px;
}

.pd-b270 {
  padding-bottom: 270px;
}

.pd-l270 {
  padding-left: 270px;
}

.pd-r270 {
  padding-right: 270px;
}

.mg-t275 {
  margin-top: 275px;
}

.mg-b275 {
  margin-bottom: 275px;
}

.mg-l275 {
  margin-left: 275px;
}

.mg-r275 {
  margin-right: 275px;
}

.pd-t275 {
  padding-top: 275px;
}

.pd-b275 {
  padding-bottom: 275px;
}

.pd-l275 {
  padding-left: 275px;
}

.pd-r275 {
  padding-right: 275px;
}

.mg-t280 {
  margin-top: 280px;
}

.mg-b280 {
  margin-bottom: 280px;
}

.mg-l280 {
  margin-left: 280px;
}

.mg-r280 {
  margin-right: 280px;
}

.pd-t280 {
  padding-top: 280px;
}

.pd-b280 {
  padding-bottom: 280px;
}

.pd-l280 {
  padding-left: 280px;
}

.pd-r280 {
  padding-right: 280px;
}

.mg-t285 {
  margin-top: 285px;
}

.mg-b285 {
  margin-bottom: 285px;
}

.mg-l285 {
  margin-left: 285px;
}

.mg-r285 {
  margin-right: 285px;
}

.pd-t285 {
  padding-top: 285px;
}

.pd-b285 {
  padding-bottom: 285px;
}

.pd-l285 {
  padding-left: 285px;
}

.pd-r285 {
  padding-right: 285px;
}

.mg-t290 {
  margin-top: 290px;
}

.mg-b290 {
  margin-bottom: 290px;
}

.mg-l290 {
  margin-left: 290px;
}

.mg-r290 {
  margin-right: 290px;
}

.pd-t290 {
  padding-top: 290px;
}

.pd-b290 {
  padding-bottom: 290px;
}

.pd-l290 {
  padding-left: 290px;
}

.pd-r290 {
  padding-right: 290px;
}

.mg-t295 {
  margin-top: 295px;
}

.mg-b295 {
  margin-bottom: 295px;
}

.mg-l295 {
  margin-left: 295px;
}

.mg-r295 {
  margin-right: 295px;
}

.pd-t295 {
  padding-top: 295px;
}

.pd-b295 {
  padding-bottom: 295px;
}

.pd-l295 {
  padding-left: 295px;
}

.pd-r295 {
  padding-right: 295px;
}

.mg-t300 {
  margin-top: 300px;
}

.mg-b300 {
  margin-bottom: 300px;
}

.mg-l300 {
  margin-left: 300px;
}

.mg-r300 {
  margin-right: 300px;
}

.pd-t300 {
  padding-top: 300px;
}

.pd-b300 {
  padding-bottom: 300px;
}

.pd-l300 {
  padding-left: 300px;
}

.pd-r300 {
  padding-right: 300px;
}

.mg-t305 {
  margin-top: 305px;
}

.mg-b305 {
  margin-bottom: 305px;
}

.mg-l305 {
  margin-left: 305px;
}

.mg-r305 {
  margin-right: 305px;
}

.pd-t305 {
  padding-top: 305px;
}

.pd-b305 {
  padding-bottom: 305px;
}

.pd-l305 {
  padding-left: 305px;
}

.pd-r305 {
  padding-right: 305px;
}

.mg-t310 {
  margin-top: 310px;
}

.mg-b310 {
  margin-bottom: 310px;
}

.mg-l310 {
  margin-left: 310px;
}

.mg-r310 {
  margin-right: 310px;
}

.pd-t310 {
  padding-top: 310px;
}

.pd-b310 {
  padding-bottom: 310px;
}

.pd-l310 {
  padding-left: 310px;
}

.pd-r310 {
  padding-right: 310px;
}

.mg-t315 {
  margin-top: 315px;
}

.mg-b315 {
  margin-bottom: 315px;
}

.mg-l315 {
  margin-left: 315px;
}

.mg-r315 {
  margin-right: 315px;
}

.pd-t315 {
  padding-top: 315px;
}

.pd-b315 {
  padding-bottom: 315px;
}

.pd-l315 {
  padding-left: 315px;
}

.pd-r315 {
  padding-right: 315px;
}

.mg-t320 {
  margin-top: 320px;
}

.mg-b320 {
  margin-bottom: 320px;
}

.mg-l320 {
  margin-left: 320px;
}

.mg-r320 {
  margin-right: 320px;
}

.pd-t320 {
  padding-top: 320px;
}

.pd-b320 {
  padding-bottom: 320px;
}

.pd-l320 {
  padding-left: 320px;
}

.pd-r320 {
  padding-right: 320px;
}

.mg-t325 {
  margin-top: 325px;
}

.mg-b325 {
  margin-bottom: 325px;
}

.mg-l325 {
  margin-left: 325px;
}

.mg-r325 {
  margin-right: 325px;
}

.pd-t325 {
  padding-top: 325px;
}

.pd-b325 {
  padding-bottom: 325px;
}

.pd-l325 {
  padding-left: 325px;
}

.pd-r325 {
  padding-right: 325px;
}

.mg-t330 {
  margin-top: 330px;
}

.mg-b330 {
  margin-bottom: 330px;
}

.mg-l330 {
  margin-left: 330px;
}

.mg-r330 {
  margin-right: 330px;
}

.pd-t330 {
  padding-top: 330px;
}

.pd-b330 {
  padding-bottom: 330px;
}

.pd-l330 {
  padding-left: 330px;
}

.pd-r330 {
  padding-right: 330px;
}

.mg-t335 {
  margin-top: 335px;
}

.mg-b335 {
  margin-bottom: 335px;
}

.mg-l335 {
  margin-left: 335px;
}

.mg-r335 {
  margin-right: 335px;
}

.pd-t335 {
  padding-top: 335px;
}

.pd-b335 {
  padding-bottom: 335px;
}

.pd-l335 {
  padding-left: 335px;
}

.pd-r335 {
  padding-right: 335px;
}

.mg-t340 {
  margin-top: 340px;
}

.mg-b340 {
  margin-bottom: 340px;
}

.mg-l340 {
  margin-left: 340px;
}

.mg-r340 {
  margin-right: 340px;
}

.pd-t340 {
  padding-top: 340px;
}

.pd-b340 {
  padding-bottom: 340px;
}

.pd-l340 {
  padding-left: 340px;
}

.pd-r340 {
  padding-right: 340px;
}

.mg-t345 {
  margin-top: 345px;
}

.mg-b345 {
  margin-bottom: 345px;
}

.mg-l345 {
  margin-left: 345px;
}

.mg-r345 {
  margin-right: 345px;
}

.pd-t345 {
  padding-top: 345px;
}

.pd-b345 {
  padding-bottom: 345px;
}

.pd-l345 {
  padding-left: 345px;
}

.pd-r345 {
  padding-right: 345px;
}

.mg-t350 {
  margin-top: 350px;
}

.mg-b350 {
  margin-bottom: 350px;
}

.mg-l350 {
  margin-left: 350px;
}

.mg-r350 {
  margin-right: 350px;
}

.pd-t350 {
  padding-top: 350px;
}

.pd-b350 {
  padding-bottom: 350px;
}

.pd-l350 {
  padding-left: 350px;
}

.pd-r350 {
  padding-right: 350px;
}

.mg-t355 {
  margin-top: 355px;
}

.mg-b355 {
  margin-bottom: 355px;
}

.mg-l355 {
  margin-left: 355px;
}

.mg-r355 {
  margin-right: 355px;
}

.pd-t355 {
  padding-top: 355px;
}

.pd-b355 {
  padding-bottom: 355px;
}

.pd-l355 {
  padding-left: 355px;
}

.pd-r355 {
  padding-right: 355px;
}

.mg-t360 {
  margin-top: 360px;
}

.mg-b360 {
  margin-bottom: 360px;
}

.mg-l360 {
  margin-left: 360px;
}

.mg-r360 {
  margin-right: 360px;
}

.pd-t360 {
  padding-top: 360px;
}

.pd-b360 {
  padding-bottom: 360px;
}

.pd-l360 {
  padding-left: 360px;
}

.pd-r360 {
  padding-right: 360px;
}

.mg-t365 {
  margin-top: 365px;
}

.mg-b365 {
  margin-bottom: 365px;
}

.mg-l365 {
  margin-left: 365px;
}

.mg-r365 {
  margin-right: 365px;
}

.pd-t365 {
  padding-top: 365px;
}

.pd-b365 {
  padding-bottom: 365px;
}

.pd-l365 {
  padding-left: 365px;
}

.pd-r365 {
  padding-right: 365px;
}

.mg-t370 {
  margin-top: 370px;
}

.mg-b370 {
  margin-bottom: 370px;
}

.mg-l370 {
  margin-left: 370px;
}

.mg-r370 {
  margin-right: 370px;
}

.pd-t370 {
  padding-top: 370px;
}

.pd-b370 {
  padding-bottom: 370px;
}

.pd-l370 {
  padding-left: 370px;
}

.pd-r370 {
  padding-right: 370px;
}

.mg-t375 {
  margin-top: 375px;
}

.mg-b375 {
  margin-bottom: 375px;
}

.mg-l375 {
  margin-left: 375px;
}

.mg-r375 {
  margin-right: 375px;
}

.pd-t375 {
  padding-top: 375px;
}

.pd-b375 {
  padding-bottom: 375px;
}

.pd-l375 {
  padding-left: 375px;
}

.pd-r375 {
  padding-right: 375px;
}

.mg-t380 {
  margin-top: 380px;
}

.mg-b380 {
  margin-bottom: 380px;
}

.mg-l380 {
  margin-left: 380px;
}

.mg-r380 {
  margin-right: 380px;
}

.pd-t380 {
  padding-top: 380px;
}

.pd-b380 {
  padding-bottom: 380px;
}

.pd-l380 {
  padding-left: 380px;
}

.pd-r380 {
  padding-right: 380px;
}

.mg-t385 {
  margin-top: 385px;
}

.mg-b385 {
  margin-bottom: 385px;
}

.mg-l385 {
  margin-left: 385px;
}

.mg-r385 {
  margin-right: 385px;
}

.pd-t385 {
  padding-top: 385px;
}

.pd-b385 {
  padding-bottom: 385px;
}

.pd-l385 {
  padding-left: 385px;
}

.pd-r385 {
  padding-right: 385px;
}

.mg-t390 {
  margin-top: 390px;
}

.mg-b390 {
  margin-bottom: 390px;
}

.mg-l390 {
  margin-left: 390px;
}

.mg-r390 {
  margin-right: 390px;
}

.pd-t390 {
  padding-top: 390px;
}

.pd-b390 {
  padding-bottom: 390px;
}

.pd-l390 {
  padding-left: 390px;
}

.pd-r390 {
  padding-right: 390px;
}

.mg-t395 {
  margin-top: 395px;
}

.mg-b395 {
  margin-bottom: 395px;
}

.mg-l395 {
  margin-left: 395px;
}

.mg-r395 {
  margin-right: 395px;
}

.pd-t395 {
  padding-top: 395px;
}

.pd-b395 {
  padding-bottom: 395px;
}

.pd-l395 {
  padding-left: 395px;
}

.pd-r395 {
  padding-right: 395px;
}

.mg-t400 {
  margin-top: 400px;
}

.mg-b400 {
  margin-bottom: 400px;
}

.mg-l400 {
  margin-left: 400px;
}

.mg-r400 {
  margin-right: 400px;
}

.pd-t400 {
  padding-top: 400px;
}

.pd-b400 {
  padding-bottom: 400px;
}

.pd-l400 {
  padding-left: 400px;
}

.pd-r400 {
  padding-right: 400px;
}

.mg-t405 {
  margin-top: 405px;
}

.mg-b405 {
  margin-bottom: 405px;
}

.mg-l405 {
  margin-left: 405px;
}

.mg-r405 {
  margin-right: 405px;
}

.pd-t405 {
  padding-top: 405px;
}

.pd-b405 {
  padding-bottom: 405px;
}

.pd-l405 {
  padding-left: 405px;
}

.pd-r405 {
  padding-right: 405px;
}

.mg-t410 {
  margin-top: 410px;
}

.mg-b410 {
  margin-bottom: 410px;
}

.mg-l410 {
  margin-left: 410px;
}

.mg-r410 {
  margin-right: 410px;
}

.pd-t410 {
  padding-top: 410px;
}

.pd-b410 {
  padding-bottom: 410px;
}

.pd-l410 {
  padding-left: 410px;
}

.pd-r410 {
  padding-right: 410px;
}

.mg-t415 {
  margin-top: 415px;
}

.mg-b415 {
  margin-bottom: 415px;
}

.mg-l415 {
  margin-left: 415px;
}

.mg-r415 {
  margin-right: 415px;
}

.pd-t415 {
  padding-top: 415px;
}

.pd-b415 {
  padding-bottom: 415px;
}

.pd-l415 {
  padding-left: 415px;
}

.pd-r415 {
  padding-right: 415px;
}

.mg-t420 {
  margin-top: 420px;
}

.mg-b420 {
  margin-bottom: 420px;
}

.mg-l420 {
  margin-left: 420px;
}

.mg-r420 {
  margin-right: 420px;
}

.pd-t420 {
  padding-top: 420px;
}

.pd-b420 {
  padding-bottom: 420px;
}

.pd-l420 {
  padding-left: 420px;
}

.pd-r420 {
  padding-right: 420px;
}

.mg-t425 {
  margin-top: 425px;
}

.mg-b425 {
  margin-bottom: 425px;
}

.mg-l425 {
  margin-left: 425px;
}

.mg-r425 {
  margin-right: 425px;
}

.pd-t425 {
  padding-top: 425px;
}

.pd-b425 {
  padding-bottom: 425px;
}

.pd-l425 {
  padding-left: 425px;
}

.pd-r425 {
  padding-right: 425px;
}

.mg-t430 {
  margin-top: 430px;
}

.mg-b430 {
  margin-bottom: 430px;
}

.mg-l430 {
  margin-left: 430px;
}

.mg-r430 {
  margin-right: 430px;
}

.pd-t430 {
  padding-top: 430px;
}

.pd-b430 {
  padding-bottom: 430px;
}

.pd-l430 {
  padding-left: 430px;
}

.pd-r430 {
  padding-right: 430px;
}

.mg-t435 {
  margin-top: 435px;
}

.mg-b435 {
  margin-bottom: 435px;
}

.mg-l435 {
  margin-left: 435px;
}

.mg-r435 {
  margin-right: 435px;
}

.pd-t435 {
  padding-top: 435px;
}

.pd-b435 {
  padding-bottom: 435px;
}

.pd-l435 {
  padding-left: 435px;
}

.pd-r435 {
  padding-right: 435px;
}

.mg-t440 {
  margin-top: 440px;
}

.mg-b440 {
  margin-bottom: 440px;
}

.mg-l440 {
  margin-left: 440px;
}

.mg-r440 {
  margin-right: 440px;
}

.pd-t440 {
  padding-top: 440px;
}

.pd-b440 {
  padding-bottom: 440px;
}

.pd-l440 {
  padding-left: 440px;
}

.pd-r440 {
  padding-right: 440px;
}

.mg-t445 {
  margin-top: 445px;
}

.mg-b445 {
  margin-bottom: 445px;
}

.mg-l445 {
  margin-left: 445px;
}

.mg-r445 {
  margin-right: 445px;
}

.pd-t445 {
  padding-top: 445px;
}

.pd-b445 {
  padding-bottom: 445px;
}

.pd-l445 {
  padding-left: 445px;
}

.pd-r445 {
  padding-right: 445px;
}

.mg-t450 {
  margin-top: 450px;
}

.mg-b450 {
  margin-bottom: 450px;
}

.mg-l450 {
  margin-left: 450px;
}

.mg-r450 {
  margin-right: 450px;
}

.pd-t450 {
  padding-top: 450px;
}

.pd-b450 {
  padding-bottom: 450px;
}

.pd-l450 {
  padding-left: 450px;
}

.pd-r450 {
  padding-right: 450px;
}

.mg-t455 {
  margin-top: 455px;
}

.mg-b455 {
  margin-bottom: 455px;
}

.mg-l455 {
  margin-left: 455px;
}

.mg-r455 {
  margin-right: 455px;
}

.pd-t455 {
  padding-top: 455px;
}

.pd-b455 {
  padding-bottom: 455px;
}

.pd-l455 {
  padding-left: 455px;
}

.pd-r455 {
  padding-right: 455px;
}

.mg-t460 {
  margin-top: 460px;
}

.mg-b460 {
  margin-bottom: 460px;
}

.mg-l460 {
  margin-left: 460px;
}

.mg-r460 {
  margin-right: 460px;
}

.pd-t460 {
  padding-top: 460px;
}

.pd-b460 {
  padding-bottom: 460px;
}

.pd-l460 {
  padding-left: 460px;
}

.pd-r460 {
  padding-right: 460px;
}

.mg-t465 {
  margin-top: 465px;
}

.mg-b465 {
  margin-bottom: 465px;
}

.mg-l465 {
  margin-left: 465px;
}

.mg-r465 {
  margin-right: 465px;
}

.pd-t465 {
  padding-top: 465px;
}

.pd-b465 {
  padding-bottom: 465px;
}

.pd-l465 {
  padding-left: 465px;
}

.pd-r465 {
  padding-right: 465px;
}

.mg-t470 {
  margin-top: 470px;
}

.mg-b470 {
  margin-bottom: 470px;
}

.mg-l470 {
  margin-left: 470px;
}

.mg-r470 {
  margin-right: 470px;
}

.pd-t470 {
  padding-top: 470px;
}

.pd-b470 {
  padding-bottom: 470px;
}

.pd-l470 {
  padding-left: 470px;
}

.pd-r470 {
  padding-right: 470px;
}

.mg-t475 {
  margin-top: 475px;
}

.mg-b475 {
  margin-bottom: 475px;
}

.mg-l475 {
  margin-left: 475px;
}

.mg-r475 {
  margin-right: 475px;
}

.pd-t475 {
  padding-top: 475px;
}

.pd-b475 {
  padding-bottom: 475px;
}

.pd-l475 {
  padding-left: 475px;
}

.pd-r475 {
  padding-right: 475px;
}

.mg-t480 {
  margin-top: 480px;
}

.mg-b480 {
  margin-bottom: 480px;
}

.mg-l480 {
  margin-left: 480px;
}

.mg-r480 {
  margin-right: 480px;
}

.pd-t480 {
  padding-top: 480px;
}

.pd-b480 {
  padding-bottom: 480px;
}

.pd-l480 {
  padding-left: 480px;
}

.pd-r480 {
  padding-right: 480px;
}

.mg-t485 {
  margin-top: 485px;
}

.mg-b485 {
  margin-bottom: 485px;
}

.mg-l485 {
  margin-left: 485px;
}

.mg-r485 {
  margin-right: 485px;
}

.pd-t485 {
  padding-top: 485px;
}

.pd-b485 {
  padding-bottom: 485px;
}

.pd-l485 {
  padding-left: 485px;
}

.pd-r485 {
  padding-right: 485px;
}

.mg-t490 {
  margin-top: 490px;
}

.mg-b490 {
  margin-bottom: 490px;
}

.mg-l490 {
  margin-left: 490px;
}

.mg-r490 {
  margin-right: 490px;
}

.pd-t490 {
  padding-top: 490px;
}

.pd-b490 {
  padding-bottom: 490px;
}

.pd-l490 {
  padding-left: 490px;
}

.pd-r490 {
  padding-right: 490px;
}

.mg-t495 {
  margin-top: 495px;
}

.mg-b495 {
  margin-bottom: 495px;
}

.mg-l495 {
  margin-left: 495px;
}

.mg-r495 {
  margin-right: 495px;
}

.pd-t495 {
  padding-top: 495px;
}

.pd-b495 {
  padding-bottom: 495px;
}

.pd-l495 {
  padding-left: 495px;
}

.pd-r495 {
  padding-right: 495px;
}

.mg-t500 {
  margin-top: 500px;
}

.mg-b500 {
  margin-bottom: 500px;
}

.mg-l500 {
  margin-left: 500px;
}

.mg-r500 {
  margin-right: 500px;
}

.pd-t500 {
  padding-top: 500px;
}

.pd-b500 {
  padding-bottom: 500px;
}

.pd-l500 {
  padding-left: 500px;
}

.pd-r500 {
  padding-right: 500px;
}

.mg-t-30 {
  margin-top: -30px;
}

.mg-t-10 {
  margin-top: -10px;
}

.mg-t-5 {
  margin-top: -5px;
}

.mg-t-2 {
  margin-top: -2px;
}

.mg-t8 {
  margin-top: 8px;
}

.mg-t200 {
  margin-top: 200px;
}

.mg-b-20 {
  margin-bottom: -20px;
}

.mg-t-188 {
  margin-top: -188px;
}

.mg-b3 {
  margin-bottom: 3px;
}

.mg-l14per {
  margin-left: 1.4%;
}

.mg-l5 {
  margin-left: 5px;
}

.mg-l-240 {
  margin-left: -240px;
}

.mg-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mg-side13per {
  margin: 0 1.3%;
}

.pd-t2 {
  padding-top: 2px;
}

.pd-b2 {
  padding-bottom: 2px;
}

.pd-t200 {
  padding-top: 200px;
}

.pd-b200 {
  padding-bottom: 200px;
}

.pd-round14per {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4%;
}

.pd-round5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.pd-round10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.pd-round15 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.pd-round20-15 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}

.pd-round20-30 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
}

.pd-round20 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.pd-round5-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}

.sideSpace {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.pos-t-u8 {
  top: -8px;
}

.txt-defaultFF {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

.txt-serifFF {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

.txt-hiraginoFF {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

.txt-italic {
  font-style: italic;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-bold {
  font-weight: bold;
}

.txt-thin {
  font-weight: normal;
}

.txt-strong {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.txt-lineH-s {
  line-height: 1.2;
}

.txt-lineH-m {
  line-height: 1.5;
}

.txt-lineH {
  line-height: 1.8;
}

.txt-xsSmall {
  font-size: 1rem;
}

.txt-sSmall {
  font-size: 1.1rem;
}

.txt-small {
  font-size: 1.2rem;
}

.txt-sNomal {
  font-size: 1.3rem;
}

.txt-nomal {
  font-size: 1.4rem;
}

.txt-lNomal {
  font-size: 1.5rem;
}

.txt-xlNomal {
  font-size: 1.6rem;
}

.txt-sLearge {
  font-size: 1.8rem;
}

.txt-learge {
  font-size: 2rem;
}

.txt-mLearge {
  font-size: 2.2rem;
}

.txt-lLearge {
  font-size: 2.4rem;
}

.txt-xsLearge {
  font-size: 2.6rem;
}

.txt-Bright {
  color: #999999;
}

.txt-midBright {
  color: #666666;
}

.txt-midDark {
  color: #333333;
}

.txt-dark {
  color: #000000;
}

.txt-gold {
  color: #9a6f2b;
}

.txt-lightGold {
  color: #caa878;
}

.txt-darkGold {
  color: #704e16;
}

.txt-pink {
  color: #ff586e;
}

.txt-pinkLight {
  color: #FF358C;
}

.txt-green {
  color: #29bcc7;
}

.txt-serif {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

.txt-Hiragino {
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

.notifyTxt {
  color: #ff586e;
  font-size: 1.4rem;
  font-weight: bold;
}

.txt-multiAttention {
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 30px;
}

.btn-center {
  margin: 0 auto;
}

.btn-xs-xs {
  width: 120px;
  height: 22px;
  line-height: 1;
}

.btn-xs-xs a {
  line-height: 22px;
}

.btn-xs-s {
  width: 117px;
  height: 30px;
  line-height: 1;
}

.btn-xs-s a {
  line-height: 30px;
}

.btn-xs-m {
  width: 140px;
  height: 30px;
  line-height: 1;
}

.btn-xs-m a {
  line-height: 30px;
}

.btn-xs-xxl {
  width: 355px;
  height: 30px;
  height: 30px;
}

.btn-xs-xxl a {
  height: 30px;
  line-height: 30px;
}

.btn-xs-100 {
  width: 100%;
  height: 30px;
}

.btn-xs-100 a {
  line-height: 30px;
}

.btn-s-xs {
  width: 150px;
  height: 36px;
  line-height: 1;
}

.btn-s-xs a {
  line-height: 36px;
}

.btn-s-s {
  width: 180px;
  height: 36px;
  line-height: 36px;
}

.btn-s-s a {
  line-height: 36px;
}

.btn-s-m {
  width: 216px;
  height: 36px;
}

.btn-s-m a {
  line-height: 36px;
}

.btn-s-100 {
  width: 100%;
  height: 36px;
}

.btn-s-100 a {
  line-height: 36px;
}

.btn-m-xs {
  width: 144px;
  height: 44px;
}

.btn-m-xs a {
  line-height: 44px;
}

.btn-m-s {
  width: 180px;
  height: 44px;
}

.btn-m-s a {
  line-height: 44px;
}

.btn-m-m {
  width: 200px;
  height: 44px;
}

.btn-m-m a {
  line-height: 44px;
}

.btn-m-lm {
  width: 240px;
  height: 44px;
}

.btn-m-lm a {
  line-height: 44px;
}

.btn-m-l {
  width: 280px;
  height: 44px;
}

.btn-m-l a {
  line-height: 44px;
}

.btn-m-xl {
  width: 298px;
  height: 44px;
  line-height: 44px;
}

.btn-m-xl a {
  line-height: 44px;
}

.btn-m-xxl {
  width: 355px;
  height: 44px;
  line-height: 44px;
}

.btn-m-xxl a {
  line-height: 44px;
}

.btn-m-xxxl {
  width: 420px;
  height: 44px;
  line-height: 44px;
}

.btn-m-xxxl a {
  line-height: 44px;
}

.btn-m-free {
  width: auto;
  padding: 0 25px;
  height: 44px;
}

.btn-m-free a {
  line-height: 44px;
}

.btn-l-s {
  width: 200px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
}

.btn-l-s a {
  line-height: 60px;
}

.btn-l-m {
  width: 340px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
}

.btn-l-m a {
  line-height: 60px;
}

.btn-l-l {
  width: 360px;
  height: 60px;
  border-radius: 5px;
  line-height: 60px;
}

.btn-l-l a {
  line-height: 60px;
}

.btn-l-100 {
  width: 100%;
  height: 39px;
}

.btn-l-100 a {
  line-height: 39px;
}

.btn-comp-s {
  width: 80px;
  height: 44px;
  line-height: 44px;
}

.btn-comp-s a {
  line-height: 44px;
}

.btn-comp-m {
  width: 160px;
  height: 44px;
  line-height: 44px;
}

.btn-comp-m a {
  line-height: 44px;
}

.box--companyThum__cont .btn-comp-m {
  width: 156px;
}

.btn-comp-l {
  width: 180px;
  height: 44px;
  line-height: 44px;
}

.btn-comp-l a {
  line-height: 44px;
}

.btn-comp-xl {
  width: 207px;
  height: 44px;
  line-height: 44px;
}

.btn-comp-xl a {
  line-height: 44px;
}

.box--companyThum__cont .btn-comp-xl {
  width: 202px;
}

.btn-comp-xxl {
  width: 300px;
  height: 44px;
  line-height: 44px;
}

.btn-comp-xxl a {
  line-height: 44px;
}

.btn-comp-s100 {
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.btn-comp-s100 a {
  line-height: 32px;
}

.btn-comp-m100 {
  width: 100%;
  height: 44px;
  line-height: 44px;
}

.btn-comp-m100 a {
  line-height: 44px;
}

.btn-messenger {
  width: 84px;
  height: 48px;
  line-height: 48px;
}

.btn-messenger a {
  line-height: 48px;
}

.btn-auto350 {
  width: 350px;
}

.btn-passMiss {
  background: #eeeeee;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.btn-passMiss a {
  color: #000000;
  line-height: 30px;
}

.btn-pink {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF358C 0%, #FF6562 100%);
  color: #ffffff;
  border: solid 1px #ffffff;
}

.btn-pink a {
  display: block;
}

.btn-gold {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  color: #ffffff;
  border: solid 1px #ffffff;
}

.btn-gold a {
  display: block;
}

.btn-goldBack {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  color: #9a6f2b;
  border: solid 1px #ccb082;
  background: #ffffff;
}

.btn-goldBack a {
  display: block;
}

.btn-green {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
  color: #ffffff;
  font-weight: bold;
}

.btn-green a {
  display: block;
}

.btn-greenBack {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  color: #29bcc7;
  border: solid 1px #29bcc7;
  background: #ffffff;
}

.btn-greenBack a {
  display: block;
}

.btn-gray {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  border: solid 1px #999999;
  background: none;
  font-weight: bold;
}

.btn-gray a {
  display: block;
}

.btn-squareGold {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  color: #ffffff;
}

.btn-squareGold a {
  display: block;
}

.btn-squareGold a {
  color: #ffffff;
}

.btn-squareGreen {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
  color: #ffffff;
}

.btn-squareGreen a {
  display: block;
}

.btn-squareGreen a {
  color: #ffffff;
}

.btn-squareGreenWhite {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #29bcc7;
  border: solid 1px #29bcc7;
  border-radius: 3px;
  background: #ffffff;
}

.btn-squareGreenWhite a {
  display: block;
}

.btn-squareGreenWhite a {
  color: #29bcc7;
}

.btn-squareGreenWhite.btn-radius-100 {
  border-radius: 100px;
}

.btn-squareGrey {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #B3B3B3 0%, #CECECE 100%);
  color: #ffffff;
}

.btn-squareGrey a {
  display: block;
}

.btn-squareGrey a {
  color: #ffffff;
}

.btn-squareGreenLine {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #29bcc7;
  border: solid 1px #29bcc7;
  background: #ffffff;
}

.btn-squareGreenLine a {
  display: block;
}

.btn-squareGreenLine a {
  color: #29bcc7;
}

.btn-squarePinkLine {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FF358C;
  border: solid 1px #FF358C;
  background: #ffffff;
}

.btn-squarePinkLine a {
  display: block;
}

.btn-squarePinkLine a {
  color: #FF358C;
}

.btn-squareLineGreen {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #00b900;
  color: #ffffff;
  border-radius: 3px;
}

.btn-squareLineGreen a {
  display: block;
}

.btn-squareLineGreen span {
  color: #ffffff;
}

.btn-squareBule {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  background: #3C5A99;
}

.btn-squareBule a {
  display: block;
}

.btn-squareBule a {
  color: #ffffff;
}

.btn-squareRed {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF3333 0%, #FD7235 100%);
  color: #ffffff;
}

.btn-squareRed a {
  display: block;
}

.btn-squareRed a {
  color: #ffffff;
}

.btn-squareGray {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9a6f2b;
  border: solid 1px #cccccc;
  background: #f6f6f6;
}

.btn-squareGray a {
  display: block;
}

.btn-squareGray a {
  color: #9a6f2b;
}

.btn-squareGrayLine {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  border: solid 1px #999999;
  background: #ffffff;
}

.btn-squareGrayLine a {
  display: block;
}

.btn-squareGrayLine a {
  color: #999999;
}

.btn-squareGrayLineDark {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  border: solid 1px #666666;
  background: none;
}

.btn-squareGrayLineDark a {
  display: block;
}

.btn-squareGrayLineDark a {
  color: #666666;
}

.btn-squareGrayDark {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  border: solid 1px #d8d8d8;
  background: #d8d8d8;
}

.btn-squareGrayDark a {
  display: block;
}

.btn-squareGrayDark a {
  color: #333333;
}

.btn-squareGoldWhite {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #d1a969;
  border: solid 1px #ccb082;
  border-radius: 3px;
  background: #ffffff;
}

.btn-squareGoldWhite a {
  display: block;
}

.btn-squareGoldWhite a {
  color: #d1a969;
}

.btn-squareGrayWhite {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  background: #aaaaaa;
}

.btn-squareGrayWhite a {
  display: block;
}

.btn-squareGrayWhite a {
  color: #ffffff;
}

.btn-squareLightWhite {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  background: #ffffff;
}

.btn-squareLightWhite a {
  display: block;
}

.btn-squareLightWhite a {
  color: #333333;
}

.btn-squareLite2GrayWhite {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  border-radius: 3px;
  background: #d8d8d8;
}

.btn-squareLite2GrayWhite a {
  display: block;
}

.btn-squareLite2GrayWhite a {
  color: #666666;
}

.btn-squarePink {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF358C 0%, #FF6562 100%);
  color: #ffffff;
}

.btn-squarePink a {
  display: block;
}

.btn-squarePink a {
  color: #ffffff;
}

.btn-squarePinkWhite {
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF358C 0%, #FF6562 100%);
  color: #FF358C;
}

.btn-squarePinkWhite a {
  display: block;
}

.btn-squarePinkWhite span {
  background: #ffffff;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  width: 356px;
  height: 56px;
}

.btn-squarePinkWhite a {
  color: #FF358C;
  line-height: 56px;
}

.btn-searchIcon span {
  padding-left: 25px;
  background: url("/images/user/qj/pc/uf_c_btn_search.svg") no-repeat center left;
  background-size: 15px;
}

.btn-searchIcon__search span {
  padding-left: 25px;
  background: url("/images/user/qj/pc/uf_c_btn_search.svg") no-repeat center left;
  background-size: 17px;
}

.btn-mypage {
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  width: 130px;
  height: 100%;
  text-align: center;
  border-radius: 0;
}

.btn-mypage a {
  display: block;
}

.btn-mypage figure {
  margin-top: 17px;
}

.btn-mypage figure img {
  width: 25px;
  height: 21px;
  vertical-align: bottom;
}

.btn-mypage figcaption {
  color: #ffffff;
}

.btn-signup {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  width: 130px;
  height: 100%;
  text-align: center;
  border-radius: 0;
}

.btn-signup a {
  display: block;
}

.btn-signup figure {
  margin-top: 17px;
}

.btn-signup figure img {
  width: 22px;
  height: 22px;
  vertical-align: bottom;
}

.btn-signup figcaption {
  color: #ffffff;
}

.btn-search {
  display: block;
  width: 132px;
  height: 75px;
  font-size: 1.4rem;
}

.btn-search a {
  line-height: 75px;
}

.btn-login {
  display: block;
  width: 150px;
  height: 32px;
  margin: 0 auto;
  font-size: 1.3rem;
}

.btn-login a {
  line-height: 32px;
}

.btn-loginFB {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  color: #ffffff;
  background: url("/images/user/qj/pc/uf_c_login_fb_logo.svg") no-repeat 15px center #3C5A99;
}

.btn-loginFB a {
  display: block;
}

.btn-loginFB a {
  color: #ffffff;
}

.btn-prof {
  position: absolute;
  top: 11px;
  right: 4px;
  width: 180px;
  height: 44px;
  font-size: 1.4rem;
}

.btn-prof a {
  line-height: 44px;
}

.btn-searchDetails {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  box-sizing: border-box;
  width: 132px;
  height: 30px;
  padding-left: 20px;
  text-align: center;
  color: #000000;
  background: #eeeeee;
  background: url("/images/user/common/btn_search_icon.svg") no-repeat 8px center #eeeeee;
  background-size: 13px 13px;
  font-size: 1.2rem;
  line-height: 30px;
}

.btn-searchDetails a {
  display: block;
}

.btn-searchDetails a {
  line-height: 30px;
}

.btn-tag {
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 1.2rem;
}

.btn-squareRoundEdge {
  border-radius: 44px;
}

.btn-flatGrayLinkGray {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  background: #f6f6f6;
}

.btn-flatGrayLinkGray a {
  display: block;
}

.btn-flatGrayLinkGray a {
  line-height: 44px;
}

.btn-flatGrayLinkGray a {
  color: #666666;
}

.btn-flatGrayLinkGoldNoBd {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  height: 38px;
  color: #9a6f2b;
  background: #f6f6f6;
  font-size: 1.3rem;
  cursor: pointer;
}

.btn-flatGrayLinkGoldNoBd a {
  display: block;
}

.btn-flatGrayLinkGoldNoBd a {
  line-height: 44px;
}

.btn-flatGrayLinkGoldNoBd a {
  color: #9a6f2b;
}

.btn-flatGrayLinkPinkNoBd {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  height: 38px;
  color: #FF358C;
  background: #f6f6f6;
  font-size: 1.3rem;
}

.btn-flatGrayLinkPinkNoBd a {
  display: block;
}

.btn-flatGrayLinkPinkNoBd a {
  line-height: 44px;
}

.btn-flatGrayLinkPinkNoBd a {
  color: #FF358C;
}

.btn-flatGrayLinkGold {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  height: 38px;
  color: #9a6f2b;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background: #f6f6f6;
  font-size: 1.3rem;
}

.btn-flatGrayLinkGold a {
  display: block;
}

.btn-flatGrayLinkGold a {
  line-height: 44px;
}

.btn-flatGrayLinkGold a {
  color: #9a6f2b;
}

.btn-flatGrayLinkGoldNoBdB {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  color: #9a6f2b;
  border-top: solid 1px #cccccc;
  background: #f6f6f6;
  font-size: 1.3rem;
}

.btn-flatGrayLinkGoldNoBdB a {
  display: block;
}

.btn-flatGrayLinkGoldNoBdB a {
  line-height: 44px;
}

.btn-flatGrayLinkGoldNoBdB a {
  color: #9a6f2b;
}

.btn-flatGrayLinkGoldArrow {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: relative;
  height: 38px;
  color: #9a6f2b;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background: #f6f6f6;
  font-size: 1.3rem;
}

.btn-flatGrayLinkGoldArrow a {
  display: block;
}

.btn-flatGrayLinkGoldArrow a {
  line-height: 44px;
}

.btn-flatGrayLinkGoldArrow a {
  color: #9a6f2b;
  line-height: 38px;
}

.btn-flatGrayLinkGoldArrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.btn-flatGrayLinkPinkArrow {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: relative;
  height: 38px;
  color: #FF358C;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background: #f6f6f6;
  font-size: 1.3rem;
}

.btn-flatGrayLinkPinkArrow a {
  display: block;
}

.btn-flatGrayLinkPinkArrow a {
  line-height: 44px;
}

.btn-flatGrayLinkPinkArrow a {
  color: #FF358C;
  line-height: 38px;
}

.btn-flatGrayLinkPinkArrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #FF358C;
  border-right: solid 2px #FF358C;
}

.btn-flatBuleLinkBuleArrow {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  padding: 10px;
  color: #29bcc7;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  background: #f6f6f6;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.btn-flatBuleLinkBuleArrow a {
  display: block;
}

.btn-flatBuleLinkBuleArrow a {
  line-height: 44px;
}

.btn-flatBuleLinkBuleArrow span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.btn-flatBuleLinkBuleArrow a {
  color: #29bcc7;
  line-height: 1;
}

.btn-flatBuleLinkBuleArrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #29bcc7;
  border-right: solid 2px #29bcc7;
}

.btn-edit--right-top {
  z-index: 10;
  width: 64px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border: none;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 3px;
}

.btn-edit--right-top a {
  line-height: 32px;
}

.btn-edit--right-bottom {
  z-index: 10;
  width: 64px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border: none;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 3px 0 0 0;
}

.btn-edit--right-bottom a {
  line-height: 32px;
}

.btn-chatNext {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF358C 0%, #FF6562 100%);
  width: 108px;
  height: 44px;
  color: #ffffff;
  border-radius: 44px;
  font-size: 1.5rem;
}

.btn-chatNext a {
  display: block;
}

.btn-chatNext a {
  color: #ffffff;
  line-height: 44px;
}

.btn-chatReUserPost,
.btn-chatUserNext,
.btn-chatUserPost {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  width: 108px;
  height: 44px;
  color: #ffffff;
  border-radius: 44px;
  font-size: 1.5rem;
}

.btn-chatReUserPost a,
.btn-chatUserNext a,
.btn-chatUserPost a {
  display: block;
}

.btn-chatReUserPost a,
.btn-chatUserNext a,
.btn-chatUserPost a {
  color: #ffffff;
  line-height: 44px;
}

.btn-chatAdd {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(154deg, #FF358C 0%, #FF6562 100%);
  width: 192px;
  height: 44px;
  color: #ffffff;
  border-radius: 36px;
  font-size: 1.4rem;
}

.btn-chatAdd a {
  display: block;
}

.btn-chatAdd a {
  color: #ffffff;
  line-height: 44px;
}

.btn-like {
  color: #d1a969;
  border: solid 1px #d1a969;
  border-radius: 3px;
  background: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
}

.btn-like span {
  display: block;
  padding-top: 5px;
}

.btn-liked {
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 1;
}

.btn-liked span {
  display: block;
  padding-top: 5px;
}

.btn-likeSide {
  color: #d1a969;
  border: solid 1px #d1a969;
  border-radius: 3px;
  background: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
}

.btn-likeSide span {
  display: inline-block;
  padding-top: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-likedSide {
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 1;
}

.btn-likedSide span {
  display: inline-block;
  padding-top: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-halfLeft {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -36px;
  background: #29bcc7;
  width: 100px;
  height: 72px;
  cursor: pointer;
  border-radius: 0 36px 36px 0;
  font-size: 16px;
  border: none;
}

.btn-halfLeft a {
  padding-right: 10px;
}

.btn-halfLeftLine {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -36px;
  background: #ffffff;
  width: 100px;
  height: 72px;
  cursor: pointer;
  border-radius: 0 36px 36px 0;
  border: solid 1px #29bcc7;
  border-left: none;
  font-size: 16px;
}

.btn-halfLeftLine a {
  padding-right: 10px;
  color: #29bcc7;
}

.btn-rip {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
  border-radius: 36px 0 0 36px;
  border: solid 1px #29bcc7;
  border-right: none;
  width: 100px;
  height: 72px;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.btn-rip--one {
  -webkit-animation: btHalfRip 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: btHalfRip 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.btn-rip--two {
  -webkit-animation: btHalfRip 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: btHalfRip 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.btn-halfRight {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
  background: #29bcc7;
  width: 100px;
  height: 72px;
  cursor: pointer;
  border-radius: 36px 0 0 36px;
  font-size: 16px;
  border: none;
  z-index: 3;
}

.btn-halfRight a {
  padding-left: 20px;
}

.btn-halfRightLine {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
  background: #ffffff;
  width: 100px;
  height: 72px;
  cursor: pointer;
  border-radius: 36px 0 0 36px;
  border: solid 1px #29bcc7;
  border-right: none;
  font-size: 16px;
}

.btn-halfRightLine a {
  padding-left: 20px;
  color: #29bcc7;
}

.btn-squareNull {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  background: none;
  cursor: default;
  font-size: 1.2rem;
}

.btn-squareNull a {
  display: block;
}

@-webkit-keyframes btHalfRip {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.4);
            transform: scale(1.3, 1.4);
  }
}

@keyframes btHalfRip {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.4);
            transform: scale(1.3, 1.4);
  }
}

.hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.hover:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.hover a {
  opacity: 1;
}

.is-effectPulsateGreen {
  -webkit-animation: effectPulsateGreen 0.5s ease-out;
          animation: effectPulsateGreen 0.5s ease-out;
}

.is-effectPulsateGold {
  -webkit-animation: effectPulsateGold 0.5s ease-out;
          animation: effectPulsateGold 0.5s ease-out;
}

.is-effectPulsateGlay {
  -webkit-animation: effectPulsateGlay 0.5s ease-out;
          animation: effectPulsateGlay 0.5s ease-out;
}

.is-effectPulsatePink {
  -webkit-animation: effectPulsatePink 0.5s ease-out;
          animation: effectPulsatePink 0.5s ease-out;
}

.is-effectPulsateRed {
  -webkit-animation: effectPulsateRed 0.5s ease-out;
          animation: effectPulsateRed 0.5s ease-out;
}

.is-effectPulsateFB {
  -webkit-animation: effectPulsateFB 0.5s ease-out;
          animation: effectPulsateFB 0.5s ease-out;
}

.hover-effectPulsateGreen:hover {
  -webkit-animation: effectPulsateGreen 0.5s ease-out;
          animation: effectPulsateGreen 0.5s ease-out;
}

.hover-effectPulsateGold:hover {
  -webkit-animation: effectPulsateGold 0.5s ease-out;
          animation: effectPulsateGold 0.5s ease-out;
}

.hover-effectPulsateGlay:hover {
  -webkit-animation: effectPulsateGlay 0.5s ease-out;
          animation: effectPulsateGlay 0.5s ease-out;
}

.hover-effectPulsatePink:hover {
  -webkit-animation: effectPulsatePink 0.5s ease-out;
          animation: effectPulsatePink 0.5s ease-out;
}

.hover-effectPulsateRed:hover {
  -webkit-animation: effectPulsateRed 0.5s ease-out;
          animation: effectPulsateRed 0.5s ease-out;
}

.hover-effectPulsateFB:hover {
  -webkit-animation: effectPulsateFB 0.5s ease-out;
          animation: effectPulsateFB 0.5s ease-out;
}

@-webkit-keyframes effectPulsateGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2d9ea7;
            box-shadow: 0 0 0 0 #2d9ea7;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #2d9ea7;
            box-shadow: 0 0 5px 0 #2d9ea7;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsateGreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2d9ea7;
            box-shadow: 0 0 0 0 #2d9ea7;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #2d9ea7;
            box-shadow: 0 0 5px 0 #2d9ea7;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes effectPulsateGold {
  0% {
    -webkit-box-shadow: 0 0 0 0 #d1a969;
            box-shadow: 0 0 0 0 #d1a969;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #d1a969;
            box-shadow: 0 0 5px 0 #d1a969;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsateGold {
  0% {
    -webkit-box-shadow: 0 0 0 0 #d1a969;
            box-shadow: 0 0 0 0 #d1a969;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #d1a969;
            box-shadow: 0 0 5px 0 #d1a969;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes effectPulsateGlay {
  0% {
    -webkit-box-shadow: 0 0 0 0 #cccccc;
            box-shadow: 0 0 0 0 #cccccc;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
            box-shadow: 0 0 5px 0 #cccccc;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsateGlay {
  0% {
    -webkit-box-shadow: 0 0 0 0 #cccccc;
            box-shadow: 0 0 0 0 #cccccc;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
            box-shadow: 0 0 5px 0 #cccccc;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes effectPulsatePink {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FF358C;
            box-shadow: 0 0 0 0 #FF358C;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #FF358C;
            box-shadow: 0 0 5px 0 #FF358C;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsatePink {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FF358C;
            box-shadow: 0 0 0 0 #FF358C;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #FF358C;
            box-shadow: 0 0 5px 0 #FF358C;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes effectPulsateRed {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FF3333;
            box-shadow: 0 0 0 0 #FF3333;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #FF3333;
            box-shadow: 0 0 5px 0 #FF3333;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsateRed {
  0% {
    -webkit-box-shadow: 0 0 0 0 #FF3333;
            box-shadow: 0 0 0 0 #FF3333;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #FF3333;
            box-shadow: 0 0 5px 0 #FF3333;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@-webkit-keyframes effectPulsateFB {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3c5a99;
            box-shadow: 0 0 0 0 #3c5a99;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #3c5a99;
            box-shadow: 0 0 5px 0 #3c5a99;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@keyframes effectPulsateFB {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3c5a99;
            box-shadow: 0 0 0 0 #3c5a99;
  }
  10% {
    -webkit-box-shadow: 0 0 5px 0 #3c5a99;
            box-shadow: 0 0 5px 0 #3c5a99;
  }
  90% {
    -webkit-box-shadow: 0 0 10px 10px transparent;
            box-shadow: 0 0 10px 10px transparent;
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*!* components *!*/
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 40px;
  border: 1px solid #1c959e;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 9px 11px;
  margin-top: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button:first-child {
  margin-top: 0;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: #1c959e;
}

.button__text {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #1c959e;
  margin: 0 8px;
  position: relative;
  top: 1px;
}

.button__text.proposal-header__text {
  font-size: 12px;
}

.button__text--line {
  position: relative;
  display: inline-block;
}

.button__text--line:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (hover: hover) {
  .button:hover {
    background-color: #f3fcfd;
  }
}

.button.filled {
  background-color: #f5522a;
  border-color: #f5522a;
}

.button.filled svg {
  fill: #ffffff;
}

.button.filled .button__text {
  color: #ffffff;
}

@media (hover: hover) {
  .button.filled:hover {
    background-color: #c94320;
    border-color: #c94320;
  }
}

.button.gradient {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button.gradient:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#EF257A), color-stop(44.27%, #F03843), to(#FCA729));
  background-image: linear-gradient(90deg, #EF257A 0%, #F03843 44.27%, #FCA729 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.button.gradient svg {
  fill: #ffffff;
}

.button.gradient .button__text {
  color: #ffffff;
}

@media (hover: hover) {
  .button.gradient:hover:before {
    opacity: .5;
  }
}

.button.gradient-2 {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button.gradient-2:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#00a1b4), to(#5fc47a));
  background-image: linear-gradient(-90deg, #00a1b4 0%, #5fc47a 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.button.gradient-2 svg {
  fill: #ffffff;
}

.button.gradient-2 .button__text {
  color: #ffffff;
}

@media (hover: hover) {
  .button.gradient-2:hover:before {
    opacity: .5;
  }
}

.button.gradient-2:hover {
  opacity: .6;
}

.button.unfilled {
  background-color: transparent;
  border: 0;
}

@media (hover: hover) {
  .button.unfilled:hover {
    background-color: #f3fcfd;
  }
}

.button.small {
  min-height: 36px;
  padding: 9px;
}

.button.small svg {
  width: 16px;
  height: 16px;
}

.button.big {
  min-height: 48px;
  padding: 11px 15px;
}

.button.big svg {
  width: 24px;
  height: 24px;
}

.button.big svg + .button__text {
  margin-left: 8px;
}

.button.big .button__text {
  font-size: 16px;
  line-height: 16px;
}

.button.big .button__text + svg {
  margin-left: 8px;
}

.button-favorite.active {
  background-color: #1c959e;
}

.button-favorite.active svg {
  fill: #ffffff;
}

.button-favorite.active .button__text {
  color: #ffffff;
  display: none !important;
}

.button-favorite.active .button__text.hide {
  display: block !important;
}

.button.centered {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .button.centered-sp {
    margin-left: auto;
    margin-right: auto;
  }
}

.button.to-right {
  margin-left: auto;
}

.button:disabled, .button.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.button:disabled svg, .button.disabled svg {
  fill: #777777;
}

.button:disabled .button__text, .button.disabled .button__text {
  color: #aaaaaa;
}

.button:disabled:before, .button.disabled:before {
  display: none;
}

.button.arrow-right {
  background-color: #ffffff !important;
  color: #1c959e;
  border-color: #1c959e !important;
}

.button.arrow-right::after {
  background-image: url(/images/user/common/arrow-right.svg);
  background-size: cover;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}

.button-to-top {
  position: fixed;
  right: 56px;
  bottom: 76px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1c959e;
  border-radius: 50%;
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}

@media (max-width: 1023px) {
  .button-to-top {
    position: absolute;
    top: -72px;
    right: 16px;
    bottom: initial;
  }
}

@media (hover: hover) {
  .button-to-top:hover {
    opacity: 0.7;
  }
}

@media (min-width: 1024px) {
  .button-to-top--pc-hidden {
    display: none;
  }
}

.button-to-top__icon {
  width: 24px;
  height: 24px;
  fill: #1c959e;
}

.button-to-top-fixed {
  position: fixed;
  right: 48px;
  bottom: 48px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1c959e;
  border-radius: 50%;
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}

@media (max-width: 1023px) {
  .button-to-top-fixed {
    bottom: 16px;
    right: 16px;
  }
}

@media (hover: hover) {
  .button-to-top-fixed:hover {
    opacity: 0.7;
  }
}

.button-to-top-fixed__icon {
  width: 24px;
  height: 24px;
  fill: #1c959e;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .header {
    height: 63px;
  }
}

.header &gt; .container, .header &gt; .container-1, .header &gt; .container-2, .header &gt; .container-3, .header &gt; .container-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.header__logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 165px;
  width: 100%;
}

.header__logo-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  line-height: 13.5px;
  font-weight: 400;
  margin-left: 8px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .header__nav-item:not(:first-child) {
    display: none;
  }
}

.header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}

@media (max-width: 1279px) {
  .header__nav-inner {
    padding: 6px;
  }
}

@media (max-width: 1023px) {
  .header__nav-inner {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 32px;
    height: 32px;
  }
}

@media (hover: hover) {
  .header__nav a[href].header__nav-inner {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header__nav a[href].header__nav-inner:hover {
    opacity: .5;
  }
}

.header__nav-icon {
  width: 24px;
  height: 24px;
  fill: #777777;
  margin-right: 8px;
}

@media (max-width: 1023px) {
  .header__nav-icon {
    margin-right: 0;
  }
}

.header__nav-text {
  display: block;
}

@media (max-width: 1023px) {
  .header__nav-text {
    display: none;
  }
}

.header__button {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
}

@media (max-width: 1023px) {
  .header__button {
    display: none;
  }
}

.header__hamburger {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  width: 32px;
  height: 32px;
}

@media (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger svg {
  fill: #777777;
}

.menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}

.menu__close svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.menu__mask, .menu__inner {
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.menu__mask {
  width: 100%;
  left: 0;
  background-color: #000000;
  opacity: .8;
  z-index: 88;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  width: 100%;
  padding-left: 55px;
  right: 0;
  z-index: 98;
}

.menu__row {
  display: block;
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 165px;
  width: 100%;
  margin: 0 auto;
}

.menu__logo-link {
  display: block;
  width: 100%;
}

.menu__body {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #eeeeee;
}

.menu__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
}

.menu__auth .button {
  margin: 0;
}

.menu__auth .button__text {
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
}

.menu__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 56px 15px 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='right'%3E%3Cpath d='M9.292 17.707a1 1 0 0 1 0-1.414L13.586 12 9.292 7.707a1 1 0 0 1 1.415-1.415l5 5a1 1 0 0 1 0 1.415l-5 5a1 1 0 0 1-1.415 0Z' fill='%23777777'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
}

.menu__user-img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__user-text {
  display: block;
  font-weight: 700;
  margin-left: 8px;
}

.menu__nav-title {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  padding: 10px 16px 11px;
  background-color: #f5fcfc;
  border-top: 1px solid #eeeeee;
}

.menu__nav-list {
  display: block;
}

.menu__nav-list + .menu__nav-title {
  border-top: 0;
}

.menu__nav-item {
  display: block;
}

.menu__nav-item:first-child .menu__nav-inner {
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  padding-bottom: 11px;
}

.menu__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px 11px;
  border-bottom: 1px solid #eeeeee;
}

.menu__nav-icon {
  width: 24px;
  height: 24px;
  fill: #777777;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__nav-text {
  display: block;
  line-height: 24px;
  margin-right: auto;
}

.menu__nav-mark {
  display: block;
  width: 22px;
  height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  background-color: #f5522a;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}

.menu__nav .button {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0;
}

.menu__banner {
  display: block;
  width: 100%;
  padding: 16px 32px;
}

.menu__footer {
  display: block;
  width: 100%;
  height: 80px;
  padding: 16px;
}

.menu__footer .button {
  width: 100%;
}

.menu:not(.opened) .menu__mask {
  opacity: 0;
  pointer-events: none;
}

.menu:not(.opened) .menu__inner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  margin-top: auto;
  background-color: #ffffff;
}

.footer__nav {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}

@media (max-width: 1023px) {
  .footer__nav .container, .footer__nav .container-1, .footer__nav .container-2, .footer__nav .container-3, .footer__nav .container-4 {
    padding: 0;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .footer__nav-item {
    width: 50%;
  }
  .footer__nav-item:last-child {
    width: 100%;
  }
  .footer__nav-item:last-child .footer__nav-inner {
    border-right: 0;
    border-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer__nav-item:nth-child(2n+2) .footer__nav-inner {
    border-right: 0;
  }
}

.footer__nav-inner {
  display: block;
  padding: 16px;
}

@media (max-width: 1023px) {
  .footer__nav-inner {
    padding: 15px 16px 14px;
    background-color: #777777;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

@media (hover: hover) {
  .footer__nav a[href].footer__nav-inner {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer__nav a[href].footer__nav-inner:hover {
    opacity: .5;
  }
}

.footer__nav-text {
  display: block;
}

@media (max-width: 1023px) {
  .footer__nav-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
  }
}

.footer__inner {
  display: block;
  width: 100%;
  padding: 24px 0;
}

.footer__logo {
  display: block;
  max-width: 140px;
  width: 100%;
  margin: 0 auto;
}

.footer__logo-link {
  display: block;
  width: 100%;
}

.footer__copyright {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
}

.breadcrumbs {
  display: block;
  width: 100%;
  padding: 16px 0;
  overflow-x: auto;
}

@media (max-width: 1023px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}

.breadcrumbs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__list + h1:before {
  content: '/';
  display: inline;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 2px 0 4px;
}

.breadcrumbs__list + h1 .breadcrumbs__inner {
  display: inline;
}

.breadcrumbs__list .breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.breadcrumbs__item:after {
  content: '/';
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 4px;
}

.breadcrumbs__inner {
  display: block;
}

.breadcrumbs a[href].breadcrumbs__inner .breadcrumbs__text {
  display: inline;
  background-image: linear-gradient(180deg, #1c959e 1px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s ease 0s;
  transition: background-size .3s ease 0s;
  background-size: 100% 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c959e;
}

@media (hover: hover) {
  .breadcrumbs a[href].breadcrumbs__inner:hover span {
    background-size: 0 1px;
  }
}

.breadcrumbs__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
}

.breadcrumbs__list__ttl {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 8px;
}

.breadcrumbs .container, .breadcrumbs .container-1, .breadcrumbs .container-2, .breadcrumbs .container-3, .breadcrumbs .container-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs span {
  word-break: keep-all;
}

.pagination {
  display: block;
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .pagination .hidden-pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pagination .hidden-lg {
    display: none;
  }
}

.pagination__suptext {
  text-align: center;
}

@media (min-width: 1024px) {
  .pagination__suptext.hidden-pc {
    display: none;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
}

.pagination__inner svg {
  width: 24px;
  height: 24px;
  fill: #777777;
}

.pagination__inner.dots {
  border: 0;
  background-color: transparent;
}

.pagination__inner.active {
  color: #1c959e;
  border-color: #1c959e;
  background-color: #f3fcfd;
}

.pagination__inner.disabled {
  background-color: #eeeeee;
}

.pagination__inner.disabled svg {
  fill: #aaaaaa;
}

@media (hover: hover) {
  .pagination a[href].pagination__inner:hover {
    color: #1c959e;
    border-color: #1c959e;
    background-color: #f3fcfd;
  }
}

.toast {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.toast svg, .toast path {
  fill: #38A169;
}

.toast--danger .toast__inner {
  border-color: #F56565;
  background-color: #FFF5F5;
}

.toast--danger .toast__text {
  color: #9B2C2C;
}

.toast--danger svg, .toast--danger path {
  fill: #E53E3E;
}

.toast.visible {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toast__inner {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 16px;
  border: 1px solid #48BB78;
  border-radius: 4px;
  background-color: #F0FFF4;
  min-height: 54px;
}

.toast__icon, .toast__btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 13px;
}

.toast__icon {
  width: 24px;
  height: 24px;
  left: 16px;
}

.toast__icon + .toast__content {
  padding-left: 32px;
}

.toast__content {
  padding-right: 32px;
}

.toast__text {
  color: #276749;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.toast__btn-close {
  display: block;
  right: 16px;
}

.information {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
}

@media (max-width: 767px) {
  .information {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.information:not(:first-child) {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .information:not(:first-child) {
    margin-top: 0;
  }
}

.information__caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #444444;
}

.information__caption:not(:first-child) {
  margin-top: 4px;
}

.information__caption.color-danger {
  color: #F75959;
}

.information__header {
  padding: 16px 16px 17px;
}

@media (max-width: 767px) {
  .information__header {
    background-color: #f5fcfc;
  }
}

.information__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information__header-top-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.information__header-top-title &gt; *:not(:first-child) {
  margin-top: 4px;
}

.information__header-content {
  margin-top: 4px;
}

.information__header-content &gt; *:not(:first-child) {
  margin-top: 4px;
}

.information__edit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 80px;
  margin-left: auto;
}

.information__edit .button {
  padding-right: 0;
}

.information__checkbox {
  margin-left: auto;
}

.information__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information__checkbox input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
}

.information__checkbox input:checked ~ span {
  background-color: #1c959e;
}

.information__checkbox input:checked ~ span:after {
  left: 24px;
}

.information__checkbox input:checked ~ span:active::after {
  left: 17px;
}

.information__checkbox input:not(:checked) ~ span:active {
  background: #a3a3a3;
}

.information__checkbox input:not(:checked) ~ span:active::after {
  background: #f8f8f8;
}

.information__checkbox .toggle_background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 22px;
  position: relative;
  cursor: pointer;
  background: #aaaaaa;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.information__checkbox .toggle_background:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.information__checkbox span:active:after {
  width: 70%;
}

.information__body {
  display: block;
}

@media (max-width: 1023px) {
  .information__body--border {
    border-bottom: 1px solid #eeeeee;
  }
}

.information__body + .information__header {
  border-top: 1px solid #eeeeee;
}

.information__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #eeeeee;
}

.information__body-item-button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.information__body-item-button-flex &gt; li {
  width: calc((100% / 2) - (16px / 2 * 1));
}

@media (max-width: 575px) {
  .information__body-item-button-flex {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

.information__body-item-button-flex button {
  min-width: 160px;
}

@media (max-width: 575px) {
  .information__body-item-button-flex button {
    width: calc(100% / 2 - 8px);
  }
}

.information__body-item-button-flex .button__text {
  margin: 0 8px 0 0;
}

@media (max-width: 374px) {
  .information__body-item-button-flex .button__text {
    font-size: 13px;
  }
}

.information__body-item-inner {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
}

@media (max-width: 767px) {
  .information__body-item-inner {
    width: 100%;
  }
}

.information__body-item-inner:not(:first-child) {
  border-left: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .information__body-item-inner:not(:first-child) {
    border-top: 1px solid #eeeeee;
    border-left: 0;
  }
}

.information__body-item-denomination + .information__body-item-definition {
  margin-top: 7px;
}

.information__body-item-definition &gt; *:not(:first-child) {
  margin-top: 4px;
}

.information__body-item-definition .form__textarea textarea {
  height: 52px;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}

.information__body-item-definition .form__textarea + p {
  margin-top: 8px;
}

.information__body-item-definition-text {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 8px;
  color: #777777;
}

.information__body-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 4px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.information__link-icon {
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .information__link-icon {
    margin-left: auto;
  }
}

.information__link-icon svg {
  width: 24px;
  height: 24px;
  fill: #777777;
}

.tags {
  display: block;
  margin-top: 8px;
}

.tags:first-child {
  margin-top: 0;
}

.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.tags__item {
  display: block;
}

.tags__inner {
  background-color: #E6F9FA;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #083D40;
  padding: 5px 10px;
  border-radius: 30px;
}

.form__select select, .form__input input, .form__textarea textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #222222;
  height: 40px;
  border: 1px solid #cccccc;
  padding: 0 11px;
  border-radius: 8px;
  -webkit-appearance: none;
  resize: none;
}

.form__select select::-webkit-input-placeholder, .form__input input::-webkit-input-placeholder, .form__textarea textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}

.form__select select:-ms-input-placeholder, .form__input input:-ms-input-placeholder, .form__textarea textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

.form__select select::placeholder, .form__input input::placeholder, .form__textarea textarea::placeholder {
  color: #aaaaaa;
}

.fixed-form-buttons {
  padding-bottom: 96px;
}

.form {
  display: block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .form {
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.form:first-child {
  margin-top: 0;
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 1023px) {
  .form__inner {
    display: block;
    border: 0;
  }
}

.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 1023px) {
  .form__flex {
    display: block;
  }
}

.form__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px;
  border-right: 1px solid #eeeeee;
}

@media (max-width: 1023px) {
  .form__headline {
    width: 100%;
    padding: 12px 16px;
  }
}

.form__headline + .form__body {
  padding: 16px;
}

.form__desc {
  display: block;
}

@media (max-width: 1023px) {
  .form__desc {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
  }
}

.form__caption {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
}

.form__steps, .form__steps-2, .form__steps-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
  padding: 24px 16px;
}

@media (max-width: 1023px) {
  .form__steps, .form__steps-2, .form__steps-3 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.form__steps:first-child, .form__steps-2:first-child, .form__steps-3:first-child {
  margin-top: 0;
}

.form__steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  counter-reset: form-steps-counter;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .form__steps-list {
    margin-bottom: 24px;
  }
}

.form__steps-list:last-child {
  margin-bottom: 0;
}

.form__steps-list-item {
  display: block;
}

.form__steps-list-item:last-child .form__steps-list-inner:after {
  display: none;
}

.form__steps-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form__steps-list-inner:before {
  content: counter(form-steps-counter);
  counter-increment: form-steps-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #aaaaaa;
  margin-right: 8px;
  padding-bottom: 2px;
}

.form__steps-list-inner:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #aaaaaa;
  margin-left: 8px;
}

.form__steps-list-inner.active:before {
  border-color: #1c959e;
  color: #1c959e;
}

.form__steps-list-inner.done:before {
  content: '';
  background-color: #1c959e;
  border-color: #1c959e;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 8 4.243 4.243 8.485-8.486' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .form__steps + .form, .form__steps-2 + .form, .form__steps-3 + .form {
    margin-top: 0;
  }
}

.form__steps-2 .form__desc {
  margin-top: 24px !important;
  margin-left: auto;
  margin-right: auto;
}

.form__steps-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__header {
  display: block;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .form__header {
    padding: 12px 16px;
    border-bottom: 0;
    margin-top: 0;
    background-color: #f5fcfc;
  }
}

.form__header:first-child {
  margin-top: 0;
}

.form__header:last-child {
  border-bottom: 0;
}

.form__header .heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1023px) {
  .form__header .heading-2 {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .form__header .heading-2:before {
    display: none;
  }
}

.form__header .form__inner-title {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-top: -16px;
  padding: 16px 16px 0;
}

@media (max-width: 1023px) {
  .form__header .form__inner-title {
    background-color: #ffffff;
    padding-bottom: 16px;
  }
}

.form__body {
  display: block;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px 16px 24px;
}

@media (max-width: 1023px) {
  .form__body {
    background-color: #ffffff;
  }
}

.form__body--center {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__footer {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding: 24px;
}

@media (max-width: 1023px) {
  .form__footer {
    padding: 24px 12px;
    background-color: #ffffff;
  }
}

.form__footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

@media (max-width: 1023px) {
  .form__footer-buttons {
    gap: 8px;
  }
}

.form__footer-buttons .button {
  min-width: 200px;
  margin: 0;
}

@media (max-width: 1023px) {
  .form__footer-buttons .button {
    min-width: auto;
    max-width: 172px;
    width: 50%;
  }
}

.form__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 16px;
}

.form__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #F0F2F5;
  padding: 10px 16px;
}

.form__inner-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.form__inner-title + .form__desc {
  margin-top: 8px;
}

.form__inner-title + .heading-2 {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .form__inner-title + .heading-2 {
    margin-top: 12px;
  }
}

.form__desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 16px;
}

.form__desc:first-child {
  margin-top: 0;
}

.form__desc + .heading-2 {
  margin-top: 16px;
}

.form__link {
  color: #1c959e;
  text-decoration: underline;
}

@media (hover: hover) {
  .form__link:hover {
    text-decoration: none;
  }
}

.form__string, .form__string-2, .form__string-3, .form__string-4, .form__string-5, .form__string-6, .form__string-7, .form__string-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form__string .button, .form__string-2 .button, .form__string-3 .button, .form__string-4 .button, .form__string-5 .button, .form__string-6 .button, .form__string-7 .button, .form__string-8 .button {
  margin: 0;
}

.form__string .chips, .form__string-2 .chips, .form__string-3 .chips, .form__string-4 .chips, .form__string-5 .chips, .form__string-6 .chips, .form__string-7 .chips, .form__string-8 .chips {
  width: 100%;
  margin: 0;
}

.form__string-2 {
  gap: 8px 24px;
}

@media (max-width: 1023px) {
  .form__string-3 .form__field {
    width: calc(50% - 4px);
  }
}

@media (max-width: 767px) {
  .form__string-4 {
    max-width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .form__string-4 .form__field {
    width: calc(50% - 4px);
  }
}

@media (max-width: 1023px) {
  .form__string-5 .button.unfilled {
    padding: 9px 0;
  }
  .form__string-5 .button.unfilled .button__text {
    margin: 0;
  }
}

.form__string-6 {
  max-width: 400px !important;
}

@media (max-width: 767px) {
  .form__string-6 {
    max-width: 100% !important;
  }
}

.form__string-7 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .form__string-7 {
    max-width: initial !important;
  }
}

.form__string-7 .form__group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .form__string-7 .form__group {
    max-width: initial !important;
  }
}

.form__string-8 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media screen and (max-width: 490px) {
  .form__string-8 {
    max-width: initial !important;
  }
}

.form__string-8 .form__group {
  grid-gap: 0.5rem 0rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 490px) {
  .form__string-8 .form__group {
    max-width: initial !important;
  }
}

.form__string-8 .form__group label {
  margin-bottom: 8px;
}

.form__string-8 .form__group label:last-child {
  margin-bottom: 0;
}

.form__string-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form__string-9 input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form__string-9 .form__select select {
  background-image: none;
}

.form__string-9 .form__select.error select {
  color: #F75959 !important;
}

.form__string-9 select {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 0 11px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
}

@-moz-document url-prefix() {
  .form__string-9 select {
    background-color: #FFF;
  }
}

.form__set, .form__set-2, .form__set-3 {
  display: block;
  width: 100%;
}

.form__set:first-child .form__row:first-child:before, .form__set-2:first-child .form__row:first-child:before, .form__set-3:first-child .form__row:first-child:before {
  display: none;
}

.form__set-2 .form__row {
  padding-top: 24px;
  padding-bottom: 24px;
}

.form__set-2 .form__row:first-child {
  padding-top: 24px;
}

.form__set-2 .form__row:last-child:after {
  display: none;
}

@media (max-width: 1023px) {
  .form__set-3 .form__col:nth-child(2) {
    margin-bottom: 23px;
    position: relative;
  }
  .form__set-3 .form__col:nth-child(2):after {
    content: '';
    display: block;
    width: calc(100% + 32px);
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 8px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .form__row {
    gap: 8px;
  }
}

.form__row:before, .form__row:after {
  display: block;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.form__row:before {
  content: '';
  top: 0;
}

.form__row:after {
  bottom: 0;
}

.form__row:first-child {
  margin-top: 0;
  padding-top: 0;
}

.form__row:last-child:after {
  content: '';
}

.form__row .form__field-name {
  margin-bottom: -8px;
}

@media (max-width: 767px) {
  .form__row .form__field-name {
    margin-bottom: 0;
  }
}

.form__row.border-0 {
  padding: 0;
}

.form__row.border-0:before, .form__row.border-0:after {
  display: none;
}

.form__col {
  display: block;
  width: calc(50% - 4px);
}

@media (max-width: 767px) {
  .form__col {
    width: 100%;
  }
}

.form__group {
  display: block;
  width: 100%;
  margin-top: 24px;
}

.form__group:first-child {
  margin-top: 0;
}

.form__field-name {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.form__field {
  display: block;
  width: 100%;
}

.form__input.error input,
.form__input.error select,
.form__input.error textarea, .form__select.error input,
.form__select.error select,
.form__select.error textarea, .form__textarea.error input,
.form__textarea.error select,
.form__textarea.error textarea {
  border-color: #F75959;
  background-color: #FFF5F5;
  color: #F75959;
}

.form__select {
  display: block;
  width: 100%;
}

.form__select select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.207 8.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414l4.293 4.293 4.293-4.293a1 1 0 0 1 1.414 0Z' fill='%23777'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: calc(100% - 11px) 50%;
  background-repeat: no-repeat;
  padding-right: 40px;
  color: #222222;
  cursor: pointer;
  background-color: #ffffff;
}

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}

.form__checkbox-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.form__checkbox-chips label {
  display: block;
  cursor: pointer;
}

@media (max-width: 575px) {
  .form__checkbox-chips label {
    width: calc(50% - 4px);
  }
}

.form__checkbox-chips input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__checkbox-chips input[type=checkbox]:checked + span {
  background-color: #1c959e;
  border-color: #1c959e;
  color: #ffffff;
  font-weight: 700;
}

.form__checkbox-chips input[type=checkbox]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 1px;
}

.form__checkbox-chips span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 4px 9px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 28px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 575px) {
  .form__checkbox-chips span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 40px;
    text-align: center;
    padding: 2px 9px;
  }
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__checkbox input[type=checkbox]:checked + span mark:after {
  border-color: #1c959e;
  background-color: #1c959e;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1924 8.46447C17.5829 8.85499 17.5829 9.48816 17.1924 9.87868L11.5355 15.5355C11.145 15.926 10.5118 15.926 10.1213 15.5355L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929C7.68342 10.9024 8.31658 10.9024 8.70711 11.2929L10.8284 13.4142L15.7782 8.46446C16.1687 8.07394 16.8019 8.07394 17.1924 8.46447Z'/%3E%3C/svg%3E");
}

.form__checkbox input[type=checkbox]:disabled + span mark {
  color: #aaaaaa;
  pointer-events: none;
}

.form__checkbox input[type=checkbox]:disabled + span mark:after {
  background-color: #f7f7f7;
}

.form__checkbox input[type=checkbox]:disabled[checked] + span mark {
  color: #000000;
  pointer-events: none;
}

.form__checkbox input[type=checkbox]:disabled[checked] + span mark:after {
  border-color: #cccccc;
  background-color: #cccccc;
}

.form__checkbox label {
  display: block;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .form__checkbox label:hover mark:before {
    border-color: #1c959e;
  }
}

.form__checkbox span {
  display: block;
  position: relative;
  padding-left: 28px;
}

.form__checkbox mark {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  line-height: 20px;
}

.form__checkbox mark:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.form__checkbox .color-7 {
  color: #777777;
  margin-left: 8px;
}

.form__checkbox__desc {
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.6;
}

.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1023px) {
  .form__radio {
    gap: 32px 24px;
  }
}

.form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__radio input[type=radio]:checked + span mark:before {
  border-color: #1c959e;
}

.form__radio input[type=radio]:checked + span mark:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form__radio label {
  display: block;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__radio span {
  display: block;
  position: relative;
  padding-left: 28px;
}

.form__radio mark {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  line-height: 20px;
}

.form__radio mark:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__radio mark:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1c959e;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1023px) {
  .form__radio.vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form__radio.color-white mark:before {
  background-color: white;
}

.form__radio-contented {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 0;
}

.form__radio-contented:first-child {
  padding-top: 0;
}

.form__radio-contented:after {
  content: '';
  display: block;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  left: -16px;
}

.form__radio-contented label {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 16px;
}

.form__radio-contented label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__radio-contented label input[type=radio]:checked + mark:before {
  border-color: #1c959e;
}

.form__radio-contented label input[type=radio]:checked + mark:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.form__radio-contented label mark:before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__radio-contented label mark:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1c959e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__radio-contented-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 400;
}

.form__radio-contented-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
  margin-top: 2px;
}

.form__radio-contented-desc svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #777777;
  margin-right: 4px;
  margin-top: -3px;
  vertical-align: middle;
}

.form__textarea {
  display: block;
}

.form__textarea:first-child {
  margin-top: 0;
}

.form__textarea textarea {
  height: 98px;
  padding: 11px;
  line-height: 21px;
}

@media (max-width: 1023px) {
  .form__textarea textarea {
    height: 60px;
  }
}

.form__textarea span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
  text-align: right;
  margin-top: 8px;
}

.form__range {
  display: block;
  width: 100%;
}

.form__range.marked .form__range-inner {
  padding-top: 44px;
}

.form__range-inner {
  display: block;
  width: 100%;
  padding: 11px 16px 0;
}

.form__range-marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0 auto -14px;
}

.form__range-marks li {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.form__range-marks li span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.form__range-marks li span:after {
  content: '';
  display: block;
  width: 1px;
  height: 7px;
  background-color: #eeeeee;
  margin: 4px auto 10px;
}

.form__range label {
  display: block;
  width: 100%;
  height: 24px;
  position: relative;
}

.form__range label span {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.form__range input {
  width: 100%;
  border-radius: 8px;
  height: 8px;
  background-color: transparent;
  -webkit-appearance: none;
  position: relative;
  z-index: 3;
}

.form__range input::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #ffffff;
  border: 3px solid #1c959e;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.form__range input::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #ffffff;
  border: 3px solid #1c959e;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  transform: translateY(-1px);
  width: 18px;
  height: 18px;
}

.form__range input:disabled {
  pointer-events: none;
  opacity: 1;
}

.form__range-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.form__range-desc span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
}

.form__range.circled .form__range-inner {
  padding-top: 6px;
}

.form__range.circled .form__range-marks {
  width: calc(100% - 12px);
  margin-bottom: -22px;
}

.form__range.circled label {
  height: 28px;
}

.form__range.circled label span {
  height: 3px;
  background-color: #cccccc;
  left: 8px;
  width: calc(100% - 16px);
}

.form__range.circled input {
  height: 3px;
}

.form__range.circled input::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  border-width: 1px;
  background: radial-gradient(circle, #ffffff 25%, #1c959e 25%, #1c959e 60%, #ffffff 60%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form__range.circled input::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-width: 1px;
  background: radial-gradient(circle, #ffffff 25%, #1c959e 25%, #1c959e 60%, #ffffff 60%);
  box-shadow: none;
}

.form__range.circled .form__range-marks li {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
}

.form__range.circled .form__range-desc span {
  color: #222222;
}

.form__range.marked .form__range-inner {
  padding-top: 40px;
}

.form__range.centered {
  margin-left: auto;
  margin-right: auto;
}

.form__required {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #ffffff;
  background-color: #F75959;
  border-radius: 22px;
  padding: 2px 12px;
}

.form__help {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #444444;
  margin-top: 4px;
  margin-bottom: 4px;
}

.form__help:first-child {
  margin-top: 0;
}

.form__help:last-child {
  margin-bottom: 0;
}

.form__help.error {
  color: #F75959;
  margin-top: 2px;
  margin-bottom: 2px;
}

.form__mark {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 78;
}

@media (max-width: 1023px) {
  .form__buttons {
    padding: 12px;
    gap: 8px;
  }
}

.form__buttons .button {
  min-width: 200px;
  margin: 0;
}

@media (max-width: 1023px) {
  .form__buttons .button {
    min-width: 170px;
  }
}

@media (max-width: 374px) {
  .form__buttons .button {
    min-width: inherit;
    width: 100%;
  }
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label + * {
  margin-top: 2px;
}

.form-select select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 34px 10px 12px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8736 8.79289C19.2641 9.18342 19.2641 9.81658 18.8736 10.2071L13.8736 15.2071C13.4831 15.5976 12.8499 15.5976 12.4594 15.2071L7.4594 10.2071C7.06887 9.81658 7.06887 9.18342 7.4594 8.79289C7.84992 8.40237 8.48309 8.40237 8.87361 8.79289L13.1665 13.0858L17.4594 8.79289C17.8499 8.40237 18.4831 8.40237 18.8736 8.79289Z' fill='%23777777'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 8px) 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.form-select select::-ms-expand {
  display: none;
}

.form__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .form__file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form__file-main {
  display: block;
  max-width: 200px;
  width: 100%;
}

.form__file-img {
  position: relative;
  max-width: 200px;
  display: block;
  width: 100%;
}

.form__file-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(200 / 200 * 100%);
  overflow: hidden;
}

.form__file-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.form__file-btn-wrap {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 8px;
  cursor: pointer;
}

.form__file-btn-wrap input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
}

.form__file-btn {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #1c959e;
  border-radius: 40px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1c959e;
}

.form__file-content {
  display: block;
  padding-left: 8px;
}

@media (max-width: 1023px) {
  .form__file-content {
    padding-top: 24px;
    padding-left: 0;
  }
}

.form__file-content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .form__file-content-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form__file-content-heading-icon {
  width: 24px;
  height: 24px;
  fill: #1c959e;
}

.form__file-name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #000000;
  margin-right: 8px;
}

.form__file-error {
  margin-top: 8px;
  color: #ED3939;
  background-color: #FFF5F5;
  border: 1px solid #FC8181;
  border-radius: 8px;
  padding: 6px 12px;
}

@media (max-width: 1023px) {
  .form__file-error {
    margin-top: 16px;
  }
}

.form__serch-text {
  color: #000000;
}

.link-blue {
  color: #29bcc7;
  text-decoration: underline;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].active {
  display: block;
}

.chips {
  display: block;
  margin-top: 8px;
}

.chips:first-child {
  margin-top: 0;
}

.chips__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.chips__item {
  display: block;
}

.chips__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c959e;
  padding: 4px 9px;
  border-radius: 22px;
  border: 1px solid transparent;
}

.chips a[href].chips__inner,
.chips button.chips__inner {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .chips a[href].chips__inner:hover,
  .chips button.chips__inner:hover {
    opacity: .6;
  }
}

.chips__text {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #ffffff;
}

.chips__icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  margin: 0 -4px 0 4px;
}

.chips-min-70 .chips__inner {
  min-width: 70px;
}

.chips-xs .chips__inner {
  padding: 2px 7px;
}

.chips-xs .chips__text {
  font-size: 10px;
  line-height: 14px;
}

.chips-sm .chips__inner {
  padding: 1px 7px;
}

.chips-lg .chips__inner {
  padding: 6px 9px;
}

.chips-xl .chips__inner {
  padding: 10px 9px;
}

.chips.outline .chips__inner {
  border: 1px solid #1c959e;
  background-color: transparent;
}

.chips.outline .chips__text {
  color: #222222;
}

.chips.outline .chips__icon {
  fill: #1c959e;
}

.chips.squad .chips__inner {
  border-radius: 2px;
  padding: 3px;
}

.chips.squad .chips__text {
  font-weight: 400;
}

.chips.squad.chips-lg .chips__inner {
  padding: 7px;
}

.chat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5fcfc;
}

@media (max-width: 1023px) {
  .chat-wrap {
    background-color: #ffffff;
  }
}

.chat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 16px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .chat {
    margin-top: 0;
    margin-bottom: 112px;
  }
}

.chat__icon {
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.chat__icon svg {
  fill: #777777;
}

.chat__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .chat__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
    position: initial;
  }
}

.chat__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #cccccc;
}

@media (max-width: 1023px) {
  .chat__aside {
    width: 100%;
  }
}

.chat__aside-top {
  padding: 16px;
}

.chat__aside-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.chat__aside-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  border-radius: 2px;
  background-color: #F5F5F5;
}

.chat__aside-body::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.chat__aside-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  background-color: #cccccc;
}

.chat__moreButton {
  text-align: center;
  border-top: solid 1px #cccccc;
  background-color: #f6f6f6;
}

.chat__moreButton a {
  font-weight: bold;
  display: block;
  padding: 12px 0;
  color: #1c959e;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.chat__moreButton a:hover {
  opacity: 0.5;
}

.chat__aside-inner {
  position: relative;
  height: 100%;
}

.chat__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .chat__main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background-color: #ffffff;
    z-index: 99;
    overflow: hidden;
  }
}

.chat__main.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.chat__main-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.chat__main-header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  z-index: 1;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1023px) {
  .chat__main-header {
    background-color: #f7f7f7;
  }
}

.chat__main-header.tablet-visible {
  display: none;
}

@media (max-width: 1023px) {
  .chat__main-header.tablet-visible {
    display: block;
  }
}

.chat__main-action {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .chat__main-action {
    background-color: #f5fcfc;
    max-width: 100%;
    padding: 16px;
  }
}

.chat__main-action + .chat__main-body {
  margin-top: 24px;
}

.chat__main-header-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .chat__main-header-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .chat__main-header-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-weight: 700;
  }
}

.chat__main-header-top {
  position: relative;
  padding: 8px 24px;
}

@media (max-width: 1023px) {
  .chat__main-header-top {
    padding: 15px 42px;
    min-height: 52px;
  }
}

.chat__main-header-top-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: none;
}

@media (max-width: 1023px) {
  .chat__main-header-top-btn {
    display: block;
  }
}

.chat__main-header-top-btn.btn--right {
  left: auto;
  right: 10px;
}

.chat__main-header-top-btn[data-accordion-btn] .svg, .chat__main-header-top-btn[data-accordion-btn] .chips__icon {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.chat__main-header-top-btn[data-accordion-btn].active .svg, .chat__main-header-top-btn[data-accordion-btn].active .chips__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.chat__main-header-top-btn svg {
  fill: #777777;
}

.chat__main-header-body {
  display: block;
}

.chat__main-header-body[data-accordion-content] {
  height: auto;
}

@media (max-width: 1023px) {
  .chat__main-header-body[data-accordion-content] {
    height: 0;
  }
}

.chat__main-header-body-inner {
  border-top: 1px solid #cccccc;
  min-height: 46px;
  padding: 3px 24px;
}

@media (max-width: 1023px) {
  .chat__main-header-body-inner {
    border: 0;
    padding: 3px 10px 10px;
  }
}

.chat__main-header-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

@media (max-width: 1023px) {
  .chat__main-header-body-list {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .chat__main-header-body-list-item {
    width: calc(100% / 3 - 8px);
  }
  .chat__main-header-body-list-item-fullwide {
    width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .chat__main-header-body-list-item-fullwide .button {
    width: 100%;
  }
}

@media (max-width: 767px) and (hover: hover) {
  .chat__main-header-body-list-item-fullwide .button:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .chat__main-header-body-list-item-halfwide {
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .chat__main-header-body-list-item-halfwide .button {
    width: 100%;
  }
}

@media (max-width: 767px) and (hover: hover) {
  .chat__main-header-body-list-item-halfwide .button:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .chat__main-header-body-list-item .button {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .chat__main-header-body-list-item .button {
    width: 100%;
  }
}

@media (hover: hover) {
  .chat__main-header-body-list-item .button:hover {
    background-color: transparent;
  }
}

.chat__main-header-body-list-item .button .button__text {
  margin: 0;
}

.chat__main-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}

@media (max-width: 767px) {
  .chat__main-body {
    padding: 16px;
  }
}

.chat__main-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  border-radius: 2px;
  background-color: #F5F5F5;
}

.chat__main-body::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

.chat__main-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px #cccccc;
  background-color: #cccccc;
}

.chat__main-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat__main-footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border-top: 1px solid #cccccc;
  min-height: 56px;
  background-color: #ffffff;
}

.chat__main-footer-form .form__group textarea {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.chat__main-footer-form-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 122px;
  width: 100%;
  margin-top: 0;
  margin-left: 8px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 767px) {
  .chat__main-footer-form-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .chat__main-footer-form-btn .button__text {
    display: none;
  }
}

.chat__main-footer-form-btn .svg, .chat__main-footer-form-btn .chips__icon {
  width: 20px;
  height: 20px;
}

.chat__main-footer-form-btn .svg + *, .chat__main-footer-form-btn .chips__icon + * {
  margin-left: 8px;
}

.chat__message {
  margin-bottom: 16px;
  position: relative;
}

.chat__message.float--right .chat__message-inner, .chat__message.float--right .chat__message-inner-2 {
  padding-right: 0;
  padding-left: 40px;
  float: right;
  max-width: 92%;
}

.chat__message.float--right .chat__message-body {
  background-color: #FFEBD9;
  border-radius: 12px 12px 0 12px;
}

.chat__message.float--right .chat__message-time-wrap {
  left: 0;
  right: auto;
}

.chat__message.chat__message--unfilled .chat__message-body {
  background-color: transparent;
}

.chat__message.bg-second .chat__message-body {
  background-color: #1c959e;
  color: #ffffff;
}

.chat__message-inner, .chat__message-inner-2 {
  position: relative;
  float: left;
  padding-right: 40px;
  z-index: 1;
}

.chat__message-inner-2 .button {
  margin-top: 8px;
}

.chat__message-inner-2 .button:first-child {
  margin-top: 0;
}

.chat__message-inner-2 .button:last-child {
  margin-top: 16px;
}

.chat__message-inner .form__row::before, .chat__message-inner-2 .form__row::before,
.chat__message-inner .form__row::after, .chat__message-inner-2 .form__row::after {
  content: none;
}

.chat__message-body {
  background-color: #F7F7F7;
  overflow: hidden;
  border-radius: 12px 12px 12px 0;
  padding: 16px;
}

.chat__message-body .chips__list {
  gap: 4px;
}

.chat__message-body .chips + .chips {
  margin-top: 4px;
}

.chat__message-platinum-scout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chat__message-platinum-scout .chat__icon {
  margin-right: 4px;
}

.chat__message-platinum-scout .chat__icon svg {
  fill: #110C4C;
}

.chat__message-platinum-scout:not(:first-child) {
  margin-top: 8px;
}

.chat__message-body-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 16px;
}

.chat__message-body-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.chat__message-body-text:not(:first-child) {
  margin-top: 16px;
}

.chat__message-body-caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.chat__message-body-caption:not(:first-child) {
  margin-top: 8px;
}

.chat__message-body-caption.platinum-scout {
  color: #110C4C;
  margin-top: 0;
}

.chat__message-time-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

.chat__message-time {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.chat__message-date-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

.chat__message-date-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}

.chat__message-date {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #ffffff;
  padding: 0 24px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.chat__information {
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .chat__information .button {
    width: 100%;
    min-height: 48px;
  }
}

.chat__information-tooltip {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  margin-top: 8px;
}

.chat__information-tooltip:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #1c959e;
}

.chat__information-tooltip-inner {
  color: #ffffff;
  padding: 16px;
  background-color: #1c959e;
  border-radius: 8px;
}

.chat__notification {
  width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .chat__notification {
    width: calc(100% - 32px);
  }
}

.chat__notification--small {
  max-width: 480px;
}

.chat__notification-inner {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 8px;
  color: #777777;
}

.chat__notification-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-weight: 700;
}

.chat__notification-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.chat__notification-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chat__notification-top + .chat__notification-content {
  margin-top: 8px;
}

.chat__no-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}

@media (max-width: 1023px) {
  .chat__no-content {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    width: initial;
  }
}

.chat__no-content-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
  text-align: center;
}

.chat__no-content-icon {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .chat__no-content-icon {
    width: 100px;
    height: 100px;
  }
}

.chat__no-content-icon svg, .chat__no-content-icon path {
  fill: #cccccc;
}

.chat .color-danger {
  color: #ED3939;
}

.chat .color-mute {
  color: #777777;
}

.chat-card {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
}

.chat-card .button {
  margin-top: 8px;
  max-width: 156px;
  width: 100%;
  position: absolute;
  top: 155px;
  left: 12px;
  z-index: 2;
}

@media (max-width: 767px) {
  .chat-card .button {
    max-width: 120px;
    top: 132px;
    left: 16px;
  }
}

.chat-card .button .button__text {
  margin: 0;
}

.chat-card.active {
  background-color: #f5fcfc;
}

.chat-card.active:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #1c959e;
}

@media (max-width: 767px) {
  .chat-card.active:after {
    display: none;
  }
}

.chat-card.platinum-scout {
  background: -webkit-gradient(linear, left top, right top, from(#FBE9FD), to(#D1F7FF));
  background: linear-gradient(90deg, #FBE9FD 0%, #D1F7FF 100%);
  color: #0A326E;
}

.chat-card.platinum-scout.active {
  background: -webkit-gradient(linear, left top, right top, from(#FAD9FC), to(#BAEDF7));
  background: linear-gradient(90deg, #FAD9FC 0%, #BAEDF7 100%);
}

.chat-card.platinum-scout.expired-scout {
  opacity: .7;
}

.chat-card.platinum-scout:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px solid #ffffff;
}

.chat-card.platinum-scout .chat-card__date {
  color: #0A326E;
}

.chat-card.expired-scout {
  background-color: #eeeeee;
  opacity: .6;
}

.chat-card.expired-scout.active {
  background-color: #cccccc;
}

.chat-card.unread-message .chat-card__date {
  position: relative;
  padding-right: 16px;
}

.chat-card.unread-message .chat-card__date:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ED3939;
}

.chat-card__inner {
  display: block;
  position: relative;
  z-index: 2;
  padding: 12px;
}

@media (max-width: 767px) {
  .chat-card__inner {
    padding: 16px;
  }
}

.chat-card a[href].chat-card__inner {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .chat-card a[href].chat-card__inner:hover {
    opacity: .8;
  }
}

.chat-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.chat-card__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-card__date.text-left {
  margin-left: 0;
  text-align: left;
}

.chat-card__platinum-title {
  display: block;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.64192 8.29674L12.0123 20M8.64192 8.29674L5.34586 8.32212M8.64192 8.29674L12.0123 4.00008M8.64192 8.29674L5.34586 4M8.64192 8.29674H12L15.3828 8.29693M12.0123 20L5.34586 8.32212M12.0123 20L2 8.32212M12.0123 20L18.6541 8.2465M12.0123 20L22 8.2465M12.0123 20L15.3828 8.29693M12.0123 4.00008L15.3828 8.29693M12.0123 4.00008H18.6541M12.0123 4.00008L5.34586 4M15.3828 8.29693L18.6541 4.00008M15.3828 8.29693L18.6541 8.2465M18.6541 4.00008V8.2465M18.6541 4.00008L22 8.2465M18.6541 8.2465H22M2 8.32212H5.34586M2 8.32212L5.34586 4M5.34586 8.32212V4' stroke='%230A326E' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 0 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.chat-card__body {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}

.chat-card__body .chips__list {
  gap: 4px;
}

.chat-card__body-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 156px;
  text-align: center;
}

@media (max-width: 767px) {
  .chat-card__body-info {
    max-width: 120px;
  }
}

.chat-card__body-info p {
  margin-top: 4px;
}

.chat-card__body-img {
  display: block;
  width: 98px;
  height: 74px;
  border-radius: 4px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 48px;
}

.chat-card__body-img.img--large {
  width: 156px;
  height: 117px;
}

@media (max-width: 767px) {
  .chat-card__body-img.img--large {
    width: 120px;
    height: 90px;
  }
}

.chat-card__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.chat-card__caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.chat-card__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.chat-card__location-icon {
  display: block;
  width: 18px;
  height: 18px;
  padding: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chat-card__location-icon svg {
  fill: #777777;
}

.chat-card__location-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.chat-card__location-tag-list-item {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.chat-card__body-content &gt; *:not(:first-child) {
  margin-top: 8px;
}

.chat-card .text-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chat-card .text-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.visible-accordion .chat__main-header:after {
  visibility: visible;
  opacity: .25;
}

.register-chat .chat__inner {
  max-width: 800px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.register-chat .chat__main {
  padding: 0 10px 10px;
}

@media (max-width: 1023px) {
  .register-chat .chat__main {
    padding: 0;
  }
}

.register-chat .chat__main-header {
  background-color: transparent;
  border: 0;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .register-chat .chat__main-header {
    background-color: #f7f7f7;
  }
}

@media (max-width: 1023px) {
  .register-chat .chat__main-header.mb-0-lg {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .register-chat .chat__main-header .chat__main-header-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.register-chat .chat__main-body {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
}

.register-chat .chat__main-body .chat__message.float--right.chat__message--unfilled .chat__message-inner, .register-chat .chat__main-body .chat__message.float--right.chat__message--unfilled .chat__message-inner-2 {
  padding: 0;
  max-width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.register-chat .chat__main-body .chat__message-inner, .register-chat .chat__main-body .chat__message-inner-2 {
  padding-right: 24px;
}

.register-chat .chat__main-body .form__string, .register-chat .chat__main-body .form__string-2, .register-chat .chat__main-body .form__string-3, .register-chat .chat__main-body .form__string-4, .register-chat .chat__main-body .form__string-5, .register-chat .chat__main-body .form__string-6, .register-chat .chat__main-body .form__string-7, .register-chat .chat__main-body .form__string-8 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  max-width: 354px;
  width: 100%;
}

.register-chat .chat__main-body .form__group {
  max-width: 400px;
}

.register-chat .chat__main-body .form__group .form__input {
  max-width: 400px;
}

@media (max-width: 767px) {
  .register-chat .chat__main-body .button {
    width: 100%;
  }
}

.navigation {
  display: block;
  border-bottom: 1px solid #dddddd;
  overflow-x: auto;
}

@media (max-width: 1023px) {
  .navigation {
    margin: 0 -16px;
  }
}

@media (min-width: 1024px) {
  .navigation--hidden-pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navigation--fixed-lg {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 0 12px;
  }
  .navigation--fixed-lg .navigation__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation--fixed-lg .navigation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 10px;
  }
  .navigation--fixed-lg .navigation__inner:after {
    display: none;
  }
  .navigation--fixed-lg .navigation__inner.active .navigation__text {
    color: #f5522a;
  }
  .navigation--fixed-lg .navigation__icon {
    margin-right: 0;
  }
  .navigation--fixed-lg .navigation__text {
    font-size: 10px;
    line-height: 15px;
  }
}

.navigation--smooth {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 54px;
  border: 0;
  bottom: 16px;
  width: calc(100% - 32px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-x: visible;
}

.navigation--smooth .navigation__inner.active .navigation__text {
  color: #777777;
}

.navigation--smooth .navigation__list {
  min-width: initial;
}

.navigation__logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 160px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .navigation__logo {
    max-width: 80px;
    margin-bottom: 16px;
  }
}

.navigation__logo picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(160 / 160 * 100%);
  overflow: hidden;
}

.navigation__logo picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media (max-width: 1023px) {
  .navigation__list {
    gap: 8px;
  }
}

.navigation__item {
  display: block;
}

.navigation__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 10px;
}

.navigation__inner.active:after {
  width: 100%;
}

.navigation__inner.active .navigation__text {
  color: #222222;
}

.navigation__inner.active .navigation__icon {
  fill: #f5522a;
}

.navigation__inner:after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #f5522a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.navigation__icon {
  width: 24px;
  height: 24px;
  fill: #aaaaaa;
  margin-right: 4px;
}

.navigation__text {
  font-weight: 700;
  color: #aaaaaa;
}

.navigation .hidden-sp {
  display: block;
}

@media (max-width: 767px) {
  .navigation .hidden-sp {
    display: none;
  }
}

.navigation .hidden-pc {
  display: block;
}

@media (min-width: 768px) {
  .navigation .hidden-pc {
    display: none;
  }
}

.navigation__recruittype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  .navigation__recruittype__item {
    width: calc(100% / 2);
    text-align: center;
  }
}

.navigation__recruittype__item a {
  display: block;
  padding: 6px 48px;
  color: #05A3AD;
  font-weight: bold;
}

.navigation__recruittype__item:first-child a {
  border-radius: 18px 0px 0px 18px;
}

.navigation__recruittype__item:last-child a {
  border-radius: 0 18px 18px 0;
}

.navigation__recruittype__item.is-active a {
  color: #FFF;
  background-color: #05A3AD;
  border-top: solid 1px #05A3AD;
  border-bottom: solid 1px #05A3AD;
  border-right: solid 1px #05A3AD;
  border-left: 0;
}

.navigation__recruittype__item.is-inactive a {
  color: #aaaaaa;
  background-color: #dddddd;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  pointer-events: none;
}

.navigation__recruittype__item.is-exist a {
  color: #05A3AD;
  background-color: #FFF;
  border-top: solid 1px #05A3AD;
  border-bottom: solid 1px #05A3AD;
  border-right: solid 1px #05A3AD;
  border-left: 0;
}

@media (max-width: 1023px) {
  .navigation-bottom-fixed-lg {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 12px;
    padding-left: 8px;
  }
}

@media (min-width: 1024px) {
  .navigation-bottom-fixed-lg.hidden-pc {
    display: none;
  }
}

.favorite-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #F35376;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.favorite-button svg {
  width: 21px;
  height: 21px;
  fill: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

.favorite-button.active svg {
  fill: #F35376;
}

[data-accordion-content] {
  height: 0;
  overflow: hidden;
}

[data-accordion-content].visible {
  height: auto;
}

.toggle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.toggle-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  background-color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #1c959e;
}

.toggle-list__item:first-child {
  border-radius: 4px 0 0 4px;
}

.toggle-list__item:last-child {
  border-radius: 0 4px 4px 0;
}

.toggle-list__item:not(:first-child) {
  border-left: 0;
}

.toggle-list__item.active {
  background-color: #1c959e;
}

.toggle-list__item.active .toggle-list__btn {
  color: #ffffff;
  font-weight: 700;
}

@media (hover: hover) {
  .toggle-list__item:hover {
    background-color: #EBF8FF;
    border-color: #1c959e;
  }
  .toggle-list__item:hover .toggle-list__btn {
    color: #1c959e;
  }
}

.toggle-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 14px;
  color: #1c959e;
  text-align: center;
}

.corporate {
  position: relative;
  padding-bottom: 76px;
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .corporate {
    padding-bottom: 88px;
  }
}

.corporate__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.corporate__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.corporate__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.corporate__text.color-grey {
  color: #777777;
}

.corporate__caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.corporate__phone-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-weight: 700;
  color: #1c959e;
}

.corporate__phone-link + p {
  margin-top: 4px;
}

.corporate-main {
  width: calc(100% - 360px);
  padding-right: 40px;
}

@media (max-width: 1023px) {
  .corporate-main {
    width: 100%;
    padding-right: 0;
  }
}

.corporate-block {
  margin-top: 24px;
}

.corporate-block__list {
  display: block;
}

.corporate-block__item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .corporate-block__item {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.corporate-block__item:not(:first-child) {
  margin-top: 16px;
}

.corporate-block__item &gt; *:not(:first-child) {
  margin-top: 12px;
}

.corporate-block__item-inner {
  padding-left: 8px;
  padding-right: 8px;
}

.corporate-block__item-inner &gt; *:not(:first-child) {
  margin-top: 12px;
}

.corporate-block__item-inner &gt; .chips:first-child {
  margin-top: 12px;
}

.corporate-block &gt; *:not(:first-child) {
  margin-top: 16px;
}

.corporate-block .assistants__jobs-list {
  margin-top: 0;
}

.corporate-block__chips__list &gt; li {
  margin-top: 16px;
}

.corporate-block__chips__list &gt; li:first-child {
  margin-top: 0;
}

.corporate-block__chips__list__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 575px) {
  .corporate-block__chips__list__item__flex {
    width: 100%;
  }
}

.corporate-block__chips__list__item__flex .corporate-block__chips__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.corporate-block__chips__list__item__flex .corporate-block__chips__list__item .chips {
  min-width: 45px;
}

@media (max-width: 575px) {
  .corporate-block__chips__list__item__flex .corporate-block__chips__list__item:first-child {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .corporate-block__chips__list__item__flex .corporate-block__chips__list__item:last-child {
    width: 50%;
  }
}

.corporate-block__chips__list__desc {
  margin-top: 8px;
}

.corporate-block__chips__list__desc b {
  font-weight: normal;
}

.corporate-aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
}

@media (max-width: 1023px) {
  .corporate-aside {
    position: relative;
    width: 100%;
  }
}

.corporate-aside__content {
  padding: 0 16px 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .corporate-aside__content {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}

.corporate-aside__content .jobs__card-address {
  margin-bottom: 2px;
}

@media (max-width: 1023px) {
  .corporate-aside__content-inner {
    display: none;
  }
}

.corporate-aside__group {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.corporate-aside__group .history__card-definition-name {
  line-height: 10px;
}

.corporate-aside__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.corporate-aside__text {
  color: #777777;
  margin-bottom: 8px;
}

.corporate-aside__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  margin-bottom: 4px;
}

.corporate-aside__phone-icon {
  width: 24px;
  height: 24px;
  fill: #1c959e;
  margin-right: 4px;
}

.corporate-aside__btns-text {
  display: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .corporate-aside__btns-text {
    display: block;
  }
}

.corporate-aside__btns {
  padding-top: 12px;
}

@media (max-width: 1023px) {
  .corporate-aside__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 8px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 0;
  }
  .corporate-aside__btns .button {
    margin-top: 0;
    padding: 11px 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .corporate-aside__btns .button__text {
    margin: 0;
  }
}

.corporate-aside__btns .button {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}

.corporate-aside__subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  margin-bottom: 12px;
}

.corporate-aside__img {
  position: relative;
  max-width: 360px;
  display: block;
  width: 100%;
}

.corporate-aside__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(283 / 360 * 100%);
  overflow: hidden;
}

.corporate-aside__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .corporate-aside__bottom {
    display: none;
  }
}

.corporate-aside__bottom-inner {
  margin-top: 16px;
}

.aside-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
}

@media (max-width: 1023px) {
  .aside-login {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 15px;
  }
}

.aside-login__contents {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(20, 116, 123, 0.12));
          filter: drop-shadow(0px 4px 10px rgba(20, 116, 123, 0.12));
}

@media (max-width: 1023px) {
  .aside-login__contents {
    display: none;
  }
}

.aside-login__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #1c959e;
  border-radius: 8px 8px 0px 0px;
  padding: 8px 16px;
  color: #ffffff;
}

.aside-login__form {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
}

.aside-login__form .button {
  width: 100%;
}

.aside-login__form .form__checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aside-login__banner {
  position: relative;
  max-width: 260px;
  padding-top: 16px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .aside-login__banner {
    max-width: 342px;
  }
}

.aside-login__banner picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(208 / 260 * 100%);
  overflow: hidden;
}

.aside-login__banner picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.aside-login__actions {
  margin-top: 16px;
  padding: 16px 22px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  .aside-login__actions {
    padding: 22px 0;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.aside-login__actions-title {
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1c959e;
}

.aside-login__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .aside-login__social {
    max-width: 218px;
    margin-right: auto;
    margin-left: auto;
  }
}

.aside-login__social-item {
  display: block;
  width: calc(100% / 3);
}

.aside-login__social-inner {
  display: block;
  width: 100%;
}

.aside-login__social-img {
  position: relative;
  max-width: 56px;
  display: block;
  width: 100%;
}

.aside-login__social-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(56 / 56 * 100%);
  overflow: hidden;
}

.aside-login__social-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.aside-login__app {
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), repeating-linear-gradient(135deg, #FFF 3px 8px, transparent 10px 10px);
  background-image: linear-gradient(#fff 0 100%), repeating-linear-gradient(135deg, #FFF 3px 8px, transparent 10px 10px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 16px) calc(100% - 16px), 100%;
  background-color: rgba(28, 149, 158, 0.7);
  padding: 22px;
}

@media (max-width: 1023px) {
  .aside-login__app {
    background-size: calc(100% - 20px) calc(100% - 20px), 100%;
  }
}

.aside-login__app-img {
  max-width: 70px;
  margin: 0 auto;
  padding: 4px;
  aspect-ratio: 1 / 1;
  border: solid 1px #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .aside-login__app-img {
    max-width: 80px;
  }
}

.aside-login__app-title {
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 8px;
}

.aside-login__app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

@media (max-width: 1023px) {
  .aside-login__app-list {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}

.aside-login__app-text {
  margin-bottom: 12px;
}

.aside-login__app-item:first-child {
  width: 54%;
}

.aside-login__app-item:last-child {
  width: 46%;
}

.aside-login__app-item a {
  display: block;
}

.aside-login__app-item img {
  width: 100%;
  vertical-align: bottom;
}

.modal, .modal-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.modal.open, .open.modal-2 {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .modal .hidden-pc, .modal-2 .hidden-pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .modal .hidden-lg, .modal-2 .hidden-lg {
    display: none;
  }
}

@media (max-width: 1023px) {
  .modal--small .modal__inner {
    height: initial;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .modal--small .modal__footer {
    position: -webkit-sticky;
    position: sticky;
  }
}

.modal__wrap {
  position: relative;
}

.modal__inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 720px;
  max-height: 560px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1023px) {
  .modal__inner {
    max-width: initial;
    max-height: initial;
    height: 100%;
    border-radius: 0;
    padding-bottom: 80px;
  }
}

.modal__cross {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.modal__cross svg {
  fill: #ffffff;
}

@media (min-width: 1024px) {
  .modal__btn-back {
    display: none;
  }
}

.modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 16px 24px;
  background-color: #f5fcfc;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 1023px) {
  .modal__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0;
  }
}

.modal__title-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
}

.modal__body-caption {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.modal__body-caption + select {
  margin-top: 8px;
}

.modal__form {
  display: block;
  width: 100%;
}

.modal__body {
  margin-top: 8px;
  padding: 16px;
}

.modal__body-container {
  max-width: 344px;
  margin-right: auto;
  margin-left: auto;
}

.modal__body-container + p {
  margin-top: 8px;
}

.modal__body-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__body-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__body-search .button {
  margin-top: 0;
  margin-left: 8px;
  min-width: 80px;
  padding-right: 2px;
  padding-left: 2px;
}

.modal__body-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.modal__body-btns .button {
  width: 100%;
  margin-top: 0;
  margin-right: 8px;
}

.modal__body-btns .button:last-child {
  margin-right: 0;
}

.modal__footer {
  margin-top: 8px;
  padding: 16px;
  border-top: 1px solid #eeeeee;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1023px) {
  .modal__footer {
    position: fixed;
  }
}

@media (max-width: 1023px) {
  .modal__footer--second .button {
    display: none;
  }
}

@media (max-width: 1023px) {
  .modal__footer-btn--second.button {
    display: block;
    width: 100%;
  }
}

.modal__footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__footer-btns .button {
  margin-top: 0;
  margin-right: 8px;
  min-width: 122px;
}

.modal__footer-btns .button:last-child {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .modal__footer-btns .button:last-child {
    min-width: 200px;
  }
}

@media (max-width: 374px) {
  .modal__footer-btns .button:last-child {
    min-width: initial;
    max-width: 200px;
    width: 100%;
  }
}

.modal__check-list .form__checkbox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__check-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 24px;
}

.modal__check-btn.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal [data-accordion-content] .modal__check-sublist, .modal-2 [data-accordion-content] .modal__check-sublist {
  background-color: #f7f7f7;
  max-height: 180px;
  overflow-y: auto;
}

@media (max-width: 1023px) {
  .modal [data-accordion-content] .modal__check-sublist, .modal-2 [data-accordion-content] .modal__check-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .modal [data-accordion-content] .modal__check-sublist &gt; li, .modal-2 [data-accordion-content] .modal__check-sublist &gt; li {
    width: calc((100% / 2) - (24px / 2 * 1));
  }
}

.modal [data-accordion-content] .modal__check-subitem-inner, .modal-2 [data-accordion-content] .modal__check-subitem-inner {
  padding: 0;
  border: 0;
}

.modal__check-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 60px;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
}

.modal__check-sublist &gt; li {
  width: calc((100% / 3) - (60px / 3 * 2));
}

@media (max-width: 1023px) {
  .modal__check-sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 24px;
    padding-right: 0;
    padding-left: 0;
  }
  .modal__check-sublist &gt; li {
    width: calc((100% / 1) - (24px / 1 * 0));
  }
}

@media (max-width: 1023px) {
  .modal__check-subitem-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding: 8px 24px;
  }
}

.modal__category-list {
  max-height: 276px;
  overflow-y: auto;
}

.modal__category-item:first-child .modal__category-text {
  border-top: 1px solid #eeeeee;
}

.modal__category-item-inner {
  display: block;
  width: 100%;
}

.modal__category-item-inner input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
}

.modal__category-item-inner input:checked + span {
  background-color: #ffffff;
  background-color: #E6F9FA;
  border-bottom: 1px solid #f3fcfd;
}

.modal__category-text {
  color: #000000;
  display: block;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
}

.modal-2 {
  padding: 0 16px;
}

.modal-2 .modal__inner {
  max-width: 640px;
  min-width: 640px;
  height: 320px;
  border-radius: 12px;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .modal-2 .modal__inner {
    min-width: 320px;
  }
}

.modal-2 .modal__footer {
  position: -webkit-sticky;
  position: sticky;
}

@media (min-width: 1024px) {
  .modal .jq-shindan-img, .modal-2 .jq-shindan-img {
    width: 23%;
  }
}

.box--sidespace {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
}

.box--flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box--flexBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box--flexLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box--flexLeftStretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.box--flexLeftTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box--flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box--Center {
  text-align: center;
}

.box--Parallel {
  width: 49.3%;
}

.box--Parallel:nth-child(odd) {
  float: left;
}

.box--Parallel:nth-child(even) {
  float: right;
}

.box--whalf {
  width: 50%;
}

.box--wfull {
  width: 100%;
}

.box--inBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 2px solid #cccccc;
}

.box--question {
  line-height: 1.5;
  padding: 8px 10px 6px;
}

.box--answer {
  word-wrap: break-word;
  font-size: 1.3rem;
}

.box--thinW {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.box--basic {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.box--basic--noRadius {
  border-radius: 0;
}

.box--basic__inTitl, .box--basic__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--basic__cont, .box--basic__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--basic__under {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  border-radius: 0 0 3px 3px;
}

.box--basic__under--noRadius {
  border-radius: 0;
}

.box--basic__under__inTitl, .box--basic__under__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--basic__under__cont, .box--basic__under__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px 20px 10px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.box--data--noRadius {
  border-radius: 0;
}

.box--data__inTitl, .box--data__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--data__cont, .box--data__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--data:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--data:hover {
  background: #f6f6f6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.box--basicOff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.box--form {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
}

.box--form--noRadius {
  border-radius: 0;
}

.box--form__inTitl, .box--form__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--form__cont, .box--form__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--form.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--form .box--form__inTitl,
.box--form .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--form .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--form .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--form .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--form .box--form__cont,
.box--form .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--form .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--form .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--form .in--padding {
  padding: 0 10px;
}

.box--form .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--form .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--form .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--form__apply {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
  width: 690px;
}

.box--form__apply--noRadius {
  border-radius: 0;
}

.box--form__apply__inTitl, .box--form__apply__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--form__apply__cont, .box--form__apply__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--form__apply.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--form__apply .box--form__inTitl,
.box--form__apply .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--form__apply .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--form__apply .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__apply .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__apply .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--form__apply .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--form__apply .box--form__cont,
.box--form__apply .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--form__apply .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--form__apply .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--form__apply .in--padding {
  padding: 0 10px;
}

.box--form__apply .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--form__apply .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__apply .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--form__apply .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__apply .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--form__apply__under {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
  width: 690px;
  border-radius: 0 0 3px 3px;
}

.box--form__apply__under--noRadius {
  border-radius: 0;
}

.box--form__apply__under__inTitl, .box--form__apply__under__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--form__apply__under__cont, .box--form__apply__under__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--form__apply__under.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--form__apply__under .box--form__inTitl,
.box--form__apply__under .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--form__apply__under .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--form__apply__under .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__apply__under .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__apply__under .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--form__apply__under .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--form__apply__under .box--form__cont,
.box--form__apply__under .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--form__apply__under .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--form__apply__under .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--form__apply__under .in--padding {
  padding: 0 10px;
}

.box--form__apply__under .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--form__apply__under .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__apply__under .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--form__apply__under .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__apply__under .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--formFull {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
  margin: 20px auto 10px;
  width: 100%;
}

.box--formFull--noRadius {
  border-radius: 0;
}

.box--formFull__inTitl, .box--formFull__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--formFull__cont, .box--formFull__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--formFull.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--formFull .box--form__inTitl,
.box--formFull .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--formFull .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--formFull .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--formFull .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--formFull .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--formFull .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--formFull .box--form__cont,
.box--formFull .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--formFull .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--formFull .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--formFull .in--padding {
  padding: 0 10px;
}

.box--formFull .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--formFull .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--formFull .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--formFull .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--formFull .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--formAttention {
  font-weight: bold;
  position: relative;
  width: 640px;
  margin: 20px auto;
  text-align: center;
  letter-spacing: 0.44px;
  color: #ff714c;
}

.box--formAttention:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 90px;
  height: 1px;
  content: '';
  background: #ff714c;
}

.box--formAttention:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 90px;
  height: 1px;
  content: '';
  background: #ff714c;
}

.box--formNoBorder {
  width: 640px;
  margin: 0 auto;
}

.box--formHalfWrap {
  width: 640px;
  margin: 0 auto 10px;
}

.box--formHalf {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
  width: 49.5%;
  margin: 0;
}

.box--formHalf--noRadius {
  border-radius: 0;
}

.box--formHalf__inTitl, .box--formHalf__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--formHalf__cont, .box--formHalf__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--formHalf.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--formHalf .box--form__inTitl,
.box--formHalf .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--formHalf .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--formHalf .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--formHalf .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--formHalf .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--formHalf .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--formHalf .box--form__cont,
.box--formHalf .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--formHalf .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--formHalf .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--formHalf .in--padding {
  padding: 0 10px;
}

.box--formHalf .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--formHalf .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--formHalf .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--formHalf .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--formHalf .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--formHalf:nth-child(even) {
  margin-left: 1%;
}

.box--form__flatGray {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 640px;
  margin: 0 auto 10px;
  background-color: #f6f6f6;
}

.box--form__flatGray--noRadius {
  border-radius: 0;
}

.box--form__flatGray__inTitl, .box--form__flatGray__titl {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.2rem;
}

.box--form__flatGray__cont, .box--form__flatGray__inCont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  color: #000000;
  border-top: solid 1px #cccccc;
}

.box--form__flatGray.box--form--hover:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #f6f6f6;
}

.box--form__flatGray .box--form__inTitl,
.box--form__flatGray .box--form__titl {
  display: block;
  width: 100%;
  background: #f6f6f6;
}

.box--form__flatGray .box--form__inTitl {
  border-top: solid 1px #cccccc;
  font-weight: normal;
}

.box--form__flatGray .box--form__inRead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  color: #666666;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__flatGray .box--form__inTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #333333;
  border-top: solid 1px #cccccc;
  font-size: 1.2rem;
}

.box--form__flatGray .box--form__lineTop {
  border-top: solid 1px #cccccc;
}

.box--form__flatGray .box--form__lineBottom {
  border-bottom: solid 1px #cccccc;
}

.box--form__flatGray .box--form__cont,
.box--form__flatGray .box--form__inCont {
  padding: 10px;
  background: #ffffff;
}

.box--form__flatGray .box--form__contNoBottom {
  padding: 10px 10px 0;
  background: #ffffff;
}

.box--form__flatGray .box--form__contNoPadding {
  padding: 0;
  background: #ffffff;
}

.box--form__flatGray .in--padding {
  padding: 0 10px;
}

.box--form__flatGray .box--formPullBtn {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #ffffff;
  transition: all .5s;
}

.box--form__flatGray .box--formPullBtn:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__flatGray .box--formPullBtn--act {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition: all .5s;
}

.box--form__flatGray .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #d1a969;
  border-right: solid 2px #d1a969;
}

.box--form__flatGray .box--formPullBtn--act:after {
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box-640 {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.applyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1px;
}

.applyBox__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  min-height: 65px;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -1px;
}

.applyBox__item__title {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
}

.applyBox__item:nth-of-type(odd) {
  border-right: 1px solid #eeeeee;
}

.applyBox__item:last-child, .applyBox__item:nth-last-child(2):nth-of-type(odd) {
  border-bottom: none;
}

.applyBox__item__detail {
  word-wrap: break-word;
  word-break: break-all;
}

.applyBox__noBorderBottom {
  border-bottom: none;
}

.applyBox__itemFull {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  min-height: 65px;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -1px;
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.applyBox__itemFull__title {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
}

.applyBox__itemFull:last-child {
  border-bottom: none;
}

.applyBox__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  min-height: 65px;
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -1px;
  width: 100%;
  padding: 0;
}

.applyBox__items__title {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
}

.applyBox__items__title {
  padding: 15px 15px 10px;
}

.applyBox__items__item {
  border-top: 1px solid #eeeeee;
  margin: 0 0 10px;
}

.applyBox__items:last-child {
  border-bottom: none;
}

.box--msgHead {
  border: solid 1px #cccccc;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.box--msgDate {
  height: 24px;
  margin-bottom: 20px;
}

.box--msgDate span {
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background: #999999;
  color: #ffffff;
  border-radius: 24px;
  line-height: 1;
}

.box--msgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}

.box--msg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 55%;
  padding: 10px 15px;
  color: #333333;
  border-radius: 5px;
  background: #f6f6f6;
  border: solid 1px #cccccc;
  font-size: 1.3rem;
}

.box--msg__read {
  font-weight: bold;
}

.box--msgTime {
  padding-left: 10px;
  color: #666666;
  font-size: 1.1rem;
}

.box--msgReWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 20px;
}

.box--msgRe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 55%;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 5px;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  font-size: 1.3rem;
}

.box--msgRe__read {
  font-weight: bold;
}

.box--msgReTime {
  padding-right: 10px;
  color: #666666;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box--msgReTime span {
  line-height: 15px;
}

.box--flashMessage {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #29bcc7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #29bcc7;
  font-size: 1.3rem;
  cursor: pointer;
}

.box--flashMessage span {
  display: inline-block;
  padding-right: 20px;
}

.box--flashMessage:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background: #29bcc7;
  display: block;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box--flashMessage:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background: #29bcc7;
  display: block;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.box--terms {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.box--terms__titl {
  font-weight: bold;
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

.box--terms__cont {
  font-size: 1.3rem;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box--modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.box--modalBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.box--modalContWrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box--modalCont {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
  width: 480px;
  height: 311px;
  background: #ffffff;
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box--modalCont__btn {
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
}

.box--modalCont__can {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.box--fairSearch {
  padding: 10px;
}

.box--fairSearch__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box--fairSearch__select {
  width: 489px;
}

.box--modalContBrief {
  height: 246px;
}

.box--formAlert {
  width: 690px;
  height: 38px;
  line-height: 38px;
  padding: 0 0 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #29bcc7;
  border-radius: 3px;
  border: solid 1px #29bcc7;
  margin: 20px auto 10px;
  position: relative;
}

.box--formAlert__close {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}

.box--formAlert__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 12px;
  display: block;
  background: #29bcc7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box--formAlert__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 12px;
  display: block;
  background: #29bcc7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box--offer-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

.box--relative {
  position: relative;
}

.box--chatPassFloat {
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: left;
  font-size: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  width: 135px;
  top: 0px;
  left: -400px;
  z-index: 1;
}

@media (max-width: 767px) {
  .box--chatPassFloat {
    top: -25px;
    left: -160px;
  }
}

.box--chatPassFloat:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 2;
}

.box--chatPassFloat:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -7px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #cccccc transparent;
  z-index: 1;
}

.box--chatPassFloat p {
  padding: 1px 0 1px 20px;
}

.box--chatPassFloat__check {
  background: url("/images/user/qj/sp/uf-c_chat_check_icon.svg") no-repeat left center;
}

.box--chatPassFloat__checked {
  color: #fe6377;
  background: url("/images/user/qj/sp/uf-c_chat_checked_icon.svg") no-repeat left center;
}

.badge-navi {
  position: absolute;
  min-width: 23px;
  height: 23px;
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
  background: #ED3939;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px;
  margin-left: 5px;
}

@media (max-width: 1023px) {
  .badge-navi {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .badge-navi.scount-navi {
    right: -10px !important;
  }
}

.badge-footerBtn {
  position: absolute;
  min-width: 23px;
  height: 23px;
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
  background: #ED3939;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 4px;
  left: calc(50% + 10px);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.badge-footerBtn span {
  display: block;
}

.badge-sidebarBtn {
  position: absolute;
  min-width: 23px;
  height: 23px;
  padding: 2px 5px;
  cursor: pointer;
  text-align: center;
  background: #ED3939;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  font-size: 0.5rem;
  position: static;
}

.is-notice::before {
  position: absolute;
  top: 15PX;
  right: 15px;
  content: "";
  background: #ED3939;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 10;
}

.tokusyu__chips-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
}

@media (max-width: 575px) {
  .tokusyu__chips-list li {
    width: calc(100% / 2 - 8px);
  }
}

.tokusyu__chips-list li img {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 575px) {
  .tokusyu__chips-img {
    height: auto;
  }
}

.tokusyu__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tokusyu__category-list li {
  background-color: #FCE8F0;
  color: #F35376;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 8px;
  font-size: 12px;
}

/*!* layout parts *!*/
.my-page {
  position: relative;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .my-page {
    padding-bottom: 112px;
  }
}

.my-page__pofile-header {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}

.my-page__pofile-header .container, .my-page__pofile-header .container-1, .my-page__pofile-header .container-2, .my-page__pofile-header .container-3, .my-page__pofile-header .container-4 {
  padding: 0 12px;
}

.my-page__pofile-header-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1c959e;
}

.my-page__pofile-header-text {
  margin-top: 2px;
  color: #444444;
}

.my-page__pofile-header-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  margin-top: 12px;
  color: #777777;
}

.my-page__top {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 1023px) {
  .my-page__top {
    padding: 0;
  }
  .my-page__top .container, .my-page__top .container-1, .my-page__top .container-2, .my-page__top .container-3, .my-page__top .container-4 {
    padding: 0;
  }
}

.my-page__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media (max-width: 1279px) {
  .my-page__top-inner {
    gap: 25px;
  }
}

@media (max-width: 1023px) {
  .my-page__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 767px) {
  .my-page__top-inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.my-page__top-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .my-page__top-user {
    padding: 16px 16px 32px;
  }
}

@media (max-width: 767px) {
  .my-page__top-user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .my-page__top-user-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .my-page__top-user-history .my-page__top-user-edit {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .my-page__top-user-history .button {
    margin-top: 16px;
    width: 100%;
  }
}

.my-page__top-user-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-page__top-user-edit {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 109px;
}

.my-page__top-user-avatar {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .my-page__top-user-avatar {
    width: 110px;
    height: 110px;
  }
}

.my-page__top-user-avatar + .my-page__top-user-info {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .my-page__top-user-avatar + .my-page__top-user-info {
    margin-left: 16px;
  }
}

.my-page__top-user-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-page__top-user-name-alphabet {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.my-page__top-user-name {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.my-page__top-user-age {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}

.my-page__top-user-info-footer-tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
  gap: 8px;
}

.my-page__top-user-info-footer-tag-row .button {
  margin-top: 0;
  background-color: #06C755;
  border-color: #06C755;
}

.my-page__top-user-info-footer-tag-row .tags {
  margin: 0;
  min-width: 135px;
}

.my-page__top-user-info-footer-tag-row .tags__list {
  gap: 8px;
}

.my-page__top-rating-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1023px) {
  .my-page__top-rating-block {
    width: 100%;
    padding: 16px;
    border-top: 1px solid #eeeeee;
  }
}

.my-page__top-rating-block-title {
  display: block;
  text-align: center;
}

.my-page__top-rating-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.my-page__rating {
  display: block;
}

.my-page__rating-inner {
  display: block;
  width: 82px;
  height: 82px;
}

.my-page__rating-inner circle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: stroke-dasharray .4s ease-in-out;
  transition: stroke-dasharray .4s ease-in-out;
}

.my-page__rating-caption {
  margin-top: 10px;
  text-align: center;
}

.my-page__body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5fcfc;
}

@media (max-width: 1023px) {
  .my-page__body {
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .my-page__body .container, .my-page__body .container-1, .my-page__body .container-2, .my-page__body .container-3, .my-page__body .container-4 {
    padding: 0;
  }
}

.my-page__body-inner {
  position: relative;
}

.my-page__main {
  width: calc(100% - 400px);
}

@media (max-width: 1023px) {
  .my-page__main {
    width: 100%;
  }
}

.my-page__aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
}

@media (max-width: 1023px) {
  .my-page__aside {
    position: relative;
    width: 100%;
  }
}

.my-page__aside [data-accordion-btn] {
  pointer-events: none;
}

@media (max-width: 1023px) {
  .my-page__aside [data-accordion-btn] {
    pointer-events: initial;
  }
}

.my-page__aside [data-accordion-btn].active .my-page__aside-btn-select {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.my-page__aside [data-accordion-content] {
  height: auto;
}

@media (max-width: 767px) {
  .my-page__aside [data-accordion-content] {
    height: 0;
  }
}

.my-page__aside-inner {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .my-page__aside-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.my-page__aside-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #1c959e;
  padding: 8px 16px;
  color: #ffffff;
  min-height: 40px;
  overflow: hidden;
  gap: 8px;
}

@media (max-width: 1023px) {
  .my-page__aside-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.my-page__aside-header-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-page__aside-btn-select {
  display: none;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@media (max-width: 1023px) {
  .my-page__aside-btn-select {
    display: block;
  }
}

.my-page__aside-btn-select svg {
  fill: #ffffff;
}

.my-page__aside-link {
  display: block;
}

.my-page__aside-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .my-page__aside-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .my-page__aside-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-weight: 700;
  }
}

.my-page__aside-body-top {
  padding: 12px 16px 13px;
}

.my-page__aside-body-top .heading-2 {
  font-size: 16px;
}

.my-page__aside-body-content-item {
  border-bottom: 1px solid #eeeeee;
}

.my-page__aside-body-content-item:first-child {
  border-top: 1px solid #eeeeee;
}

.my-page__aside-body-content-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}

.my-page__aside-body-content-item-link &gt; *:not(:first-child) {
  margin-top: 4px;
}

.my-page__aside-bottom {
  padding: 16px;
}

.my-page__aside-bottom &gt; *:not(:first-child) {
  margin-top: 10px;
}

.my-page__aside-bottom-img {
  max-width: 340px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

[data-progress] {
  position: relative;
}

[data-progress]:before, [data-progress]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-progress]:before {
  content: attr(data-progress) "%";
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #222222;
}

[data-progress].complete:before {
  content: '\5B8C\4E86';
  top: 61%;
  font-size: 12px;
  line-height: 18px;
  background-image: -webkit-gradient(linear, left top, right top, from(#EF257A), color-stop(44.27%, #F03843), to(#FCA729));
  background-image: linear-gradient(90deg, #EF257A 0%, #F03843 44.27%, #FCA729 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

[data-progress].complete:after {
  content: '';
  top: 39%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5607 0.43934C24.1464 1.02513 24.1464 1.97487 23.5607 2.56066L8.56066 17.5607C7.97487 18.1464 7.02513 18.1464 6.43934 17.5607L0.43934 11.5607C-0.146447 10.9749 -0.146447 10.0251 0.43934 9.43934C1.02513 8.85355 1.97487 8.85355 2.56066 9.43934L7.5 14.3787L21.4393 0.43934C22.0251 -0.146447 22.9749 -0.146447 23.5607 0.43934Z' fill='url(%23paint0_linear_3244_230502)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3244_230502' x1='4.47035e-08' y1='9' x2='24' y2='9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EF257A'/%3E%3Cstop offset='0.442708' stop-color='%23F03843'/%3E%3Cstop offset='1' stop-color='%23FCA729'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  width: 21px;
  height: 15px;
}

.my-page-edit {
  display: block;
  padding: 24px 0 80px;
  background-color: #f5fcfc;
}

@media (max-width: 1023px) {
  .my-page-edit {
    background-color: transparent;
    padding: 16px 0 88px;
  }
}

.my-page-edit .container, .my-page-edit .container-1, .my-page-edit .container-2, .my-page-edit .container-3, .my-page-edit .container-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-page-edit__sidebar {
  display: block;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .my-page-edit__sidebar {
    display: none;
  }
}

.my-page-edit__sidebar + .my-page-edit__main {
  padding-left: 40px;
}

@media (max-width: 1023px) {
  .my-page-edit__sidebar + .my-page-edit__main {
    padding-left: 0;
  }
}

.my-page-edit__main {
  display: block;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.my-page-edit__tabs {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.my-page-edit__tabs-list {
  display: block;
}

.my-page-edit__tabs-item {
  display: block;
}

.my-page-edit__tabs-inner {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #777777;
  padding: 12px 13px 13px 16px;
  text-align: right;
  border-right: 3px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) {
  .my-page-edit__tabs-inner:hover {
    opacity: .5;
  }
}

.my-page-edit__tabs-inner.active {
  border-color: red;
  color: #222222;
  pointer-events: none;
}

.my-page-edit__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.history {
  display: block;
  width: 100%;
  padding: 24px 0 80px;
}

@media (max-width: 1023px) {
  .history {
    padding: 16px 0 80px;
  }
}

.history .container, .history .container-1, .history .container-2, .history .container-3, .history .container-4 {
  max-width: calc(980px + 16px * 2);
}

.history__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .history__title-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1023px) {
  .history__title-wrap .history__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.history__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .history__title {
    text-align: center;
  }
}

.history__title.color-9 {
  color: #f5522a;
}

.history__title--small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .history__title--small {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .history__title-description {
    display: none;
  }
}

.history__card {
  display: block;
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .history__card {
    width: calc(100% + 32px);
    margin-top: 16px;
    margin-left: -16px;
  }
}

.history__card:first-child {
  margin-top: 0;
}

.history__card-list {
  display: block;
  width: 100%;
}

.history__card-item {
  display: block;
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .history__card-item {
    margin-top: 32px;
  }
}

.history__card-item:first-child {
  margin-top: 0;
}

.history__card-item--small .history__card-swiper {
  width: 364px;
}

@media (max-width: 1023px) {
  .history__card-item--small .history__card-swiper {
    width: 100%;
  }
}

.history__card-item--small .history__card-thumbs .swiper-slide picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(360 / 480 * 100%);
  overflow: hidden;
}

.history__card-item--small .history__card-thumbs .swiper-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.history__card-inner {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.history__card-header {
  display: block;
  width: 100%;
  background-image: linear-gradient(90.22deg, #F96A03 -3.22%, rgba(247, 134, 0, 0.6) 52.72%, rgba(229, 179, 0, 0.5) 101.42%);
  padding: 8px 16px;
}

.history__card-header .history__card-subtitle {
  letter-spacing: 0.6px;
}

.history__card-subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}

.history__card-subtitle:first-child {
  margin-top: 0;
}

.history__card-subtitle span {
  font-weight: 400;
  color: #777777;
}

.history__card-body {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
}

.history__card-title {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.history__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .history__card-row {
    display: block;
  }
}

.history__card-row:first-child {
  margin-top: 0;
}

.history__card-swiper {
  display: block;
  width: 464px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .history__card-swiper {
    width: 100%;
  }
}

.history__card-swiper + .history__card-content {
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .history__card-swiper + .history__card-content {
    padding-left: 0;
    padding-top: 16px;
  }
}

@media (max-width: 1023px) {
  .history__card-swiper--flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history__card-swiper--flex-lg .history__card-slider {
    width: 100%;
  }
  .history__card-swiper--flex-lg .history__card-thumbs {
    margin-top: 0;
    margin-left: 8px;
    margin-right: -8px;
    width: 100%;
  }
  .history__card-swiper--flex-lg .history__card-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history__card-swiper--flex-lg .history__card-thumbs .swiper-wrapper .swiper-slide {
    height: auto;
    min-width: 49px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1023px) {
  .history__card-swiper--small-lg .history__card-slider {
    width: 70%;
  }
}

.history__card-slider .swiper {
  border-radius: 12px;
}

.history__card-slider .swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(348 / 464 * 100%);
  overflow: hidden;
  border-radius: 12px;
}

.history__card-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.history__card-thumbs {
  display: block;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .history__card-thumbs {
    margin-top: 8px;
  }
}

.history__card-thumbs .swiper-slide {
  cursor: pointer;
}

.history__card-thumbs .swiper-slide picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(360 / 480 * 100%);
  overflow: hidden;
  border-radius: 8px;
}

.history__card-thumbs .swiper-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.history__card-thumbs .swiper-slide picture:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f5522a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.history__card-thumbs .swiper-slide-thumb-active picture:before {
  border-radius: 8px;
  opacity: 1;
}

.history__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.history__card-content .history__card-subtitle {
  color: inherit;
}

.history__card-address {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #777777;
  margin-top: 4px;
}

.history__card-address:first-child {
  margin-top: 0;
}

.history__card-address svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #777777;
  position: relative;
  top: 2px;
}

.history__card-definition {
  display: block;
  width: 100%;
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .history__card-definition {
    margin-top: 20px;
  }
}

.history__card-definition:first-child {
  margin-top: 0;
}

.history__card-definition-list {
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .history__card-definition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

.history__card-definition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .history__card-definition-item {
    width: calc(50% - 4px);
    margin-top: 0;
  }
}

.history__card-definition-item:first-child {
  margin-top: 0;
}

.history__card-definition .chips__inner {
  min-width: 70px;
}

.history__card-definition-desc {
  display: block;
  margin-left: 8px;
}

.history__card-definition--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.history__card-definition--flex .history__card-definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}

.history__card-definition--flex .history__card-definition-item {
  margin-top: 0;
  width: calc(50% - 8px);
}

.history__card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: auto;
  margin-left: auto;
  max-width: 464px;
  width: 100%;
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .history__card-buttons {
    padding-top: 24px;
  }
}

.history__card-buttons .button {
  width: 50%;
  margin: 0;
}

.history__card-caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777777;
  margin-top: 16px;
}

.history__card-accordion {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .history__card-accordion {
    margin-top: 24px;
  }
}

.history__accordion-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #FCF2E8;
  border-radius: 12px;
  padding: 14px 48px 13px 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.history__accordion-heading.active {
  border-radius: 12px 12px 0 0;
}

.history__accordion-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.history__accordion-btn.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.history__accordion-icon {
  width: 24px;
  height: 24px;
  fill: #777777;
}

.history__accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #FCF2E8;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.history__accordion-item {
  display: block;
  width: calc(100% / 3);
  margin-bottom: -1px;
}

@media (max-width: 1023px) {
  .history__accordion-item {
    width: 100%;
  }
}

.history__accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #FCF2E8;
  padding: 8px 16px;
  min-height: 65px;
  height: 100%;
}

.history__accordion-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.history__accordion-arrow {
  width: 24px;
  height: 24px;
  fill: #777777;
}

.jobs {
  width: calc(100% - 400px);
}

@media (max-width: 1023px) {
  .jobs {
    width: 100%;
  }
}

.jobs .container-3 {
  max-width: 812px;
}

.jobs__search {
  padding-top: 24px;
}

@media (max-width: 1023px) {
  .jobs__search {
    padding-top: 14px;
  }
}

@media (max-width: 1023px) {
  .jobs__search .container, .jobs__search .container-1, .jobs__search .container-2, .jobs__search .container-3, .jobs__search .container-4 {
    padding: 0;
  }
}

.jobs__search-inner {
  background-color: #f5fcfc;
  border-radius: 4px;
  padding: 16px;
}

.jobs__search-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1023px) {
  .jobs__search-title {
    text-align: left;
  }
}

.jobs__search-criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 14px;
  gap: 16px;
}

@media (max-width: 1023px) {
  .jobs__search-criteria {
    margin-top: 16px;
    gap: 14px 8px;
  }
}

.jobs__search-criteria .form__group {
  width: calc(100% / 3 - 12px);
  margin-top: 0;
}

@media (max-width: 1023px) {
  .jobs__search-criteria .form__group {
    width: calc(50% - 4px);
  }
}

@media (max-width: 1023px) {
  .jobs__search-criteria .form__group:first-child {
    width: 100%;
  }
}

.jobs__search-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  gap: 8px;
}

@media (max-width: 1023px) {
  .jobs__search-btns {
    margin-top: 24px;
  }
}

.jobs__search-btns .button {
  min-width: 144px;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .jobs__search-btns .button {
    min-width: 168px;
  }
}

.jobs__card {
  padding-bottom: 64px;
}

@media (max-width: 1023px) {
  .jobs__card {
    padding-bottom: 96px;
  }
}

.jobs__card-list {
  margin-top: 24px;
}

.jobs__card-item {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.jobs__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  position: relative;
}

@media (max-width: 1023px) {
  .jobs__card-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.jobs__card-inner {
  display: block;
  width: 100%;
  padding: 16px 24px;
}

@media (max-width: 1023px) {
  .jobs__card-inner {
    padding: 16px 16px 16px 80px;
  }
}

.jobs__card-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.jobs__card-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.jobs__card-address-icon {
  width: 16px;
  height: 16px;
  fill: #777777;
  margin-right: 4px;
}

.jobs__card-address-link {
  color: #1c959e;
  margin-right: 4px;
}

.jobs__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}

.jobs__card-tag {
  font-size: 12px;
  line-height: 18px;
  background-color: #F0F2F5;
  border-radius: 2px;
  padding: 8px;
}

.jobs__card-salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 18px;
}

.jobs__card-salary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jobs__card-salary-tag {
  background-color: #F5F5F5;
  border-radius: 16px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  padding: 5px 25px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.jobs__card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #F35376;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .jobs__card-btn {
    right: initial;
    left: 16px;
  }
}

.jobs__card-btn.active .jobs__card-btn-icon--empty {
  display: none;
}

.jobs__card-btn.active .jobs__card-btn-icon--filled {
  display: block;
}

.jobs__card-btn-icon {
  width: 24px;
  height: 24px;
  fill: #F35376;
}

.jobs__card-btn-icon--filled {
  display: none;
}

.jobs__selected {
  background-color: #f5fcfc;
  padding-bottom: 92px;
}

@media (max-width: 1023px) {
  .jobs__selected {
    padding-bottom: 116px;
  }
}

@media (max-width: 1023px) {
  .jobs__intro .container, .jobs__intro .container-1, .jobs__intro .container-2, .jobs__intro .container-3, .jobs__intro .container-4 {
    padding: 0;
  }
}

.jobs__intro-inner {
  background-image: url("/images/user/renewal//03/02.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 57px 40px;
  border: 1px solid #cccccc;
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .jobs__intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("/images/user/renewal//03/02-sp.jpg");
    min-height: 160px;
    border-radius: 0;
    border: 0;
    padding: 36px 16px;
  }
}

.jobs__intro-inner--02 {
  background-image: url("/images/user/renewal//03/62.jpg");
}

@media (max-width: 1023px) {
  .jobs__intro-inner--02 {
    background-image: url("/images/user/renewal//03/62-sp.jpg");
  }
}

.jobs__intro-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1c959e;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .jobs__intro-title {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4px;
  }
}

@media (max-width: 1023px) {
  .jobs__intro-text {
    color: #ffffff;
  }
}

.jobs__selected-wrap {
  margin-top: 38px;
}

@media (max-width: 1023px) {
  .jobs__selected-wrap {
    margin-top: 24px;
  }
}

@media (max-width: 1023px) {
  .jobs__selected-wrap .container, .jobs__selected-wrap .container-1, .jobs__selected-wrap .container-2, .jobs__selected-wrap .container-3, .jobs__selected-wrap .container-4 {
    padding: 0;
  }
}

.jobs__selected-list {
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .jobs__selected-list {
    margin-bottom: 48px;
  }
}

.jobs__selected-item {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

@media (max-width: 1023px) {
  .jobs__selected-item {
    margin-bottom: 32px;
  }
}

.jobs__selected-item:last-child {
  margin-bottom: 0;
}

.jobs__selected-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 16px;
  padding: 16px;
}

@media (max-width: 1023px) {
  .jobs__selected-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.jobs__selected-img {
  position: relative;
  max-width: 416px;
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .jobs__selected-img {
    max-width: 344px;
  }
}

.jobs__selected-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(225 / 416 * 100%);
  overflow: hidden;
}

.jobs__selected-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.jobs__selected-content {
  display: block;
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .jobs__selected-content {
    padding-top: 20px;
    padding-left: 0;
  }
}

.jobs__selected-content .button {
  margin-left: auto;
  margin-top: 0;
  width: 100%;
  max-width: 188px;
}

@media (max-width: 1023px) {
  .jobs__selected-content .button {
    max-width: 100%;
  }
}

.jobs__selected-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .jobs__selected-title {
    margin-bottom: 8px;
  }
}

.jobs__selected-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #f5522a;
  margin-bottom: 16px;
}

.jobs__selected-text {
  font-size: 12px;
  line-height: 18px;
  color: #777777;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .jobs__selected-text {
    margin-bottom: 24px;
  }
}

.photo__list-item {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .photo__list-item {
    margin-bottom: 26px;
  }
}

.photo__list-item:last-child {
  margin-bottom: 0;
}

.photo__list-item:last-child .photo__list-content {
  border-bottom: 0;
}

@media (max-width: 1023px) {
  .photo__list-item .photo__list-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.photo__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .photo__list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.photo__list-img {
  position: relative;
  max-width: 135px;
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .photo__list-img {
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }
}

.photo__list-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(135 / 135 * 100%);
  overflow: hidden;
  border-radius: 8px;
}

.photo__list-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.photo__list-content {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 32px;
  padding-left: 16px;
}

@media (max-width: 1023px) {
  .photo__list-content {
    padding-bottom: 24px;
    padding-left: 0;
  }
}

.photo__list-content .history__card-definition-name {
  line-height: 10px;
}

@media (max-width: 1023px) {
  .photo__list-content .history__card-definition-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1023px) {
  .photo__list-suptext {
    text-align: center;
  }
}

.photo__list-suptext-sub {
  color: #777777;
  margin-left: 12px;
}

.photo__list-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .photo__list-title {
    text-align: center;
  }
}

.photo__list-cards {
  display: block;
  width: 100%;
}

.photo__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 12px;
}

.photo__list-card:first-child {
  margin-top: 0;
}

.photo__list-card-desc {
  margin-left: 8px;
}

.photo__list-text-wrap {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 12px;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .photo__list-text-wrap {
    padding: 10px;
  }
}

.photo__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
}

.photo__gallery-list &gt; li {
  width: calc((100% / 2) - (16px / 2 * 1));
}

@media (max-width: 767px) {
  .photo__gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 16px;
  }
  .photo__gallery-list &gt; li {
    width: calc((100% / 1) - (16px / 1 * 0));
  }
}

.photo__gallery-img {
  position: relative;
  max-width: 382px;
  display: block;
  width: 100%;
}

.photo__gallery-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(255 / 382 * 100%);
  overflow: hidden;
  border-radius: 12px;
}

.photo__gallery-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.photo__gallery-content {
  padding-top: 8px;
}

.photo__aside-text {
  color: #777777;
  margin-bottom: 8px;
}

.search-form {
  display: block;
  width: 100%;
  padding: 8px 0 80px;
}

@media (max-width: 1023px) {
  .search-form {
    padding: 16px 0 80px;
  }
}

.search-form__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.search-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
}

.search-navigation__inner {
  padding-top: 24px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
}

@media (max-width: 1023px) {
  .search-navigation__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.search-navigation__title {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .search-navigation__title {
    display: none;
  }
}

.search-navigation__title + .modal__footer-btns {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .search-navigation__title + .modal__footer-btns {
    margin-top: 0;
  }
}

.search-navigation__count {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #f5522a;
}

.search-navigation .button {
  max-width: 200px;
  width: 100%;
}

.assistants__company-info {
  display: block;
  margin-top: 8px;
}

.assistants__company-info &gt; * {
  margin-top: 8px;
}

.assistants__company-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.assistants__company-info-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.assistants__company-info-logo + * {
  margin-left: 12px;
}

.assistants__company-info-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.assistants__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.assistants__location-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
  margin-top: 2px;
  fill: #777777;
}

.assistants__location-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.assistants__location-list-item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.assistants__salary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 16px;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  max-width: 700px;
  margin-top: 24px;
}

.assistants__salary-item {
  min-width: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .assistants__salary-item {
    min-width: 140px;
  }
}

.assistants__salary-item .chips {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.assistants__salary-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 98px;
}

@media (max-width: 767px) {
  .assistants__salary-item-content {
    min-width: 80px;
  }
}

.assistants__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-top: 8px;
}

.assistants__btn-container .button {
  margin: 0;
  max-width: 236px;
  width: 100%;
}

@media (max-width: 767px) {
  .assistants__btn-container .button {
    max-width: 343px;
  }
}

.assistants__definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}

.assistants__definition-terms {
  width: 116px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-weight: 700;
}

.assistants__definition-desc {
  width: calc(100% - 124px);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.assistants__store-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@media (max-width: 1023px) {
  .assistants__store-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.assistants__store-item:not(:first-child) {
  margin-top: 16px;
}

.assistants__store-item-media {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .assistants__store-item-media {
    width: 343px;
  }
}

.assistants__store-item-media picture {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
  border-radius: 12px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(210 / 280 * 100%);
  overflow: hidden;
}

.assistants__store-item-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .assistants__store-item-media picture {
    -webkit-filter: initial;
            filter: initial;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(257 / 343 * 100%);
    overflow: hidden;
  }
  .assistants__store-item-media picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.assistants__store-item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.assistants__store-item-info &gt; *:not(:first-child) {
  margin-top: 16px;
}

.assistants__store-item-info-header &gt; *:not(:first-child) {
  margin-top: 4px;
}

.assistants__store-item-info-body &gt; *:not(:first-child) {
  margin-top: 4px;
}

.assistants__info {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .assistants__info {
    border: 0;
    padding: 0;
  }
}

.assistants__info .company-information__banner {
  background-color: #FCF2E8;
}

.assistants__info-header &gt; *:not(:first-child) {
  margin-top: 4px;
}

.assistants__info-body {
  margin-top: 16px;
}

.assistants__info-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

@media (max-width: 767px) {
  .assistants__info-body-inner {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.assistants__info-body-img {
  max-width: 328px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .assistants__info-body-img {
    max-width: 343px;
    margin-right: auto;
    margin-left: auto;
  }
}

.assistants__info-body-img picture {
  border-radius: 12px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(177 / 328 * 100%);
  overflow: hidden;
}

.assistants__info-body-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.assistants__info-body-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767px) {
  .assistants__info-body-content {
    width: 100%;
  }
}

.assistants__info-body-content .form__range-wrap {
  margin-top: 24px;
}

.assistants__info-footer {
  margin-top: 16px;
}

.assistants__info-footer &gt; *:not(:first-child) {
  margin-top: 16px;
}

.assistants__show-detail {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .assistants__show-detail {
    height: 240px;
    overflow: hidden;
  }
  .assistants__show-detail:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(41%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 41%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
}

.assistants__show-detail:not(:first-child) {
  margin-top: 24px;
}

.assistants__show-detail.detail-visible {
  height: auto;
}

.assistants__show-detail.detail-visible:after {
  display: none;
}

.assistants__show-detail.detail-visible .assistants__show-detail-btn {
  position: relative;
}

.assistants__show-detail &gt; * {
  margin-top: 8px;
}

.assistants__show-detail-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24px;
  min-width: 104px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .assistants__show-detail-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.assistants__show-detail-btn .svg, .assistants__show-detail-btn .chips__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #f5522a;
}

.assistants__show-detail-btn-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f5522a;
}

.assistants__jobs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.assistants__jobs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  border-bottom: 1px solid #eeeeee;
  min-height: 40px;
}

@media (max-width: 767px) {
  .assistants__jobs-item {
    width: 100%;
  }
}

.assistants__jobs-item:nth-child(odd) {
  border-right: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .assistants__jobs-item:nth-child(odd) {
    border-right: 0;
  }
}

.assistants__jobs-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 6.5L8.58984 7.91L13.1698 12.5L8.58984 17.09L9.99984 18.5L15.9998 12.5L9.99984 6.5Z' fill='%23777'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.assistants__jobs-item-inner {
  display: block;
  padding: 8px 40px 7px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.assistants__jobs-item-inner &gt; *:not(:first-child) {
  margin-top: 8px;
}

.assistants__jobs-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 400;
}

.assistants__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px 17px;
}

.assistants__related-item {
  position: relative;
  display: block;
}

.assistants__related-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background-color: #dddddd;
}

@media (max-width: 767px) {
  .assistants__related-item:not(:last-child):after {
    display: none;
  }
}

.assistants__related-item-link {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #1c959e;
}

.assistants .corporate-block__item-inner &gt; .button {
  margin-top: 0;
}

.assistants-gallery {
  position: relative;
  max-width: 671px;
  width: 100%;
  margin: 24px auto 16px;
}

@media (max-width: 767px) {
  .assistants-gallery {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.assistants-gallery__slider-wrap {
  position: relative;
  width: calc(100% - 116px);
  padding-left: 44px;
  padding-right: 44px;
  border-radius: 12px;
  -webkit-filter: drop-shadow(10px 4px 10px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(10px 4px 10px rgba(0, 0, 0, 0.12));
}

@media (max-width: 767px) {
  .assistants-gallery__slider-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.assistants-gallery__slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}

@media (max-width: 767px) {
  .assistants-gallery__slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.assistants-gallery__slider .swiper-slide {
  position: relative;
}

.assistants-gallery__slider .swiper-slide.swiper-slide-active {
  z-index: 3;
}

@media (max-width: 767px) {
  .assistants-gallery__slider .swiper-slide.swiper-slide-active .assistants-gallery__slide picture {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .assistants-gallery__slider .swiper-slide.swiper-slide-active .assistants-gallery__slide .jobs__card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .assistants-gallery__slider .swiper-slide.swiper-slide-prev .assistants-gallery__slide {
    margin-right: -8px;
  }
}

@media (max-width: 767px) {
  .assistants-gallery__slider .swiper-slide.swiper-slide-next .assistants-gallery__slide {
    margin-left: -8px;
  }
}

.assistants-gallery__slider .swiper-slide .jobs__card-btn {
  position: absolute;
  bottom: 20px;
  right: -20px;
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  z-index: 3;
  display: none;
}

@media (max-width: 767px) {
  .assistants-gallery__slider .assistants-gallery__slide picture {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.assistants-gallery__slider .assistants-gallery__slide picture {
  border-radius: 12px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(360 / 480 * 100%);
  overflow: hidden;
}

.assistants-gallery__slider .assistants-gallery__slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767px) {
  .assistants-gallery__slider .assistants-gallery__slide picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(225 / 300 * 100%);
    overflow: hidden;
  }
  .assistants-gallery__slider .assistants-gallery__slide picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.assistants-gallery .swiper-button-prev, .assistants-gallery .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 36px;
  height: 36px;
  background-color: #f5522a;
  z-index: 2;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.assistants-gallery .swiper-button-prev:after, .assistants-gallery .swiper-button-next:after {
  display: none;
}

.assistants-gallery .swiper-button-prev svg, .assistants-gallery .swiper-button-next svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (max-width: 767px) {
  .assistants-gallery .swiper-button-prev, .assistants-gallery .swiper-button-next {
    display: none;
  }
}

.assistants-gallery .swiper-button-prev {
  left: 0;
}

.assistants-gallery .swiper-button-next {
  right: 0;
}

.assistants-gallery .swiper-button-next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.assistants-gallery .swiper-pagination {
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  .assistants-gallery .swiper-pagination {
    display: block;
    bottom: auto;
  }
}

.assistants-gallery .swiper-pagination-bullet {
  border: 1px solid #f5522a;
  background-color: #ffffff;
}

.assistants-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f5522a;
}

.assistants-gallery__thumb {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 84px;
  height: 100% !important;
}

@media (max-width: 767px) {
  .assistants-gallery__thumb {
    display: none;
  }
}

.assistants-gallery__thumb .assistants-gallery__slide picture {
  border-radius: 8px;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(360 / 480 * 100%);
  overflow: hidden;
}

.assistants-gallery__thumb .assistants-gallery__slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.assistants-gallery__thumb .assistants-gallery__slide picture:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f5522a;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.assistants-gallery__thumb .swiper-slide-thumb-active picture:before {
  opacity: 1;
}

.company-information__picture {
  position: relative;
  max-width: 640px;
  display: block;
  width: 100%;
}

.company-information__picture picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(245 / 640 * 100%);
  overflow: hidden;
  border-radius: 12px;
}

.company-information__picture picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .company-information__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company-information__container .company-information__img {
  max-width: 285px;
}

.company-information__container .company-information__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(380 / 285 * 100%);
  overflow: hidden;
}

.company-information__container .company-information__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__container .company-information__img--small {
  max-width: 320px;
}

.company-information__container .company-information__img--small picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(214 / 320 * 100%);
  overflow: hidden;
}

.company-information__container .company-information__img--small picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__content {
  display: block;
  width: 100%;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .company-information__content {
    margin-top: 16px;
    margin-left: 0;
  }
}

.company-information__img {
  position: relative;
  max-width: 555px;
  display: block;
  width: 100%;
}

.company-information__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(370 / 555 * 100%);
  overflow: hidden;
  border-radius: 12px;
}

.company-information__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .company-information__img picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(260 / 343 * 100%);
    overflow: hidden;
  }
  .company-information__img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.company-information__img--big {
  max-width: 740px;
}

.company-information__img--big picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(400 / 740 * 100%);
  overflow: hidden;
}

.company-information__img--big picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__title-inner {
  margin-bottom: 16px;
}

.company-information__title-inner:before {
  background-color: #f5522a;
  border-radius: 20px;
  height: 100%;
  top: 0;
}

.company-information__top-list--row .company-information__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-information__top-list--row .company-information__top-img {
  max-width: 172px;
}

.company-information__top-list--row .company-information__top-text {
  margin-left: 8px;
}

.company-information__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 24px;
}

.company-information__top-list &gt; li {
  width: calc((100% / 2) - (24px / 2 * 1));
}

@media (max-width: 1023px) {
  .company-information__top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 24px;
  }
  .company-information__top-list &gt; li {
    width: calc((100% / 1) - (24px / 1 * 0));
  }
}

.company-information__top-list.mt-24 {
  margin-top: 24px;
}

.company-information__top-img {
  position: relative;
  max-width: 250px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .company-information__top-img {
    max-width: 343px;
  }
}

.company-information__top-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(167 / 250 * 100%);
  overflow: hidden;
}

.company-information__top-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .company-information__top-img picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(230 / 343 * 100%);
    overflow: hidden;
  }
  .company-information__top-img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.company-information__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 15px;
  margin-top: 32px;
}

.company-information__feature-list &gt; li {
  width: calc((100% / 3) - (15px / 3 * 2));
}

@media (max-width: 1023px) {
  .company-information__feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 15px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .company-information__feature-list &gt; li {
    width: calc((100% / 1) - (15px / 1 * 0));
  }
}

.company-information__feature-img {
  position: relative;
  max-width: 250px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .company-information__feature-img {
    max-width: 343px;
  }
}

.company-information__feature-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(167 / 250 * 100%);
  overflow: hidden;
}

.company-information__feature-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__list {
  margin-bottom: 24px;
}

.company-information__list-item {
  display: block;
  width: 100%;
}

.company-information__list-item:last-child .company-information__list-inner {
  border-bottom: 1px solid #eeeeee;
}

.company-information__list-inner {
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  border-top: 1px solid #eeeeee;
}

.company-information__list-text {
  display: block;
}

.company-information__list-text + .company-information__heading-small {
  margin-top: 32px;
}

.company-information__heading-small + .company-information__list-text {
  margin-top: 12px;
  padding-left: 8px;
}

.company-information__slider {
  max-width: 708px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1023px) {
  .company-information__slider {
    margin-right: -16px;
    margin-left: -16px;
    max-width: initial;
  }
}

.company-information__slider .swiper {
  position: static;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {
  .company-information__slider .swiper {
    padding-left: 16px;
  }
}

.company-information__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media (max-width: 1023px) {
  .company-information__slider .swiper-slide {
    width: 67%;
  }
}

.company-information__slider .swiper-button-next,
.company-information__slider .swiper-button-prev {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background-color: #f5522a;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  opacity: 1;
}

@media (max-width: 1023px) {
  .company-information__slider .swiper-button-next,
  .company-information__slider .swiper-button-prev {
    display: none;
  }
}

.company-information__slider .swiper-button-next:after,
.company-information__slider .swiper-button-prev:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.company-information__slider .swiper-button-next {
  right: -38px;
}

@media (max-width: 1279px) {
  .company-information__slider .swiper-button-next {
    right: -16px;
  }
}

.company-information__slider .swiper-button-prev {
  left: -38px;
}

@media (max-width: 1279px) {
  .company-information__slider .swiper-button-prev {
    left: -16px;
  }
}

.company-information__slider .swiper-button-prev:after {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.company-information__slider .swiper-pagination {
  bottom: -16px !important;
}

@media (max-width: 1023px) {
  .company-information__slider .swiper-pagination {
    display: none;
  }
}

.company-information__slider .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #f5522a;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
}

.company-information__slider .swiper-pagination-bullet-active {
  background-color: #f5522a;
}

.company-information__slider--search {
  max-width: 862px;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .company-information__slider--search .swiper {
    padding-right: 0;
    padding-left: 0;
  }
}

.company-information__slider--search .swiper-button-prev {
  left: -44px;
}

.company-information__slider--search .swiper-button-next {
  right: -44px;
}

.company-information__slider--search[data-slider-centered] .swiper-slide {
  width: 100%;
}

.company-information__slider--big {
  max-width: 794px;
}

@media (max-width: 1023px) {
  .company-information__slider--big {
    max-width: initial;
    margin: 0;
  }
}

.company-information__slider--big .company-information__slider-img {
  max-width: 224px;
}

@media (max-width: 1023px) {
  .company-information__slider--big .company-information__slider-img {
    max-width: 216px;
  }
}

.company-information__slider--big .company-information__slider-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(360 / 480 * 100%);
  overflow: hidden;
}

.company-information__slider--big .company-information__slider-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.company-information__slider--big .company-information__slider-content {
  padding-top: 10px;
}

.company-information__slider-inner {
  display: block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 12px;
}

.company-information__slider-inner .photo__list-cards {
  margin-top: 8px;
}

.company-information__slider-inner .jobs__card-address {
  color: #777777;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 18px;
}

.company-information__slider-inner .photo__list-card-desc {
  font-size: 12px;
  line-height: 18px;
}

.company-information__slider-img {
  position: relative;
  max-width: 190px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .company-information__slider-img {
    max-width: 216px;
  }
}

.company-information__slider-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(160 / 190 * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.company-information__slider-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .company-information__slider-img picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(160 / 216 * 100%);
    overflow: hidden;
  }
  .company-information__slider-img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.company-information__slider-img--small picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(144 / 192 * 100%);
  overflow: hidden;
}

.company-information__slider-img--small picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .company-information__slider-img--small picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(162 / 216 * 100%);
    overflow: hidden;
  }
  .company-information__slider-img--small picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.company-information__slider-content {
  padding-top: 16px;
}

.company-information__slider-text {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-information__slider-text--green {
  color: #1c959e;
}

.company-information__slider-caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.company-information__slider-date {
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-weight: 400;
}

.company-information__jobs {
  margin-bottom: 24px;
}

.company-information__jobs .button.big {
  padding: 11px 8px;
}

@media (max-width: 1023px) {
  .company-information__jobs .button.big {
    width: 100%;
    padding: 8px;
    min-height: 40px;
  }
}

.company-information__jobs .button.big .button__text {
  font-size: 14px;
  line-height: 21px;
}

.company-information__jobs-list {
  margin-bottom: 24px;
}

.company-information__jobs-item {
  display: block;
  width: 100%;
}

.company-information__jobs-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.company-information__jobs-inner:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 6.5L8.58984 7.91L13.1698 12.5L8.58984 17.09L9.99984 18.5L15.9998 12.5L9.99984 6.5Z' fill='%2303050F'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-information__jobs-text {
  margin-top: 12px;
}

[data-slider-centered] {
  max-width: 764px;
}

@media (max-width: 1023px) {
  [data-slider-centered] {
    max-width: initial;
  }
}

[data-slider-centered] .swiper {
  padding-top: 8px;
  padding-bottom: 8px;
}

[data-slider-centered] .swiper-slide {
  width: 85%;
}

@media (max-width: 1023px) {
  [data-slider-centered] .swiper-pagination {
    display: block;
  }
}

.diagnose__top__wrapper {
  background-color: #f5fcfc;
}

@media (max-width: 575px) {
  .diagnose__top__wrapper {
    background-color: #ffffff;
  }
}

.diagnose__top__inner {
  position: relative;
  margin-top: 40px;
  padding-bottom: 5rem;
}

@media (max-width: 575px) {
  .diagnose__top__inner {
    margin-top: 8px;
  }
}

.diagnose__top__main {
  width: calc(100% - 277px);
  background-color: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 16px;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .diagnose__top__main {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .diagnose__top__main {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.diagnose__top__heading {
  max-width: 675px;
  margin: 0 auto;
  margin-bottom: 64px;
}

@media (max-width: 575px) {
  .diagnose__top__heading {
    margin-bottom: 80px;
  }
}

.diagnose__top__heading__desc {
  text-align: center;
  line-height: 1.7;
}

.diagnose__top__heading__button {
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .diagnose__top__heading__button {
    width: 90% !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    z-index: 10;
  }
}

.diagnose__top__ttl {
  color: #1c959e;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .diagnose__top__ttl {
    font-size: 1rem;
    display: block;
    margin-bottom: 12px;
  }
}

.diagnose__top__kv {
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .diagnose__top__kv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 12px;
  }
}

.diagnose__top__intro {
  max-width: 675px;
  margin: 0 auto;
  margin-bottom: 64px;
}

@media (max-width: 575px) {
  .diagnose__top__intro {
    margin-bottom: 40px;
  }
}

.diagnose__top__intro__ttl {
  text-align: center;
  margin-bottom: 32px;
  color: #1c959e;
  line-height: 1.7;
}

@media (max-width: 575px) {
  .diagnose__top__intro__ttl {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}

.diagnose__top__intro__txt {
  line-height: 1.7;
}

.diagnose__top__point {
  padding: 0 24px 32px 24px;
  background-color: #f5fcfc;
  margin-bottom: 32px;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .diagnose__top__point {
    margin-bottom: 40px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}

.diagnose__top__point__ttl {
  text-align: center;
  margin-bottom: 32px;
  color: #1c959e;
  line-height: 1.7;
}

@media (max-width: 575px) {
  .diagnose__top__point__ttl {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}

.diagnose__top__point__list {
  -webkit-column-gap: 16px;
          column-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .diagnose__top__point__list {
    display: block;
  }
}

.diagnose__top__point__list__item {
  width: calc(100% / 3 - 16px);
}

@media (max-width: 575px) {
  .diagnose__top__point__list__item {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .diagnose__top__point__list__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .diagnose__top__directed {
    padding-top: 40px;
  }
}

.diagnose__top__directed__ttl {
  text-align: center;
  margin-bottom: 32px;
  color: #1c959e;
  line-height: 1.7;
}

@media (max-width: 575px) {
  .diagnose__top__directed__ttl {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}

.diagnose__top__directed__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .diagnose__top__directed__body {
    display: block;
  }
}

.diagnose__top__directed__body__imgArea {
  margin-right: 32px;
  max-width: 302px;
}

@media (max-width: 575px) {
  .diagnose__top__directed__body__imgArea {
    max-width: initial;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.diagnose__top__directed__body__txtArea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.diagnose__top__directed__body__txtArea__ttl {
  color: #1c959e;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .diagnose__top__directed__body__txtArea__ttl {
    text-align: center;
    font-size: 16px;
  }
}

.diagnose__top__directed__body__txtArea__ttl span {
  color: #222222;
  font-size: 14px;
  display: block;
}

.diagnose__top__directed__body__txtArea__txt {
  margin-bottom: 24px;
  line-height: 1.7;
}

.diagnose__top__directed__body__txtArea__link {
  color: #1c959e;
}

.diagnose__top__directed__body__txtArea__link dt {
  font-weight: bold;
}

.diagnose__top__directed__body__txtArea__link dd {
  text-decoration: underline;
  margin-bottom: 12px;
}

.diagnose__top__directed__body__txtArea__link dd:last-child {
  margin-bottom: 0;
}

.diagnose__ans__top {
  background: #E6F9FA;
  padding: 2.5rem 0;
}

.diagnose__ans__top__ttl {
  font-size: 1.75rem;
  color: #1c959e;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .diagnose__ans__top__ttl {
    display: block;
  }
}

@media (max-width: 575px) {
  .diagnose__ans__top__ttl {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

.diagnose__ans__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1c959e;
  font-weight: bold;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .diagnose__ans__top__list {
    display: block;
  }
}

@media (max-width: 575px) {
  .diagnose__ans__top__list {
    margin-bottom: 1.5rem;
  }
}

.diagnose__ans__top__list__item {
  background-color: #ffffff;
  padding: 1.5rem 0rem;
  border-radius: 1rem;
  border: solid 1.5px #1c959e;
  width: 248px;
  text-align: center;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .diagnose__ans__top__list__item {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1.5rem;
  }
}

.diagnose__ans__top__list__item__img {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .diagnose__ans__top__list__item__img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {
  .diagnose__ans__top__list__item__txt {
    text-align: left;
  }
}

.diagnose__ans__main {
  padding: 3rem 0 5rem 0;
}

@media (max-width: 767px) {
  .diagnose__ans__main {
    padding: 3rem 0 7.5rem 0;
  }
}

.diagnose__ans__q__field {
  border-bottom: solid 1px #CECECE;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.diagnose__ans__q__field:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .diagnose__ans__q__field {
    margin-bottom: 2rem;
  }
}

.diagnose__ans__q__ttl {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.7;
}

@media (max-width: 575px) {
  .diagnose__ans__q__ttl {
    font-size: 0.9rem;
  }
}

.diagnose__ans__q__list {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.1%;
          column-gap: 4.1%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diagnose__ans__q__list li input[type="radio"] {
  display: none;
}

.diagnose__ans__q__list li label {
  display: block;
  border-radius: 50%;
  position: relative;
  border: #1c959e solid 1px;
  margin: 0 auto;
  cursor: pointer;
}

.diagnose__ans__q__list li:nth-of-type(1) label {
  width: 16.25vw;
  height: 16.25vw;
  max-width: 65px;
  max-height: 65px;
}

.diagnose__ans__q__list li:nth-of-type(2) label {
  width: 11.25vw;
  height: 11.25vw;
  max-width: 45px;
  max-height: 45px;
}

.diagnose__ans__q__list li:nth-of-type(3) label {
  width: 10vw;
  height: 10vw;
  max-width: 40px;
  max-height: 40px;
}

.diagnose__ans__q__list li:nth-of-type(4) label {
  width: 11.25vw;
  height: 11.25vw;
  max-width: 45px;
  max-height: 45px;
}

.diagnose__ans__q__list li:nth-of-type(5) label {
  width: 16.25vw;
  height: 16.25vw;
  max-width: 65px;
  max-height: 65px;
}

.diagnose__ans__q__list__item {
  position: relative;
}

.diagnose__ans__q__list__item:nth-of-type(3) .diagnose__ans__q__list__item__label {
  left: 53%;
  bottom: -2.7rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.diagnose__ans__q__list__item:last-child .diagnose__ans__q__list__item__label {
  width: 90px;
  right: 0;
}

.diagnose__ans__q__list__item input[type="radio"]:checked + label span {
  background-color: #1c959e;
  width: 80%;
  height: 80%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.diagnose__ans__q__list__item__label {
  position: absolute;
  bottom: -2rem;
  font-size: 0.75rem;
  color: #1c959e;
  font-weight: bold;
  width: 120px;
}

.diagnose__ans__q__errormsg {
  text-align: center;
  margin-bottom: 24px;
}

.diagnose__ans__q__errormsg__txt {
  color: #F75959;
  font-weight: bold;
}

.diagnose__ans__q__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .diagnose__ans__q__buttons {
    width: 100%;
    gap: normal;
  }
}

.diagnose__ans__q__buttons button {
  min-width: 200px;
}

@media (max-width: 575px) {
  .diagnose__ans__q__buttons button {
    width: 100%;
    min-width: auto;
  }
}

.diagnose__ans__q__buttons button:first-child {
  margin-right: 1.5rem;
}

@media (max-width: 575px) {
  .diagnose__ans__q__buttons button:first-child {
    margin-right: 1rem;
  }
}

@media (max-width: 374px) {
  .diagnose__ans__q__buttons button:first-child {
    margin-right: 0.5rem;
  }
}

.diagnose__ans__q__buttons button.left::before {
  background-image: url("/images/user/renewal/shindan/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 0.5rem;
}

.diagnose__ans__q__buttons button.right::after {
  background-image: url("/images/user/renewal/shindan/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 0.5rem;
}

.diagnose__ans__q__buttons button span {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 374px) {
  .diagnose__ans__q__buttons button span {
    font-size: 0.75rem !important;
  }
}

.diagnose__ans__q__samePoint__content__wrap {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.diagnose__ans__q__samePoint__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.diagnose__ans__q__samePoint__content:last-child {
  margin-bottom: 0;
}

.diagnose__ans__q__samePoint__choice {
  position: relative;
  margin-right: 16px;
  display: block;
}

@media (max-width: 575px) {
  .diagnose__ans__q__samePoint__choice {
    margin-right: 8px;
  }
}

.diagnose__ans__q__samePoint__choice input[type="radio"] {
  display: none;
}

.diagnose__ans__q__samePoint__choice label {
  display: block;
  border-radius: 50%;
  position: relative;
  border: #1c959e solid 1px;
  margin: 0 auto;
  cursor: pointer;
  width: 10vw;
  height: 10vw;
  max-width: 40px;
  max-height: 40px;
}

@media (max-width: 575px) {
  .diagnose__ans__q__samePoint__choice label {
    max-width: 30px;
    max-height: 30px;
  }
}

.diagnose__ans__q__samePoint__choice input[type="radio"]:checked + label span {
  background-color: #1c959e;
  width: 80%;
  height: 80%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.diagnose__ans__q__samePoint__txt {
  font-size: 16px;
}

.diagnose__chips .chips__text {
  color: #641402;
}

.diagnose__chips .type-01 {
  background-color: #FFDDEE;
}

.diagnose__chips .type-02 {
  background-color: #DDEEFF;
}

.diagnose__result {
  position: relative;
  z-index: 1;
}

.diagnose__result.type01 {
  background-color: #E8ECFF;
}

.diagnose__result.type02 {
  background-color: #FFE8F3;
}

.diagnose__result.type03 {
  background-color: #FFC0BA;
}

.diagnose__result.type04 {
  background-color: #FBEBFF;
}

.diagnose__result.type05 {
  background-color: #F5E5D7;
}

.diagnose__result.type06 {
  background-color: #E6F6FF;
}

.diagnose__result.type07 {
  background-color: #FFF7DD;
}

.diagnose__result.type08 {
  background-color: #FCCBB2;
}

.diagnose__result.type09 {
  background-color: #DEF5D3;
}

.diagnose__result__backimg {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  z-index: -1;
}

@media (max-width: 1023px) {
  .diagnose__result__backimg {
    height: 200px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .diagnose__result__backimg {
    height: 110px;
  }
}

.diagnose__result__backimg::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 658px;
}

@media (max-width: 1023px) {
  .diagnose__result__backimg::after {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .diagnose__result__backimg::after {
    height: 200px;
  }
}

.diagnose__result__backimg.type01::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg01.svg");
}

.diagnose__result__backimg.type02::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg02.svg");
}

.diagnose__result__backimg.type03::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg03.svg");
}

.diagnose__result__backimg.type04::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg04.svg");
}

.diagnose__result__backimg.type05::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg05.svg");
}

.diagnose__result__backimg.type06::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg06.svg");
}

.diagnose__result__backimg.type07::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg07.svg");
}

.diagnose__result__backimg.type08::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg08.svg");
}

.diagnose__result__backimg.type09::after {
  background-image: url("/images/user/renewal/shindan/backgroundImg/backgroundImg09.svg");
}

.diagnose__result__ttl {
  text-align: center;
  padding-top: 56px;
  font-size: 2rem;
  color: #494949;
}

@media (max-width: 767px) {
  .diagnose__result__ttl {
    font-size: 1.375rem;
    padding-top: 32px;
  }
}

.diagnose__result__type__ttl {
  margin-top: 32px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 1023px) {
  .diagnose__result__type__ttl {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .diagnose__result__type__ttl {
    font-size: 1.5rem;
    margin-top: 32px;
  }
}

.diagnose__result__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  margin: 48px 0 120px 0;
}

@media (max-width: 1023px) {
  .diagnose__result__feature {
    display: block;
    margin: 100px 0 32px 0;
  }
}

.diagnose__result__feature__img {
  max-width: 380px;
}

@media (max-width: 1023px) {
  .diagnose__result__feature__img {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .diagnose__result__feature__img {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .diagnose__result__feature__radarChart__wrap {
    margin-top: 24px;
  }
}

.diagnose__result__feature__radarChart {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .diagnose__result__feature__radarChart canvas {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .diagnose__result__feature + p {
    text-align: left;
  }
}

.diagnose__result__feature__point__section {
  background-color: #ffffff;
  border: solid 2px #899EFF;
  max-width: 500px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.diagnose__result__feature__point__section.type02 {
  border: solid 2px #FBB4D7;
}

.diagnose__result__feature__point__section.type02 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-02.svg");
  display: block;
  background-repeat: no-repeat;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}

.diagnose__result__feature__point__section.type03 {
  border: solid 2px #FF6B5D;
}

.diagnose__result__feature__point__section.type03 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-03.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type04 {
  border: solid 2px #D29BE0;
}

.diagnose__result__feature__point__section.type04 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-04.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type05 {
  border: solid 2px #CFB198;
}

.diagnose__result__feature__point__section.type05 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-05.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type06 {
  border: solid 2px #8AD1F9;
}

.diagnose__result__feature__point__section.type06 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-06.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type07 {
  border: solid 2px #FFC74F;
}

.diagnose__result__feature__point__section.type07 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-07.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type08 {
  border: solid 2px #FA9662;
}

.diagnose__result__feature__point__section.type08 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-08.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__section.type09 {
  border: solid 2px #91D770;
}

.diagnose__result__feature__point__section.type09 .diagnose__result__feature__point__list .diagnose__result__feature__point__list__item::before {
  background-image: url("/images/user/renewal/shindan/icons/star-09.svg");
  min-width: 32px;
  height: 32px;
}

.diagnose__result__feature__point__ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
}

.diagnose__result__feature__point__list__item {
  font-size: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}

@media (max-width: 575px) {
  .diagnose__result__feature__point__list__item {
    font-size: 14px;
  }
}

.diagnose__result__feature__point__list__item:last-child {
  margin-bottom: 0;
}

.diagnose__result__feature__point__list__item::before {
  content: "";
  display: block;
  background-image: url("/images/user/renewal/shindan/icons/star.svg");
  background-repeat: no-repeat;
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .diagnose__result__feature__point__list__item::before {
    text-align: center;
    min-width: 24px;
    height: 24px;
    background-size: cover;
    margin-top: 4px;
  }
}

.diagnose__result__feature__radarChart__mask {
  max-width: 390px;
}

@media (max-width: 1023px) {
  .diagnose__result__radarChart__mask-sp {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .diagnose__result__radarChart__mask-sp {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .diagnose__result__radarChart__mask-sp + p {
    text-align: left;
  }
}

.diagnose__result__next__button {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .diagnose__result__next__button {
    position: fixed !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.diagnose__result__info__section__wrap {
  max-width: 500px;
  margin: 0 auto;
}

.diagnose__result__info__section__wrap.type02 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #FBB4D7;
}

.diagnose__result__info__section__wrap.type03 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #FF6B5D;
}

.diagnose__result__info__section__wrap.type04 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #D29BE0;
}

.diagnose__result__info__section__wrap.type05 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #CFB198;
}

.diagnose__result__info__section__wrap.type06 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #8AD1F9;
}

.diagnose__result__info__section__wrap.type07 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #FFC74F;
}

.diagnose__result__info__section__wrap.type08 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #FA9662;
}

.diagnose__result__info__section__wrap.type09 .diagnose__result__info__section .diagnose__result__info__ttl__wrap {
  background-color: #91D770;
}

.diagnose__result__info__section {
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 15px -9px #777777;
          box-shadow: 0px 0px 15px -9px #777777;
  border-radius: 4px;
}

.diagnose__result__info__section:last-child {
  margin-bottom: 0;
}

.diagnose__result__info__section:nth-of-type(1) .diagnose__result__info__ttl::before {
  content: "";
  background-image: url("/images/user/renewal/shindan/icons/human.svg");
  background-repeat: no-repeat;
}

.diagnose__result__info__section:nth-of-type(2) .diagnose__result__info__ttl::before {
  content: "";
  background-image: url("/images/user/renewal/shindan/icons/strength.svg");
  background-repeat: no-repeat;
}

.diagnose__result__info__section:nth-of-type(3) .diagnose__result__info__ttl::before {
  content: "";
  background-image: url("/images/user/renewal/shindan/icons/salon.svg");
  background-repeat: no-repeat;
}

.diagnose__result__info__section:nth-of-type(4) .diagnose__result__info__ttl::before {
  content: "";
  background-image: url("/images/user/renewal/shindan/icons/communication.svg");
  background-repeat: no-repeat;
}

.diagnose__result__info__ttl__wrap {
  text-align: center;
  padding: 16px 0;
  background-color: #899EFF;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}

.diagnose__result__info__ttl {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  margin-top: -10px;
}

.diagnose__result__info__ttl::before {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  display: block;
}

.diagnose__result__info__txt__wrap {
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 16px;
}

.diagnose__result__info__txt {
  line-height: 1.7;
  overflow: hidden !important;
}

.diagnose__result__info__txt.is-show + .diagnose__result__info__readmore::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.diagnose__result__info__readmore {
  display: block;
  margin: auto;
  margin-top: 8px;
  color: #222222;
  position: relative;
}

.diagnose__result__info__readmore::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.207 8.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414l4.293 4.293 4.293-4.293a1 1 0 0 1 1.414 0Z%27 fill=%27%23777%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  vertical-align: -6px;
}

.diagnose__result__replay {
  float: right;
  font-weight: bold;
  color: #494949;
}

.diagnose__result__replay a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diagnose__result__replay a::before {
  content: "";
  display: block;
  background-image: url("/images/user/renewal/shindan/icons/replay.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 17.3px;
  margin-right: 0.5rem;
}

.diagnose__result__share {
  background-color: #F4F4F4;
  padding: 24px 0;
}

.diagnose__result__share__inner {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .diagnose__result__share__inner {
    padding: 0 16px;
  }
}

.diagnose__result__share__inner textarea {
  margin-bottom: 16px;
}

.diagnose__result__share__ttl {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: #494949;
}

.diagnose__result__share__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

@media (max-width: 767px) {
  .diagnose__result__share__sns__list {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

.diagnose__result__share__sns__list button {
  width: 166px;
  height: 48px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.75rem;
}

@media (max-width: 374px) {
  .diagnose__result__share__sns__list button {
    height: 42px;
  }
}

.diagnose__result__share__sns__list button::after {
  background-size: cover;
}

.diagnose__result__share__sns__list button.x {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.diagnose__result__share__sns__list button.x::after {
  content: "";
  display: block;
  background-image: url("/images/user/renewal/shindan/icons/x.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 12px;
}

.diagnose__result__share__sns__list button.line {
  background-color: #00CC42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.diagnose__result__share__sns__list button.line::after {
  content: "";
  display: block;
  background-image: url("/images/user/renewal/shindan/icons/share-line.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .diagnose__result__share__sns__list button.line::after {
    margin-left: 8px;
  }
}

.diagnose__result__share__sns__list button.copy {
  background-color: #ffffff;
  border: solid 1.5px #494949;
}

.diagnose__result__share__sns__list button.copy img {
  vertical-align: middle;
  width: 24px;
}

.diagnose__result__share__button__popup {
  width: 25%;
  min-width: 300px;
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px -5px #777777;
          box-shadow: 0px 0px 10px -5px #777777;
  border-radius: 10px;
  background-color: #FFF;
  font-size: 1rem;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  color: #FA9662;
}

.diagnose__result__share__button__popup.is-hide {
  display: none;
}

.diagnose__result__share__button__popup.is-active {
  -webkit-animation: copy-popup 2s forwards;
          animation: copy-popup 2s forwards;
}

@-webkit-keyframes copy-popup {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  10%, 90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes copy-popup {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  10%, 90% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
  }
}

.footer.diagnose .footer__diagnose__fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 56px;
  bottom: 76px;
  z-index: 9;
}

@media (max-width: 575px) {
  .footer.diagnose .footer__diagnose__fixed {
    right: 16px;
    bottom: 16px;
  }
}

.footer.diagnose .footer__diagnose__save {
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.footer.diagnose .footer__diagnose__save button {
  background-color: #00538D;
  color: #ffffff;
  width: 130px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer.diagnose .button-to-top {
  position: static;
}

.top {
  background-color: #f3fcfd;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .top {
    padding-bottom: 112px;
  }
}

@media (max-width: 1023px) {
  .top-body &gt; .container, .top-body &gt; .container-1, .top-body &gt; .container-2, .top-body &gt; .container-3, .top-body &gt; .container-4 {
    padding: 0;
  }
}

.top-wrap {
  position: relative;
  margin-top: 24px;
  padding-bottom: 140px;
}

@media (max-width: 1023px) {
  .top-wrap {
    padding-bottom: 0;
  }
}

.top-main {
  width: calc(100% - 260px);
  padding-right: 40px;
}

@media (max-width: 1023px) {
  .top-main {
    width: 100%;
    padding-right: 0;
    padding-bottom: 22px;
  }
}

.top-block {
  margin-top: 24px;
}

.top__title {
  font-size: 26px;
  line-height: 39px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #f5522a;
}

.top__description {
  text-align: center;
  color: #444444;
}

.top-selection {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px 16px 5px;
}

.top-selection .top__title {
  color: #f5522a;
}

.top-selection__slider-inner {
  display: block;
  width: 100%;
}

.top-selection__slider-img {
  position: relative;
  max-width: 236px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .top-selection__slider-img {
    max-width: 100%;
  }
}

.top-selection__slider-img picture {
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 4px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(128 / 236 * 100%);
  overflow: hidden;
}

.top-selection__slider-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .top-selection__slider-img picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(160 / 296 * 100%);
    overflow: hidden;
  }
  .top-selection__slider-img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.top-selection__slider-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.top-selection__slider-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.top-selection__slider-text {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
}

.top-special {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 121, 208, 0.25)), to(rgba(76, 193, 201, 0.25)));
  background: linear-gradient(180deg, rgba(199, 121, 208, 0.25) 0%, rgba(76, 193, 201, 0.25) 100%);
  border-radius: 12px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

@media (max-width: 1023px) {
  .top-special {
    margin-top: 0;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
    border-radius: 0;
  }
}

.top-special .top__title {
  color: #001A4D;
}

.top-special .top__description {
  color: #222222;
}

.top-special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 16px;
  margin-top: 24px;
}

.top-special__list &gt; li {
  width: calc((100% / 3) - (16px / 3 * 2));
}

@media (max-width: 1023px) {
  .top-special__list {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 8px;
  }
  .top-special__list &gt; li {
    width: calc((100% / 2) - (8px / 2 * 1));
  }
}

.top-special__inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .top-special__inner {
    padding: 8px;
  }
}

.top-special__img {
  position: relative;
  max-width: 242px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .top-special__img {
    max-width: 152px;
  }
}

.top-special__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(100 / 242 * 100%);
  overflow: hidden;
}

.top-special__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .top-special__img picture {
    border-radius: 4px;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100 / 152 * 100%);
    overflow: hidden;
  }
  .top-special__img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.top-special__text {
  padding-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (hover: hover) {
  .top-special__text:hover span {
    background-size: 0 1px;
  }
}

.top-special__text-inner {
  font-weight: 700;
  color: #1c959e;
  display: inline;
  background-image: linear-gradient(180deg, #1c959e 1px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s ease 0s;
  transition: background-size .3s ease 0s;
  background-size: 100% 1px;
}

@media (max-width: 1023px) {
  .top-search-wrap {
    margin-top: 0;
  }
}

.top-search {
  border-radius: 12px;
  background-color: #ffffff;
  margin-top: 8px;
}

.top-search:first-child {
  margin-top: 0;
}

.top-search__wrap {
  padding: 24px 16px;
}

@media (max-width: 1023px) {
  .top-search__wrap {
    padding: 12px 16px;
  }
}

@media (max-width: 575px) {
  .top-search__wrap .form__checkbox-chips label {
    width: initial;
  }
}

@media (max-width: 575px) {
  .top-search__wrap .form__checkbox-chips span {
    min-height: initial;
    padding: 4px 9px;
  }
}

.top-search__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #FCF2E8;
}

@media (max-width: 1023px) {
  .top-search__title {
    background-color: #f5fcfc;
  }
}

.top-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-search__item {
  display: block;
  width: calc(100% / 4);
}

@media (max-width: 1023px) {
  .top-search__item {
    width: calc(100% / 2);
  }
}

.top-search__item:nth-child(4n) .top-search__inner {
  border-right: 0;
}

.top-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #FCF2E8;
  border-right: 1px solid #FCF2E8;
  padding: 6px 16px;
  min-height: 56px;
  height: 100%;
}

@media (max-width: 1023px) {
  .top-search__inner {
    padding: 6px 16px 6px 12px;
  }
}

.top-search__icon {
  width: 40px;
  height: 40px;
  fill: #222222;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .top-search__icon {
    width: 32px;
    height: 32px;
  }
}

.top-search__icon-arrow {
  width: 24px;
  height: 24px;
  fill: #f5522a;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-pickup {
  background-color: #ffffff;
  border-radius: 24px;
  padding-top: 16px;
  padding-bottom: 40px;
}

@media (max-width: 1023px) {
  .top-pickup {
    padding-top: 24px;
    border-radius: 0;
  }
}

.top-pickup__container {
  padding-right: 32px;
  padding-left: 32px;
}

@media (max-width: 1023px) {
  .top-pickup__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.top-pickup__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 12px;
}

.top-pickup__list &gt; li {
  width: calc((100% / 3) - (12px / 3 * 2));
}

@media (max-width: 1023px) {
  .top-pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 12px;
  }
  .top-pickup__list &gt; li {
    width: calc((100% / 1) - (12px / 1 * 0));
  }
}

.top-pickup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 12px;
}

@media (max-width: 1023px) {
  .top-pickup__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-pickup__img {
  position: relative;
  max-width: 240px;
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .top-pickup__img {
    max-width: 88px;
  }
}

.top-pickup__img picture {
  border-radius: 4px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(160 / 240 * 100%);
  overflow: hidden;
}

.top-pickup__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .top-pickup__img picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(88 / 88 * 100%);
    overflow: hidden;
  }
  .top-pickup__img picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.top-pickup__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .top-pickup__content {
    padding-left: 8px;
  }
}

.top-pickup__text {
  font-weight: 700;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .top-pickup__text {
    margin-top: 0;
  }
}

.top-pickup__date {
  display: inline-block;
  color: #777777;
  font-family: "Roboto", sans-serif;
  padding-top: 36px;
  margin-top: auto;
}

@media (max-width: 1023px) {
  .top-pickup__date {
    padding-top: 4px;
  }
}

.top-banner {
  margin-top: 48px;
}

@media (max-width: 1023px) {
  .top-banner {
    margin-top: 24px;
  }
}

.top-banner .top__title {
  color: #222222;
}

@media (max-width: 1023px) {
  .top-banner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.top-banner__list {
  margin-top: 24px;
  max-width: 584px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
}

.top-banner__list &gt; li {
  width: calc((100% / 2) - (24px / 2 * 1));
}

@media (max-width: 1023px) {
  .top-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
  .top-banner__list &gt; li {
    width: calc((100% / 1) - (24px / 1 * 0));
  }
}

.top-banner__inner {
  display: block;
  width: 100%;
}

.top-banner__img {
  position: relative;
  max-width: 280px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .top-banner__img {
    max-width: 343px;
  }
}

.top-banner__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(140 / 280 * 100%);
  overflow: hidden;
}

.top-banner__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.top-banner__img--small picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(70 / 280 * 100%);
  overflow: hidden;
}

.top-banner__img--small picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.top-footer {
  padding-top: 32px;
  padding-bottom: 56px;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .top-footer {
    padding-top: 0;
    padding-bottom: 26px;
  }
}

@media (max-width: 1023px) {
  .top-footer__top .container, .top-footer__top .container-1, .top-footer__top .container-2, .top-footer__top .container-3, .top-footer__top .container-4 {
    padding: 0;
  }
}

.top-footer__block {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .top-footer__block {
    margin-top: 8px;
  }
}

.top-footer__block:first-child {
  margin-top: 0;
}

.top-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #FCF2E8;
  border-radius: 4px;
}

@media (max-width: 1023px) {
  .top-footer__title {
    background-color: #f5fcfc;
  }
}

.top-footer__title + [data-accordion-content] &gt; ul {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .top-footer__title + [data-accordion-content] &gt; ul {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.top-footer__btn-icon {
  width: 24px;
  height: 24px;
  fill: #777777;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.top-footer__tab {
  margin-top: 16px;
}

.top-footer__tab-triggers-wrap {
  overflow-x: auto;
}

.top-footer__tab-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.top-footer__tab-btn {
  display: block;
  padding: 10px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #aaaaaa;
  background-color: #ffffff;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 8px 8px 0px 0px;
}

.top-footer__tab-btn.active {
  background-color: #f5522a;
  color: #ffffff;
  border-color: #f5522a;
}

.top-footer__tab-content {
  border: 1px solid #FCF2E8;
  border-radius: 0px 0px 8px 8px;
  padding: 16px;
}

.top-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 8px;
}

.top-reference &gt; li {
  width: calc((100% / 2) - (8px / 2 * 1));
}

@media (max-width: 1023px) {
  .top-reference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 8px;
  }
  .top-reference &gt; li {
    width: calc((100% / 1) - (8px / 1 * 0));
  }
}

.top-reference__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-reference__title {
  min-width: 85px;
}

.top-reference__content {
  padding-left: 16px;
}

.top-reference__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.top-reference__content-item {
  border-right: 1px solid #dddddd;
  padding-right: 8px;
}

.top-reference__content-item:last-child {
  border-right: 0;
}

.top-reference__content-inner {
  color: #1c959e;
}

.top-footer__bottom {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .top-footer__bottom {
    margin-top: 8px;
  }
}

.top-footer__bottom-inner {
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
}

.top-footer__bottom-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.top-footer__bottom-text {
  line-height: 25px;
  margin-top: 16px;
}

.top-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 48px;
  margin-top: 16px;
}

.top-footer__bottom-list &gt; li {
  width: calc((100% / 3) - (48px / 3 * 2));
}

@media (max-width: 1023px) {
  .top-footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 48px;
  }
  .top-footer__bottom-list &gt; li {
    width: calc((100% / 1) - (48px / 1 * 0));
  }
}

.top-footer__bottom-item-inner {
  display: block;
  width: 100%;
}

.top-footer__bottom-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-footer__bottom-item-title-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  fill: #f5522a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-footer__bottom-item-text {
  margin-top: 16px;
  line-height: 25px;
}

.top-intro {
  background-image: url("/images/user/renewal/top/PCtop_main.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 34px;
}

@media (max-width: 1023px) {
  .top-intro {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .top-intro .container, .top-intro .container-1, .top-intro .container-2, .top-intro .container-3, .top-intro .container-4 {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .top-intro .company-information__slider {
    margin-right: initial;
    margin-left: initial;
  }
}

@media (min-width: 1024px) {
  .top-intro .company-information__slider {
    display: none;
  }
}

.top-intro--authorized .top-intro__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .top-intro--authorized .top-intro__content-criteria {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    color: #222222;
  }
}

@media (max-width: 1023px) {
  .top-intro--authorized .top-intro__content-criteria .breadcrumbs {
    color: #1c959e;
  }
}

@media (max-width: 1023px) {
  .top-intro--authorized .top-intro__content-criteria .breadcrumbs a[href].breadcrumbs__inner .breadcrumbs__text {
    color: #1c959e;
    background-image: linear-gradient(180deg, #1c959e 1px, transparent 100%);
  }
}

.top-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .top-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.top-intro__content {
  display: block;
  width: 100%;
  max-width: 722px;
  padding-right: 46px;
  padding-left: 46px;
}

@media (max-width: 1023px) {
  .top-intro__content {
    max-width: 100%;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.top-intro__content .top-intro__content-title {
  display: block;
}

@media (max-width: 1023px) {
  .top-intro__content .top-intro__content-title {
    display: none;
  }
}

.top-intro__content-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  color: #FAFAFA;
  display: none;
}

@media (max-width: 1023px) {
  .top-intro__content-title {
    display: block;
    background-color: #1c959e;
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    padding: 4px 16px;
  }
}

.top-intro__content-date {
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .top-intro__content-date {
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #1c959e;
  }
}

.top-intro__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.top-intro__content-item {
  display: block;
  width: 100%;
}

.top-intro__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #1c959e;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 12px;
  padding: 8px;
}

.top-intro__content-icon {
  width: 32px;
  height: 32px;
  fill: #1c959e;
  margin-bottom: 8px;
}

.top-intro__content-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.top-intro__content-search .button {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 1023px) {
  .top-intro__content-search .button__text {
    display: none;
  }
}

.top-intro__content-search-label {
  display: block;
  width: 100%;
}

.top-intro__content-search-input {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 84px;
  padding: 15px 100px 15px 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Hiragino Kaku Gothic Pro';
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.top-intro__content-search-input::-webkit-input-placeholder {
  color: #777777;
}

.top-intro__content-search-input:-ms-input-placeholder {
  color: #777777;
}

.top-intro__content-search-input::placeholder {
  color: #777777;
}

.top-intro__content-criteria {
  background-color: rgba(3, 59, 64, 0.4);
  border-radius: 12px;
  padding: 12px;
  color: #ffffff;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .top-intro__content-criteria {
    display: none;
  }
}

.top-intro__content-criteria .breadcrumbs {
  padding: 0;
}

.top-intro__content-criteria .breadcrumbs a[href].breadcrumbs__inner .breadcrumbs__text {
  color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 1px, transparent 100%);
}

.top-intro__content-criteria .breadcrumbs .breadcrumbs__text {
  font-size: 14px;
  line-height: 21px;
}

.top-intro__content-criteria .breadcrumbs .breadcrumbs__item:not(:last-child):after {
  font-size: 14px;
  line-height: 21px;
  margin: 0 3px;
}

.top-intro__content-criteria-title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.top-intro__action {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  max-width: 346px;
}

@media (max-width: 1023px) {
  .top-intro__action {
    max-width: 100%;
    padding: 24px 16px;
    border-radius: 0;
  }
}

.top-intro__action .button {
  width: 100%;
}

.top-intro__action .button + .button {
  margin-top: 8px;
}

.top-intro__action .button__text {
  margin-right: 0;
}

.top-intro__action-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  color: #f5522a;
}

@media (max-width: 1023px) {
  .top-intro__action-title {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #f5522a;
    padding-bottom: 6px;
  }
}

.top .breadcrumbs__item:last-child::after {
  content: none;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  background-color: #F5F5F5;
}

@media (max-width: 1023px) {
  .login {
    padding-bottom: 60px;
    background-color: transparent;
  }
}

.login__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.login__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.login__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.login__text.centered-text {
  text-align: center;
}

.login__caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.login__link {
  color: #1c959e;
  text-decoration: underline;
}

.login__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .login__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.login__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background-color: #ffffff;
  padding: 16px 16px 75px;
}

@media (max-width: 1023px) {
  .login__block {
    width: 100%;
    padding: 24px 16px 20px;
    background-color: transparent;
  }
}

.login__block-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1023px) {
  .login__block-bg {
    max-height: 375px;
  }
}

@media (max-width: 767px) {
  .login__block-bg {
    max-height: 220px;
  }
}

.login__block-bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.login__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1023px) {
  .login__form-wrap {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.login__form {
  max-width: 320px;
  width: 100%;
}

.login__btn-line.button, .login__btn-entry.button {
  width: 100%;
}

.login__btn-line.button .button__text, .login__btn-entry.button .button__text {
  font-size: 14px;
  line-height: 21px;
}

.login__btn-line.button {
  border-color: #06C755;
  background-color: #06C755;
  position: relative;
}

@media (hover: hover) {
  .login__btn-line.button:hover {
    opacity: .7;
  }
}

.login__btn-line.button svg.svg, .login__btn-line.button svg.chips__icon {
  position: absolute;
  top: 0;
  left: 8px;
  width: 48px;
  height: 48px;
}

.login__btn-line.button svg.svg + .button__text, .login__btn-line.button svg.chips__icon + .button__text {
  margin-left: auto;
}

.login__btn-line.button .button__text {
  color: #ffffff;
  width: calc(100% - 48px);
  text-align: center;
}

.login__yappli-btn-entry {
  display: block;
  border-radius: 8px;
  height: 48px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 15px 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}

.login__yappli-btn-entry.qj_color {
  background-color: #07A2AD;
}

.login__yappli-btn-entry.rookie_color {
  background-color: #F35376;
}

.login__btn-pass {
  max-width: 222px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
}

.login__new-member-block {
  position: relative;
  z-index: 3;
  max-width: 485px;
  width: 100%;
}

@media (max-width: 1023px) {
  .login__new-member-block {
    max-width: 100%;
  }
}

.login__new-member-block-inner {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1023px) {
  .login__new-member-block-inner {
    margin-right: auto;
    margin-left: auto;
  }
}

.login__new-member-block-content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .login__new-member-block-content {
    padding: 24px 16px;
  }
}

.login__new-member-block-content:not(:first-child) {
  margin-top: 24px;
}

.login__new-member-block-content &gt; * {
  margin-top: 16px;
}

.login .form__checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login .form__group &gt; .form__input:not(:first-child) {
  margin-top: 16px;
}

.map__head {
  margin-bottom: 16px;
  border-radius: 16px;
}

.map__head__top, .map__head__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map__head__top {
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575px) {
  .map__head__top {
    width: auto;
  }
}

.map__head__top svg {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 575px) {
  .map__head__top svg {
    width: 20px;
  }
}

.map__head__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map__head__button {
  min-width: 130px;
  background-color: #1c959e;
  color: #ffffff;
  border-radius: 6px;
  padding: 8px 16px;
  margin-right: 12px;
}

.map__head__input {
  width: 300px;
  min-height: 32px;
  border: solid 1px #cccccc;
  border-radius: 8px;
  padding-left: 8px;
  position: relative;
}

@media (max-width: 575px) {
  .map__head__input {
    width: 100%;
    font-size: 12px;
  }
}

.map__head__input:focus {
  outline: 0;
}

.map__head__input::-webkit-input-placeholder {
  color: #BABABA;
}

.map__head__input:-ms-input-placeholder {
  color: #BABABA;
}

.map__head__input::placeholder {
  color: #BABABA;
}

@media (max-width: 575px) {
  .map__head__input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .map__head__input:-ms-input-placeholder {
    font-size: 12px;
  }
  .map__head__input::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .map__head__input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .map__head__input:-ms-input-placeholder {
    font-size: 10px;
  }
  .map__head__input::placeholder {
    font-size: 10px;
  }
}

.map__body {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-color: gray;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .map__body {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}

.map__body__salonInfo {
  background-color: #ffffff;
  width: 39%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px 0 0px 16px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .map__body__salonInfo {
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.map__body__salonInfo__inner {
  position: relative;
}

@media (max-width: 767px) {
  .map__body__salonInfo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 12px;
  }
}

@media (max-width: 767px) {
  .map__body__salonInfo__img {
    width: 45%;
    margin-right: 8px;
  }
}

.map__body__salonInfo__img a {
  display: block;
  overflow: hidden;
}

.map__body__salonInfo__img img {
  width: 100%;
  border-radius: 16px 0 0 0;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .map__body__salonInfo__img img {
    border-radius: 0;
  }
}

.map__body__salonInfo__closeBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0px 0px 11px 0px #777777;
          box-shadow: 0px 0px 11px 0px #777777;
}

@media (max-width: 767px) {
  .map__body__salonInfo__closeBtn {
    width: 18px;
    height: 18px;
    top: 6px;
    right: 6px;
  }
}

.map__body__salonInfo__closeBtn span {
  display: inline-block;
  vertical-align: super;
  color: #333;
  line-height: 1;
  width: 0.7em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map__body__salonInfo__closeBtn span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  .map__body__salonInfo__txt {
    width: 55%;
  }
}

.map__body__salonInfo__txt__inner {
  padding: 12px;
}

@media (max-width: 767px) {
  .map__body__salonInfo__txt__inner {
    padding: 0;
  }
}

.map__body__salonInfo__txt__ttl {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1c959e;
  text-decoration: underline;
}

.map__body__salonInfo__txt__ttl::after {
  content: url("/images/user/common/arrow-right--blue.svg");
  margin-left: 8px;
}

.map__body__salonInfo__txt__salonName {
  margin-bottom: 8px;
}

.map__body__salonInfo__txt__distance__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .map__body__salonInfo__txt__distance__wrap {
    display: block;
  }
}

.map__body__salonInfo__txt__distance__item {
  font-size: 12px;
  margin-right: 4px;
  color: #777777;
}

.map__body__salonInfo__txt__distance__item::before {
  content: "";
  display: block;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  margin-right: 2px;
}

.map__body__salonInfo__txt__distance__item:first-child::before {
  background-image: url("/images/user/common/station_icon.svg");
  width: 21px;
  height: 20px;
}

.map__body__salonInfo__txt__distance__item:last-child {
  margin-right: 0;
}

.map__body__salonInfo__txt__distance__item:last-child::before {
  background-image: url("/images/user/common/location_icon.svg");
  width: 21px;
  height: 20px;
}

.map__body__salonInfo__txt__link {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 8px;
}

.map__body__salonInfo__txt__link:last-child {
  margin-bottom: 0;
}

.map__body__feature {
  padding-left: 39%;
}

@media (max-width: 767px) {
  .map__body__feature {
    padding-left: 0;
    height: 68vh;
  }
}

.map-modal__inner {
  max-width: 350px;
  max-height: 240px;
  background-color: #F6FCFC;
  border-radius: 12px;
  padding-bottom: 0;
  overflow: hidden;
}

.map-modal__body {
  padding: 56px 16px;
  text-align: center;
  position: relative;
}

.map-modal__body__icon {
  margin-bottom: 24px;
}

.map-modal__body__txt {
  font-weight: bold;
}

.map-modal__body__txt span {
  color: #1c959e;
}

.map-modal__body__close {
  position: absolute;
  top: 0px;
  right: 8px;
}

.oiwaikin {
  padding-top: 24px;
  padding-bottom: 37px;
}

@media (max-width: 767px) {
  .oiwaikin {
    background-color: #ffffff;
    padding-top: 16px;
    padding-bottom: 112px;
  }
}

.oiwaikin__section {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .oiwaikin__section {
    margin-top: 0;
  }
  .oiwaikin__section:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
}

.oiwaikin__section-inner {
  padding: 24px;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 16px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .oiwaikin__section-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.oiwaikin__section-inner &gt; *:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .oiwaikin__section-inner &gt; *:not(:first-child) {
    margin-top: 24px;
  }
}

.oiwaikin__section-inner &gt; .button {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .oiwaikin__section-inner &gt; .button {
    width: 100%;
  }
}

.oiwaikin__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.oiwaikin__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1c959e;
}

.oiwaikin__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.oiwaikin__subtext {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 0 !important;
}

.oiwaikin__caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #777777;
}

.oiwaikin__link {
  color: #1c959e;
}

.oiwaikin__img {
  display: block;
}

@media (max-width: 767px) {
  .oiwaikin__img {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.oiwaikin__img picture {
  border-radius: 8px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(459 / 980 * 100%);
  overflow: hidden;
}

.oiwaikin__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767px) {
  .oiwaikin__img picture {
    border-radius: 0;
  }
}

.oiwaikin__img:not(:first-child) {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .oiwaikin__img:not(:first-child) {
    margin-top: 16px;
  }
}

.oiwaikin__anchors-navigation {
  display: block;
}

.oiwaikin__anchors-navigation:not(:first-child) {
  margin-top: 24px;
}

.oiwaikin__anchors-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.oiwaikin__anchors-navigation-list &gt; li {
  width: calc((100% / 4) - (24px / 4 * 3));
}

@media (max-width: 1023px) {
  .oiwaikin__anchors-navigation-list {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__anchors-navigation-list {
    gap: 4px;
  }
}

.oiwaikin__anchors-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.oiwaikin__anchors-navigation-item-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 60px;
  min-height: 57px;
  padding: 8px 16px 28px;
  font-weight: 700;
  color: #1c959e;
  text-align: center;
}

@media (hover: hover) {
  .oiwaikin__anchors-navigation-item-link:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .oiwaikin__anchors-navigation-item-link {
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.oiwaikin__anchors-navigation-item-link .svg, .oiwaikin__anchors-navigation-item-link .chips__icon {
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 24px;
  height: 24px;
  fill: #1c959e;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
}

.oiwaikin__info {
  padding: 16px;
  border: 1px solid #cccccc;
  border-radius: 12px;
}

.oiwaikin__info:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .oiwaikin__info:not(:first-child) {
    margin-top: 24px;
  }
}

.oiwaikin__info .chips__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.oiwaikin__info &gt; *:not(:first-child) {
  margin-top: 8px;
}

.oiwaikin__card {
  display: block;
}

.oiwaikin__card:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .oiwaikin__card:not(:first-child) {
    margin-top: 24px;
  }
}

.oiwaikin__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 44px;
  counter-reset: counter;
}

.oiwaikin__card-list &gt; li {
  width: calc((100% / 4) - (44px / 4 * 3));
}

@media (max-width: 1023px) {
  .oiwaikin__card-list {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 30px;
  }
  .oiwaikin__card-list &gt; li {
    width: calc((100% / 1) - (30px / 1 * 0));
  }
}

.oiwaikin__card-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.oiwaikin__card-item:before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 32px;
  min-height: 32px;
  padding: 6px;
  background-color: #1c959e;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .oiwaikin__card-item:before {
    font-size: 20px;
    line-height: 20px;
    min-width: 28px;
    min-height: 28px;
    padding: 4px;
    top: 6px;
    left: 6px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__card-item:before {
    font-size: 16px;
    line-height: 16px;
    min-width: 24px;
    min-height: 24px;
    padding: 3px;
  }
}

.oiwaikin__card-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 88px;
  right: -30px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #f5522a;
}

@media (max-width: 1023px) {
  .oiwaikin__card-item:not(:last-child):after {
    top: 66px;
    right: -24px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__card-item:not(:last-child):after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -19px;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.oiwaikin__card-item-inner {
  display: block;
}

@media (max-width: 767px) {
  .oiwaikin__card-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.oiwaikin__card-item-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px 9px 4px;
}

@media (max-width: 1023px) {
  .oiwaikin__card-item-media {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__card-item-media {
    width: 112px;
    height: 112px;
    padding: 9px 6px 3px;
  }
}

.oiwaikin__card-item-media picture {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.oiwaikin__card-item-media figcaption {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1c959e;
  text-align: center;
  margin-top: auto;
}

@media (max-width: 1023px) {
  .oiwaikin__card-item-media figcaption {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .oiwaikin__card-item-media figcaption {
    bottom: 1px;
    font-size: 14px;
    line-height: 21px;
  }
}

.oiwaikin__card-item-content {
  text-align: center;
}

@media (max-width: 767px) {
  .oiwaikin__card-item-content {
    text-align: left;
  }
}

.oiwaikin__card-item-content:not(:first-child) {
  margin-top: 8px;
}

.oiwaikin__card-item-content &gt; *:not(:first-child) {
  margin-top: 8px;
}

.oiwaikin__list {
  display: block;
}

.oiwaikin__list-item {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .oiwaikin__list-item {
    padding: 0;
    border: 0;
  }
}

.oiwaikin__list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.oiwaikin__list-item:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .oiwaikin__list-item:not(:first-child) {
    margin-top: 24px;
  }
}

.oiwaikin__list-item &gt; *:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .oiwaikin__list-item &gt; *:not(:first-child) {
    margin-top: 16px;
  }
}

.oiwaikin__list-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .oiwaikin__list-item-title {
    z-index: 2;
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .oiwaikin__list-item-title:before {
    background-color: #f5fcfc;
    width: calc(100% + 32px);
    left: -16px;
    top: 0;
    height: 100%;
    border-radius: 0;
    z-index: -1;
  }
}

.oiwaikin__list-item-content {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .oiwaikin__list-item-content {
    padding: 10px 0;
  }
}

.oiwaikin__list-item-content &gt; *:not(:first-child) {
  margin-top: 8px;
}

.oiwaikin .text-center {
  text-align: center;
}

.oiwaikin .md-br {
  display: none !important;
}

@media (max-width: 767px) {
  .oiwaikin .md-br {
    display: block !important;
  }
}

.guide .container, .guide .container-1, .guide .container-2, .guide .container-3, .guide .container-4 {
  max-width: calc(1205px + 16px * 2);
}

@media (max-width: 767px) {
  .guide .container, .guide .container-1, .guide .container-2, .guide .container-3, .guide .container-4 {
    padding: 0;
  }
}

.guide__inner {
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .guide__inner {
    margin-top: 16px;
  }
}

.guide__main {
  width: calc(100% - 277px);
}

@media (max-width: 1023px) {
  .guide__main {
    width: 100%;
  }
}

.guide__section:not(:first-child) {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .guide__section:not(:first-child) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .guide__section:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
}

.guide__section-inner {
  padding: 24px;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 16px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .guide__section-inner {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.guide__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.guide__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.guide__text.color-grey {
  color: #777777;
}

.guide__img {
  display: block;
}

@media (max-width: 767px) {
  .guide__img {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.guide__img:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .guide__img:not(:first-child) {
    margin-top: 18px;
  }
}

.guide__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(256 / 880 * 100%);
  overflow: hidden;
}

.guide__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.guide__counter-number {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 29px;
  min-height: 29px;
  padding: 4px;
  background-color: #1c959e;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 8px;
}

.guide .text-center {
  text-align: center;
}

.guide .md-br {
  display: none !important;
}

@media (max-width: 767px) {
  .guide .md-br {
    display: block !important;
  }
}

.guide .color-danger {
  color: #f5522a;
}

.guide-recruitment:not(:first-child) {
  margin-top: 32px;
}

.guide-recruitment__info {
  text-align: center;
}

.guide-recruitment__info:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .guide-recruitment__info:not(:first-child) {
    margin-top: 0;
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .guide-recruitment__info {
    text-align: left;
    position: relative;
  }
  .guide-recruitment__info:not(:last-child) {
    padding-bottom: 24px;
  }
  .guide-recruitment__info:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -18px;
    width: calc(100% + 32px);
    height: 1px;
    background-color: #eeeeee;
  }
}

.guide-recruitment__info &gt; *:not(:first-child):not(.guide__img) {
  margin-top: 16px;
}

.guide-recruitment__request:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .guide-recruitment__request:not(:first-child) {
    margin-top: 0;
    padding-top: 24px;
  }
}

.guide-recruitment__request-list:not(:first-child) {
  margin-top: 32px;
}

.guide-recruitment__request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .guide-recruitment__request-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.guide-recruitment__request-item:not(:first-child) {
  margin-top: 32px;
}

.guide-recruitment__request-item-media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 380px;
}

@media (max-width: 1279px) {
  .guide-recruitment__request-item-media {
    width: 343px;
  }
}

@media (max-width: 767px) {
  .guide-recruitment__request-item-media {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
}

.guide-recruitment__request-item-media picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(200 / 380 * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.guide-recruitment__request-item-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.guide-recruitment__request-list-item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guide-recruitment__request-list-item-info .button {
  margin-top: auto;
}

@media (max-width: 767px) {
  .guide-recruitment__request-list-item-info .button {
    width: 100%;
  }
}

.guide-recruitment__request-list-item-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.guide-recruitment__request-list-item-info-header + * {
  margin-top: 8px;
}

.guide-recruitment__request-list-item-info-body {
  padding-bottom: 24px;
}

.guide-support:not(:first-child) {
  margin-top: 32px;
}

.guide-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.guide-support__list &gt; li {
  width: calc((100% / 2) - (24px / 2 * 1));
}

@media (max-width: 767px) {
  .guide-support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 16px;
  }
  .guide-support__list &gt; li {
    width: calc((100% / 1) - (16px / 1 * 0));
  }
}

.guide-support__list:not(:first-child) {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .guide-support__list:not(:first-child) {
    margin-top: 16px;
  }
}

.guide-support__list-item {
  display: block;
}

.guide-support__list-item-media {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.guide-support__list-item-media picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(200 / 428 * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.guide-support__list-item-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767px) {
  .guide-support__list-item-media picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(200 / 343 * 100%);
    overflow: hidden;
  }
  .guide-support__list-item-media picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.guide-support__list-item-content {
  width: 100%;
}

.guide-support__list-item-content:not(:first-child) {
  margin-top: 8px;
}

.guide-support__list-item-content &gt; *:not(:first-child) {
  margin-top: 6px;
}

.guide-develop:not(:first-child) {
  margin-top: 32px;
}

.guide-develop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.guide-develop__list &gt; li {
  width: calc((100% / 3) - (24px / 3 * 2));
}

@media (max-width: 767px) {
  .guide-develop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 32px;
  }
  .guide-develop__list &gt; li {
    width: calc((100% / 1) - (32px / 1 * 0));
  }
}

.guide-develop__list:not(:first-child) {
  margin-top: 24px;
}

.guide-develop__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guide-develop__list-item-media {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.guide-develop__list-item-media picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(150 / 277 * 100%);
  overflow: hidden;
  border-radius: 4px;
}

.guide-develop__list-item-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 767px) {
  .guide-develop__list-item-media picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(150 / 343 * 100%);
    overflow: hidden;
  }
  .guide-develop__list-item-media picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.guide-develop__list-item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.guide-develop__list-item-content:not(:first-child) {
  margin-top: 8px;
}

.guide-develop__list-item-content .button {
  width: 100%;
  margin-top: auto;
}

.guide-develop__list-item-content-body {
  padding-bottom: 34px;
}

@media (max-width: 767px) {
  .guide-develop__list-item-content-body {
    padding-bottom: 14px;
  }
}

.guide-develop__list-item-content-body:not(:first-child) {
  margin-top: 6px;
}

.guide-develop__list-item-content-body &gt; *:not(:first-child) {
  margin-top: 6px;
}

.guide-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .guide-visual {
    display: block;
    background-size: auto 90px;
    background-position: 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 280px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.guide-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .guide-visual__img {
    position: static;
  }
}

.guide-visual__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.guide-visual__content {
  max-width: 764px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .guide-visual__content {
    padding: 24px 18px;
  }
}

.guide-visual__content &gt; *:not(:first-child) {
  margin-top: 11px;
}

@media (max-width: 767px) {
  .guide-visual__content &gt; *:not(:first-child) {
    margin-top: 10px;
  }
}

.guide-visual__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.guide-visual__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .scout {
    background-color: #ffffff;
  }
}

.scout .container, .scout .container-1, .scout .container-2, .scout .container-3, .scout .container-4 {
  max-width: calc(1180px + 16px * 2);
}

@media (max-width: 767px) {
  .scout .container, .scout .container-1, .scout .container-2, .scout .container-3, .scout .container-4 {
    padding: 0;
  }
}

.scout .guide__main {
  width: calc(100% - 301px);
}

@media (max-width: 1023px) {
  .scout .guide__main {
    width: 100%;
  }
}

.scout .guide__section:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .scout .guide__section:not(:first-child) {
    margin-top: 0;
  }
}

.scout__heading-block + p {
  margin-top: 16px;
}

.scout__title {
  font-size: 26px;
  line-height: 39px;
  text-align: center;
}

.scout__title--small {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.scout-merit:not(:first-child) {
  margin-top: 32px;
}

.scout-merit__list:not(:first-child) {
  margin-top: 16px;
}

.scout-merit__list-item {
  background: #FCF2E8;
  border-radius: 8px;
  overflow: hidden;
}

.scout-merit__list-item:not(:first-child) {
  margin-top: 8px;
}

.scout-merit__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

.scout-merit__list-item-inner .guide__counter-number {
  background-color: #f5522a;
}

.scout-merit__list-item-content &gt; *:not(:first-child) {
  margin-top: 10px;
}

.scout-merit &gt; *:not(:first-child) {
  margin-top: 16px;
}

.scout-perfect:not(:first-child) {
  margin-top: 40px;
}

.scout-perfect__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.scout-perfect__list &gt; li {
  width: calc((100% / 3) - (24px / 3 * 2));
}

@media (max-width: 767px) {
  .scout-perfect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 24px;
  }
  .scout-perfect__list &gt; li {
    width: calc((100% / 1) - (24px / 1 * 0));
  }
}

.scout-perfect__list:not(:first-child) {
  margin-top: 24px;
}

.scout-perfect__list-item {
  display: block;
}

.scout-perfect__list-item-desc {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-weight: 700;
}

.scout-perfect__list-item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 58px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.scout-perfect__list-item-user img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}

.scout-perfect__list-item-user figcaption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.scout-perfect__list-item-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 8px;
  background: #FCF2E8;
  border-radius: 8px;
  min-height: 70px;
}

.scout-perfect__list-item-message:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: linear-gradient(-135deg, #fcf2e8 50%, rgba(0, 212, 255, 0) 50%);
}

.scout-perfect__list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.scout-perfect__list-item-body:not(:first-child) {
  margin-top: 16px;
}

.scout-banner {
  text-align: center;
}

.scout-banner:not(:first-child) {
  margin-top: 32px;
}

.scout-banner__header:not(:first-child) {
  margin-top: 16px;
}

.scout-banner__header &gt; *:not(:first-child) {
  margin-top: 8px;
}

.scout-banner__body:not(:first-child) {
  margin-top: 16px;
}

.scout-banner__body &gt; *:not(:first-child) {
  margin-top: 8px;
}

.scout-banner__bottom:not(:first-child) {
  margin-top: 24px;
}

.scout-banner__bottom .button {
  min-width: 188px;
}

.scout-banner__bottom &gt; *:not(:first-child) {
  margin-top: 8px;
}

.scout-services:not(:first-child) {
  padding-top: 32px;
}

@media (max-width: 767px) {
  .scout-services:not(:first-child) {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .scout-services {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #ffffff;
  }
  .scout-services:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
  }
}

.scout-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px 38px;
}

.scout-services__list &gt; li {
  width: calc((100% / 3) - (38px / 3 * 2));
}

@media (max-width: 767px) {
  .scout-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 30px;
  }
  .scout-services__list &gt; li {
    width: calc((100% / 1) - (30px / 1 * 0));
  }
}

.scout-services__list:not(:first-child) {
  margin-top: 24px;
}

.scout-services__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scout-services__list-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #f5522a;
}

@media (max-width: 767px) {
  .scout-services__list-item:not(:last-child):after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.scout-services__list-item-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.12);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.12);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .scout-services__list-item-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.scout-services__list-item-media {
  max-width: 236px;
  width: 100%;
}

@media (max-width: 1023px) {
  .scout-services__list-item-media {
    max-width: 343px;
    margin-right: auto;
    margin-left: auto;
  }
}

.scout-services__list-item-media picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(150 / 236 * 100%);
  overflow: hidden;
}

.scout-services__list-item-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (max-width: 1023px) {
  .scout-services__list-item-media picture {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(150 / 343 * 100%);
    overflow: hidden;
  }
  .scout-services__list-item-media picture img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.scout-services__list-item-content:not(:first-child) {
  margin-top: 16px;
}

.scout-services__list-item-content-body:not(:first-child) {
  margin-top: 8px;
}

.scout-users__list:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .scout-users__list:not(:first-child) {
    margin-top: 24px;
  }
}

.scout-users__list-item:not(:first-child) {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .scout-users__list-item:not(:first-child) {
    margin-top: 24px;
  }
}

.scout-users__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .scout-users__list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.scout-users__list-item-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .scout-users__list-item-info {
    width: 232px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    padding: 0;
  }
}

.scout-users__list-item-info img {
  display: block;
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.scout-users__list-item-info figcaption {
  font-weight: 700;
}

.scout-users__list-item-info &gt; *:not(:first-child) {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .scout-users__list-item-info &gt; *:not(:first-child) {
    margin-top: 0;
  }
}

.scout-users__list-item-content {
  position: relative;
  background-color: #FCF2E8;
  padding: 16px;
  border-radius: 8px;
}

.scout-users__list-item-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: linear-gradient(-135deg, #fcf2e8 50%, rgba(0, 212, 255, 0) 50%);
}

@media (max-width: 767px) {
  .scout-users__list-item-content:before {
    top: -16px;
    left: 80px;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #FCF2E8;
  }
}

.scout-users__list-item-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.scout-users__list-item-label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ffffff;
  border: 1px solid #f5522a;
  border-radius: 4px;
  color: #f5522a;
  padding: 4px 6px;
  min-height: 29px;
  min-width: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.scout-users__list-item-content-body:not(:first-child) {
  margin-top: 8px;
}

.scout-users__list-item-content-body &gt; *:not(:first-child) {
  margin-top: 8px;
}

.search .history__card-buttons {
  margin-top: initial;
}

.search__list {
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .search__accordion {
    margin-bottom: 16px;
  }
}

.search__accordion-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c959e;
  padding: 12px 48px 15px 16px;
}

@media (max-width: 1023px) {
  .search__accordion-heading {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.search__accordion-heading-text {
  color: #ffffff;
}

.search__accordion-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.search__accordion-btn.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.search__accordion-icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media (min-width: 1024px) {
  .search__accordion-content {
    height: auto;
    overflow: visible;
  }
}

.search__accordion-content .form .flex-space-between .button {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .search__accordion-content .form__inner {
    border-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .search__accordion-content .form__headline {
    background-color: #f5fcfc;
  }
}

@media (max-width: 1023px) {
  .search__accordion-content .form__desc {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
  }
}

.search__accordion-footer {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .search__accordion-footer {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    border-bottom: 1px solid #eeeeee;
  }
}

.search__accordion-footer .history__title {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 1023px) {
  .search__accordion-footer .history__title--small {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 1023px) {
  .search__accordion-footer .button {
    width: 100%;
  }
}

.search__slider {
  padding-top: 32px;
}

@media (max-width: 1023px) {
  .search__slider {
    padding-top: 24px;
  }
}

@media (max-width: 1023px) {
  .search__slider .container, .search__slider .container-1, .search__slider .container-2, .search__slider .container-3, .search__slider .container-4 {
    padding: 0;
  }
}

.search__slider-inner {
  background-color: #f5fcfc;
  border-radius: 12px;
  padding: 16px;
}

.search__slider-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1023px) {
  .search__slider-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.search__slider-item-inner {
  display: block;
  width: 100%;
}

.search__slider-item-img {
  position: relative;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {
  .search__slider-item-img {
    max-width: 343px;
  }
}

.search__slider-item-img picture {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(183 / 270 * 100%);
  overflow: hidden;
}

.search__slider-item-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.search__slider-item-text {
  margin-top: 8px;
  text-align: center;
  color: #777777;
}

@media (max-width: 1023px) {
  .search-reference .container, .search-reference .container-1, .search-reference .container-2, .search-reference .container-3, .search-reference .container-4 {
    padding: 0;
  }
}

.search-reference__list {
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 0 16px 16px;
}

@media (max-width: 1023px) {
  .search-reference__list {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }
}

.search-reference__item {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.search-reference__item:last-child {
  border-bottom: 0;
}

.search-reference__title {
  font-weight: 700;
}

.search-reference__content {
  margin-top: 8px;
}

.approval-date {
  text-align: right;
  font-size: 12px;
}

.favorite {
  background-color: #f5fcfc;
}

@media (max-width: 1023px) {
  .favorite .history__card-row {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .favorite .history__card-address {
    font-size: 12px;
    line-height: 18px;
  }
}

.favorite__card-item--unavailable {
  position: relative;
}

.favorite__card-item--unavailable:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.favorite__card-item--unavailable .history__card-buttons {
  position: relative;
  z-index: 2;
}

.favorite-button-unavailable {
  background-color: #ffffff;
  border: 0;
}

@media (max-width: 1023px) {
  .favorite-button-unavailable.button.big {
    padding: 11px 8px;
  }
}

.favorite-button-unavailable.button.big .button__text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #444444;
}

@media (max-width: 1023px) {
  .favorite-button-unavailable.button.big .button__text {
    margin: 0;
  }
}

.favorite__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.favorite__subtitle {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .favorite__header .toggle-list {
    width: 100%;
  }
}

.favorite__header .toggle-list__item {
  min-width: 150px;
}

@media (max-width: 1023px) {
  .favorite__header .toggle-list__item {
    min-width: initial;
  }
}

.favorite__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .favorite__header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.favorite__checkbox {
  padding: 12px 16px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .favorite__checkbox {
    margin-top: 12px;
    width: 100%;
    border-width: 1px 0px;
    border-radius: 0;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}

.favorite__card-checkbox {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: #F0F2F5;
  border-radius: 4px;
}

.favorite__card-checkbox .form__checkbox mark:after {
  background-color: #ffffff;
}

.favorite__card-img {
  position: relative;
  width: 247px;
  display: block;
}

@media (max-width: 1023px) {
  .favorite__card-img {
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.favorite__card-img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(185 / 247 * 100%);
  overflow: hidden;
}

.favorite__card-img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.favorite__card-img + .history__card-content {
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .favorite__card-img + .history__card-content {
    padding-top: 4px;
    padding-left: 0;
  }
}

.favorite__card-definition {
  margin-top: 12px;
}

.favorite__card-definition .history__card-definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.favorite__card-definition .history__card-definition-item {
  width: auto;
  margin-top: 0;
  min-width: 176px;
}

@media (max-width: 1023px) {
  .favorite__card-definition .history__card-definition-item {
    min-width: 167px;
  }
}

.favorite__card-text {
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .favorite__card-text {
    padding-left: 72px;
    font-size: 12px;
    line-height: 18px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.favorite__card-text:first-child {
  margin-top: 0;
}

.favorite-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .favorite-navigation {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.favorite-navigation__title {
  text-align: center;
}

.favorite-navigation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}

.favorite-navigation__content .button {
  margin: 0;
}

@media (max-width: 1023px) {
  .favorite-navigation__content .button {
    padding: 11px 10px;
  }
}

.favorite-navigation__text {
  font-size: 14px;
  line-height: 31px;
  font-weight: 700;
  padding-right: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1023px) {
  .favorite-navigation__text {
    padding-right: 8px;
  }
}

.favorite-navigation__text-count {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f5522a;
}

.toiawase-user {
  display: block;
  width: 100%;
  background-color: #f5fcfc;
}

@media (max-width: 1023px) {
  .toiawase-user {
    background-color: transparent;
  }
}

.toiawase-user__inner {
  display: block;
  width: 100%;
  padding: 24px 0 80px;
}

@media (max-width: 1023px) {
  .toiawase-user__inner {
    padding: 16px 0 88px;
  }
}

.toiawase-user__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1023px) {
  .toiawase-user__title {
    text-align: left;
  }
}

.entry, .entry-2 {
  display: block;
  width: 100%;
  background-color: #f5fcfc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1023px) {
  .entry, .entry-2 {
    background-color: transparent;
  }
}

@media (max-width: 1023px) {
  .entry-2 {
    background-color: #f5fcfc;
  }
}

.entry__inner {
  display: block;
  width: 100%;
  padding: 24px 0 80px;
}

@media (max-width: 1023px) {
  .entry__inner {
    padding: 16px 0 88px;
  }
}

.entry__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.entry__card {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
}

@media (max-width: 1023px) {
  .entry__card {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}

.entry__card:first-child {
  margin-top: 0;
}

.entry__card-list {
  display: block;
}

.entry__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding: 32px 24px;
}

@media (max-width: 1023px) {
  .entry__card-item {
    display: block;
    padding: 32px 16px;
  }
}

.entry__card-item .button {
  min-width: 200px;
  margin: 0;
}

@media (max-width: 1023px) {
  .entry__card-item .button {
    margin-top: 32px;
  }
}

.entry__card-item:first-child {
  padding-top: 16px;
}

@media (max-width: 1023px) {
  .entry__card-item:first-child {
    padding-top: 32px;
  }
}

.entry__card-item:last-child {
  border-bottom: 0;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {
  .entry__card-item:last-child {
    padding-bottom: 32px;
  }
}

.entry__card-desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 64px;
}

@media (max-width: 1023px) {
  .entry__card-desc {
    padding-right: 0;
  }
}

.scouts-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 205px);
  background-color: #f5fcfc;
  padding: 150px 0;
}

@media (max-width: 1023px) {
  .scouts-complete {
    height: auto;
  }
}

.scouts-complete__inner {
  display: block;
  width: 100%;
  max-width: 780px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  padding: 24px 16px;
}

@media (max-width: 1023px) {
  .scouts-complete__inner .button {
    width: 100%;
  }
}

.scouts-complete__text {
  text-align: center;
  margin-bottom: 24px;
}

.password-reset {
  padding-top: 24px;
  padding-bottom: 100px;
  height: calc(95vh - 205px);
  background-color: #f5fcfc;
}

.password-reset__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .password-reset__title {
    text-align: left;
  }
}

.password-reset__inner {
  margin-top: 40px;
  display: block;
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .password-reset__inner {
    margin-top: 8px;
  }
}

.password-reset__wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0px 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 12px;
  padding: 24px 16px;
}

@media (max-width: 1023px) {
  .password-reset__wrap {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.password-reset__wrap-inner {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.password-reset__text {
  text-align: center;
}

@media (max-width: 1023px) {
  .password-reset__text {
    text-align: left;
  }
}

.password-reset__form {
  width: 100%;
  margin-top: 24px;
}

.password-reset__caption {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
}

.password-reset__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .password-reset__btns {
    margin-top: 24px;
  }
}

@media (min-width: 1024px) {
  .password-reset__btns {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.password-reset__btns .button {
  margin-top: 0;
  width: 100%;
}

.js-chatQuestion {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.js-chatAnswer {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.js-chatResult {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.js-chatNext {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  transition: all 0.5s cubic-bezier(0, 0.95, 0, 1.1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  position: relative;
  z-index: -1;
}

.js-chatObjView {
  -webkit-transition: all 0.7s cubic-bezier(0, 0.95, 0, 1.1);
  transition: all 0.7s cubic-bezier(0, 0.95, 0, 1.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 0;
}

.js-imgthumnail img {
  width: 100%;
  height: auto;
}

.js-thumbnailSize {
  font-size: 1.2rem;
}

.chatContent {
  min-height: calc(100vh - 105px);
}

.chatDialog {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 3%;
  display: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94%;
  padding: 20px 0 0;
  border-top: #dddddd;
  border-radius: 3px;
  background: #ffffff;
}

.chatDialog__titl {
  font-weight: bold;
  font-size: 1.3rem;
}

.chatDialogBg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.Dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 480px;
  margin-left: -240px;
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}

.Dialog__close {
  width: 44px;
  height: 44px;
  top: 0;
  right: -44px;
  position: absolute;
  display: block;
  background: linear-gradient(154deg, #CCB082 0%, #E3D1A5 100%);
  cursor: pointer;
}

.Dialog__close span {
  width: 44px;
  height: 44px;
  display: block;
  background: url("/images/user/qj/pc/uf_c_dialog_close.svg") no-repeat center;
  background-size: 15px;
}

.Dialog__closeGreen {
  width: 44px;
  height: 44px;
  top: 0;
  right: -44px;
  position: absolute;
  display: block;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
  cursor: pointer;
}

.Dialog__closeGreen span {
  width: 44px;
  height: 44px;
  display: block;
  background: url("/images/user/qj/pc/uf_c_dialog_close.svg") no-repeat center;
  background-size: 15px;
}

.Dialog__form {
  padding: 20px;
}

.Dialog__Wide {
  width: 720px;
  margin-left: -360px;
}

.Dialog__rad {
  border-radius: 5px 5px 0 0;
}

.Dialog__txt {
  padding: 20px 20px 0;
}

.Dialog__cont {
  padding: 0 20px;
}

.Dialog__selectCont {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Dialog__txtCenter {
  padding: 120px 0 80px;
  text-align: center;
}

.Dialog__titl {
  padding: 20px;
  border-bottom: solid 1px #cccccc;
}

.Dialog__titlMain {
  font-weight: bold;
  color: #704e16;
  font-size: 1.8rem;
}

.Dialog__titlMainBlack {
  font-weight: bold;
  color: #000000;
  font-size: 1.8rem;
}

.Dialog__checkItem {
  position: relative;
  width: 33.33333%;
  margin-bottom: 15px;
}

.DialogBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.tokusyu__mv {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.tab-login__inner {
  position: relative;
  margin-top: 40px;
  padding-bottom: 5rem;
}

@media (max-width: 1023px) {
  .tab-login__inner {
    padding-bottom: 5rem;
  }
}

.tab-login__main {
  width: calc(100% - 277px);
  background-color: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
  border-radius: 16px;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .tab-login__main {
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 1rem;
  }
}

.tab-login__kv {
  text-align: center;
}

.tab-login__body {
  text-align: center;
}

.tab-login__body &gt; p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .tab-login__body &gt; p {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.tab-login__button {
  margin: 0 auto;
  margin-top: 1.5rem;
  min-width: 300px;
}

@media (max-width: 575px) {
  .tab-login__button {
    font-size: 0.875rem;
    margin-top: 1rem;
    width: 100%;
  }
}

.taikai {
  display: block;
  width: 100%;
  background-color: #f5fcfc;
}

.taikai__inner {
  display: block;
  width: 100%;
  padding: 24px 0 80px;
}

.taikai .container-2 {
  max-width: 800px;
}

@media (max-width: 575px) {
  .taikai .container-2 {
    padding: 0;
  }
}

.taikai__ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.taikai__body {
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
          box-shadow: 0 4px 10px rgba(20, 116, 123, 0.06);
}

@media (max-width: 575px) {
  .taikai__body {
    border-radius: 0;
    padding: 24px 16px;
  }
}

.taikai__body__ttl {
  text-align: center;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  .taikai__body__ttl {
    text-align: left;
  }
}

.taikai__body__label__txt {
  font-size: 16px;
  font-weight: 400;
}

.taikai__body__label__txt {
  margin: 24px 0 16px 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.6;
}

.taikai__body__label__txt:first-child {
  margin-top: 0;
}

.taikai__body__label__txt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #333333;
  left: 15px;
  top: 0;
  bottom: 0;
  vertical-align: -3px;
  margin-right: 8px;
}

.taikai__body__label__link {
  width: 100%;
}

.taikai__body__label__link a {
  color: #1c959e;
  border: solid 1px #1c959e;
  border-radius: 3px;
  padding: 10.5px;
  text-align: center;
  display: block;
}

.taikai__body__label__link:hover {
  opacity: .7;
}

.taikai__body__label__button--gradation {
  border: none;
  margin-top: 24px;
  width: 100%;
}

.taikai__body__label__button--gradation button {
  color: #FFF !important;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%);
  width: 100%;
  padding: 10.5px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  color: #1c959e;
  border: none;
  border-radius: 3px;
}

.taikai__body__label__button--gradation button:hover {
  opacity: .7;
}

.taikai__body__label__button--gradation button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.taikai__body__label__button a {
  display: block;
  padding: 10.5px;
  font-weight: bold;
}

.taikai__body__link__txt {
  color: #1c959e;
  text-decoration: underline;
  text-align: center;
  margin-top: 8px;
}

.taikai__body__link__txt:first-of-type {
  margin-top: 16px;
}

.taikai .form__checkbox mark {
  font-size: 16px;
  line-height: 1.6;
}

.taikai .form__checkbox mark::after {
  margin-top: 4px;
}

.taikai__modal__inner {
  max-height: initial !important;
  height: auto !important;
  padding-bottom: 0;
}

.taikai__modal__inner .button.gradation {
  border: none;
  background: linear-gradient(154deg, #29BCC7 0%, #29C77F 100%) !important;
}

@media (max-width: 1023px) {
  .taikai__modal__inner .modal__footer-btns .button {
    min-width: 150px;
  }
}

.taikai__modal__body__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}

.recruitoffer {
  /*kv*/
  /*point*/
  /*review*/
}

.recruitoffer__section__inner {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruitoffer__section__inner {
    padding: 0 16px;
  }
}

.recruitoffer__section__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.6;
}

.recruitoffer__section__ttl span.font-din {
  font-family: "din-2014", sans-serif;
  font-size: 23px;
}

.recruitoffer__kv, .recruitoffer__point {
  background-color: #F5FCFC;
}

.recruitoffer__kv__inner {
  padding: 48px 0 24px 0;
  max-width: 800px;
  position: relative;
}

@media (max-width: 767px) {
  .recruitoffer__kv__inner {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.recruitoffer__kv__btns {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  bottom: 16.6%;
  right: 16.8%;
  font-size: 12px;
  position: absolute;
}

@media (max-width: 767px) {
  .recruitoffer__kv__btns {
    display: none;
  }
}

.recruitoffer__kv__btn {
  width: 100%;
  font-weight: bold;
}

.recruitoffer__kv__btn:first-child {
  color: #fff;
}

.recruitoffer__kv__btn:first-child a {
  min-height: 32px !important;
  padding: 7px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#EF257A), color-stop(44.27%, #F03843), to(#FCA729));
  background-image: linear-gradient(90deg, #EF257A 0%, #F03843 44.27%, #FCA729 100%);
  display: block;
}

.recruitoffer__kv__btn:nth-child(2) {
  color: #1C959E;
  margin-top: 0;
  min-height: 35px;
  padding: 0;
}

.recruitoffer__kv__btn:nth-child(2) a {
  min-height: initial;
  padding: 6px 16px !important;
  display: block;
}

.recruitoffer__kv__btn a {
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}

.recruitoffer__kv__btn a:hover {
  opacity: .8;
}

.recruitoffer__point__inner {
  padding: 24px 0 48px 0;
}

@media (max-width: 767px) {
  .recruitoffer__point__inner {
    padding: 24px 16px 48px 16px;
  }
}

.recruitoffer__point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
}

@media (max-width: 767px) {
  .recruitoffer__point__list {
    row-gap: 16px;
  }
}

.recruitoffer__point__list__item {
  border: solid 1px #00ACD0;
}

.recruitoffer__review__inner {
  padding: 48px 0px 48px 0px;
}

@media (max-width: 767px) {
  .recruitoffer__review__inner {
    padding: 48px 16px 48px 16px;
  }
}

.recruitoffer__review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.recruitoffer__review__list__item__info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__info {
    -webkit-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
  }
}

.recruitoffer__review__list__item__img__contents {
  width: 230px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__img__contents {
    width: 46.1vw;
  }
}

.recruitoffer__review__list__item__txt__companyname {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__txt__companyname {
    font-size: 18px;
  }
}

.recruitoffer__review__list__item__txt__name {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__txt__name {
    margin-bottom: 16px;
  }
}

.recruitoffer__review__list__item__txt__stores {
  margin-bottom: 16px;
}

.recruitoffer__review__list__item__txt__stores, .recruitoffer__review__list__item__txt__area {
  font-size: 16px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__txt__stores, .recruitoffer__review__list__item__txt__area {
    font-size: 14px;
  }
}

.recruitoffer__review__list__item__txt__stores__ttl, .recruitoffer__review__list__item__txt__area__ttl {
  font-weight: bold;
  color: #1C959E;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .recruitoffer__review__list__item__txt__stores__ttl, .recruitoffer__review__list__item__txt__area__ttl {
    margin-bottom: 4px;
  }
}

.recruitoffer__review__list__item__qa__contents {
  margin-bottom: 24px;
}

.recruitoffer__review__list__item__desc {
  line-height: 1.7;
}

.recruitoffer__review__list__item__desc span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d8fcff));
  background: linear-gradient(transparent 60%, #d8fcff 60%);
  font-weight: bold;
}

.recruitoffer__review__list__item__desc span.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}

.recruitoffer__fixnav {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 19px 0;
}

@media (max-width: 767px) {
  .recruitoffer__fixnav {
    padding: 18px 16px;
  }
}

.recruitoffer__fixnav__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .recruitoffer__fixnav__btns {
    width: 100%;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

.recruitoffer__fixnav__btn {
  min-width: 250px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .recruitoffer__fixnav__btn {
    min-width: initial;
    width: 50%;
  }
}

.recruitoffer__fixnav__btn:first-child {
  color: #fff;
}

.recruitoffer__fixnav__btn:first-child a {
  background-image: -webkit-gradient(linear, left top, right top, from(#EF257A), color-stop(44.27%, #F03843), to(#FCA729));
  background-image: linear-gradient(90deg, #EF257A 0%, #F03843 44.27%, #FCA729 100%);
  display: block;
}

.recruitoffer__fixnav__btn:nth-child(2) {
  color: #1C959E;
  margin-top: 0;
  padding: 0;
  min-height: initial;
}

@media (max-width: 767px) {
  .recruitoffer__fixnav__btn:nth-child(2) {
    min-height: 60px;
    border-radius: 12px;
  }
}

.recruitoffer__fixnav__btn:nth-child(2) a {
  display: block;
  width: 100%;
  padding: 9.5px 10px;
}

.recruitoffer__fixnav__btn a {
  width: 100%;
}

@media (max-width: 767px) {
  .recruitoffer__fixnav__btn a {
    width: 100%;
    border-radius: 12px;
  }
}

.recruitoffer__fixnav__btn a {
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}

.recruitoffer__fixnav__btn a:hover {
  opacity: .8;
}

@media (min-width: 1024px) {
  .recruitoffer__form {
    width: 800px;
    margin: 0 auto;
    height: 100%;
  }
}

.area {
  display: block;
  width: 100%;
  padding-top: 40px;
}

.area .container, .area .container-1, .area .container-2, .area .container-3, .area .container-4 {
  max-width: calc(980px + 16px * 2);
}

.area .container:nth-child(1) .area__card-inner, .area .container-1:nth-child(1) .area__card-inner, .area .container-2:nth-child(1) .area__card-inner, .area .container-3:nth-child(1) .area__card-inner, .area .container-4:nth-child(1) .area__card-inner {
  max-width: 610px;
}

@media (max-width: 767px) {
  .area .container:nth-child(1) .area__card-inner, .area .container-1:nth-child(1) .area__card-inner, .area .container-2:nth-child(1) .area__card-inner, .area .container-3:nth-child(1) .area__card-inner, .area .container-4:nth-child(1) .area__card-inner {
    width: 100%;
  }
}

.area__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

@media (max-width: 1023px) {
  .area__card {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@media (max-width: 575px) {
  .area__card {
    padding: 40px 16px;
  }
}

.area__card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}

.area__card-title span {
  color: #1c959e;
}

.area__card-inner {
  width: 100%;
}

.area__card-new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

@media (max-width: 1023px) {
  .area__card-new {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@media (max-width: 575px) {
  .area__card-new {
    padding: 40px 16px;
  }
}

.area__card-new-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}

.area__card-new-title span {
  color: #1c959e;
}

.area__card-new-inner {
  width: 100%;
}

.area__average {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .area__average {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.area__average-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  border: solid 1px #eeeeee;
  border-radius: 10px;
  padding: 14px 10px;
}

@media (max-width: 575px) {
  .area__average-inner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .area__average-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 110px);
    padding-left: 20px;
  }
}

@media (max-width: 374px) {
  .area__average-box {
    width: calc(100% - 100px);
  }
}

.area__average-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 14px;
  padding-bottom: 10px;
  width: 100%;
}

@media (max-width: 575px) {
  .area__average-item {
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.area__average-title {
  width: 100%;
  display: block;
  font-weight: 700;
  border-bottom: solid 1px #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .area__average-title {
    width: 110px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 20px;
    text-align: start;
    border-bottom: none;
    border-right: solid 1px #eeeeee;
    padding-bottom: 0;
  }
}

@media (max-width: 374px) {
  .area__average-title {
    width: 100px;
  }
}

@media screen and (max-width: 330px) {
  .area__average-title {
    font-size: 12px;
    padding-right: 10px;
  }
}

.area__average-title br {
  display: none;
}

@media (max-width: 575px) {
  .area__average-title br {
    display: block;
  }
}

.area__average-chips {
  padding: 0;
  width: 69px;
  height: 22px;
}

.area__average-text {
  font-size: 10px;
}

.area__average-text span {
  color: #f5522a;
  font-size: 32px;
  font-weight: 700;
  padding-right: 4px;
}

@media (max-width: 575px) {
  .area__average-text span {
    font-size: 28px;
  }
}

@media screen and (max-width: 330px) {
  .area__average-text span {
    font-size: 24px;
  }
}

.area__average-notes {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.2;
}

.area__average-notes span {
  font-weight: 700;
}

.area__average table {
  margin: 0 auto;
}

.area__average tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.area__average tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4px;
  height: calc(100px + 26px);
  width: 24px;
}

@media (max-width: 575px) {
  .area__average tr {
    height: auto;
  }
}

.area__average th {
  font-size: 10px;
  line-height: 1;
}

.area__average th span {
  font-size: 7px;
}

.area__average td {
  background: #f5522a;
  border-radius: 2px;
  width: 16px;
  height: calc(1px * (var(--size) ));
  opacity: 0.1;
}

.area__average td.area__average-graph-active {
  opacity: 1;
}

.area__average td.area__average-graph-none {
  background-color: transparent;
}

.area__faq {
  text-align: justify;
}

.area__faq-inner {
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.area__faq-inner:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.area__faq-icon-q::before, .area__faq-icon-a::before {
  border-radius: 50px;
  border: solid 1px #F35376;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -34px;
}

.area__faq-icon-q {
  font-weight: 700;
  position: relative;
  margin: 0 0 10px 34px;
}

.area__faq-icon-q::before {
  content: "Q";
  background: #F35376;
  color: #ffffff;
  padding-bottom: 4px;
}

.area__faq-icon-q h3 {
  font-size: 14px;
}

.area__faq-icon-a {
  position: relative;
  margin-left: 34px;
}

.area__faq-icon-a::before {
  content: "A";
  background: #ffffff;
  color: #F35376;
  font-weight: 700;
  padding-bottom: 2px;
}

.area__faq-notes {
  font-size: 12px;
  margin-top: 20px;
}

.area__voice {
  width: 100%;
}

.area__voice-heading {
  text-align: center;
}

.area__voice-text {
  font-weight: 700;
  margin-bottom: 6px;
}

.area__voice-text span {
  color: #f5522a;
  font-size: 32px;
  padding: 0 4px 0 20px;
}

.area__voice-notes {
  font-size: 12px;
}

.area__voice-notes span {
  font-weight: 700;
}

.area__voice-inner {
  border-bottom: solid 1px #eeeeee;
  padding: 30px 0;
}

.area__voice-inner:last-child {
  border: none;
  padding-bottom: 0;
}

.area__voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .area__voice-item {
    gap: 16px;
  }
}

.area__voice-icon {
  width: 50px;
  height: 50px;
  background: #F0F2F5;
  border-radius: 50px;
}

.area__voice-icon-m {
  background: #DDEFF7;
}

.area__voice-icon-f {
  background: #FFEBEC;
}

.area__voice-title {
  font-weight: 700;
}

.area__voice-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.area__voice-chips li {
  font-size: 12px;
  background: #F0F2F5;
  padding: 0 10px 3px;
}

.review-1::after, .review-2::after, .review-3::after, .review-4::after, .review-5::after {
  color: #f5522a;
  margin-left: 8px;
}

.review-1::after {
  content: "\2605\2606\2606\2606\2606";
}

.review-2::after {
  content: "\2605\2605\2606\2606\2606";
}

.review-3::after {
  content: "\2605\2605\2605\2606\2606";
}

.review-4::after {
  content: "\2605\2605\2605\2605\2606";
}

.review-5::after {
  content: "\2605\2605\2605\2605\2605";
}

.share-link {
  margin: 32px auto !important;
  padding: 6px 3px !important;
}

.share-link .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.share-link__inner {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  width: 60px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  padding: 6px;
}

.share-link__inner p {
  font-size: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 4px;
  text-align: center;
  word-break: break-all;
}

.share-link__inner picture img {
  width: 48px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .share-link__inner picture img {
    width: 40px;
  }
}

/*!* utils *!*/
.pt-16 {
  padding-top: 16px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-0 {
  padding-bottom: 0px;
}

@media (max-width: 1023px) {
  .pt-24-lg {
    padding-top: 24px;
  }
}

@media (max-width: 1023px) {
  .pt-16-lg {
    padding-top: 16px;
  }
}

@media (max-width: 1023px) {
  .pt-0-lg {
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .pb-160-lg {
    padding-bottom: 160px;
  }
}

@media (max-width: 1023px) {
  .pb-112-lg {
    padding-bottom: 112px;
  }
}

@media (max-width: 1023px) {
  .pb-98-lg {
    padding-bottom: 98px;
  }
}

@media (max-width: 1023px) {
  .pb-72-lg {
    padding-bottom: 72px;
  }
}

@media (max-width: 1023px) {
  .pb-70-lg {
    padding-bottom: 70px;
  }
}

@media (max-width: 1023px) {
  .pb-60-lg {
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .pb-24-lg {
    padding-bottom: 24px;
  }
}

@media (max-width: 1023px) {
  .pb-16-lg {
    padding-bottom: 16px;
  }
}

@media (max-width: 1023px) {
  .pb-0-lg {
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .pr-16-lg {
    padding-right: 16px;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

@media (max-width: 1023px) {
  .pl-16-lg {
    padding-left: 16px;
  }
}

@media (max-width: 1023px) {
  .p-32-lg {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.mt-64 {
  margin-top: 64px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .mt-64-lg {
    margin-top: 64px;
  }
}

@media (max-width: 1023px) {
  .mt-16-lg {
    margin-top: 16px;
  }
}

@media (max-width: 1023px) {
  .mt-0-lg {
    margin-top: 0px;
  }
}

@media (max-width: 1023px) {
  .mb-112-lg {
    margin-bottom: 112px;
  }
}

@media (max-width: 1023px) {
  .mb-48-lg {
    margin-bottom: 48px;
  }
}

@media (max-width: 1023px) {
  .mb-0-lg {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .mr--16-lg {
    margin-right: -16px;
  }
}

@media (max-width: 1023px) {
  .ml--16-lg {
    margin-left: -16px;
  }
}

@media (min-width: 1025px) {
  .mb-48-pc {
    margin-bottom: 48px;
  }
}

.m-center {
  margin-right: auto;
  margin-left: auto;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/*width*/
@media (max-width: 575px) {
  .width100-sm {
    width: 100% !important;
    max-width: initial !important;
  }
}

.fs-28 {
  font-size: 28px !important;
}

.md-br {
  display: none !important;
}

@media (max-width: 767px) {
  .md-br {
    display: block !important;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 1024px) {
  .text-left-pc {
    text-align: left;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right-pc {
    text-align: right;
  }
}

@media (max-width: 1023px) {
  .text-left-sp {
    text-align: left;
  }
  .text-center-sp {
    text-align: center;
  }
  .text-right-sp {
    text-align: right;
  }
}

.text-100 {
  font-weight: 100;
}

.text-200 {
  font-weight: 200;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-800 {
  font-weight: 800;
}

.text-900 {
  font-weight: 900;
}

.text-normal {
  font-style: normal;
}

.text-italic {
  font-style: italic;
}

.text-oblique {
  font-style: oblique;
}

.link-blue {
  color: #29bcc7;
  text-decoration: underline;
}

/*!* components *!*/
.color-3 {
  color: #222222;
}

.color-7 {
  color: #777777;
}

.color-21 {
  color: #444444;
}

@media (max-width: 1023px) {
  .bg-color-2-lg {
    background-color: #ffffff;
  }
}

.bg-color-5 {
  background-color: #f3fcfd;
}

.text-underline {
  display: inline;
  background-image: linear-gradient(180deg, #1c959e 1px, transparent 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .3s ease 0s;
  transition: background-size .3s ease 0s;
  background-size: 100% 1px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.max-width-400px {
  max-width: 400px;
}

.max-width-316px {
  max-width: 316px;
}

.max-width-156px {
  max-width: 156px;
}

@media (max-width: 1023px) {
  .max-width-100-lg {
    max-width: 100%;
  }
}

.box-shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.border-6 {
  border: 1px solid #eeeeee;
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hidden-sp {
    display: none;
  }
}

.tab__nav {
  margin-top: 2rem;
  border-bottom: solid 2px #f5522a;
}

@media (max-width: 1023px) {
  .tab__nav {
    background-color: #f5fcfc;
    margin-top: 0;
    padding-top: 1.5rem;
  }
}

.tab__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 375px;
  -webkit-column-gap: 2px;
          column-gap: 2px;
}

@media (max-width: 767px) {
  .tab__nav__list {
    max-width: initial;
  }
}

.tab__nav__list__item {
  width: calc(100% / 4 - 1px);
}

.tab__nav__list__item a {
  background-color: #DEDEDE;
  color: #222222;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 0.625rem 0;
  border-radius: 16px 16px 0 0;
}

.tab__nav__list__item a.is-current {
  background-color: #f5522a;
  color: #ffffff;
}

@media (max-width: 767px) {
  .tab__nav .container-2 {
    padding: 0;
  }
}

.diagnose-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 780px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .diagnose-progress {
    display: block;
  }
}

.diagnose-progress__body {
  width: 87.9%;
  height: 13px;
  background-color: #FFF;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
}

@media (max-width: 767px) {
  .diagnose-progress__body {
    width: 100%;
  }
}

.diagnose-progress__bar {
  position: absolute;
  height: 100%;
  background-color: #1c959e;
}

.diagnose-progress__bar.progress10 {
  width: 10%;
}

.diagnose-progress__bar.progress20 {
  width: 20%;
}

.diagnose-progress__bar.progress30 {
  width: 30%;
}

.diagnose-progress__bar.progress40 {
  width: 40%;
}

.diagnose-progress__bar.progress50 {
  width: 50%;
}

.diagnose-progress__bar.progress60 {
  width: 60%;
}

.diagnose-progress__bar.progress70 {
  width: 70%;
}

.diagnose-progress__bar.progress80 {
  width: 80%;
}

.diagnose-progress__bar.progress90 {
  width: 90%;
}

.diagnose-progress__bar.progress99 {
  width: 99%;
}

.diagnose-progress__number {
  font-size: 1.5rem;
  color: #1c959e;
  font-weight: bold;
  margin-right: 1rem;
}

.diagnose-progress__number span {
  font-size: 2rem;
}

@media (max-width: 575px) {
  .diagnose-progress__number span {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .diagnose-progress__number {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.progress10 {
  -webkit-animation: progress10 2s;
          animation: progress10 2s;
}

@-webkit-keyframes progress10 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}

@keyframes progress10 {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}

.progress20 {
  -webkit-animation: progress20 2s;
          animation: progress20 2s;
}

@-webkit-keyframes progress20 {
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}

@keyframes progress20 {
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}

.progress30 {
  -webkit-animation: progress30 2s;
          animation: progress30 2s;
}

@-webkit-keyframes progress30 {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}

@keyframes progress30 {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}

.progress40 {
  -webkit-animation: progress40 2s;
          animation: progress40 2s;
}

@-webkit-keyframes progress40 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

@keyframes progress40 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}

.progress50 {
  -webkit-animation: progress50 2s;
          animation: progress50 2s;
}

@-webkit-keyframes progress50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes progress50 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

.progress60 {
  -webkit-animation: progress60 2s;
          animation: progress60 2s;
}

@-webkit-keyframes progress60 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes progress60 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

.progress70 {
  -webkit-animation: progress70 2s;
          animation: progress70 2s;
}

@-webkit-keyframes progress70 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}

@keyframes progress70 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}

.progress80 {
  -webkit-animation: progress80 2s;
          animation: progress80 2s;
}

@-webkit-keyframes progress80 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@keyframes progress80 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

.progress90 {
  -webkit-animation: progress90 2s;
          animation: progress90 2s;
}

@-webkit-keyframes progress90 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

@keyframes progress90 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
</pre></body></html>