@charset "UTF-8";
/*!
Theme Name: Tokotonweb Corporate Pro
Author: TOKON
Author URI: https://tokon.co.jp
Version: 1.0.0
*/
*,
*::before,
*::after {
  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 {
  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: .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: -.25em;
}

sup {
  top: -.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"] {
  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: .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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
.text-center {
  text-align: center !important;
}

.d-flex {
  display: flex !important;
}

.row {
  display: flex;
  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 {
  justify-content: center !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.align-items-center {
  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 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 768px) {
  .flex-md-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;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.has-base-color {
  color: #303030;
}

.has-base-background-color {
  background-color: #303030;
}

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

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

/*--------------------------------------
font
---------------------------------------*/
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v52-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v52-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v52-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v52-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
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: 400;
}

/*--------------------------------------
Variables
---------------------------------------*/
/*--------------------------------------
Reset
---------------------------------------*/
header,
section,
article,
footer,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  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: #303030;
  text-decoration: none;
  transition: all .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
---------------------------------------*/
.icon-btn-arrow {
  display: inline-block;
  width: 22px;
  height: 7px;
  vertical-align: middle;
  overflow: hidden;
}

.icon-circle-arrow-r,
.icon-external-link {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  overflow: hidden;
}

.icon-circle-arrow-r {
  margin-left: 0.25rem;
  fill: #FFFFFF;
}

.btn .icon-circle-arrow-r {
  vertical-align: -2px;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 4.375rem;
  color: #303030;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  body {
    min-height: auto;
  }
}
@media all and (max-width: 1360px) {
  body.is-active {
    overflow: hidden;
  }
}

@media (hover: hover) {
  a:hover {
    color: #c73939;
  }
}
a:active {
  color: inherit;
}

.btn {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  background-color: #c73939;
  border: none;
  border-radius: 0.25rem;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s all ease;
}
@media (hover: hover) {
  .btn:hover {
    color: #FFFFFF;
    background-color: #a02d2d;
  }
}
.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: 767px) {
  .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: 70px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}
header img {
  width: auto;
}
@media (hover: hover) {
  header a:hover {
    opacity: 0.5;
  }
}
header #site-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 1rem;
  height: 100%;
}
header #site-title #logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 100%;
}
header #site-title #logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media all and (max-width: 991px) {
  header #site-title #logo a {
    align-items: center;
    flex-direction: column;
  }
}
header #site-title #logo a h1 {
  margin: 0;
  padding: 0;
}
header #site-title #logo a .img {
  height: 40px;
}
@media all and (max-width: 991px) {
  header #site-title #logo a .img {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 767px) {
  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: 991px) {
  header #site-title #logo a span {
    margin-left: 0;
    font-size: 13px;
  }
}
header #site-title .link-corpsite {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  height: 100%;
}
header #site-title .link-corpsite a {
  padding: 4px 1.25rem;
  color: #303030;
  font-size: 0.875rem;
  border-left: 1px #b0b0b0 solid;
}
header #site-title .link-corpsite a .icon-external-link {
  margin-left: 0.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #303030;
  vertical-align: 0;
}
@media (hover: hover) {
  header #site-title .link-corpsite a:hover {
    opacity: 1;
  }
  header #site-title .link-corpsite a:hover .icon-external-link {
    fill: btn_bg;
  }
}
@media all and (max-width: 767px) {
  header #site-title .link-corpsite {
    display: none;
  }
}
header #nav {
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 100%;
}
header #nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  flex-wrap: nowrap;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
header #nav li {
  height: 100%;
}
header #nav li a {
  padding-right: .5rem;
  padding-left: .5rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
header #nav li a p {
  margin-bottom: 0;
}
header #nav li.phone {
  height: 100%;
  margin-right: 0;
}
@media all and (min-width: 601px) {
  header #nav li.phone {
    margin-right: 20px;
  }
}
header #nav li.phone a[href^="tel:"] {
  height: 100%;
  color: #c73939;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 601px) {
  header #nav li.phone a[href^="tel:"] {
    pointer-events: none;
  }
}
header #nav li.phone a[href^="tel:"]:hover {
  color: #a02d2d;
  opacity: 1;
}
header #nav li.phone svg {
  width: 24px;
  margin-right: 2px;
  display: none;
}
@media all and (max-width: 991px) {
  header #nav li.phone svg {
    width: 20px;
  }
}
@media all and (max-width: 600px) {
  header #nav li.phone svg {
    width: 44px;
    fill: #FFFFFF;
    background: #c73939;
    border-radius: 50vw;
    padding: 6px;
    display: block;
  }
}
header #nav li.phone .number {
  font-size: 24px;
  font-weight: 700;
  font-family: "Familjen Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 600px) {
  header #nav li.phone .number {
    display: none;
  }
}
header #nav li#nav-contact {
  padding: 0;
}
header #nav li#nav-contact a {
  font-size: 14px;
  padding: 0 1.3rem;
  background-color: #c73939;
  color: #FFFFFF;
}
header #nav li#nav-contact a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media (hover: hover) {
  header #nav li#nav-contact a:hover {
    background-color: #a02d2d;
    opacity: 1;
  }
}
header #nav li#nav-contact a:active {
  background-color: #a02d2d;
  opacity: 1;
}
@media all and (max-width: 800px) {
  header #nav li#nav-contact {
    display: none;
  }
}
header #nav li.nav-hamburger {
  display: block;
  width: 167px;
}
@media all and (max-width: 767px) {
  header #nav li.nav-hamburger {
    width: 80px;
  }
}
header #nav li.nav-hamburger .hamburger {
  overflow: visible;
  display: inline-block;
  margin: 0;
  border: 0;
  width: 167px;
  height: 70px;
  background: #FFFFFF;
  z-index: 99;
  pointer-events: auto;
  cursor: pointer;
  transition-property: opacity, top, right filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  header #nav li.nav-hamburger .hamburger {
    display: block;
    width: 80px;
  }
}
header #nav li.nav-hamburger .hamburger.is-active {
  z-index: 300;
}
header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
header #nav li.nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header #nav li.nav-hamburger .hamburger span.hamburger-box {
  width: 30px;
  height: 12px;
  display: inline-block;
  position: relative;
}
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
  display: block;
  top: 50%;
}
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner,
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #303030;
  position: absolute;
  transition-property: width, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  content: "";
  display: block;
}
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before {
  top: -6px;
}
header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
  bottom: -5px;
}
header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner, header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::before, header #nav li.nav-hamburger .hamburger.is-active span.hamburger-inner::after {
  background-color: #303030;
}
header #nav li.nav-hamburger .hamburger:active, header #nav li.nav-hamburger .hamburger:focus {
  background: #FFFFFF;
}
@media (hover: hover) {
  header #nav li.nav-hamburger .hamburger:hover:hover {
    background: #FFFFFF;
  }
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner,
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner::before,
  header #nav li.nav-hamburger .hamburger:hover:hover span.hamburger-box span.hamburger-inner::after {
    background: #303030;
  }
}
header #nav li.nav-hamburger .hamburger p {
  font-size: 16px;
  font-family: "Familjen Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #FFFFFF;
  padding-left: 16px;
}
@media all and (max-width: 767px) {
  header #nav li.nav-hamburger .hamburger p {
    padding-left: 0;
    padding-top: 10px;
  }
}

