@charset "UTF-8";
/*!
Theme Name: Tokiwakai
Author: TOKON
Author URI: https://tokon.co.jp
Version: 1.0.0
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}


.text-center {
  text-align: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.row-small-gutter > * {
  padding-left: 6px;
  padding-right: 6px;
}

.row-large-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row-large-gutter > * {
  padding-left: 30px;
  padding-right: 30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > * {
  padding: 0;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.col-lg-3,
.col-lg-4,
.col-md-4,
.col-md-5,
.col-6,
.col-md-6,
.col-md-7,
.col-md-8,
.col-lg-9,
.col-12,
.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media all and (min-width: 768px) {
  .col-lg-3,
  .col-lg-4,
  .col-md-4,
  .col-md-5,
  .col-6,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-lg-9,
  .col-12,
  .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media all and (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media all and (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media all and (min-width: 768px) {
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666%;
            flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
  }
}

@media all and (min-width: 992px) {
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

@media all and (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media all and (min-width: 768px) {
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.has-base-color {
  color: #5E5853;
}

.has-base-background-color {
  background-color: #5E5853;
}

.has-button-color {
  color: #F48A44;
}

.has-button-background-color {
  background-color: #F48A44;
}

/*--------------------------------------
font
---------------------------------------*/
.maru,
.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*--------------------------------------
Variables
---------------------------------------*/
/*--------------------------------------
Reset
---------------------------------------*/
header,
section,
article,
footer,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}

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

a {
  color: #5E5853;
  text-decoration: none;
}
a:not(.dropdown-menu) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: bottom;
}
img.img-fluid {
  width: 100%;
  height: auto;
}

/* アニメーション ----------*/
.wow {
  visibility: hidden;
}

/*--------------------------------------
icons
---------------------------------------*/
/*--------------------------------------
body
---------------------------------------*/
html {
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  html {
    min-height: auto;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 120px;
  color: #5E5853;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1140px) {
  body {
    padding-top: 80px;
  }
}
@media all and (max-width: 768px) {
  body {
    min-height: auto;
  }
}
@media all and (max-width: 575px) {
  body {
    padding-top: 50px;
  }
}
@media all and (max-width: 1140px) {
  body.is-active {
    overflow: hidden;
  }
}

@media (hover: hover) {
  a:hover {
    color: #5E5853;
    opacity: 0.7;
  }
}
a:active {
  color: inherit;
}

.btns {
  margin: 3rem 0 0;
  text-align: center;
}
@media all and (max-width: 575px) {
  .btns {
    margin-top: 1.5rem;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 16px;
  min-width: 295px;
  height: 64px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  background-color: #F48A44;
  border: none;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media all and (max-width: 575px) {
  .btn {
    padding: 8px 12px;
    min-width: 240px;
    height: 48px;
    font-size: 18px;
  }
}
.btn > span {
  position: relative;
  top: -1px;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 21px;
  height: 23px;
  background: url(./images/btn-arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media all and (max-width: 575px) {
  .btn::after {
    width: 20px;
    height: 21px;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
    opacity: 0.7;
  }
  .btn:hover::after {
    right: 12px;
  }
}
.btn:active, .btn:focus {
  color: #FFFFFF;
}

.badge {
  display: inline-block;
  padding: 4px 5px 5px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

#contents {
  padding-top: 2rem;
}

.br-md {
  display: none;
}
@media all and (max-width: 768px) {
  .br-md {
    display: inline-block;
  }
}

.br-sm {
  display: none;
}
@media all and (max-width: 575px) {
  .br-sm {
    display: inline-block;
  }
}

/*--------------------------------------
ヘッダー
---------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
  height: 120px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1140px) {
  header {
    height: 80px;
  }
}
@media all and (max-width: 575px) {
  header {
    height: 50px;
  }
}
header img {
  width: auto;
}
header a {
  color: #5E5853;
}
@media (hover: hover) {
  header a:hover {
    color: #5E5853;
    opacity: 0.5;
  }
}
header #site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 1rem;
  height: 100%;
}
header #site-title #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #site-title #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 1140px) {
  header #site-title #logo a {
    -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;
  }
}
header #site-title #logo a h1 {
  margin: 0;
  padding: 0;
}
header #site-title #logo a .img {
  height: 58px;
}
@media all and (max-width: 1140px) {
  header #site-title #logo a .img {
    margin-bottom: 4px;
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  header #site-title #logo a .img {
    height: 30px;
  }
}
header #site-title #logo a img {
  display: block;
  width: auto;
  height: 100%;
}
header #site-title #logo a span {
  display: block;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media all and (max-width: 1140px) {
  header #site-title #logo a span {
    margin-left: 0;
    font-size: 13px;
  }
}
header #nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1140px) {
  header #nav > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header #nav li {
  height: 100%;
}
header #nav li a {
  padding-right: 0.5rem;
  padding-left: 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;
  height: 100%;
  line-height: 1;
}
header #nav li a p {
  margin-bottom: 0;
}
header #nav li.nav-hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 300;
}
@media all and (max-width: 1140px) {
  header #nav li.nav-hamburger {
    display: block;
  }
}
@media all and (max-width: 575px) {
  header #nav li.nav-hamburger {
    right: 4px;
  }
}
header #nav li.nav-hamburger .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
header #nav li.nav-hamburger button {
  position: relative;
  background: transparent;
  cursor: pointer;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #707070;
}
header #nav li.nav-hamburger button span {
  display: block;
  height: 2px;
  width: 30px;
  background: #707070;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  right: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header #nav li.nav-hamburger button span:first-child {
  width: 30px;
  top: 19px;
}
header #nav li.nav-hamburger button span:last-child {
  width: 30px;
  top: 28px;
}
header #nav li.nav-hamburger button.is-active {
  color: #FFFFFF;
}
header #nav li.nav-hamburger button.is-active span {
  top: 23px;
  background: #FFFFFF;
}
header #nav li.nav-hamburger button.is-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #nav li.nav-hamburger button.is-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header #nav li.nav-hamburger button[aria-expanded=true] span {
  /* background-color: #ffd9cb; */
  top: 23px;
}
header #nav li.nav-hamburger button[aria-expanded=true] span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header #nav li.nav-hamburger button[aria-expanded=true] span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*--------------------------------------
Global nav
---------------------------------------*/
#nav-main {
  padding-right: 114px;
}
@media all and (max-width: 1200px) {
  #nav-main {
    padding-right: 60px;
  }
}
@media all and (max-width: 1140px) {
  #nav-main {
    padding-right: 0;
  }
}
#nav-main .dropdown {
  position: relative;
}
#nav-main .dropdown .nav-parent {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: auto;
}
#nav-main .dropdown .nav-parent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #5E5853;
  border-right: solid 2px #5E5853;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-main .dropdown.active .nav-parent::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#nav-main .subnav {
  position: absolute;
  left: 0;
  top: 84px;
  display: none;
  width: auto;
  background: #fff;
}
#nav-main a,
#nav-main .nav-parent span {
  color: #5E5853;
  font-size: 1.25rem;
}
@media all and (max-width: 1140px) {
  #nav-main a,
  #nav-main .nav-parent span {
    color: #fff;
  }
  #nav-main a:not(.nav-home),
  #nav-main .nav-parent span:not(.nav-home) {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1141px) {
  #nav-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  #nav-main #nav-main-inner {
    width: 100%;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul > li {
    margin-left: 36px;
  }
  #nav-main #nav-main-inner .nav-parent {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #nav-main #nav-main-inner .nav-parent span {
    width: 100%;
  }
  #nav-main #nav-main-inner .subnav > li {
    height: auto;
  }
  #nav-main #nav-main-inner .subnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 14px 10px 20px;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    white-space: nowrap;
  }
  #nav-main #nav-main-corpsite {
    display: none;
  }
}
@media all and (max-width: 1140px) {
  #nav-main {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #279F64;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 200;
    pointer-events: auto;
  }
  #nav-main #nav-main-inner > ul {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
    padding: 0 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (max-width: 1140px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 1140px) {
  #nav-main #nav-main-inner > ul > li {
    margin: 1rem 0;
    padding: 8px 0;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  #nav-main #nav-main-inner > ul > li:first-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1140px) and (max-width: 768px) {
  #nav-main #nav-main-inner > ul > li {
    margin: 12px 0;
  }
}
@media all and (max-width: 1140px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul > li {
    margin: 4px 0;
  }
}
@media all and (max-width: 1140px) {
  #nav-main #nav-main-inner > ul > li.dropdown {
    border-bottom: 1px #fff solid;
  }
  #nav-main #nav-main-inner > ul > li a {
    display: inline-block;
    padding: 16px 0;
    width: auto;
    color: #fff;
    text-align: left;
  }
  #nav-main #nav-main-inner > ul > li .nav-parent {
    cursor: pointer;
  }
  #nav-main #nav-main-inner > ul > li .nav-parent::before {
    border-color: #fff;
  }
  #nav-main #nav-main-inner > ul > li .nav-parent span {
    display: block;
    width: 100%;
    text-align: center;
  }
  #nav-main #nav-main-inner > ul > li .subnav {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    margin-top: 10px;
    background: transparent;
    text-align: left;
  }
  #nav-main #nav-main-inner > ul > li .subnav > li {
    padding-left: 32px;
  }
}
@media all and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    margin-top: 2rem;
  }
}

