@charset "UTF-8";
/* CSS Document */
/*
Theme Name: polacco
Description: polacco service site
Author: polacco
Author URI: https://polacco.com/
Template:
Version: 1.0
*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* custom */
ul {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

*:focus {
  outline: none; }

@font-face {
  font-family: "PlayfairDisplay Regular";
  font-weight: normal;
  src: url("./assets/font/PlayfairDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay Medium";
  src: url("./assets/font/PlayfairDisplay-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay Bold";
  font-weight: bold;
  src: url("./assets/font/PlayfairDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplay Black";
  src: url("./assets/font/PlayfairDisplay-Black.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplayItalic Regular";
  font-weight: normal;
  src: url("./assets/font/PlayfairDisplay-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplayItalic Medium";
  src: url("./assets/font/PlayfairDisplay-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplayItalic Bold";
  src: url("./assets/font/PlayfairDisplay-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "PlayfairDisplayItalic Black";
  src: url("./assets/font/PlayfairDisplay-BlackItalic.ttf") format("truetype"); }

.section-header {
  width: 100%;
  height: 125px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-left: 80px;
  padding-right: 83px;
  position: fixed;
  top: 0;
  z-index: 100000 !important; }

.section-header_logo-wrapper {
  text-align: center;
  padding-top: 22px; }

.section-header_logo {
  width: 158px;
  height: 37px;
  margin: 0 auto 6px auto; }

.section-header_catchcopy {
  letter-spacing: 0px;
  color: #454545;
  font-family: 'PlayfairDisplayItalic Regular';
  margin: 0 auto 0 auto;
  font-size: 10px;
  line-height: 14px;
  text-align: center; }

.section-header_bottom {
  display: flex; }

.section-header_menu {
  font-family: 'PlayfairDisplay Regular';
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  margin-right: auto;
  display: flex; }

.section-header_menu_item {
  margin-right: 30px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'PlayfairDisplay Regular';
  letter-spacing: 0px; }

.section-header_sns-link {
  margin-left: 12px;
  width: 30px;
  height: 30px;
  display: inline-block; }

.section-header-sp {
  width: 100%;
  height: 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-left: 15px;
  padding-right: 13px;
  position: fixed;
  top: 0;
  z-index: 100000 !important;
  align-items: center;
  display: none; }

.section-header-sp_left {
  margin-right: auto;
  width: 69px; }

.section-header-sp_logo {
  height: 16px;
  margin-bottom: 3px; }

.section-header-sp_catchcopy {
  letter-spacing: 0px;
  color: #454545;
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 4px;
  line-height: 5px;
  white-space: nowrap; }

.section-header-sp_sns-links {
  display: flex;
  width: 106px;
  margin-right: 19px;
  justify-content: space-between;
  align-items: center; }

.section-header-sp_sns-link {
  width: 20px;
  height: 20px; }

.section-header-sp_sns-link > img {
  width: 20px;
  height: 20px; }

.section-header-sp_menu {
  width: 22.25px; }

.section-sp-modal {
  background-color: #FFFFFF;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000000000 !important;
  padding-top: 13px;
  padding-left: 29px;
  padding-right: 18px; }

.section-sp-modal_close-wrapper {
  text-align: right; }

.section-sp-modal_close {
  width: 16px;
  margin-bottom: 15px; }

.section-sp-modal_links {
  margin-bottom: 45px; }

.section-sp-modal_link {
  color: #454545;
  font-family: 'PlayfairDisplay Regular';
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  display: block; }

.section-sp-modal_logo {
  width: 181px;
  height: 43px;
  margin-bottom: 8px; }

.section-sp-modal_catchcopy {
  font-family: 'PlayfairDisplayItalic Regular';
  padding-left: 26px;
  font-size: 9px;
  line-height: 12px;
  margin-bottom: 27px; }

.section-sp-modal_sns-links {
  display: flex;
  width: 160px;
  justify-content: space-between; }

.section-sp-modal_sns-link {
  height: 30px;
  width: 30px; }

.section-sp-modal_sns-link > img {
  vertical-align: center;
  height: 30px;
  width: 30px; }

.section-sp-modal_button {
  bottom: 14px;
  margin: 32px auto 14px auto;
  width: 107px;
  height: 22px;
  border: 1px solid #707070;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: 'PlayfairDisplay Regular';
  font-size: 12px; }

@media screen and (max-width: 800px) {
  .section-header-sp {
    display: flex !important; } }

.section-footer {
  width: 100%;
  height: 282px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 26px; }

.section-footer_logo {
  width: 158px; }

.section-footer_catchphrase {
  margin: 0 auto 30px auto;
  text-align: left;
  font-family: 'PlayfairDisplay Regular';
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center; }

.section-footer_link-items {
  display: flex;
  width: 377px;
  justify-content: space-between;
  margin: 0 auto 25px auto; }

.section-footer_link-item {
  font-family: 'PlayfairDisplay Regular';
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #454545; }

.section-footer_sns-items {
  width: 190px;
  margin: 0 auto 40px auto; }

.section-footer_sns-item {
  width: 37px;
  height: 37px; }

.section-footer_sns-item-img {
  width: 37px;
  height: 37px; }

.section-footer_copyright {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #454545; }

@media screen and (max-width: 500px) {
  .section-footer_link-items {
    display: block;
    width: 100%;
    text-align: center; }
  .section-footer_link-item {
    margin-bottom: 13px;
    display: block; }
  .section-footer_copyright {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 15px; } }

.section-about {
  height: 501px;
  width: 100%;
  display: flex;
  margin-bottom: 17px; }

.section-about_left {
  width: 50%;
  height: 100%;
  background: #F4F5EF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 84px 129px 82.73px 86px; }

.section-about_left-title {
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 30px;
  font-family: 'PlayfairDisplay Regular';
  margin-bottom: 30px;
  text-align: center; }

.section-about_left-description {
  font-family: 'PlayfairDisplay Regular';
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1; }

.section-about_right {
  height: 100%;
  width: 50%; }

@media screen and (max-width: 1255px) {
  .section-about {
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .section-about_left {
    width: 100%;
    height: auto;
    background: #F4F5EF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 63px 26px 74px 26px;
    text-align: center; }
  .section-about_left-title {
    margin-bottom: 28px; }
  .section-about_left-description {
    text-align: center; }
  .section-about_right {
    height: auto;
    width: 100%; } }

.section-concept {
  height: 401px;
  width: 100%;
  display: flex;
  margin-bottom: 16px; }

.section-concept_first {
  height: 100%;
  margin-right: 16px;
  width: 514px;
  min-width: 514px;
  background: #56818A 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 30px 47px 49px 80px;
  flex: 1 1 auto; }

.section-concept_first-title {
  text-align: center;
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #F4F5EF;
  opacity: 1;
  margin-bottom: 20px;
  font-weight: normal; }

.section-concept_first-description {
  text-align: center;
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1; }

.section-concept_first-description-subtitle {
  font-family: 'PlayfairDisplay Bold';
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px; }

.section-concept_second {
  height: 100%;
  width: 418px;
  min-width: 418px;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto; }

.section-concept_second-item {
  margin-right: 17px;
  width: 192px;
  height: 191px;
  margin-bottom: 17px; }

.section-concept_third {
  height: 100%;
  width: 100%;
  flex: 1 1 auto; }

.section-concept_third-item {
  height: 100%;
  width: 100%; }

@media screen and (max-width: 1280px) {
  .section-concept {
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .section-concept_first {
    height: auto;
    margin-right: 0px;
    width: 100%;
    background: #56818A 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 62px 33px 72px 42px;
    min-width: auto; }
  .section-concept_first-title {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0px;
    color: #F4F5EF;
    opacity: 1;
    margin-bottom: 32px; }
  .section-concept_second {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0px 10px;
    justify-content: space-between;
    min-width: auto; }
  .section-concept_second-item {
    margin-right: 0px;
    width: calc(50% - 4.5px);
    height: 100%;
    margin-bottom: 10px; }
  .section-concept_third {
    height: auto;
    width: 100%; }
  .section-concept_third-item {
    height: auto;
    width: 100%;
    padding: 0 10px 10px 10px; } }

@media screen and (max-width: 500px) {
  .section-concept_first {
    padding: 62px 20px 72px 20px; } }

.section-contact {
  background: #F4F5EF 0% 0% no-repeat padding-box;
  width: 100%;
  padding-top: 81px;
  padding-bottom: 101px; }

.section-contact_form {
  width: 674px;
  margin: 0 auto; }

.section-contact_form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 35px; }

.section-contact_form-input-label {
  font-family: 'PlayfairDisplay Bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  padding-top: 10px; }

.section-contact_form-input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #454545;
  opacity: 1;
  padding: 16px 25px;
  font-family: 'PlayfairDisplay Bold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  width: 496px;
  height: 48px; }

.section-contact_form-textarea {
  width: 496px;
  height: 272px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #454545;
  opacity: 1;
  padding: 16px 25px;
  font-family: 'PlayfairDisplay Bold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 47px; }

.section-contact_form-input::placeholder {
  color: #ECE8DF; }

.section-contact_form-warning {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-align: center;
  margin-bottom: 17px; }

.section-contact_form-submit-button {
  background: #56818A 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 496px;
  height: 48px;
  font-family: 'PlayfairDisplay Bold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #F4F5EF;
  opacity: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto; }

@media screen and (max-width: 674px) {
  .section-contact {
    background: #F4F5EF 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 36px 20px 53px 20px; }
  .section-contact_form {
    width: 100%;
    margin: 0 auto; }
  .section-contact_form-row {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
  .section-contact_form-input-label {
    margin-bottom: 10px; }
  .section-contact_form-input {
    padding: 13px 25px;
    line-height: 30px;
    width: 100%;
    height: 48px; }
  .section-contact_form-textarea {
    width: 100%;
    height: 272px;
    padding: 13px 25px;
    margin-bottom: 41px; }
  .section-contact_form-input::placeholder {
    color: #ECE8DF; }
  .section-contact_form-submit-button {
    max-width: 496px;
    width: 100%;
    height: 48px; } }

.section-faq {
  margin-bottom: 173px; }

.section-faq_items {
  margin: 0 auto;
  width: 674px; }

.section-faq_item {
  margin-bottom: 17px; }

.section-faq_item-qustion {
  background: #56818A 0% 0% no-repeat padding-box;
  width: 674px;
  height: 75px;
  margin-bottom: 3px;
  padding-top: 27px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 27px;
  font-family: 'PlayfairDisplay Normal';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #FFFAFA;
  opacity: 1; }

.section-faq_item-answer {
  background: #ECE8DF 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 674px;
  height: auto;
  font-family: 'PlayfairDisplay Normal';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  padding-top: 27px;
  padding-left: 30px;
  padding-bottom: 27px;
  padding-right: 30px;
  display: none; }

@media screen and (max-width: 674px) {
  .section-faq {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .section-faq_items {
    margin: 0 auto;
    width: 100%; }
  .section-faq_item {
    margin-bottom: 10px; }
  .section-faq_item-qustion {
    background: #56818A 0% 0% no-repeat padding-box;
    width: 100%;
    height: auto;
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 27px;
    font-size: 14px; }
  .section-faq_item-answer {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding-top: 27px;
    padding-left: 30px;
    padding-bottom: 27px;
    padding-right: 30px;
    display: none; } }

.section-hero {
  width: 100%;
  padding-top: 125px; }

.section-hero-wrapper {
  width: 100%;
  display: flex;
  height: 478px;
  margin-bottom: 23px; }

.section-hero_left-content {
  height: 100%;
  width: auto;
  margin-right: 17px;
  min-width: 812px; }

.section-hero_left-content-img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.section-hero_right-content {
  width: 100%;
  min-width: 457px;
  height: 100%;
  background: #F4F5EF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-left: 36px;
  padding-top: 113px;
  padding-right: 30px;
  padding-bottom: 113px; }

.section-hero_right-content-title {
  text-align: left;
  font-family: 'PlayfairDisplayItalic Regular';
  font-weight: normal;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  margin-bottom: 32px; }

.section-hero_right-content-subtitle {
  text-align: left;
  font-family: 'PlayfairDisplay Bold';
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  display: inline-block;
  margin-bottom: 6px; }

.section-hero_right-content-description {
  text-align: left;
  font-size: 14px;
  font-family: 'PlayfairDisplay Regular';
  letter-spacing: 0px;
  color: #454545;
  opacity: 1; }

.section-hero_button {
  width: 189px;
  height: 39px;
  border: 1px solid #707070;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: 'PlayfairDisplay Regular';
  margin: 0 auto 24px auto;
  font-size: 14px; }

@media screen and (max-width: 1280px) {
  .section-hero {
    width: 100%;
    padding-top: 125px; }
  .section-hero-wrapper {
    width: 100%;
    display: flex;
    height: 478px;
    margin-bottom: 23px; }
  .section-hero_left-content {
    height: 100%;
    width: auto;
    margin-right: 17px;
    min-width: auto; }
  .section-hero_left-content-img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .section-hero_right-content {
    width: 100%;
    min-width: 457px;
    height: 100%;
    background: #F4F5EF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 36px;
    padding-top: 113px;
    padding-right: 30px;
    padding-bottom: 113px; }
  .section-hero_right-content-title {
    text-align: left;
    font-family: 'PlayfairDisplayItalic Regular';
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #454545;
    opacity: 1;
    margin-bottom: 32px; }
  .section-hero_right-content-subtitle {
    text-align: left;
    font-family: 'PlayfairDisplay Bold';
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #454545;
    opacity: 1;
    display: inline-block;
    margin-bottom: 6px; }
  .section-hero_right-content-description {
    text-align: left;
    font-size: 14px;
    font-family: 'PlayfairDisplay Regular';
    letter-spacing: 0px;
    color: #454545;
    opacity: 1; }
  .section-hero_button {
    width: 189px;
    height: 39px;
    border: 1px solid #707070;
    opacity: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'PlayfairDisplay Regular';
    margin: 0 auto 24px auto;
    font-size: 14px; } }

@media screen and (max-width: 1000px) {
  .section-hero {
    width: 100%;
    padding-top: 45px; }
  .section-hero-wrapper {
    display: block;
    height: auto;
    margin-bottom: 14px; }
  .section-hero_left-content {
    height: auto;
    margin-right: 0px;
    width: 100%;
    min-width: auto; }
  .section-hero_left-content-img {
    height: auto;
    width: 100%;
    vertical-align: bottom; }
  .section-hero_right-content {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 32px; }
  .section-hero_right-content-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px; }
  .section-hero_right-content-description {
    text-align: left;
    font-size: 12px;
    line-height: 16px; }
  .section-hero_button {
    width: 107px;
    height: 22px;
    margin: 0 auto 14px auto; } }

@media screen and (max-width: 1000px) {
  .section-hero_right-content {
    width: 100%;
    min-width: auto; } }

.section-merit {
  margin-bottom: 136px; }

.section-merit_items {
  max-width: 1056px;
  margin-bottom: 68px;
  margin: 0 auto 68px auto;
  display: flex;
  justify-content: space-between; }

.section-merit_item {
  width: 336px; }

.section-merit_item-img {
  width: 336px;
  height: 189px;
  margin-bottom: 12px; }

.section-merit_item-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-family: 'PlayfairDisplay Bold';
  letter-spacing: 0px;
  color: #454545;
  opacity: 1; }

.section-merit_item-description {
  text-align: left;
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1; }

@media screen and (max-width: 1010px) {
  .section-merit {
    margin-bottom: 104px;
    padding-right: 20px;
    padding-left: 20px; }
  .section-merit_items {
    max-width: auto;
    margin: 0 auto 21px auto;
    display: block; }
  .section-merit_item {
    width: 100%;
    margin-bottom: 35px; }
  .section-merit_item-img {
    width: 100%;
    height: auto;
    margin-bottom: 12px; }
  .section-merit_item-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 28px; }
  .section-merit_item-description {
    text-align: left;
    font-family: 'PlayfairDisplay Regular';
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #454545;
    opacity: 1; } }

.section-message {
  padding-top: 113px;
  margin-bottom: 120px; }

.video-wrapper {
  text-align: center; }

.video {
  width: 640px;
  height: 360px; }

@media screen and (max-width: 640px) {
  .video {
    width: 100%;
    height: auto;
    min-height: 350px;
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 500px) {
  .video {
    width: 100%;
    height: auto;
    min-height: 250px; } }

.section-plan {
  width: 100%;
  margin-bottom: 82px; }

.section-plan_content {
  width: 1120px;
  background: #F4F5EF 0% 0% no-repeat padding-box;
  padding: 57px 151px 57px 151px;
  padding-top: 57px;
  padding-bottom: 57px;
  margin: 0 auto; }

.section-plan_table {
  border-collapse: collapse;
  width: 816px;
  height: 545px; }

.section-plan_table-tr {
  border-bottom: 1px dashed #000000; }

.right-border {
  border-right: 1px solid #707070; }

.table-item-bold {
  font-family: 'PlayfairDisplay Bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 33px;
  vertical-align: top; }

.table-item {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'PlayfairDisplay Regular';
  font-size: 15px;
  line-height: 30px;
  padding-top: 20px;
  padding-left: 54.32px;
  padding-bottom: 33px; }

.table-first-column {
  width: 216px;
  padding-top: 36px; }

.table-second-column {
  width: 300px;
  padding-top: 36px; }

.table-third-column {
  width: 300px;
  padding-top: 36px; }

.table-custom-margin-left {
  padding-left: 54.32px; }

@media screen and (max-width: 1120px) {
  .section-plan_content {
    width: 100%;
    background: #F4F5EF 0% 0% no-repeat padding-box;
    padding: 50px 20px 44px 20px;
    margin: 0 auto; }
  .section-plan_table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
    margin-bottom: 72px; }
  .section-plan_table-tr {
    border-bottom: 1px dashed #000000; }
  .right-border {
    border-right: 1px solid #707070; }
  .table-item-bold {
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 22px;
    font-weight: bold; }
  .table-item {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    font-family: 'PlayfairDisplay Regular';
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 22px; }
  .table-first-column {
    width: 216px;
    padding-top: 36px; }
  .table-second-column {
    width: 300px;
    padding-top: 36px; }
  .table-third-column {
    width: 300px;
    padding-top: 36px; }
  .section-plan_table-title {
    letter-spacing: 0px;
    color: #000000;
    font-family: 'PlayfairDisplay Bold';
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 29px; } }

.section-step {
  margin-bottom: 124px; }

.section-step_items {
  max-width: 1120px;
  margin: 0 auto 56px auto;
  display: flex; }

.section-step_item {
  width: 224px; }

.section-step_item-img {
  width: 224px;
  height: 149px;
  margin-bottom: 15px; }

.section-step_item-title {
  margin-bottom: 20px;
  font-family: 'PlayfairDisplay Bold';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center; }

.section-step_item-description {
  letter-spacing: 0px;
  color: #454545;
  font-size: 14px;
  line-height: 26px;
  font-family: 'PlayfairDisplay Regular';
  width: 208px;
  margin: 0 auto; }

@media screen and (max-width: 1120px) {
  .section-step {
    margin-bottom: 76px;
    padding-left: 20px;
    padding-right: 20px; }
  .section-step_items {
    max-width: auto;
    margin: 0 auto 15px auto;
    display: block; }
  .section-step_item {
    width: 100%;
    margin-bottom: 30px; }
  .section-step_item-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-height: 300px;
    object-fit: cover; }
  .section-step_item-title {
    margin-bottom: 20px;
    font-family: 'PlayfairDisplay Bold';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #454545;
    text-align: center; }
  .section-step_item-description {
    letter-spacing: 0px;
    color: #454545;
    font-size: 14px;
    line-height: 26px;
    font-family: 'PlayfairDisplay Regular';
    width: 100%;
    margin: 0 auto; } }

.section-voice {
  padding-left: 24px;
  padding-right: 24px; }

.section-voice_content {
  width: 857px;
  height: 467px;
  position: relative;
  margin: 64px auto 95px auto; }

.section-voice_content-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.section-voice_content-left_item-img {
  width: 420px;
  height: 277px; }

.section-voice_content-left_item-title {
  font-family: 'PlayfairDisplay Regular';
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center;
  margin-bottom: 15px; }

.section-voice_content-left_dots {
  width: 70px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex; }

.section-voice_content-left_dot {
  width: 10px;
  height: 10px;
  background: #ECE8DF 0% 0% no-repeat padding-box;
  border-radius: 50%; }

.section-voice_content-left_dot-selected {
  background: #56818A 0% 0% no-repeat padding-box; }

.section-voice_content-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 490px;
  background: #F4F5EF 0% 0% no-repeat padding-box;
  padding: 35px 56px 37px 56px; }

.section-voice_content-right_title {
  font-family: 'PlayfairDisplay Bold';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 6px;
  height: 16px; }

.section-voice_content-right_description {
  height: 121px; }

.section-voice_content-right_person {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 35px; }

.section-voice_content-right_description {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 37px; }

.section-voice_content-right_items {
  display: flex;
  width: 378px;
  justify-content: space-between; }

.section-voice_content-right_item-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'PlayfairDisplay Regular';
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #454545;
  height: 14px;
  white-space: nowrap; }

.section-voice_content-right_item-img {
  width: 117px;
  height: 81px; }

@media screen and (max-width: 854px) {
  .section-voice {
    padding-left: 20px;
    padding-right: 20px; }
  .section-voice_content {
    width: 100%;
    height: auto;
    position: static;
    margin: 0 auto 79px auto; }
  .section-voice_content-left {
    position: static; }
  .section-voice_content-left_item-img {
    width: 100%;
    height: auto; }
  .section-voice_content-left_item-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .section-voice_content-left_dots {
    width: 70px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex; }
  .section-voice_content-left_dot {
    width: 10px;
    height: 10px;
    background: #ECE8DF 0% 0% no-repeat padding-box;
    border-radius: 50%; }
  .section-voice_content-left_dot-selected {
    background: #56818A 0% 0% no-repeat padding-box; }
  .section-voice_content-right {
    position: static;
    width: 100%;
    background: #F4F5EF 0% 0% no-repeat padding-box;
    padding: 35px 14px 27px 14px; }
  .section-voice_content-right_title {
    margin-bottom: 6px;
    height: auto; }
  .section-voice_content-right_description {
    height: auto; }
  .section-voice_content-right_person {
    margin-bottom: 25px; }
  .section-voice_content-right_description {
    font-family: 'PlayfairDisplay Regular';
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #454545;
    margin-bottom: 37px; }
  .section-voice_content-right_items {
    display: flex;
    width: 100%;
    height: auto; }
  .section-voice_content-right_item {
    width: calc((100% - 20px) / 3); }
  .section-voice_content-right_item-title {
    margin-bottom: 9px;
    font-size: 10px;
    line-height: 20px;
    height: auto; }
  .section-voice_content-right_item-img {
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover; } }

.section-company {
  width: 100%;
  background: #F4F5EF 0% 0% no-repeat padding-box;
  padding-top: 60px;
  padding-bottom: 94px;
  text-align: center;
  margin-top: 125px; }

.section-company-title {
  margin-bottom: 15px;
  font-family: 'PlayfairDisplayItalic Bold';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center; }

.section-company-subtitle {
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 70px; }

.section-company-content {
  width: 555px;
  margin: 0 auto; }

.section-company-row {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  display: flex;
  margin-bottom: 8px; }

.section-company-left {
  text-align: left; }

.section-company-right {
  text-align: left; }

@media screen and (max-width: 550px) {
  .section-company {
    padding-left: 20px;
    padding-right: 20px; }
  .section-company-content {
    width: 100%; } }

.section-privacy-policy {
  width: 100%;
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  margin: 125px auto 0 auto; }

.section-privacy-policy_title {
  margin-bottom: 15px;
  font-family: 'PlayfairDisplayItalic Bold';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center; }

.section-privacy-policy_subtitle {
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 70px; }

.section-privacy-policy_content {
  text-align: left;
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1; }

@media screen and (max-width: 1120px) {
  .section-privacy-policy {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px; } }

.section-terms {
  width: 100%;
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  margin: 125px auto 0 auto; }

.section-terms_title {
  margin-bottom: 15px;
  font-family: 'PlayfairDisplayItalic Bold';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #454545;
  text-align: center; }

.section-terms_subtitle {
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  margin-bottom: 76px; }

.section-terms_content {
  text-align: left;
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  padding: 52px 54px 33px 54px;
  height: 552px;
  overflow-y: scroll; }

@media screen and (max-width: 1120px) {
  .section-terms {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px; } }

@media screen and (max-width: 500px) {
  .section-terms_content {
    padding: 20px 20px 20px 20px; } }

.section-title {
  font-family: 'PlayfairDisplayItalic Bold';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  margin-bottom: 15px;
  text-align: center; }

.section-subtitle {
  font-family: 'PlayfairDisplayItalic Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #454545;
  opacity: 1;
  margin-bottom: 40px;
  text-align: center; }

.contact-button {
  width: 403px;
  height: 79px;
  background: #56818A 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 11px; }

.contact-button-inner {
  position: relative;
  width: 100%; }

.contact-button-icon {
  position: absolute;
  right: 28px;
  top: 50%;
  height: 12px; }

.contact-button-title {
  font-family: 'PlayfairDisplayItalic Bold';
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #F4F5EF;
  opacity: 1;
  display: block;
  text-align: center; }

.contact-button-description {
  font-family: 'PlayfairDisplay Regular';
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #F4F5EF;
  opacity: 1;
  display: block;
  text-align: center; }

.pc-1380 {
  display: block; }

.sp-1380 {
  display: none; }

.pc-1255 {
  display: flex; }

.sp-1255 {
  display: none; }

.pc-1120 {
  display: block; }

.sp-1120 {
  display: none; }

.pc-800 {
  display: block; }

.sp-800 {
  display: none; }

.pc-854 {
  display: block; }

.sp-854 {
  display: none; }

.fadein {
  opacity: 0.0;
  transform: translate(0, 50px); }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }

.fadein-300 {
  transition: all 300ms; }

.italic-regular {
  font-family: 'PlayfairDisplayItalic Regular' !important; }

.pc-500 {
  display: block; }

.sp-500 {
  display: none; }

@media screen and (max-width: 1380px) {
  .pc-1380 {
    display: none; }
  .sp-1380 {
    display: block; } }

@media screen and (max-width: 1255px) {
  .pc-1255 {
    display: none; }
  .sp-1255 {
    display: block; } }

@media screen and (max-width: 1120px) {
  .pc-1120 {
    display: none; }
  .sp-1120 {
    display: block; } }

@media screen and (max-width: 854px) {
  .pc-854 {
    display: none; }
  .sp-854 {
    display: block; } }

@media screen and (max-width: 800px) {
  .pc-800 {
    display: none; }
  .sp-800 {
    display: block; } }

@media screen and (max-width: 500px) {
  .pc-500 {
    display: none; }
  .sp-500 {
    display: block; } }

@media screen and (max-width: 500px) {
  .contact-button {
    width: 100%;
    height: 67px;
    border-radius: 11px; }
  .contact-button-inner {
    position: relative;
    width: 100%; }
  .contact-button-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 10px; }
  .contact-button-title {
    font-family: 'PlayfairDisplayItalic Bold';
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #F4F5EF;
    opacity: 1;
    display: block;
    text-align: center; }
  .contact-button-description {
    font-family: 'PlayfairDisplay Regular';
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #F4F5EF;
    opacity: 1;
    display: block;
    text-align: center; } }