/*--------------------------------------
Global nav
---------------------------------------*/
#nav-main {
  position: fixed;
  display: flex;
  align-items: center;
  overflow-y: scroll;
  display: none;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  box-sizing: border-box;
  z-index: 200;
  pointer-events: auto;
  /*}*/
}
#nav-main a {
  font-size: 1.125rem;
}
#nav-main #nav-main-inner > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 6rem;
  width: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    padding-bottom: 3rem;
  }
}
#nav-main #nav-main-inner > ul li {
  margin: 6px 0;
  padding: 1rem 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  #nav-main #nav-main-inner > ul li {
    margin: 12px 0;
  }
}
@media all and (max-width: 575px) {
  #nav-main #nav-main-inner > ul li {
    margin: 4px 0;
  }
}
#nav-main #nav-main-inner > ul li#nav-main-corpsite {
  display: none;
}
@media all and (max-width: 1080px) {
  #nav-main #nav-main-inner > ul li#nav-main-corpsite {
    display: block;
  }
  #nav-main #nav-main-inner > ul li#nav-main-corpsite .icon-external-link {
    margin-left: 0.125rem;
    width: 0.8125rem;
    height: 0.8125rem;
    fill: #303030;
    vertical-align: 0.125rem;
  }
}
@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: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #c73939;
  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: #e9b0b0;
  }
}
#nav-main-contact a:active {
  background: #e9b0b0;
}
@media all and (max-width: 800px) {
  #nav-main-contact {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  margin-top: auto;
  padding-top: 20px;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
footer span {
  padding: 0 0.5rem;
}
footer .main {
  padding: 1rem 2rem;
  background-color: #4a4a4a;
}
@media all and (max-width: 800px) {
  footer .main {
    padding-bottom: 4rem;
  }
}
footer #footer-sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
}
footer #footer-sns.mt-0 {
  margin-top: 0;
}
footer #footer-sns li {
  display: inline-block;
  padding: 0 16px;
}
footer #footer-sns li a {
  display: inline-block;
}
@media (hover: hover) {
  footer #footer-sns li a:hover, footer #footer-sns li a:active {
    opacity: 0.6;
  }
}
footer #link-privacypolicy {
  border-right: 1px #cccccc solid;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    border-right: 0 !important;
  }
}
footer #link-privacypolicy a {
  color: #FFFFFF;
}
@media (hover: hover) {
  footer #link-privacypolicy a:hover {
    font-weight: bold;
  }
}
footer #link-privacypolicy a:active {
  font-weight: bold;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    display: block;
    margin-bottom: 0.5rem;
    border: none;
  }
}

/*--------------------------------------
hero
---------------------------------------*/
#kv {
  position: relative;
  padding-top: 40%;
  padding-bottom: 0;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media all and (max-width: 575px) {
  #kv {
    padding-top: 0;
    height: 150vw;
  }
}
#kv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#kv .catch-copy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2rem;
  z-index: 30;
}
@media all and (max-width: 767px) {
  #kv .catch-copy {
    padding: 0 1rem;
  }
}
#kv h2 {
  font-size: 2.75rem;
  letter-spacing: .2rem;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 991px) {
  #kv h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 767px) {
  #kv h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  #kv h2 {
    font-size: 1.75rem;
  }
}
#kv p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv p {
    font-size: 1.125rem;
  }
}
#kv .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}

/*--------------------------------------
Scroll down and Back to top icons
---------------------------------------*/
#icon-scrolldown {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 40;
}
@media all and (max-width: 575px) {
  #icon-scrolldown {
    bottom: 112px;
  }
}
#icon-scrolldown .arrow.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;
}
#icon-scrolldown .arrow span {
  position: relative;
  display: block;
  left: 50%;
}
#icon-scrolldown .arrow span:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  box-sizing: border-box;
  z-index: 199;
}
@media all and (max-width: 575px) {
  #backtotop {
    z-index: 410;
  }
}
#backtotop .arrow span {
  position: relative;
  display: block;
  margin: 28px 0 0 0;
  border: 0 #FFFFFF solid;
}
#backtotop .arrow span::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  border-top-color: inherit;
  border-right-color: inherit;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@media (hover: hover) {
  #backtotop:hover {
    background: #7d7d7d;
  }
}

@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: 4rem auto 3rem auto;
  padding: 0 24px;
  max-width: 880px;
  width: 100%;
  box-sizing: border-box;
}
.container.full-width {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .container {
    margin: 3rem auto 2rem auto;
  }
}

/*--------------------------------------
section
---------------------------------------*/
section {
  overflow: hidden;
}
section h2 {
  color: #103f6f;
  margin: 0;
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1rem;
  z-index: 10;
}
section h2 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}
section .box {
  padding: 0 24px;
  height: 100%;
}
@media all and (max-width: 767px) {
  section .box {
    margin-bottom: 2rem;
    padding: 0 12px;
  }
}
section .inner {
  padding: 30px 0 0 0;
}
section h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h4 {
  color: #202D3B;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h4.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  section h4.alignleft {
    text-align: center;
  }
}
section .txt {
  line-height: 1.8;
}

/*--------------------------------------
最新情報
---------------------------------------*/
#index #news {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  padding: 200px 0 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media all and (max-width: 991px) {
  #index #news {
    display: block;
    margin: auto;
    padding: 100px 0;
  }
}
@media all and (max-width: 500px) {
  #index #news {
    padding: 40px 0 120px;
  }
}
#index #news .container .row {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 30px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #index #news .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#index #news h2 {
  font-size: 5.5625rem;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  writing-mode: sideways-lr;
  width: auto;
  line-height: 1;
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  #index #news h2 {
    display: block;
    writing-mode: horizontal-tb;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  #index #news h2 {
    font-size: 3.75rem;
  }
}
#index #news h2::first-letter {
  color: #FF2D2E;
}
#index #news .news-contents {
  width: 90%;
}
@media all and (max-width: 991px) {
  #index #news .news-contents {
    width: 100%;
  }
}
#index #news .list {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  #index #news .list {
    padding: 0;
  }
}
#index #news .list > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
  border: solid 1px #000000;
  border-radius: 37px;
  padding: 10px 30px;
}
@media all and (max-width: 991px) {
  #index #news .list > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 30px 20px;
  }
}
#index #news .list > div:not(:last-of-type) {
  margin-bottom: 30px;
}
#index #news .list > div .category {
  color: #FF2D2E;
  width: 134px;
  text-align: center;
  margin-right: 30px;
  position: relative;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
}
@media all and (max-width: 991px) {
  #index #news .list > div .category {
    margin: 0 auto 10px;
  }
}
#index #news .list > div .category:before, #index #news .list > div .category:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#index #news .list > div .category:before {
  left: 0;
}
#index #news .list > div .category:after {
  right: 0;
}
#index #news .list > div .date {
  margin-right: 60px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  #index #news .list > div .date {
    margin-right: 0;
  }
}
#index #news .list > div .details a {
  color: #000000;
  font-size: 16px;
}
#index #news .btns {
  text-align: right !important;
}
@media all and (max-width: 767px) {
  #index #news .btns {
    text-align: center !important;
  }
}
#index #news .btns a {
  font-size: 16px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 45px;
  padding: 14px 0;
  max-width: 244px;
}