#nav-main-contact {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
#nav-main-contact a {
  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;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #F48A44;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#nav-main-contact a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media (hover: hover) {
  #nav-main-contact a:hover {
    background: #fde4d5;
  }
}
#nav-main-contact a:active {
  background: #fde4d5;
}
@media all and (max-width: 800px) {
  #nav-main-contact {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  position: relative;
  margin-top: auto;
  padding: 94px 0 40px;
  width: 100%;
  background: url(./images/bg-footer.png) no-repeat left top;
  background-size: 100% auto;
}
@media all and (max-width: 1920px) {
  footer {
    padding: 94px 0 20px;
    background-size: 1920px auto;
  }
}
@media all and (max-width: 768px) {
  footer {
    padding-top: 30px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: -12.5vw;
  right: 2.6042vw;
  width: 33.8542vw;
  height: 14.0625vw;
  background: url(./images/deco-footer.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  footer::before {
    top: -11.9792vw;
  }
}
@media all and (max-width: 768px) {
  footer::before {
    top: -76px;
    right: 20px;
    width: 234px;
    height: 97px;
  }
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1100px) {
  footer .container.max-width-l {
    padding: 0;
  }
}
footer .company {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 480px;
}
@media all and (max-width: 1100px) {
  footer .company {
    width: 420px;
    padding: 0 24px;
  }
}
@media all and (max-width: 768px) {
  footer .company {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  footer .company {
    padding: 0 20px;
  }
}
footer .company .logo img {
  max-width: 385px;
  width: 100%;
}
@media all and (max-width: 1100px) {
  footer .company .logo img {
    max-width: 312px;
  }
}
footer .company .address {
  margin-top: 34px;
}
@media all and (max-width: 1100px) {
  footer .company .address {
    margin-top: 20px;
  }
}
footer .company .address p {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 1100px) {
  footer .company .address p {
    margin: 0.5rem 0 0 0;
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  footer .company .address p {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 1100px) {
  footer .privacy-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
footer #link-privacypolicy {
  margin-top: 40px;
  font-size: 1.25rem;
}
@media all and (max-width: 1100px) {
  footer #link-privacypolicy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
footer #link-privacypolicy a {
  color: #5E5853;
}
@media (hover: hover) {
  footer #link-privacypolicy a:hover {
    color: #5E5853;
    opacity: 0.7;
  }
}
footer #footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media all and (max-width: 1100px) {
  footer #footer-sns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    margin-right: 20px;
  }
}
footer #footer-sns a {
  display: inline-block;
  padding: 8px;
}
@media (hover: hover) {
  footer #footer-sns a:hover, footer #footer-sns a:active {
    opacity: 0.7;
  }
}
footer #copyright {
  margin-top: 24px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  footer #copyright span {
    display: block;
    text-align: center;
  }
}
@media all and (min-width: 576px) {
  footer #copyright span:first-child {
    padding-right: 1rem;
  }
}
@media all and (max-width: 1100px) {
  footer #copyright {
    font-size: 0.875rem;
  }
}
footer .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 32px 0 0;
}
@media all and (max-width: 1100px) {
  footer .nav {
    padding: 24px 0 0;
  }
}
@media all and (max-width: 768px) {
  footer .nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .nav > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .nav > ul > li {
  margin-left: 60px;
  margin-bottom: 60px;
  font-size: 1.25rem;
}
@media all and (max-width: 1100px) {
  footer .nav > ul > li {
    margin: 0 45px 40px 0;
    font-size: 1.125rem;
  }
}
@media all and (max-width: 768px) {
  footer .nav > ul > li {
    margin: 0 30px 30px 24px;
    font-size: 1rem;
  }
}
@media all and (max-width: 575px) {
  footer .nav > ul > li {
    margin: 0 20px 30px;
  }
}
@media all and (max-width: 575px) {
  footer .nav > ul > li:first-child {
    margin-right: 0;
    width: 100%;
  }
}
footer .nav > ul > li > a,
footer .nav > ul > li .nav-parent {
  color: #5E5853;
  font-weight: 700;
}
@media (hover: hover) {
  footer .nav > ul > li a:hover {
    color: #5E5853;
    opacity: 0.7;
  }
}
footer .nav > ul > li .subnav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 6px 0 0;
}
footer .nav > ul > li .subnav > li {
  margin: 30px 0 0;
}
@media all and (max-width: 1500px) {
  footer .nav > ul > li .subnav > li {
    margin: 10px 0 0;
  }
}