#archive #news .container .row {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 30px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #archive #news .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#archive #news .list {
  width: 100%;
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #archive #news .list {
    padding: 0;
  }
}
#archive #news dl {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 0;
  color: #303030;
}
#archive #news dl:not(:last-child) {
  border-bottom: 1px solid rgba(48, 48, 48, 0.3);
}
@media all and (max-width: 575px) {
  #archive #news dl {
    padding: 20px 0;
  }
}
#archive #news dl a {
  color: #303030;
}
@media (hover: hover) {
  #archive #news dl a:hover, #archive #news dl a:active {
    color: #c73939;
  }
}
@media all and (max-width: 767px) {
  #archive #news dl {
    display: block;
  }
}
#archive #news dt {
  padding-top: 0.25rem;
  width: 180px;
  font-size: 1rem;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  #archive #news dt {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
#archive #news dd {
  margin: 0;
  width: calc(100% - 240px);
}
@media all and (max-width: 767px) {
  #archive #news dd {
    width: 100%;
  }
}
#archive #news dd .title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: normal;
}
#archive #news dd .txt {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
}
#archive #news dd .txt p {
  margin: 0;
}

#single-service .btns,
#news .btns,
#single-post .btns,
#archive .btns {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  #single-service .btns,
  #news .btns,
  #single-post .btns,
  #archive .btns {
    margin-top: 40px;
  }
}
#single-service .btn,
#news .btn,
#single-post .btn,
#archive .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  max-width: 240px;
}

/*--------------------------------------
メッセージ
---------------------------------------*/
#message .container,
#philosophy .container {
  margin: 6rem auto;
}
@media all and (max-width: 991px) {
  #message .container,
  #philosophy .container {
    margin: 4rem auto;
  }
}
#message .container.no-img,
#philosophy .container.no-img {
  margin: 6rem auto;
}
@media all and (max-width: 991px) {
  #message .container.no-img,
  #philosophy .container.no-img {
    margin: 4rem auto;
  }
}
#message .container.no-img .row,
#philosophy .container.no-img .row {
  justify-content: center;
}
#message .message-portrait,
#philosophy .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #message .message-portrait,
  #philosophy .message-portrait {
    margin-bottom: 3rem;
    padding: 0;
  }
}
#message .img,
#philosophy .img {
  background-color: #FFF;
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#message .img img,
#philosophy .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#message .box,
#philosophy .box {
  margin-bottom: 0;
}
#message .box h3,
#philosophy .box h3 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 25px;
}
#message .box .name,
#philosophy .box .name {
  font-size: 1.5rem;
  text-align: right;
}
@media all and (max-width: 991px) {
  #message .box .name,
  #philosophy .box .name {
    font-size: 1.25rem;
  }
}
#message .box span,
#philosophy .box span {
  font-size: 1rem;
  padding-right: 1rem;
}
#message .box .txt,
#philosophy .box .txt {
  margin-bottom: 15px;
}

#philosophy-sec {
  padding: 3rem 0 6rem;
}
@media all and (max-width: 767px) {
  #philosophy-sec {
    padding: 1.5rem 0 4rem;
  }
}
#philosophy-sec.pt {
  padding-top: 6rem;
}
@media all and (max-width: 767px) {
  #philosophy-sec.pt {
    padding-top: 4rem;
  }
}
#philosophy-sec.bg {
  padding: 6rem 0;
}
@media all and (max-width: 767px) {
  #philosophy-sec.bg {
    padding: 4rem 0;
  }
}
#philosophy-sec .container {
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  #philosophy-sec .container {
    margin: 0 auto;
  }
}
#philosophy-sec .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#philosophy-sec ul {
  padding: 0 39px;
}
@media all and (max-width: 767px) {
  #philosophy-sec ul {
    padding: 0 15px;
  }
}
#philosophy-sec ul > li {
  padding: 3rem 2rem;
  background-color: #fff;
  text-align: center;
}
#philosophy-sec ul > li:not(:first-of-type) {
  margin-top: 3rem;
}
#philosophy-sec ul > li .title-wrapper {
  position: relative;
  padding-bottom: 1.5rem;
}
#philosophy-sec ul > li .title-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #c73939;
}
#philosophy-sec ul > li .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
}
#philosophy-sec ul > li .title + .sub-title {
  margin-top: 0.5rem;
}
#philosophy-sec ul > li .sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
#philosophy-sec ul > li .catch {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
}
#philosophy-sec ul > li .text {
  margin: 2rem auto 0;
  max-width: 45rem;
  font-size: 1.125rem;
  line-height: 1.8;
}