/*--------------------------------------
hero
---------------------------------------*/
#kv.home {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 768px) {
  #kv.home {
    padding-bottom: calc(44vw + 224px);
  }
}
@media all and (max-width: 600px) {
  #kv.home {
    padding-bottom: calc(42vw + 130px);
  }
}
@media all and (max-width: 400px) {
  #kv.home {
    padding-bottom: calc(48vw + 130px);
  }
}
#kv.home .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/640;
}
@media all and (max-width: 1400px) {
  #kv.home .img-wrapper {
    aspect-ratio: 1920/840;
  }
}
@media all and (max-width: 1200px) {
  #kv.home .img-wrapper {
    aspect-ratio: 1920/920;
  }
}
@media all and (max-width: 900px) {
  #kv.home .img-wrapper {
    aspect-ratio: 1920/1040;
  }
}
@media all and (max-width: 768px) {
  #kv.home .img-wrapper {
    aspect-ratio: auto;
  }
}
#kv.home img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
#kv.home .catch {
  position: absolute;
  bottom: 0;
  right: 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  font-size: 1.875rem;
  z-index: 30;
}
@media all and (max-width: 1400px) {
  #kv.home .catch {
    bottom: 80px;
  }
}
@media all and (max-width: 1000px) {
  #kv.home .catch {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  #kv.home .catch {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 600px) {
  #kv.home .catch {
    bottom: 60px;
    font-size: 0.9375rem;
  }
}
#kv.home .catch-line-1,
#kv.home .catch-line-2,
#kv.home .catch-line-3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 164px 10px 48px;
  min-width: 812px;
  border-radius: 5px;
  color: #fff;
  text-align: right;
}
@media all and (max-width: 1800px) {
  #kv.home .catch-line-1,
  #kv.home .catch-line-2,
  #kv.home .catch-line-3 {
    padding-right: 48px;
    min-width: auto;
  }
}
@media all and (max-width: 1000px) {
  #kv.home .catch-line-1,
  #kv.home .catch-line-2,
  #kv.home .catch-line-3 {
    padding: 10px 24px;
  }
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-1-sp,
  #kv.home .catch-line-2-sp,
  #kv.home .catch-line-3-sp,
  #kv.home .catch-line-4-sp {
    margin-bottom: 10px;
    padding: 8px 18px;
    border-radius: 3px;
  }
}
@media all and (max-width: 600px) {
  #kv.home .catch-line-1-sp,
  #kv.home .catch-line-2-sp,
  #kv.home .catch-line-3-sp,
  #kv.home .catch-line-4-sp {
    margin-bottom: 6px;
    padding: 2px 8px;
    border-radius: 1px;
  }
}
#kv.home .catch-line-1-sp,
#kv.home .catch-line-2-sp {
  display: inline-block;
  text-align: right;
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-1-sp,
  #kv.home .catch-line-2-sp {
    color: #fff;
    text-align: right;
  }
}
#kv.home .catch-line-1 {
  background: -webkit-gradient(linear, left top, right top, from(#3BCAA3), to(#66D566));
  background: linear-gradient(to right, #3BCAA3, #66D566);
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-1 {
    background: transparent;
  }
}
#kv.home .catch-line-2 {
  background: -webkit-gradient(linear, left top, right top, from(#66D566), to(#3BCAA3));
  background: linear-gradient(to right, #66D566, #3BCAA3);
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-2 {
    background: -webkit-gradient(linear, left top, right top, from(#3BCAA3), to(#66D566));
    background: linear-gradient(to right, #3BCAA3, #66D566);
  }
}
#kv.home .catch-line-3 {
  background: -webkit-gradient(linear, left top, right top, from(#3BCAA3), to(#66D566));
  background: linear-gradient(to right, #3BCAA3, #66D566);
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-3 {
    background: -webkit-gradient(linear, left top, right top, from(#66D566), to(#3BCAA3));
    background: linear-gradient(to right, #66D566, #3BCAA3);
  }
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-1-sp {
    background: -webkit-gradient(linear, left top, right top, from(#3BCAA3), to(#66D566));
    background: linear-gradient(to right, #3BCAA3, #66D566);
  }
}
@media all and (max-width: 768px) {
  #kv.home .catch-line-2-sp {
    background: -webkit-gradient(linear, left top, right top, from(#66D566), to(#3BCAA3));
    background: linear-gradient(to right, #66D566, #3BCAA3);
  }
}
#kv.page {
  overflow: visible;
  position: relative;
  width: 100%;
  padding: 0 0 120px;
}
@media all and (max-width: 768px) {
  #kv.page {
    padding: 0 0 60px;
  }
}

/*--------------------------------------
Scroll down and Back to top icons
---------------------------------------*/
#icon-scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 89px;
  height: 75px;
  z-index: 40;
}
#icon-scrolldown img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  #icon-scrolldown {
    width: 45px;
    height: 38px;
  }
}
#icon-scrolldown.anime {
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 24px;
  width: 146px;
  height: 98px;
  background: url(./images/back-to-top.png) no-repeat;
  background-size: cover;
  z-index: 199;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 1023px) {
  #backtotop {
    right: 20px;
    width: 72px;
    height: 48px;
  }
}
@media (hover: hover) {
  #backtotop:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/*--------------------------------------
container
---------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.full-width {
  max-width: 100%;
}

.max-width,
.max-width-l {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media all and (max-width: 575px) {
  .max-width,
  .max-width-l {
    padding: 0 20px;
  }
}

.max-width {
  max-width: 1268px;
}

.max-width-l {
  max-width: 1600px;
}

.box {
  padding: 0 24px;
  height: 100%;
}
@media all and (max-width: 768px) {
  .box {
    margin-bottom: 2rem;
    padding: 0 12px;
  }
}

/*--------------------------------------
section
---------------------------------------*/
section {
  overflow: hidden;
  padding: 120px 0 0;
}
@media all and (max-width: 575px) {
  section {
    padding-top: 30px;
  }
}
section .sec-title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .sec-title .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 170px;
  height: 86px;
  background: url(./images/title-bg.png) no-repeat;
  background-size: cover;
  color: #41A416;
  font-size: 22px;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  section .sec-title .en {
    width: 98px;
    height: 50px;
    font-size: 14px;
  }
}
section .sec-title .ja {
  color: #5E5853;
  font-size: 53px;
}
@media all and (max-width: 575px) {
  section .sec-title .ja {
    font-size: 26px;
  }
}
section .wrapper {
  width: 100%;
}
section h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h4 {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h4.alignleft {
  text-align: left;
}
@media all and (max-width: 768px) {
  section h4.alignleft {
    text-align: center;
  }
}
section .txt {
  line-height: 1.8;
}

/*--------------------------------------
最新情報
---------------------------------------*/
#information {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 120px 0 30px;
}
@media all and (max-width: 768px) {
  #information {
    padding-top: 60px;
  }
}
@media all and (max-width: 575px) {
  #information {
    padding-top: 30px;
  }
}

.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 34px;
}
@media all and (max-width: 768px) {
  .cat-links {
    gap: 4px 12px;
  }
}
.cat-links > a {
  width: 174px;
  min-height: 30px;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .cat-links > a {
    padding: 8px 0;
    width: 150px;
    min-height: 46px;
    font-size: 14px;
  }
}
.cat-links > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
  font-weight: 500;
  border: 1px #707070 solid;
  background: #fff;
}
.cat-links > a.is-active > span {
  color: #fff;
  background: #707070;
}
.cat-links > a.is-active > span.mizuhoen {
  background: #587393;
}
.cat-links > a.is-active > span.tokiwagi-kokuryou {
  background: #97BC3F;
}
.cat-links > a.is-active > span.tokiwagi-kokuryou-nursery {
  background: #BF6598;
}
.cat-links > a.is-active > span.tokiwagi-setagaya {
  background: #C08B30;
}

/* アクセシビリティ用 視覚的に隠す */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* デフォルト：リンク一覧表示、select非表示 */
.cat-listing .cat-select {
  display: none;
}

/* スマホ：リンクを隠して select を表示 */
@media (max-width: 768px) {
  .cat-listing .cat-links {
    display: none;
  }
  .cat-listing .select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .cat-listing .select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    right: 0.5em;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat;
    background-size: cover;
  }
  .cat-listing .cat-select {
    display: block;
    width: 100%;
    padding: 0.7em 2.5em 0.7em 0.7em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .cat-listing .cat-select:focus {
    outline-color: #5E5853;
  }
}
.info-listing {
  margin: 30px 0 0;
  width: 100%;
}
@media all and (max-width: 575px) {
  .info-listing {
    margin-top: 20px;
  }
}
.info-listing > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.0625rem;
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.info-listing > li:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
@media all and (max-width: 768px) {
  .info-listing > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info-listing > li > div {
  padding: 14px 10px;
}
@media all and (max-width: 575px) {
  .info-listing > li > div {
    padding: 8px 6px;
  }
}
.info-listing > li > div.new {
  width: 90px;
}
@media all and (max-width: 768px) {
  .info-listing > li > div.new {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 575px) {
  .info-listing > li > div.new {
    width: 42px;
    padding-bottom: 6px;
  }
}
.info-listing > li > div.new .icon-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 70px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  text-align: center;
  border-radius: 10px;
  background: #F48A44;
}
@media all and (max-width: 575px) {
  .info-listing > li > div.new .icon-new {
    font-size: 10px;
    width: 30px;
    height: 22px;
    border-radius: 4px;
  }
}
@media all and (max-width: 768px) {
  .info-listing > li > div.date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 575px) {
  .info-listing > li > div.date {
    font-size: 0.875rem;
    padding-bottom: 6px;
  }
}
.info-listing > li > div.cat {
  width: 194px;
}
@media all and (max-width: 768px) {
  .info-listing > li > div.cat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 575px) {
  .info-listing > li > div.cat {
    width: 148px;
    padding-bottom: 6px;
  }
}
.info-listing > li > div.cat > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 50vw;
  background: #31ADA1;
}
@media all and (max-width: 575px) {
  .info-listing > li > div.cat > span {
    height: 22px;
    font-size: 13px;
  }
}
.info-listing > li > div.cat > span.mizuhoen {
  background: #587393;
}
.info-listing > li > div.cat > span.tokiwagi-kokuryou {
  background: #97BC3F;
}
.info-listing > li > div.cat > span.tokiwagi-kokuryou-nursery {
  background: #BF6598;
}
.info-listing > li > div.cat > span.tokiwagi-setagaya {
  background: #C08B30;
}
.info-listing > li > div.title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media all and (max-width: 768px) {
  .info-listing > li > div.title {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
    padding-left: 100px;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .info-listing > li > div.title {
    padding-left: 48px;
    font-size: 0.875rem;
  }
}
.info-listing > li > div.title > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.info-listing > li > div.title > a > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.info-listing > li > div.title > a.external::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  vertical-align: top;
  overflow: hidden;
  background: url(./images/icon-external.svg) no-repeat;
  background-size: cover;
}
.info-listing > li a {
  color: #5E5853;
}
@media (hover: hover) {
  .info-listing > li a:hover, .info-listing > li a:active {
    color: #F48A44;
  }
}

/* アーカイブページ */
#archive .page-info,
#category .page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 3rem;
}
@media all and (max-width: 768px) {
  #archive .page-info,
  #category .page-info {
    margin-top: 1rem;
    display: block;
  }
}
#archive .number-page,
#category .number-page {
  padding-right: 1rem;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  #archive .number-page,
  #category .number-page {
    padding-right: 0;
    width: 100%;
  }
}

/*--------------------------------------
サービス
---------------------------------------*/
#service {
  overflow: visible;
  position: relative;
  padding: 16.4063vw 0 0;
  background: url(./images/bg-01-01.png) no-repeat;
  background-size: 100% auto;
}
#service::before {
  content: "";
  position: absolute;
  top: 1.5625vw;
  left: 13.0208vw;
  width: 19.6354vw;
  height: 20.625vw;
  background: url(./images/deco-01.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #service::before {
    top: -10px;
    left: 1.7391vw;
  }
}
@media all and (max-width: 575px) {
  #service::before {
    left: 10px;
  }
}
#service::after {
  content: "";
  position: absolute;
  top: -3.4375vw;
  right: 5.8333vw;
  width: 30.7813vw;
  height: 25.5208vw;
  background: url(./images/home-img-01.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
@media all and (max-width: 768px) {
  #service::after {
    right: 3.4783vw;
  }
}
@media all and (max-width: 575px) {
  #service::after {
    right: 20px;
  }
}
#service .bg {
  overflow: visible;
  position: relative;
  padding: 0 0 5.8333vw;
  background: #F5F5EC;
}
#service .bg::before {
  content: "";
  position: absolute;
  bottom: -10.4167vw;
  right: 56px;
  width: 28.6458vw;
  height: 12.8646vw;
  background: url(./images/deco-02.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 575px) {
  #service .bg::before {
    right: 22px;
    width: 44.4444vw;
    height: 20vw;
  }
}
#service .bg::after {
  content: "";
  position: absolute;
  bottom: -17.1875vw;
  left: 0;
  width: 100%;
  height: 20.8333vw;
  background: url(./images/bg-01-02.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  z-index: 2;
}
#service .wrapper {
  position: relative;
  z-index: 10;
}
#service #service-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  #service #service-listing {
    margin-top: 40px;
  }
}
#service #service-listing > li {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 20px;
  width: calc((100% - 78px) / 4);
  background: #fff;
  border-radius: 15px;
}
@media all and (max-width: 1200px) {
  #service #service-listing > li {
    margin-bottom: 30px;
    width: calc((100% - 26px) / 2);
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li {
    width: 100%;
  }
}
#service #service-listing > li .main {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#service #service-listing > li .main > div {
  width: 100%;
}
#service #service-listing > li .btns {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
#service #service-listing > li .btns > div {
  width: 100%;
}
#service #service-listing > li .facility-cat {
  font-size: 1.5rem;
  text-align: center;
}
#service #service-listing > li .facility-cat > span {
  display: inline-block;
  padding-bottom: 3px;
}
#service #service-listing > li .img {
  margin: 30px 0;
}
#service #service-listing > li .img img {
  width: 100%;
  aspect-ratio: 330/242;
  border-radius: 10px;
}
#service #service-listing > li .facility-name-en {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .facility-name-en {
    font-size: 1rem;
  }
}
#service #service-listing > li .facility-name {
  margin-top: 4px;
  font-size: 2rem;
  line-height: 1.3;
}
@media all and (max-width: 1500px) {
  #service #service-listing > li .facility-name {
    font-size: 1.75rem;
  }
}
@media all and (max-width: 575px) {
  #service #service-listing > li .facility-name {
    font-size: 1.5rem;
  }
}
#service #service-listing > li .address {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
}
#service #service-listing > li .btn-map {
  margin-top: 12px;
}
#service #service-listing > li .btn-map a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 10px;
  border: 1px #5E5853 solid;
  color: #5E5853;
}
@media (hover: hover) {
  #service #service-listing > li .btn-map a:hover {
    opacity: 0.7;
  }
}
#service #service-listing > li .tel-fax {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
}
#service #service-listing > li .btn-inquiry a,
#service #service-listing > li .btn-facility a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px 14px;
  width: 100%;
  height: 50px;
  color: #5E5853;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media all and (max-width: 575px) {
  #service #service-listing > li .btn-inquiry a,
  #service #service-listing > li .btn-facility a {
    height: 46px;
    font-size: 18px;
  }
}
#service #service-listing > li .btn-inquiry a::after,
#service #service-listing > li .btn-facility a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 18px;
  height: 19px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (hover: hover) {
  #service #service-listing > li .btn-inquiry a:hover,
  #service #service-listing > li .btn-facility a:hover {
    opacity: 0.7;
  }
  #service #service-listing > li .btn-inquiry a:hover::after,
  #service #service-listing > li .btn-facility a:hover::after {
    right: 12px;
  }
}
#service #service-listing > li .btn-inquiry a:active, #service #service-listing > li .btn-inquiry a:focus,
#service #service-listing > li .btn-facility a:active,
#service #service-listing > li .btn-facility a:focus {
  color: #FFFFFF;
}
#service #service-listing > li .btn-inquiry {
  margin-top: 32px;
}
#service #service-listing > li .btn-inquiry a {
  background-color: #fff;
  border: 2px #5E5853 solid;
}
#service #service-listing > li .btn-inquiry a::after {
  right: 15px;
  background: url(./images/btn-arrow-bk.svg) no-repeat;
  background-size: cover;
}
#service #service-listing > li .btn-facility {
  margin-top: 16px;
}
#service #service-listing > li .btn-facility a {
  color: #fff;
}
#service #service-listing > li .btn-facility a::after {
  background: url(./images/btn-arrow.svg) no-repeat;
  background-size: cover;
}
#service #service-listing > li.mizuhoen {
  border: 3px #587393 solid;
}
#service #service-listing > li.mizuhoen .facility-cat > span {
  color: #587393;
  border-bottom: 1px #587393 solid;
}
#service #service-listing > li.mizuhoen .btn-facility a {
  background: #587393;
}
#service #service-listing > li.tokiwagi-kokuryou {
  border: 3px #97BC3F solid;
}
#service #service-listing > li.tokiwagi-kokuryou .facility-cat > span {
  color: #97BC3F;
  border-bottom: 1px #97BC3F solid;
}
#service #service-listing > li.tokiwagi-kokuryou .btn-facility a {
  background: #97BC3F;
}
#service #service-listing > li.tokiwagi-kokuryou-nursery {
  border: 3px #BF6598 solid;
}
#service #service-listing > li.tokiwagi-kokuryou-nursery .facility-cat > span {
  color: #BF6598;
  border-bottom: 1px #BF6598 solid;
}
#service #service-listing > li.tokiwagi-kokuryou-nursery .btn-facility a {
  background: #BF6598;
}
#service #service-listing > li.tokiwagi-setagaya {
  border: 3px #C08B30 solid;
}
#service #service-listing > li.tokiwagi-setagaya .facility-cat > span {
  color: #C08B30;
  border-bottom: 1px #C08B30 solid;
}
#service #service-listing > li.tokiwagi-setagaya .btn-facility a {
  background: #C08B30;
}

/*--------------------------------------
COMPANY
---------------------------------------*/
#company {
  overflow: visible;
  position: relative;
  padding: 15.625vw 0 0;
}
@media all and (max-width: 768px) {
  #company {
    padding: 180px 0 0;
  }
}
@media all and (max-width: 575px) {
  #company {
    padding: 90px 0 0;
    font-size: 1rem;
  }
}
#company::before {
  content: "";
  position: absolute;
  top: 8.3333vw;
  left: 11.875vw;
  width: 20.2083vw;
  height: 13.6458vw;
  background: url(./images/home-img-02.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company::before {
    left: 2.087vw;
    width: 25vw;
    height: 16.9444vw;
  }
}
@media all and (max-width: 575px) {
  #company::before {
    left: 12px;
  }
}
#company::after {
  content: "";
  position: absolute;
  top: 16.875vw;
  right: 15.3125vw;
  width: 12.9167vw;
  height: 16.8229vw;
  background: url(./images/deco-03.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company::after {
    right: 1.7391vw;
    width: 20.2778vw;
    height: 26.3889vw;
  }
}
@media all and (max-width: 575px) {
  #company::after {
    right: 10px;
  }
}
#company .bg {
  overflow: visible;
  position: relative;
  padding: 0 0 80px;
}
#company .bg::before {
  content: "";
  position: absolute;
  bottom: -2.0833vw;
  left: 7.2917vw;
  width: 10.7813vw;
  height: 9.6354vw;
  background: url(./images/deco-06.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company .bg::before {
    width: 14.7222vw;
    height: 13.0556vw;
  }
}
#company .bg::after {
  content: "";
  position: absolute;
  bottom: 3.9063vw;
  right: 0;
  width: 11.875vw;
  height: 15.8854vw;
  background: url(./images/deco-05.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company .bg::after {
    width: 16.6667vw;
    height: 22.2222vw;
  }
}
#company .philosophy {
  position: relative;
  margin-top: 56px;
  z-index: 10;
}
@media all and (max-width: 575px) {
  #company .philosophy {
    margin-top: 28px;
  }
}
#company .philosophy h3 > div {
  display: block;
  text-align: center;
}
#company .philosophy h3 > div.sub {
  font-size: 2rem;
  line-height: 1.3;
}
@media all and (max-width: 575px) {
  #company .philosophy h3 > div.sub {
    font-size: 1rem;
  }
}
#company .philosophy h3 > div.sub > span {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-decoration-thickness: 3px;
  text-decoration-color: #707070;
}
#company .philosophy h3 > div.main {
  margin-top: 20px;
  font-size: 2.875rem;
  line-height: 1.3;
}
@media all and (max-width: 575px) {
  #company .philosophy h3 > div.main {
    font-size: 1.375rem;
  }
}
#company .philosophy .body {
  margin-top: 56px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 2px;
  text-align: center;
}
#company .philosophy .body .from {
  margin-top: 1rem;
}
@media all and (max-width: 575px) {
  #company .philosophy .body .from {
    margin-top: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  #company .philosophy .body {
    margin-top: 42px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media all and (max-width: 575px) {
  #company .philosophy .body {
    margin-top: 28px;
    font-size: 1rem;
  }
}
#company .overview {
  position: relative;
  margin-top: 80px;
  z-index: 8;
}
@media all and (max-width: 575px) {
  #company .overview {
    margin-top: 64px;
  }
}
#company .overview::before {
  content: "";
  position: absolute;
  top: -14.5833vw;
  left: 0;
  width: 13.6458vw;
  height: 12.9688vw;
  background: url(./images/deco-04.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company .overview::before {
    top: -16.9271vw;
    width: 15.7692vw;
    height: 15vw;
  }
}
#company .overview::after {
  content: "";
  position: absolute;
  top: -12.5vw;
  right: 2.0833vw;
  width: 19.7396vw;
  height: 12.7604vw;
  background: url(./images/home-img-03.png) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media all and (max-width: 768px) {
  #company .overview::after {
    top: -16.276vw;
    right: 5px;
  }
}
#company .overview h3 {
  position: relative;
  margin-bottom: 32px;
  font-size: 2.875rem;
  text-align: center;
  z-index: 10;
}
@media all and (max-width: 575px) {
  #company .overview h3 {
    font-size: 1.3125rem;
  }
}
#company .overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto 6px;
  max-width: 995px;
  width: 100%;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  #company .overview dl {
    font-size: 0.875rem;
  }
}
#company .overview dl:nth-child(odd) {
  background: #EDEDDE;
}
#company .overview dl:nth-child(even) {
  background: #F5F5EC;
}
#company .overview dt, #company .overview dd {
  margin: 0;
  padding: 12px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  #company .overview dt, #company .overview dd {
    padding: 6px 10px;
    font-size: 0.875rem;
  }
}
#company .overview dt {
  width: 36%;
  text-align: right;
}
#company .overview dt span {
  display: inline-block;
  min-width: 92px;
  text-align: left;
}
@media all and (max-width: 768px) {
  #company .overview dt {
    width: 80px;
  }
}
#company .overview dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#company .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px auto 0;
  width: 100%;
}
@media all and (max-width: 575px) {
  #company .btns {
    margin-top: 30px;
  }
}
#company .btns .btn {
  margin: 0 25px 40px;
}
@media all and (max-width: 1064px) {
  #company .btns .btn {
    margin: 0 10px 24px;
  }
}
@media all and (max-width: 575px) {
  #company .btns .btn {
    margin-bottom: 10px;
  }
}