/*--------------------------------------
サービス
---------------------------------------*/
@media all and (max-width: 500px) {
  #service {
    padding-top: 40px;
  }
}
#service h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 150px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #service h2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
  }
}
#service h2 span.main {
  font-size: 5.5625rem;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #service h2 span.main {
    font-size: 3.75rem;
    margin-right: 50px;
  }
}
#service h2 span.main::first-letter {
  color: #FF2D2E;
}
#service h2 span.sub {
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 60px;
  position: relative;
}
@media all and (max-width: 991px) {
  #service h2 span.sub {
    margin-left: 70px;
  }
}
@media all and (max-width: 767px) {
  #service h2 span.sub {
    margin-top: 20px;
    margin-left: 50px;
  }
}
#service h2 span.sub::before {
  content: "";
  width: 2px;
  height: 62px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  bottom: 2px;
  left: -27px;
}
@media all and (max-width: 991px) {
  #service h2 span.sub::before {
    left: -20px;
  }
}
#service h2 span.sub::after {
  content: "";
  width: 316px;
  height: 2px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  top: -18px;
  left: -54px;
}
@media all and (max-width: 991px) {
  #service h2 span.sub::after {
    width: 230px;
    left: -60px;
  }
}
#service > div.wrapper {
  background: transparent;
}
#service #service-listing {
  margin: 0;
}
#service #service-listing > li {
  width: 100%;
}
#service #service-listing > li:not(:last-of-type) {
  margin-bottom: 200px;
}
@media all and (max-width: 767px) {
  #service #service-listing > li:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
#service #service-listing > li .wrapper {
  position: relative;
}
#service #service-listing > li .wrapper .img {
  width: 40%;
  max-width: 570px;
  position: absolute;
  top: -60px;
  z-index: 5;
}
@media all and (max-width: 767px) {
  #service #service-listing > li .wrapper .img {
    position: static;
    width: 90%;
    margin-bottom: -30px;
    z-index: 9;
    position: relative;
    top: 0;
  }
}
#service #service-listing > li .wrapper img {
  width: 100%;
}
@media all and (max-width: 767px) {
  #service #service-listing > li .wrapper {
    min-height: 360px;
  }
}
#service #service-listing > li .listing-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  z-index: 20;
  background: linear-gradient(to left, #615B33 0%, #C7BB69 30%, #C7BB69 70%, #615B33 100%);
}
#service #service-listing > li .listing-content .listing-content-inner {
  width: 64%;
  background-color: #F5F5F5;
  position: relative;
}
@media all and (max-width: 767px) {
  #service #service-listing > li .listing-content .listing-content-inner {
    width: 100%;
    margin-top: 100px;
  }
}
#service #service-listing > li .listing-content .listing-content-inner::before {
  content: "";
  width: 300px;
  height: 100%;
  display: block;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
}
@media all and (max-width: 767px) {
  #service #service-listing > li .listing-content .listing-content-inner::before {
    width: 100%;
    height: 100px;
    top: -60px;
    left: 0;
  }
}
#service #service-listing > li .listing-content .listing-content-inner > div {
  width: 56%;
  text-align: center;
  z-index: 9;
  position: relative;
}
#service #service-listing > li .listing-content .listing-content-inner > div::before {
  content: "";
  width: 18px;
  height: 70px;
  display: block;
  background-color: #000000;
  transform: skewX(-20deg);
  position: absolute;
  top: -90px;
  left: 18%;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .listing-content .listing-content-inner > div::before {
    display: none;
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li .listing-content .listing-content-inner > div {
    width: 90%;
    margin: auto;
  }
}
#service #service-listing > li .listing-content .num {
  font-size: 18px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
}
#service #service-listing > li .listing-content .num span {
  position: relative;
}
#service #service-listing > li .listing-content .num span::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: transparent;
  border-top: solid 3px #FF2D2E;
  border-left: solid 3px #FF2D2E;
  border-radius: 5px 0 0 0;
  position: absolute;
  top: -12px;
  left: -30px;
}
#service #service-listing > li .listing-content .num span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: transparent;
  border-bottom: solid 3px #FF2D2E;
  border-right: solid 3px #FF2D2E;
  border-radius: 0 0 5px 0;
  position: absolute;
  bottom: -12px;
  right: -30px;
}
#service #service-listing > li .listing-content h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .listing-content h3 {
    font-size: 1.5rem;
  }
}
#service #service-listing > li .txt {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
}
#service #service-listing > li .btns {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}
#service #service-listing > li .btn {
  padding: 12px 16px;
  max-width: 244px;
  width: 100%;
  background: #fff;
  color: #303030;
  border-radius: 50vw;
  transition: all 0.4s ease;
}
#service #service-listing > li .btn > span {
  letter-spacing: 1px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}
@media (hover: hover) {
  #service #service-listing > li .btn:hover {
    background: #c73939;
    color: #fff;
  }
  #service #service-listing > li .btn:hover > span .icon-btn-arrow {
    stroke: #fff;
    transform: translateX(6px);
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li .btn {
    padding: 6px 12px;
  }
}
@media all and (max-width: 575px) {
  #service #service-listing > li .btn {
    min-width: 160px;
  }
}
#service #service-listing > li:nth-child(odd) .listing-content-inner {
  padding: 50px 0 60px;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .listing-content-inner {
    padding: 30px 0 80px;
  }
}
#service #service-listing > li:nth-child(odd) .listing-content-inner::before {
  right: -76px;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .listing-content-inner::before {
    transform: skewY(-6deg);
  }
}
#service #service-listing > li:nth-child(odd) .listing-content-inner > div {
  margin-left: 19%;
  margin-right: 0;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .listing-content-inner > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#service #service-listing > li:nth-child(odd) .img {
  right: 12%;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .img {
    right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
#service #service-listing > li:nth-child(even) .listing-content-inner {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  padding: 50px 0 60px;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .listing-content-inner {
    padding: 30px 0 80px;
  }
}
#service #service-listing > li:nth-child(even) .listing-content-inner::before {
  left: -94px;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .listing-content-inner::before {
    left: 0;
    transform: skewY(6deg);
  }
}
#service #service-listing > li:nth-child(even) .listing-content-inner > div {
  margin-left: 0;
  margin-right: 19%;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .listing-content-inner > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#service #service-listing > li:nth-child(even) .img {
  left: 12%;
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .img {
    left: 0;
    margin-left: 0;
    margin-right: auto;
  }
}

/*--------------------------------------
section 04 photo album
---------------------------------------*/
#photo {
  padding-top: 110px;
}
@media all and (max-width: 500px) {
  #photo {
    padding-top: 40px;
  }
}
#photo h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #photo h2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
  }
}
#photo h2 span.main {
  font-size: 5.5625rem;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #photo h2 span.main {
    font-size: 3.75rem;
    margin-right: 50px;
  }
}
#photo h2 span.main::first-letter {
  color: #FF2D2E;
}
#photo h2 span.sub {
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  #photo h2 span.sub {
    margin-left: 70px;
  }
}
@media all and (max-width: 767px) {
  #photo h2 span.sub {
    margin-top: 20px;
    margin-left: 50px;
  }
}
#photo h2 span.sub::before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  bottom: 4px;
  left: -20px;
}
@media all and (max-width: 991px) {
  #photo h2 span.sub::before {
    left: -20px;
  }
}
#photo h2 span.sub::after {
  content: "";
  width: 317px;
  height: 2px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  top: -14px;
  left: -50px;
}
@media all and (max-width: 991px) {
  #photo h2 span.sub::after {
    width: 230px;
    left: -60px;
  }
}
#photo .container {
  margin: 0 auto;
  padding: 0;
}
#photo .container .row {
  margin: 0;
}
#photo .container ul li {
  padding: 0;
}
#photo .container ul li .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#photo .container ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}

/*--------------------------------------
section 05 COMPANY
---------------------------------------*/
#company {
  padding-top: 110px;
}
@media all and (max-width: 500px) {
  #company {
    padding-top: 40px;
  }
}
#company h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 80px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #company h2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
  }
}
#company h2 span.main {
  font-size: 5.5625rem;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #company h2 span.main {
    font-size: 3.75rem;
    margin-right: 50px;
  }
}
#company h2 span.main::first-letter {
  color: #FF2D2E;
}
#company h2 span.sub {
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  #company h2 span.sub {
    margin-left: 70px;
  }
}
@media all and (max-width: 767px) {
  #company h2 span.sub {
    margin-top: 20px;
    margin-left: 50px;
  }
}
#company h2 span.sub::before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  bottom: -2px;
  left: -22px;
}
@media all and (max-width: 991px) {
  #company h2 span.sub::before {
    left: -20px;
  }
}
#company h2 span.sub::after {
  content: "";
  width: 317px;
  height: 2px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  top: -12px;
  left: -50px;
}
@media all and (max-width: 991px) {
  #company h2 span.sub::after {
    width: 230px;
    left: -60px;
  }
}
#company dl {
  display: flex;
  border-bottom: 1px solid #303030;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  font-size: 1.125remrem;
}
@media all and (max-width: 767px) {
  #company dl {
    display: block;
    font-size: 1rem;
  }
}
#company dt, #company dd {
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  #company dt, #company dd {
    padding-left: 0;
  }
}
#company dt {
  width: 24%;
}
@media all and (max-width: 767px) {
  #company dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#company dd {
  width: 76%;
}
@media all and (max-width: 767px) {
  #company dd {
    width: 100%;
  }
}

/*--------------------------------------
section 06 ACCESS
---------------------------------------*/
@media all and (max-width: 500px) {
  #access {
    padding-top: 40px;
  }
}
#access h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 90px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 767px) {
  #access h2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
  }
}
#access h2 span.main {
  font-size: 5.5625rem;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media all and (max-width: 767px) {
  #access h2 span.main {
    font-size: 3.75rem;
    margin-right: 50px;
  }
}
#access h2 span.main::first-letter {
  color: #FF2D2E;
}
#access h2 span.sub {
  font-size: 1.375rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-top: 0;
  margin-bottom: -40px;
  margin-left: 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  #access h2 span.sub {
    margin-left: 70px;
  }
}
@media all and (max-width: 767px) {
  #access h2 span.sub {
    margin-top: 20px;
    margin-left: 50px;
  }
}
#access h2 span.sub::before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  bottom: 4px;
  left: -20px;
}
@media all and (max-width: 991px) {
  #access h2 span.sub::before {
    left: -20px;
  }
}
#access h2 span.sub::after {
  content: "";
  width: 317px;
  height: 2px;
  display: block;
  background-color: #FF2D2E;
  position: absolute;
  top: -14px;
  left: -50px;
}
@media all and (max-width: 991px) {
  #access h2 span.sub::after {
    width: 230px;
    left: -60px;
  }
}
#access .company-name {
  padding: 0.5rem 1.25rem;
  border-left: 4px #c73939 solid;
  font-size: 2.5rem;
  text-align: left;
}
@media all and (max-width: 767px) {
  #access .company-name {
    font-size: 1rem;
  }
}
#access .address {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
#access .map {
  position: relative;
  margin-top: 1.5rem;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .add-info {
  margin-top: 3rem;
  font-size: 0.8125rem;
}
#access #branch {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 50;
}
#access #branch > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  width: calc(50% - 40px);
}
@media all and (max-width: 575px) {
  #access #branch > li {
    width: 100%;
  }
}
#access #branch .address {
  margin-top: 0.5rem;
  font-size: 1rem;
}
#access #branch .btns {
  display: block;
  margin: 1rem 0 0;
  text-align: left;
}
#access #branch .btns .btn {
  display: inline-block;
  margin: 0;
  padding: 6px 30px;
  min-width: auto;
  width: auto;
  border: 1px #c73939 solid;
  border-radius: 50vw;
  background: transparent;
  color: #c73939;
}
@media (hover: hover) {
  #access #branch .btns .btn:hover {
    background: #c73939;
    color: #fff;
  }
}

/*--------------------------------------
News Archive / Single
---------------------------------------*/
#post #contents {
  padding-top: 0;
}

#archive #news {
  min-height: calc(100vh - 257px);
  /* ヘッダー、フッター、ボタンの高さを引いた画面の高さ */
}

#news-single {
  flex: 1;
  padding-top: 0;
}
#news-single .inner {
  margin: 0 auto;
  padding: 40px 0 40px;
  max-width: calc(40rem + 120px);
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
#news-single .post-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 40px;
}
@media all and (max-width: 575px) {
  #news-single .post-header {
    margin: 0 30px;
  }
}
#news-single .post-header .single-page-title {
  display: block;
  margin: 0;
  padding: 0;
  width: calc(70% - 1rem);
  background: transparent;
  text-align: left;
}
#news-single .post-header .single-page-title a {
  color: #303030;
}
#news-single .post-header .single-page-title .en {
  line-height: 1.2;
}
#news-single .post-header .single-page-title .sub {
  line-height: 1.2;
}
#news-single .post-header .date {
  display: block;
  width: calc(30% - 1rem);
  color: rgba(48, 48, 48, 0.7);
  font-size: 0.875rem;
  text-align: right;
}
@media all and (max-width: 575px) {
  #news-single .post-header .date {
    font-size: 0.75rem;
  }
}
#news-single .main {
  padding: 0 40px;
}
@media all and (max-width: 575px) {
  #news-single .main {
    padding: 0 30px;
  }
}
#news-single h1 {
  margin: 1.5rem auto 0;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  background: transparent;
}
@media all and (max-width: 575px) {
  #news-single h1 {
    font-size: 1.625rem;
  }
}
#news-single h2,
#news-single h3,
#news-single h4,
#news-single h5 {
  margin: 3rem auto 1.5rem;
  padding: 0;
  color: #103f6f;
  font-weight: bold;
  text-align: left;
  background: transparent;
}
#news-single h2 {
  font-size: 1.5rem;
}
@media all and (max-width: 575px) {
  #news-single h2 {
    font-size: 1.375rem;
  }
}
#news-single h3 {
  font-size: 1.375rem;
}
@media all and (max-width: 575px) {
  #news-single h3 {
    font-size: 1.25rem;
  }
}
#news-single h4 {
  font-size: 1.25rem;
}
@media all and (max-width: 575px) {
  #news-single h4 {
    font-size: 1.125rem;
  }
}
#news-single h5 {
  font-size: 1.125rem;
}
@media all and (max-width: 575px) {
  #news-single h5 {
    font-size: 1.0625rem;
  }
}
#news-single .txt {
  margin: 2.5rem auto 0;
  font-size: 1rem;
  line-height: 1.7;
}
#news-single .btns {
  text-align: center;
}
#news-single img {
  margin: 0;
  width: 100%;
  height: auto;
}
#news-single .wp-block-image,
#news-single .wp-block-embed,
#news-single .wp-block-video {
  margin: 1rem auto;
}
#news-single .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 12px;
  width: 100%;
  height: 0;
}
#news-single .wp-block-embed__wrapper iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news-single a {
  position: relative;
  z-index: 1;
}
#news-single ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}
#news-single ul li:not(:first-child) {
  margin-top: 0.25rem;
}
#news-single ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.5rem;
  padding-right: 0.5rem;
  color: #c73939;
  font-size: 1rem;
}