/*--------------------------------------
Recruit
---------------------------------------*/
#recruit {
  position: relative;
  overflow: visible;
  padding: 8.3333vw 0 14.5833vw;
}
#recruit::before {
  content: "";
  position: absolute;
  top: 0vw;
  left: 0;
  width: 100%;
  height: 20.8333vw;
  background: url(./images/bg-02-01.png) no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
#recruit::after {
  content: "";
  position: absolute;
  bottom: 0vw;
  left: 0;
  width: 100%;
  height: 29.1667vw;
  background: url(./images/bg-02-02.png) no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
#recruit .bg {
  position: relative;
  z-index: 10;
}
#recruit .bg::before {
  content: "";
  position: absolute;
  top: 10.4167vw;
  left: 0;
  width: 100%;
  height: calc(100% - 25vw);
  background: #F5F5EC;
  z-index: 1;
}
@media all and (max-width: 768px) {
  #recruit .bg::before {
    height: calc(100% - 20vw);
  }
}
@media all and (max-width: 575px) {
  #recruit .bg::before {
    height: calc(100% - 18vw);
  }
}
#recruit .box {
  position: relative;
  margin: 0 auto;
  padding: 70px 20px 130px;
  max-width: 1220px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  z-index: 10;
}
#recruit .box .inner {
  position: relative;
  width: 100%;
  z-index: 11;
}
#recruit .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/box-bg-l.png) no-repeat left center;
  background-size: auto 100%;
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
#recruit .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(./images/box-bg-r.png) no-repeat right center;
  background-size: auto 100%;
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
@media all and (max-width: 1100px) {
  #recruit .box {
    padding: 40px 20px 70px;
  }
  #recruit .box::before {
    background: url(./images/box-bg-sp-l.png) no-repeat left center;
    background-size: auto 100%;
  }
  #recruit .box::after {
    background: url(./images/box-bg-sp-r.png) no-repeat right center;
    background-size: auto 100%;
  }
}
@media all and (max-width: 575px) {
  #recruit .box {
    padding: 20px 20px 30px;
  }
}
#recruit h3 {
  margin-top: 24px;
  font-size: 2.875rem;
  text-align: center;
}
@media all and (max-width: 768px) {
  #recruit h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  #recruit h3 {
    font-size: 1.375rem;
  }
}
#recruit .body {
  margin-top: 36px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 2px;
  text-align: center;
}
@media all and (max-width: 768px) {
  #recruit .body {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media all and (max-width: 575px) {
  #recruit .body {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}
#recruit .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 54px auto 0;
  max-width: 860px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #recruit .images {
    margin: 30px auto 0;
  }
}
#recruit .images .img {
  margin: 0 0 20px;
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 575px) {
  #recruit .images .img {
    width: calc((100% - 10px) / 2);
  }
}
#recruit .images .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 54px auto 0;
  max-width: 860px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #recruit .btns {
    margin: 30px auto 0;
  }
}
#recruit .btns .btn {
  margin: 0 20px 20px;
  width: 337px;
}
#recruit .btns .btn.mizuhoen {
  background: #587393;
}
#recruit .btns .btn.tokiwagi-kokuryou {
  background: #97BC3F;
}
#recruit .btns .btn.tokiwagi-kokuryou-nursery {
  background: #BF6598;
}
#recruit .btns .btn.tokiwagi-setagaya {
  background: #C08B30;
}