.icon-new {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #103f6f;
  border-radius: 12px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .icon-new {
    width: auto;
  }
}

/*--------------------------------------
Service pages
---------------------------------------*/
#single-service {
  background: #e8eff0;
}
#single-service section:not(.kv) {
  background: transparent;
}
#single-service h2 {
  background: transparent;
  line-height: 1.5;
}
#single-service #intro .txt {
  margin: 1.125rem auto 0;
  max-width: 50rem;
  color: #303030;
  line-height: 2;
  text-align: left;
}
#single-service .btns {
  margin: 40px auto 64px;
  text-align: center;
}

#service-service .container > div {
  margin-bottom: 6rem;
}
@media all and (max-width: 575px) {
  #service-service .container > div {
    margin-bottom: 5rem;
  }
}
#service-service .container > div:first-of-type.sec-title {
  margin-top: 3rem;
}
@media all and (max-width: 575px) {
  #service-service .container > div:first-of-type.sec-title {
    margin-top: 2rem;
  }
}
#service-service .container > div:last-of-type {
  margin-bottom: 3rem;
}
@media all and (max-width: 575px) {
  #service-service .container > div:last-of-type {
    margin-bottom: 2rem;
  }
}
#service-service .container > div.sec-title {
  margin-bottom: 1rem;
}
#service-service .container > div.text > div,
#service-service .container > div.text > ul {
  margin: 3rem auto;
}
#service-service .container > div.text ol {
  padding-left: 1rem;
  list-style-type: decimal;
}
#service-service .container > div.text p {
  margin: 1rem auto;
  max-width: 50rem;
}
#service-service .container > div.text .scroll {
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 575px) {
  #service-service .container > div.text .scroll::-webkit-scrollbar {
    height: 6px;
  }
  #service-service .container > div.text .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #service-service .container > div.text .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media all and (max-width: 575px) {
  #service-service .container > div.text .scroll {
    margin-right: -30px;
    padding-right: 30px;
  }
}
#service-service .container > div.text .scroll table {
  margin: 0 auto;
  min-width: 551px;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
#service-service .container > div.text .youtube {
  margin: 2rem auto;
  max-width: 50rem;
}
#service-service .container > div.text .youtube > div {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
#service-service .container > div.text .youtube > div iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#service-service .container > div.text .img {
  max-width: 50rem;
}
#service-service .container > div.text .text-title {
  font-size: 1.25rem;
  font-weight: 700;
}
#service-service .container > div.text .largetxt {
  font-size: 1.125rem;
}
#service-service .container > div.text .smalltxt {
  font-size: 0.875rem;
}
#service-service .container > div.img_text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service-service .container > div.img_text.right {
  flex-direction: row-reverse;
}
#service-service .container > div.img_text .img {
  width: calc(40% - 30px);
}
#service-service .container > div.img_text .img .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
#service-service .container > div.img_text .img .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  #service-service .container > div.img_text .img {
    width: 100%;
  }
}
#service-service .container > div.img_text .text {
  width: calc(60% - 30px);
}
#service-service .container > div.img_text .text h3 {
  margin: 0;
  color: #303030;
  font-size: 1.25rem;
  text-align: left;
}
#service-service .container > div.img_text .text .body {
  margin-top: 0.5rem;
  color: #303030;
  line-height: 2;
}
#service-service .container > div.img_text .text .btns {
  margin: 1.5rem 0 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  #service-service .container > div.img_text .text {
    margin-top: 30px;
    width: 100%;
  }
}
#service-service .container > div.img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#service-service .container > div.img > div {
  margin: 0 0 1.5rem;
  padding: 0 0.5rem;
}
#service-service .container > div.img > div img {
  margin: 0 auto;
}
#service-service .container > div.img > div.img-col-1 {
  margin: 0 auto 1.5rem;
  width: 100%;
  max-width: 50rem;
}
#service-service .container > div.img > div.img-col-2 {
  width: 50%;
}
#service-service .container > div.img > div.img-col-3 {
  width: 33.33%;
}
@media all and (max-width: 575px) {
  #service-service .container > div.img > div.img-col-3 {
    width: 50%;
  }
}
#service-service .container > div.img > div.img-col-4 {
  width: 25%;
}
@media all and (max-width: 768px) {
  #service-service .container > div.img > div.img-col-4 {
    width: 33.33%;
  }
}
@media all and (max-width: 575px) {
  #service-service .container > div.img > div.img-col-4 {
    width: 50%;
  }
}
@media (hover: hover) {
  #service-service .container > div.img > div a:hover img, #service-service .container > div.img > div a:active img {
    opacity: 0.5;
  }
}
#service-service .container > div.img > div .caption {
  margin: 0;
  padding: 0.5rem 0 0;
  font-size: 0.875rem;
  text-align: left;
}
@media all and (max-width: 767px) {
  #service-service .container > div.img > div .caption {
    font-size: 0.8125rem;
  }
}
#service-service .container > div.q-a {
  position: relative;
}
#service-service .container > div.q-a > div {
  margin-bottom: 4rem;
}
#service-service .container > div.q-a > div > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media all and (max-width: 575px) {
  #service-service .container > div.q-a > div > div {
    display: block;
  }
}
#service-service .container > div.q-a > div > div .body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}
@media all and (max-width: 575px) {
  #service-service .container > div.q-a > div > div .body {
    padding-left: 0;
  }
}
#service-service .container > div.q-a > div > div.q-a-q {
  padding: 16px;
  background: #fff;
  border-radius: 30px;
  font-size: 1.25rem;
}
#service-service .container > div.q-a > div > div.q-a-q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
  left: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
#service-service .container > div.q-a > div > div.q-a-q .body {
  padding-left: 2.25rem;
  color: #303030;
}
#service-service .container > div.q-a > div > div.q-a-a {
  margin-top: 1rem;
  					/*
  					&::before {
  						content: "A";
  						position: absolute;
  						top: 0.25rem;
  						left: 1.25rem;
  						color: $service-q-a-a;
  						font-size: 2.5rem;
  						font-weight: 700;
  						line-height: 1;
  
  						@include max(575) {
  							position: relative;
  							display: block;
  							top: 0;
  							left: 0;
  							margin-bottom: 0.5rem;
  						}
  					}
  					*/
}
@media all and (max-width: 575px) {
  #service-service .container > div.q-a > div > div.q-a-a {
    margin-top: 1.5rem;
  }
}
#service-service .container > div.q-a > div > div.q-a-a .body {
  padding: .5rem 16px 0;
  color: #303030;
}
@media all and (max-width: 575px) {
  #service-service .container > div.q-a > div > div.q-a-a .body {
    padding-top: 0;
  }
}
#service-service .container > div.philosophy .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#service-service .container > div.philosophy ul > li {
  padding: 3rem 2rem;
  background-color: #fff;
  text-align: center;
}
#service-service .container > div.philosophy ul > li:not(:first-of-type) {
  margin-top: 3rem;
}
#service-service .container > div.philosophy ul > li .title-wrapper {
  position: relative;
  padding-bottom: 1.5rem;
}
#service-service .container > div.philosophy ul > li .title-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #c73939;
}
#service-service .container > div.philosophy ul > li .title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
}
#service-service .container > div.philosophy ul > li .title + .sub-title {
  margin-top: 0.5rem;
}
#service-service .container > div.philosophy ul > li .sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
#service-service .container > div.philosophy ul > li .catch {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.6;
}
#service-service .container > div.philosophy ul > li .text {
  margin: 2rem auto 0;
  max-width: 45rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
#service-service .container > div.movie > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  #service-service .container > div.movie > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#service-service .container > div.movie .youtube,
#service-service .container > div.movie .embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  width: 100%;
  height: 0;
}
#service-service .container > div.movie .youtube.thumb::after,
#service-service .container > div.movie .embed.thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#service-service .container > div.movie .youtube .arrow,
#service-service .container > div.movie .embed .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(./img/arrow.svg) no-repeat;
  background-size: cover;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1000;
}
#service-service .container > div.movie .youtube img,
#service-service .container > div.movie .embed img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service-service .container > div.movie .youtube iframe,
#service-service .container > div.movie .embed > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
#service-service .container > div.movie .embed > div > div {
  height: 100% !important;
}
#service-service .container > div.data .data-main {
  margin-bottom: 30px;
}
@media all and (max-width: 960px) {
  #service-service .container > div.data .data-main {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  #service-service .container > div.data .data-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#service-service .container > div.data .box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 30px;
  min-height: 400px;
  border-radius: 20px;
  background: #c73939;
}
@media all and (max-width: 1128px) {
  #service-service .container > div.data .box {
    min-height: 320px;
  }
}
#service-service .container > div.data .box .inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
#service-service .container > div.data .box h3 {
  height: 80px;
  color: #fff;
  text-align: center;
}
#service-service .container > div.data .box h3 > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px #303030 solid;
  font-size: 2.4rem;
  font-weight: 600;
}
#service-service .container > div.data .box .number {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 46px;
  min-height: 126px;
  color: #fff;
}
@media all and (max-width: 1128px) {
  #service-service .container > div.data .box .number {
    min-height: 80px;
  }
}
#service-service .container > div.data .box .number span {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  font-weight: 600;
}
#service-service .container > div.data .box .number span.number-number {
  font-size: 4.25rem;
}
@media all and (max-width: 1128px) {
  #service-service .container > div.data .box .number span.number-number {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 960px) {
  #service-service .container > div.data .box .number span.number-number {
    font-size: 4.25rem;
  }
}
@media all and (max-width: 480px) {
  #service-service .container > div.data .box .number span.number-number {
    font-size: 3.5rem;
  }
}
@media all and (max-width: 360px) {
  #service-service .container > div.data .box .number span.number-number {
    font-size: 3rem;
  }
}
#service-service .container > div.data .box .number span.number-unit {
  bottom: 12%;
  font-size: 1.75rem;
}
@media all and (max-width: 1128px) {
  #service-service .container > div.data .box .number span.number-unit {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 960px) {
  #service-service .container > div.data .box .number span.number-unit {
    bottom: 13%;
    font-size: 1.75rem;
  }
}
@media all and (max-width: 480px) {
  #service-service .container > div.data .box .number span.number-unit {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 360px) {
  #service-service .container > div.data .box .number span.number-unit {
    font-size: 1.125rem;
  }
}
#service-service .container > div.data .box .add-info {
  margin-top: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
@media all and (max-width: 360px) {
  #service-service .container > div.data .box .add-info {
    font-size: 0.875rem;
  }
}
#service-service .container > div.btns {
  text-align: center;
}
#service-service .sec-title {
  margin-bottom: 5rem;
  padding: 0;
  background: transparent;
}
#service-service .sec-title .en,
#service-service .sec-title .sub {
  color: #303030;
}

/*--------------------------------------
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: #303030;
  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: #303030;
  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;
}

/*--------------------------------------
contact - WPForms
---------------------------------------*/
body#contact {
  background: #FFFFFF;
}
body#contact .container {
  margin: 0 auto;
  padding: 2rem;
}
body#contact .card {
  width: 100%;
  border: none;
}
body#contact .card-body {
  padding: 2rem;
}
body#contact .wpforms-container-full:not(:empty) {
  margin: 0 auto;
}
body#contact .wpforms-page-indicator {
  display: none;
}
body#contact .wpforms-page > .wpforms-field {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  border-bottom: 1px #e8eff0 solid;
}
@media all and (max-width: 575px) {
  body#contact .wpforms-page > .wpforms-field {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
  }
}
body#contact .wpforms-page > .wpforms-field .wpforms-field-label {
  color: #303030;
}
body#contact .wpforms-page > .wpforms-field:not(.wpforms-field-pagebreak) {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: wrap;
  padding: 0 0 2rem;
}
body#contact .wpforms-page > .wpforms-field:not(.wpforms-field-pagebreak) > .wpforms-field-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  flex: 0 0 25%;
  max-width: 25%;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  body#contact .wpforms-page > .wpforms-field:not(.wpforms-field-pagebreak) > .wpforms-field-label {
    flex: auto;
    margin-bottom: 8px;
    max-width: 100%;
    width: 100%;
  }
}
body#contact .wpforms-page > .wpforms-field > div {
  padding: 0;
}
body#contact .wpforms-page > .wpforms-field:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
body#contact .wpforms-page > .wpforms-field:last-of-type > div {
  margin: auto;
  text-align: center;
}
body#contact .wpforms-field {
  margin: 0;
  padding: 0;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: wrap;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input,