/*--------------------------------------
Information, Company single page
---------------------------------------*/
#single-post,
#single-company,
#archive,
#category,
#single {
  /* ファイル	*/
}
#single-post #kv-page,
#single-company #kv-page,
#archive #kv-page,
#category #kv-page,
#single #kv-page {
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 1920/345;
  background: url(./images/kv-page.png) no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  #single-post #kv-page,
  #single-company #kv-page,
  #archive #kv-page,
  #category #kv-page,
  #single #kv-page {
    aspect-ratio: auto;
    height: 140px;
  }
}
#single-post #kv-page::before,
#single-company #kv-page::before,
#archive #kv-page::before,
#category #kv-page::before,
#single #kv-page::before {
  content: "";
  position: absolute;
  bottom: -2.3958vw;
  right: 0;
  width: 14.6875vw;
  height: 9.8958vw;
  background: url(./images/page-deco-01.png) no-repeat;
  background-size: cover;
}
#single-post #kv-page .page-title h1,
#single-company #kv-page .page-title h1,
#archive #kv-page .page-title h1,
#category #kv-page .page-title h1,
#single #kv-page .page-title h1 {
  color: #31ADA1;
  font-size: 4.1667vw;
}
@media all and (max-width: 768px) {
  #single-post #kv-page .page-title h1,
  #single-company #kv-page .page-title h1,
  #archive #kv-page .page-title h1,
  #category #kv-page .page-title h1,
  #single #kv-page .page-title h1 {
    font-size: 32px;
  }
}
#single-post .wrapper,
#single-company .wrapper,
#archive .wrapper,
#category .wrapper,
#single .wrapper {
  padding: 0 0 250px;
  background: url(./images/bg-page.png) repeat-y;
  background-size: 100% auto;
}
@media all and (max-width: 1500px) {
  #single-post .wrapper,
  #single-company .wrapper,
  #archive .wrapper,
  #category .wrapper,
  #single .wrapper {
    background-size: 110vw auto;
    background-position: center;
  }
}
@media all and (max-width: 768px) {
  #single-post .wrapper,
  #single-company .wrapper,
  #archive .wrapper,
  #category .wrapper,
  #single .wrapper {
    padding: 0 0 120px;
  }
}
@media all and (max-width: 575px) {
  #single-post .wrapper,
  #single-company .wrapper,
  #archive .wrapper,
  #category .wrapper,
  #single .wrapper {
    padding: 0 0 80px;
  }
}
#single-post h2,
#single-company h2,
#archive h2,
#category h2,
#single h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 90px 0 76px;
  padding: 8px 14px 8px 87px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.4;
  background: #EDEDDE;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  #single-post h2,
  #single-company h2,
  #archive h2,
  #category h2,
  #single h2 {
    margin: 76px 0 60px;
    padding-left: 70px;
    font-size: 1.75rem;
  }
}
@media all and (max-width: 575px) {
  #single-post h2,
  #single-company h2,
  #archive h2,
  #category h2,
  #single h2 {
    margin: 30px 0 24px;
    padding-left: 56px;
    font-size: 1.125rem;
  }
}
#single-post h2::before,
#single-company h2::before,
#archive h2::before,
#category h2::before,
#single h2::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 16px;
  display: inline-block;
  width: 60px;
  height: 73px;
  background: url(./images/deco-page-heading.png) no-repeat;
  background-size: cover;
}
@media all and (max-width: 768px) {
  #single-post h2::before,
  #single-company h2::before,
  #archive h2::before,
  #category h2::before,
  #single h2::before {
    top: -13px;
    left: 13px;
    width: 48px;
    height: 58px;
  }
}
@media all and (max-width: 575px) {
  #single-post h2::before,
  #single-company h2::before,
  #archive h2::before,
  #category h2::before,
  #single h2::before {
    top: -10px;
    left: 10px;
    width: 38px;
    height: 46px;
  }
}
#single-post .main,
#single-company .main,
#archive .main,
#category .main,
#single .main {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  #single-post .main,
  #single-company .main,
  #archive .main,
  #category .main,
  #single .main {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media all and (max-width: 575px) {
  #single-post .main,
  #single-company .main,
  #archive .main,
  #category .main,
  #single .main {
    font-size: 0.9375rem;
  }
}
#single-post .main a:not(.btn),
#single-company .main a:not(.btn),
#archive .main a:not(.btn),
#category .main a:not(.btn),
#single .main a:not(.btn) {
  text-decoration: underline;
}
#single-post .main a.wp-block-file__link,
#single-company .main a.wp-block-file__link,
#archive .main a.wp-block-file__link,
#category .main a.wp-block-file__link,
#single .main a.wp-block-file__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 62px;
  max-width: 700px;
  width: 100%;
  height: 55px;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  #single-post .main a.wp-block-file__link,
  #single-company .main a.wp-block-file__link,
  #archive .main a.wp-block-file__link,
  #category .main a.wp-block-file__link,
  #single .main a.wp-block-file__link {
    padding-right: 40px;
    height: 48px;
  }
}
#single-post .main .wp-block-file + .wp-block-file,
#single-company .main .wp-block-file + .wp-block-file,
#archive .main .wp-block-file + .wp-block-file,
#category .main .wp-block-file + .wp-block-file,
#single .main .wp-block-file + .wp-block-file {
  margin-top: 22px;
}
@media all and (max-width: 768px) {
  #single-post .main .wp-block-file + .wp-block-file,
  #single-company .main .wp-block-file + .wp-block-file,
  #archive .main .wp-block-file + .wp-block-file,
  #category .main .wp-block-file + .wp-block-file,
  #single .main .wp-block-file + .wp-block-file {
    margin-top: 18px;
  }
}
#single-post .main .wp-block-image,
#single-post .main .wp-block-embed,
#single-post .main .wp-block-video,
#single-company .main .wp-block-image,
#single-company .main .wp-block-embed,
#single-company .main .wp-block-video,
#archive .main .wp-block-image,
#archive .main .wp-block-embed,
#archive .main .wp-block-video,
#category .main .wp-block-image,
#category .main .wp-block-embed,
#category .main .wp-block-video,
#single .main .wp-block-image,
#single .main .wp-block-embed,
#single .main .wp-block-video {
  margin: 1rem auto;
}
#single-post .main img,
#single-company .main img,
#archive .main img,
#category .main img,
#single .main img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
#single-post .main .wp-block-embed__wrapper,
#single-company .main .wp-block-embed__wrapper,
#archive .main .wp-block-embed__wrapper,
#category .main .wp-block-embed__wrapper,
#single .main .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 12px;
  width: 100%;
  height: 0;
}
#single-post .main .wp-block-embed__wrapper iframe,
#single-company .main .wp-block-embed__wrapper iframe,
#archive .main .wp-block-embed__wrapper iframe,
#category .main .wp-block-embed__wrapper iframe,
#single .main .wp-block-embed__wrapper iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-post .main ul li,
#single-company .main ul li,
#archive .main ul li,
#category .main ul li,
#single .main ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}
#single-post .main ul li:not(:first-child),
#single-company .main ul li:not(:first-child),
#archive .main ul li:not(:first-child),
#category .main ul li:not(:first-child),
#single .main ul li:not(:first-child) {
  margin-top: 0.25rem;
}
#single-post .main ul li:before,
#single-company .main ul li:before,
#archive .main ul li:before,
#category .main ul li:before,
#single .main ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.5rem;
  padding-right: 0.5rem;
  color: #F48A44;
  font-size: 1rem;
}
#single-post .main p + p,
#single-company .main p + p,
#archive .main p + p,
#category .main p + p,
#single .main p + p {
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  #single-post .main p + p,
  #single-company .main p + p,
  #archive .main p + p,
  #category .main p + p,
  #single .main p + p {
    margin-top: 22px;
  }
}
@media all and (max-width: 575px) {
  #single-post .main p + p,
  #single-company .main p + p,
  #archive .main p + p,
  #category .main p + p,
  #single .main p + p {
    margin-top: 16px;
  }
}
#single-post .wp-block-file__size::before,
#single-company .wp-block-file__size::before,
#archive .wp-block-file__size::before,
#category .wp-block-file__size::before,
#single .wp-block-file__size::before {
  content: "（";
}
#single-post .wp-block-file__size::after,
#single-company .wp-block-file__size::after,
#archive .wp-block-file__size::after,
#category .wp-block-file__size::after,
#single .wp-block-file__size::after {
  content: "）";
}
#single-post .wp-block-file__icon,
#single-company .wp-block-file__icon,
#archive .wp-block-file__icon,
#category .wp-block-file__icon,
#single .wp-block-file__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./images/icons/file-generic.svg");
}
@media all and (max-width: 768px) {
  #single-post .wp-block-file__icon,
  #single-company .wp-block-file__icon,
  #archive .wp-block-file__icon,
  #category .wp-block-file__icon,
  #single .wp-block-file__icon {
    width: 30px;
    height: 33px;
  }
}
#single-post .wp-block-file__icon.filetype-pdf,
#single-company .wp-block-file__icon.filetype-pdf,
#archive .wp-block-file__icon.filetype-pdf,
#category .wp-block-file__icon.filetype-pdf,
#single .wp-block-file__icon.filetype-pdf {
  background-image: url("./images/icons/file-pdf.svg");
}
#single-post .wp-block-file__icon.filetype-doc,
#single-post .wp-block-file__icon.filetype-docx,
#single-company .wp-block-file__icon.filetype-doc,
#single-company .wp-block-file__icon.filetype-docx,
#archive .wp-block-file__icon.filetype-doc,
#archive .wp-block-file__icon.filetype-docx,
#category .wp-block-file__icon.filetype-doc,
#category .wp-block-file__icon.filetype-docx,
#single .wp-block-file__icon.filetype-doc,
#single .wp-block-file__icon.filetype-docx {
  background-image: url("./images/icons/file-doc.svg");
}
#single-post .wp-block-file__icon.filetype-xls,
#single-post .wp-block-file__icon.filetype-xlsx,
#single-company .wp-block-file__icon.filetype-xls,
#single-company .wp-block-file__icon.filetype-xlsx,
#archive .wp-block-file__icon.filetype-xls,
#archive .wp-block-file__icon.filetype-xlsx,
#category .wp-block-file__icon.filetype-xls,
#category .wp-block-file__icon.filetype-xlsx,
#single .wp-block-file__icon.filetype-xls,
#single .wp-block-file__icon.filetype-xlsx {
  background-image: url("./images/icons/file-xls.svg");
}
#single-post .wp-block-file__icon.filetype-ppt,
#single-post .wp-block-file__icon.filetype-pptx,
#single-company .wp-block-file__icon.filetype-ppt,
#single-company .wp-block-file__icon.filetype-pptx,
#archive .wp-block-file__icon.filetype-ppt,
#archive .wp-block-file__icon.filetype-pptx,
#category .wp-block-file__icon.filetype-ppt,
#category .wp-block-file__icon.filetype-pptx,
#single .wp-block-file__icon.filetype-ppt,
#single .wp-block-file__icon.filetype-pptx {
  background-image: url("./images/icons/file-ppt.svg");
}
#single-post .wp-block-file__icon.filetype-zip,
#single-post .wp-block-file__icon.filetype-7z,
#single-post .wp-block-file__icon.filetype-rar,
#single-company .wp-block-file__icon.filetype-zip,
#single-company .wp-block-file__icon.filetype-7z,
#single-company .wp-block-file__icon.filetype-rar,
#archive .wp-block-file__icon.filetype-zip,
#archive .wp-block-file__icon.filetype-7z,
#archive .wp-block-file__icon.filetype-rar,
#category .wp-block-file__icon.filetype-zip,
#category .wp-block-file__icon.filetype-7z,
#category .wp-block-file__icon.filetype-rar,
#single .wp-block-file__icon.filetype-zip,
#single .wp-block-file__icon.filetype-7z,
#single .wp-block-file__icon.filetype-rar {
  background-image: url("./images/icons/file-zip.svg");
}
#single-post .wp-block-file__icon.filetype-jpg,
#single-post .wp-block-file__icon.filetype-jpeg.wp-block-file__icon.filetype-svg,
#single-company .wp-block-file__icon.filetype-jpg,
#single-company .wp-block-file__icon.filetype-jpeg.wp-block-file__icon.filetype-svg,
#archive .wp-block-file__icon.filetype-jpg,
#archive .wp-block-file__icon.filetype-jpeg.wp-block-file__icon.filetype-svg,
#category .wp-block-file__icon.filetype-jpg,
#category .wp-block-file__icon.filetype-jpeg.wp-block-file__icon.filetype-svg,
#single .wp-block-file__icon.filetype-jpg,
#single .wp-block-file__icon.filetype-jpeg.wp-block-file__icon.filetype-svg {
  background-image: url("/assets/icons/file-jpg.svg");
}
#single-post .wp-block-file__icon.filetype-png,
#single-company .wp-block-file__icon.filetype-png,
#archive .wp-block-file__icon.filetype-png,
#category .wp-block-file__icon.filetype-png,
#single .wp-block-file__icon.filetype-png {
  background-image: url("./images/icons/file-png.svg");
}
#single-post .wp-block-file__icon.filetype-gif,
#single-company .wp-block-file__icon.filetype-gif,
#archive .wp-block-file__icon.filetype-gif,
#category .wp-block-file__icon.filetype-gif,
#single .wp-block-file__icon.filetype-gif {
  background-image: url("./images/icons/file-gif.svg");
}
#single-post .wp-block-file__icon.filetype-svg,
#single-company .wp-block-file__icon.filetype-svg,
#archive .wp-block-file__icon.filetype-svg,
#category .wp-block-file__icon.filetype-svg,
#single .wp-block-file__icon.filetype-svg {
  background-image: url("./images/icons/file-svg.svg");
}
#single-post .wp-block-file__icon.filetype-mp4,
#single-company .wp-block-file__icon.filetype-mp4,
#archive .wp-block-file__icon.filetype-mp4,
#category .wp-block-file__icon.filetype-mp4,
#single .wp-block-file__icon.filetype-mp4 {
  background-image: url("./images/icons/file-mp4.svg");
}
#single-post .wp-block-file__icon.filetype-mov,
#single-company .wp-block-file__icon.filetype-mov,
#archive .wp-block-file__icon.filetype-mov,
#category .wp-block-file__icon.filetype-mov,
#single .wp-block-file__icon.filetype-mov {
  background-image: url("./images/icons/file-mov.svg");
}
#single-post .btns,
#single-company .btns,
#archive .btns,
#category .btns,
#single .btns {
  margin-top: 100px;
}