body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea {
  flex: 1 0 0;
  padding: .375rem .75rem;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  border: 1px solid #ced4da;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input::placeholder,
body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea::placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input:focus,
body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea:focus {
  box-shadow: none !important;
}
@media all and (max-width: 991px) {
  body#contact .wpforms-field:not(.wpforms-field-pagebreak) input,
  body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea {
    flex: auto;
  }
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea {
  min-height: 134px;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select {
  padding: .375rem 1rem .375rem .75rem;
  height: auto !important;
  min-height: auto;
  border: 1px solid #ced4da;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1rem;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select::placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select:focus {
  box-shadow: none !important;
}
body#contact .wpforms-field-layout-rows {
  width: 100%;
}
body#contact .wpforms-field-layout-rows .wpforms-layout-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
body#contact .wpforms-field-layout-rows .wpforms-layout-row .wpforms-layout-column {
  display: flex;
  align-items: center;
  padding: 0;
}
body#contact .wpforms-field-pagebreak.btns {
  padding-top: 0;
  padding-bottom: 32px;
}
body#contact .wpforms-pagebreak-left {
  text-align: center;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 12px 1rem !important;
  width: auto;
  min-width: 150px;
  min-height: 48px;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.5;
  background-color: #c73939;
  border-color: #c73939;
  border-radius: .25rem;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button::after {
  display: none;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button:hover {
  color: #FFFFFF;
  background: #a02d2d;
  border-color: #8c2828;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button:focus {
  border: none !important;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev {
  min-width: 150px;
  color: #FFFFFF;
  background-color: #c73939;
}
body#contact .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev:hover {
  color: #FFFFFF;
  background: #a02d2d;
  border-color: #8c2828;
}
body#contact .wpforms-submit-container {
  text-align: center;
}
body#contact .wpforms-submit-container .wpforms-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 12px 1rem !important;
  width: auto;
  min-width: 150px;
  max-width: 574px;
  min-height: 48px;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.5;
  background-color: #c73939;
  border-color: #c73939;
  border-radius: .25rem;
}
body#contact .wpforms-submit-container .wpforms-submit::after {
  display: none;
}
body#contact .wpforms-submit-container .wpforms-submit:hover {
  color: #FFFFFF;
  background: #a02d2d !important;
  border-color: #8c2828;
}
body#contact .wpforms-submit-container .wpforms-submit:focus {
  border: none !important;
}
body#contact .form-group {
  padding-bottom: 1rem;
}
body#contact .form-group:last-child > div {
  margin: auto;
}
body#contact .form-group:last-child > div .btn {
  font-size: 18px;
}
body#contact .sent fieldset {
  display: none;
}
body#contact input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact textarea::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact textarea:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
body#contact .wpforms-required-label {
  display: inline-block;
  margin: 0 6px;
  padding: 2px 6px;
  background: #D62C1A;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
  margin: 0 8px;
  padding: 4px 6px;
  border-radius: 5px;
  vertical-align: top;
  white-space: nowrap;
}
body#contact .flex-column-reverse {
  justify-content: center !important;
  border-bottom: 0 !important;
}
body#contact .flex-column-reverse fieldset {
  display: flex;
  flex-direction: column-reverse;
}
body#contact .flex-column-reverse fieldset > ul {
  margin-top: 20px;
}
body#contact .flex-column-reverse fieldset > ul li {
  justify-content: center;
}
body#contact .flex-column-reverse fieldset textarea {
  margin: 0;
}
body#contact #wpforms-2104-field_35-container input {
  padding: 0;
}
body#contact #wpforms-2104-field_35-container em.wpforms-error {
  padding-left: 0;
  text-align: center;
}

#thankyou #contents {
  margin: 3rem auto;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  #thankyou #contents {
    margin: 2rem auto;
  }
}
#thankyou .card-body {
  padding: 0;
}
#thankyou .card {
  border: 0;
}
#thankyou .card-block {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 44rem;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  #thankyou .card-block {
    padding: 0 1.5rem;
  }
}
#thankyou .card-block h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}
#thankyou .card-block p:last-child {
  margin-bottom: 40px;
}
#thankyou .card-block .btn {
  display: block;
  margin: 30px auto 0;
  width: 150px;
  font-size: 18px;
}
#thankyou .card-block .btn a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}

div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field > em.wpforms-error {
  padding: 0 0 0 calc(25% + 8px);
}
@media all and (max-width: 991px) {
  div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-error,
  div.wpforms-container-full .wpforms-form .wpforms-field > em.wpforms-error {
    padding: 0 0 0 6px;
  }
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  width: 100%;
  color: #D62C1A;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  background-color: #D62C1A;
}

.wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
  padding-bottom: 0 !important;
}

.wpforms-entry-preview-basic, .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
  border-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  .wpforms-entry-preview-compact .wpforms-entry-preview-label, .wpforms-entry-preview-table_compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-entry-preview-compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-entry-preview-table_compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-table_compact .wpforms-entry-preview-label {
    width: 100% !important;
  }
}

@media all and (max-width: 767px) {
  .wpforms-entry-preview-compact .wpforms-entry-preview-value, .wpforms-entry-preview-table_compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-entry-preview-compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-entry-preview-table_compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-table_compact .wpforms-entry-preview-value {
    width: 100% !important;
  }
}

/*--------------------------------------
contact MW WP Form
---------------------------------------*/
/*
#contact {
	background: $bg;

	.container {
		margin: 0 auto;
		padding: 2rem;
	}

	.card {
		border: none;
	}

	.card-body {
		padding: 2rem;
	}

	.form-group {
		margin: 0 0 2rem 0;
		padding: 0 0 2rem 0;
		box-sizing: border-box;

		@include max(575) {
			margin: 0 0 1rem 0;
			padding: 0 0 1rem 0;
		}

		& > div {
			padding: 0;
		}

		&:not(.checkbox) {
			border-bottom: 1px $bg solid;
		}

		&:last-of-type {
			margin-bottom: 0;
			padding: 0;
			border-bottom: none;

			& > div {
				margin: auto;
				text-align: center;
			}
		}
	}

	select {
		padding-right: 1rem;
		background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.sent {
		fieldset {
			display: none;
		}
	}

	input::-webkit-input-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	input::-moz-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	input:-ms-input-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	textarea {
		height: 11rem;
	}

	textarea::-moz-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	textarea::-webkit-input-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	textarea:-ms-input-placeholder {
		color: #CCC;
		font-weight: normal;
	}

	.card-block {
		padding: 26px;

		h2 {
			margin-bottom: 20px;
		}

		p {
			line-height: 1.8;

			&:last-child {
				margin-bottom: 40px;
			}
		}
	}

	label {
		margin: 0;

		&.control-label-mb {
			margin-bottom: 0.25rem;
		}

		@include max(991) {
			margin: 0 0 0.5rem;
		}
	}

	.checkbox {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		margin-top: 42px;
	}

	.checkbox-txt {
		text-align: center;
	}

	.btn {
		display: inline-block;
		margin: 60px auto 0;
		padding: 12px 1rem;
		width: auto;
		font-size: 1rem;

		a {
			font-size: 1rem;
			color: $btn_font;
		}
	}
	.must {
		font-size: 13px;
		color: #FFF;
		background: #D62C1A;
		margin: 0 6px;
		padding: 2px 6px;
		border-radius: 3px;
	}
}
.formError {
	top: 38px !important;
	left: 0 !important;
	width: 100%;

	.formErrorContent {
		width: 100px;
		font-size: 12px;
		color: #D62C1A;
	}

	& + .form-control {
		border-color: #D62C1A;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

		&:focus {
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ed7669;
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ed7669;
		}
	}
}
#contact-complete {
	.card-block {
		padding: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}
*/