/*--------------------------------------
Privacy Policy Page
---------------------------------------*/
#privacy-policy {
  line-height: 1.7;
}
#privacy-policy #contents {
  padding: 0 48px;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents {
    padding: 0 36px;
  }
}
#privacy-policy #contents-privacypolicy {
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  background: #fff;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents-privacypolicy {
    padding: 2rem 1.5rem;
  }
}
#privacy-policy #contents-privacypolicy h2 {
  margin-bottom: 3rem;
  padding: 0;
  background: none;
  color: #5E5853;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents-privacypolicy h2 {
    margin-bottom: 2rem;
  }
}
#privacy-policy #contents-privacypolicy h3 {
  margin: 2rem 0 1rem 0;
  padding: 0;
  color: #5E5853;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  background: none;
}
#privacy-policy #contents-privacypolicy p {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol, #privacy-policy #contents-privacypolicy > ul {
  list-style: square;
  padding-left: 1.5rem;
}
#privacy-policy #contents-privacypolicy > ol > li, #privacy-policy #contents-privacypolicy > ul > li {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol ol, #privacy-policy #contents-privacypolicy > ol ul, #privacy-policy #contents-privacypolicy > ul ol, #privacy-policy #contents-privacypolicy > ul ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/*--------------------------------------
pagination
---------------------------------------*/
.pagination-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.icon-arrow-l,
.icon-arrow-r {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  overflow: hidden;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pagination .page-item {
  padding: 0 2px;
}
.pagination .page-item:first-child .page-numbers {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination .page-item:last-child .page-numbers {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination .page-item .page-link,
.pagination .page-item .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  width: 48px;
  height: 48px;
  border: none;
  background: #fff;
  border: 1px #5E5853 solid;
  font-size: 1.25rem;
}
.pagination .page-item .page-link .icon-arrow-l,
.pagination .page-item .page-link .icon-arrow-r,
.pagination .page-item .page-numbers .icon-arrow-l,
.pagination .page-item .page-numbers .icon-arrow-r {
  position: relative;
  left: 4px;
  top: 1px;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link:hover,
  .pagination .page-item .page-numbers:hover {
    color: #fff;
    background-color: #5E5853;
  }
  .pagination .page-item .page-link:hover .icon-arrow-l,
  .pagination .page-item .page-link:hover .icon-arrow-r,
  .pagination .page-item .page-numbers:hover .icon-arrow-l,
  .pagination .page-item .page-numbers:hover .icon-arrow-r {
    fill: #fff;
  }
}
.pagination .page-item .page-numbers {
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #5E5853;
  border: 0;
  opacity: 0.6;
}
@media all and (min-width: 769px) {
  .pagination .page-item.active .page-link:hover {
    background-color: rgba(94, 88, 83, 0.6);
    cursor: default;
  }
}