@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: 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] {
  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: 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 0.15s ease-in-out, box-shadow 0.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 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
---------------------------------------*/
.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: 5rem;
  color: #303030;
  background-color: #f8f8f8;
  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: 80px;
  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: 58px;
}
@media all and (max-width: 991px) {
  header #site-title #logo a .img {
    margin-bottom: 4px;
    height: 40px;
  }
}
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 .logo-text {
  margin-left: 1rem;
  font-size: 0.875rem;
}
@media all and (max-width: 991px) {
  header #site-title .logo-text {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  header #site-title .logo-text {
    font-size: 12px;
  }
}
header .link-corpsite {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  height: 100%;
}
header .link-corpsite a {
  padding: 4px 1.25rem;
  color: #303030;
  font-size: 0.875rem;
  border-left: 1px #b0b0b0 solid;
}
header .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 .link-corpsite a:hover {
    opacity: 1;
  }
  header .link-corpsite a:hover .icon-external-link {
    fill: btn_bg;
  }
}
@media all and (max-width: 767px) {
  header .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%;
}
@media all and (max-width: 1360px) {
  header #nav > ul {
    justify-content: flex-end;
  }
}
header #nav li {
  height: 100%;
}
header #nav li a {
  padding-right: 0.5rem;
  padding-left: 0.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;
}
@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;
  }
}
header #nav li.phone .number {
  font-size: 20px;
  font-weight: 700;
}
@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 {
  padding: 0 1.5rem;
  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: none;
}
@media all and (max-width: 1360px) {
  header #nav li.nav-hamburger {
    display: block;
    width: 80px;
  }
  header #nav li.nav-hamburger .hamburger {
    overflow: visible;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 0;
    border: 0;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
    transition-property: opacity, top, right filter;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
  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 {
    margin: 0 auto;
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px;
  }
  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: 36px;
    height: 2px;
    background-color: #303030;
    border-radius: 3px;
    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: -12px;
  }
  header #nav li.nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    bottom: -12px;
  }
  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 (max-width: 1360px) and (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;
  }
}

/*--------------------------------------
Global nav
---------------------------------------*/
@media all and (min-width: 1361px) {
  #nav-main {
    flex: 1 0 0;
    padding-right: 1rem;
  }
  #nav-main #nav-main-inner {
    width: 100%;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    height: 100%;
  }
}
@media all and (max-width: 1360px) {
  #nav-main {
    position: fixed;
    display: flex;
    align-items: center;
    overflow-y: scroll;
    display: none;
    top: 80px;
    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: 1360px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul {
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 1360px) {
  #nav-main #nav-main-inner > ul li {
    margin: 6px 0;
    padding: 1rem 0;
    text-align: center;
  }
}
@media all and (max-width: 1360px) and (max-width: 767px) {
  #nav-main #nav-main-inner > ul li {
    margin: 12px 0;
  }
}
@media all and (max-width: 1360px) and (max-width: 575px) {
  #nav-main #nav-main-inner > ul li {
    margin: 4px 0;
  }
}
@media all and (max-width: 1360px) {
  #nav-main #nav-main-inner > ul li#nav-main-corpsite {
    display: none;
  }
}
@media all and (max-width: 1360px) 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;
  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: 0.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: 1128px;
  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;
  background-color: #FFFFFF;
  margin: 0;
  padding: 4rem 0 3rem;
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.6;
  text-align: center;
  letter-spacing: 0.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: 1.25rem;
  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;
}

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

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

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

/*--------------------------------------
section 03 interview
---------------------------------------*/
#interview {
  padding: 4rem 4vw 6rem;
}
@media all and (max-width: 767px) {
  #interview {
    padding: 3rem 24px 5rem;
  }
}
@media all and (max-width: 575px) {
  #interview {
    padding: 2rem 24px 4rem;
  }
}
#interview .container-fluid {
  margin: 3rem auto 0 auto;
}
@media all and (max-width: 991px) {
  #interview .container-fluid {
    margin: 2rem auto 0 auto;
  }
}
#interview .listing {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#interview .listing > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 4rem;
  width: calc((100% - 10rem) / 3);
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #interview .listing > a {
    margin-bottom: 3rem;
    width: calc((100% - 2rem) / 2);
  }
}
@media all and (max-width: 575px) {
  #interview .listing > a {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (hover: hover) {
  #interview .listing > a:hover .img .img-fluid {
    width: 105%;
    height: 105%;
  }
}
#interview .listing h3 {
  margin-top: 0.75rem;
  font-weight: 700;
}
#interview .listing .btn-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
#interview .listing .btn {
  margin: 30px auto 0;
  padding: 10px 40px;
  border-radius: 100px;
  max-width: 240px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: fit-content;
  text-align: center;
}
@media (hover: hover) {
  #interview .listing .btn:hover {
    color: #fff;
  }
}
#interview .listing .btn svg {
  margin: -2px 0 0 5px;
}
#interview .img {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  width: 100%;
}
#interview .img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#interview .profile {
  margin: 1.5rem 0 0;
  padding: 0 1.75rem 1.5rem;
  background: none;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  #interview .profile {
    padding: 0 12px 1.25rem;
  }
}
#interview .btns {
  margin-top: 60px;
  text-align: center;
}
@media all and (max-width: 767px) {
  #interview .btns {
    margin-top: 48px;
  }
}
#interview .btns .btn {
  width: fit-content;
  padding: 10px 40px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 500;
}
@media (hover: hover) {
  #interview .btns .btn:hover {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  #interview .row > div:first-child {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------
サービス
---------------------------------------*/
#service > div.wrapper {
  background: transparent;
}
#service #service-listing {
  overflow: hidden;
  margin: 0;
}
#service #service-listing > li {
  width: 100%;
}
#service #service-listing > li .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40vw;
  z-index: 2;
}
#service #service-listing > li .wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#service #service-listing > li .wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service #service-listing > li .wrapper .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 110, 107, 0.6);
  z-index: 10;
}
@media all and (max-width: 767px) {
  #service #service-listing > li .wrapper {
    min-height: 360px;
  }
}
@media all and (max-width: 575px) {
  #service #service-listing > li .wrapper {
    height: 60vw;
  }
}
#service #service-listing > li .listing-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 30px 0;
  width: 100%;
  z-index: 20;
}
#service #service-listing > li .listing-content h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 1.75rem;
}
#service #service-listing > li .listing-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .listing-content h3 {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}
#service #service-listing > li .txt {
  margin: 1.5rem 0 1rem;
  max-width: 30rem;
  color: #fff;
}
#service #service-listing > li .btns {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .btns {
    margin-top: 1rem;
  }
}
#service #service-listing > li .btn {
  padding: 12px 16px;
  min-width: 216px;
  width: auto;
  background: #fff;
  color: #303030;
  border-radius: 0;
  transition: all 0.4s ease;
}
#service #service-listing > li .btn > span {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  letter-spacing: 1px;
}
#service #service-listing > li .btn > span .icon-btn-arrow {
  position: absolute;
  right: 0;
  bottom: 6px;
  stroke: #303030;
  stroke-width: 1;
  fill: none;
  transition: all 0.4s ease;
}
@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 {
  padding-left: 120px;
  padding-right: 120px;
}
@media all and (max-width: 991px) {
  #service #service-listing > li:nth-child(odd) .listing-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .listing-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#service #service-listing > li:nth-child(even) .wrapper {
  justify-content: flex-end;
}
#service #service-listing > li:nth-child(even) .listing-content {
  align-items: flex-end;
  padding-right: 120px;
  padding-left: 120px;
}
#service #service-listing > li:nth-child(even) .listing-content h3 {
  text-align: right;
}
#service #service-listing > li:nth-child(even) .listing-content .txt {
  text-align: right;
}
@media all and (max-width: 991px) {
  #service #service-listing > li:nth-child(even) .listing-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .listing-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#service #service-listing > li:nth-child(even) .btns {
  text-align: right;
}

/*--------------------------------------
section 04 photo album
---------------------------------------*/
#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 dl {
  display: flex;
  border-bottom: 1px solid #303030;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  #company dl {
    display: block;
  }
}
#company dt, #company dd {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  #company dt, #company dd {
    padding-left: 0;
  }
}
#company dt {
  width: 30%;
}
@media all and (max-width: 767px) {
  #company dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#company dd {
  width: 70%;
}
@media all and (max-width: 767px) {
  #company dd {
    width: 100%;
  }
}

/*--------------------------------------
section 06 ACCESS
---------------------------------------*/
#access .company-name {
  padding: 0.5rem 1.25rem;
  border-left: 4px #c73939 solid;
  font-size: 1.25rem;
  text-align: left;
}
#access .address {
  margin-top: 1rem;
  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;
  }
}

/*--------------------------------------
Interview Single
---------------------------------------*/
#single-interview #contents {
  padding: 0;
  background-color: #fff;
}
#single-interview .container-fluid {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#single-interview .container-fluid.kv {
  padding: 0;
  max-width: 1280px;
}
#single-interview .container-fluid .img-wrapper {
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  #single-interview .container-fluid .img-wrapper {
    padding: 0;
  }
}
#single-interview .profile-wrapper {
  position: relative;
  margin: -140px 0 0 0;
  z-index: 2;
}
@media all and (max-width: 1280px) {
  #single-interview .profile-wrapper {
    margin-top: -10.9375vw;
  }
}
@media all and (max-width: 575px) {
  #single-interview .profile-wrapper {
    margin-top: -60px;
  }
}
#single-interview .profile {
  margin: 0 20px;
  max-width: 640px;
  background: #005A96;
  color: #fff;
}
#single-interview .profile .name {
  display: inline-block;
  margin: 1rem 1rem 0 0;
  color: #fff;
}
@media all and (max-width: 575px) {
  #single-interview .profile .name {
    margin-top: 0.5rem;
  }
}
#single-interview .profile .details {
  margin-top: 6px;
}
#single-interview .profile .details .body {
  color: #fff;
}
#single-interview .page-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
}
#single-interview .page-title .icon-senior {
  margin-right: 12px;
  width: 23px;
  height: 30px;
}
#single-interview .page-title .en {
  font-size: 1rem;
}
@media all and (max-width: 575px) {
  #single-interview .page-title .en {
    font-size: 0.875rem;
  }
}
#single-interview .page-title .ja {
  position: relative;
  margin-left: 12px;
  font-size: 0.875rem;
}
@media all and (max-width: 575px) {
  #single-interview .page-title .ja {
    font-size: 0.8125rem;
  }
}
#single-interview .main-img {
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
  width: 100%;
  padding-top: 56.25%;
  min-height: 300px;
  z-index: 1;
}
@media all and (max-width: 575px) {
  #single-interview .main-img {
    padding-top: 0;
    height: 300px;
  }
}
#single-interview .main-img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 575px) {
  #single-interview .main-img .img-fluid {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
#single-interview h1.interview-title {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  #single-interview h1.interview-title {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 575px) {
  #single-interview h1.interview-title {
    font-size: 1.375rem;
  }
}
#single-interview #interview-main {
  padding-bottom: 3rem;
}
#single-interview #interview-main h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 575px) {
  #single-interview #interview-main h3 {
    font-size: 1.25rem;
  }
}
#single-interview #interview-main p {
  margin-top: 2rem;
  line-height: 1.9;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main p {
    margin-top: 1rem;
  }
}
#single-interview #interview-main > ul,
#single-interview #interview-main > div {
  margin-top: 6rem;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul,
  #single-interview #interview-main > div {
    margin-top: 4rem;
  }
}
#single-interview #interview-main > ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul {
    flex-direction: column-reverse;
  }
}
#single-interview #interview-main > ul > li {
  width: 50%;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul > li {
    width: 100%;
  }
}
#single-interview #interview-main > ul > li.text {
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul > li.text {
    margin-top: 30px;
    padding: 0;
  }
}
#single-interview #interview-main > ul > li.img .img-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  width: 100%;
}
#single-interview #interview-main > ul > li.img .img-wrapper .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-interview #interview-main > ul:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
#single-interview #interview-main > ul:nth-of-type(even) > li.text {
  padding-left: 50px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  #single-interview #interview-main > ul:nth-of-type(even) > li.text {
    padding: 0;
  }
}
#single-interview #schedule {
  padding: 5rem 0 1rem;
  background-color: #e6f3fd;
}
#single-interview #schedule h2 {
  margin-bottom: 2rem;
  padding: 2rem 0;
  font-weight: 700;
  margin-top: 1.4rem;
  text-align: center;
}
#single-interview #schedule .listing {
  margin: 0 auto;
  padding: 30px 0;
}
#single-interview #schedule .listing:not(:first-of-type) {
  border-top: 1px rgba(48, 48, 48, 0.3) solid;
}
#single-interview #schedule .listing .main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 848px;
}
@media all and (max-width: 767px) {
  #single-interview #schedule .listing .main {
    padding: 0;
  }
}
#single-interview #schedule .listing .main li.time {
  position: relative;
  width: 240px;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 6px;
  font-weight: 700;
  /*
  &::before {
  	content: '・';
  	position: absolute;
  	top: 1px;
  	left: 0;
  	color: $wine;
  	font-size: font-size(38);
  }
  */
}
@media all and (max-width: 767px) {
  #single-interview #schedule .listing .main li.time {
    padding-right: 30px;
    width: auto;
  }
}
@media all and (max-width: 575px) {
  #single-interview #schedule .listing .main li.time {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 400px) {
  #single-interview #schedule .listing .main li.time {
    top: 2px;
    font-size: 1.25rem;
    padding-right: 18px;
  }
}
#single-interview #schedule .listing .main li.text {
  padding-top: 2px;
  width: calc(100% - 240px);
}
@media all and (max-width: 767px) {
  #single-interview #schedule .listing .main li.text {
    flex: 1 0 0;
    width: auto;
  }
}
@media all and (max-width: 575px) {
  #single-interview #schedule .listing .main li.text {
    padding-top: 0;
  }
}
#single-interview #schedule .listing .main li.text h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  #single-interview #schedule .listing .main li.text h3 {
    font-size: 1.125rem;
  }
}
#single-interview #schedule .listing .main li.text p {
  margin-top: 8px;
  line-height: 1.8;
}
@media all and (max-width: 575px) {
  #single-interview #schedule .listing .main li.text p {
    margin-top: 0;
  }
}
#single-interview #other-posts {
  padding: 2rem 4vw;
}
@media all and (max-width: 767px) {
  #single-interview #other-posts {
    padding: 2rem 24px;
  }
}
@media all and (max-width: 575px) {
  #single-interview #other-posts {
    padding: 2rem 24px;
  }
}
#single-interview #other-posts h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media all and (min-width: 576px) {
  #single-interview #other-posts h2 br {
    display: none;
  }
}
@media all and (max-width: 575px) {
  #single-interview #other-posts h2 {
    padding: 0.5rem 0 1rem;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 575px) {
  #single-interview #other-posts .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
#single-interview #other-posts .container-fluid ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 1.4rem;
}
#single-interview #other-posts .container-fluid ul > li {
  margin-bottom: 40px;
  width: calc((100% - 64px) / 3);
}
@media all and (max-width: 767px) {
  #single-interview #other-posts .container-fluid ul > li {
    width: calc((100% - 32px) / 2);
  }
}
@media all and (max-width: 575px) {
  #single-interview #other-posts .container-fluid ul > li {
    width: 100%;
  }
}
#single-interview #other-posts .container-fluid ul > li > a {
  position: relative;
  display: block;
}
#single-interview #other-posts .container-fluid ul > li .img-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  width: 100%;
}
#single-interview #other-posts .container-fluid ul > li .img-wrapper .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#single-interview #other-posts .container-fluid ul > li .profile {
  margin: 1.25rem 0 0;
  padding: 0;
  max-width: 100%;
  background: transparent;
}
#single-interview #other-posts .container-fluid ul > li .profile h3 {
  margin: 0.5rem 0 0;
  font-weight: 700;
}
#single-interview #other-posts .container-fluid ul > li .profile .details {
  color: #303030;
  margin-top: 10px;
}
#single-interview #other-posts .container-fluid ul > li .profile .details .body {
  color: #303030;
}
#single-interview #other-posts .container-fluid ul > li .profile .details .name {
  color: #303030;
  margin: 0 0 0.5rem 0;
}
#single-interview #other-posts .container-fluid ul > li > p {
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
#single-interview #other-posts .container-fluid ul > li .btn-wrapper {
  display: flex;
  justify-content: center;
}
#single-interview #other-posts .container-fluid ul > li .btn {
  margin: 30px auto 0;
  padding: 10px 40px;
  border-radius: 100px;
  max-width: 240px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: fit-content;
  text-align: center;
  display: inline-block;
}
@media (hover: hover) {
  #single-interview #other-posts .container-fluid ul > li .btn:hover {
    color: #fff;
  }
}
#single-interview #other-posts .container-fluid ul > li .btn svg {
  margin: -2px 0 0 5px;
}
@media (hover: hover) {
  #single-interview #other-posts .container-fluid ul a:hover .img-wrapper .img-fluid {
    width: 105%;
    height: 105%;
  }
}
#single-interview .btns {
  margin-top: 2.5rem;
  text-align: center;
}
@media all and (max-width: 575px) {
  #single-interview .btns {
    margin-top: 1.25rem;
  }
}
#single-interview .btns .btn {
  max-width: 400px;
  border-radius: 0;
}
.profile {
  margin-top: 60px;
  padding: 24px;
}
@media all and (max-width: 767px) {
  .profile {
    margin-top: 48px;
  }
}
@media all and (max-width: 575px) {
  .profile {
    padding: 18px;
  }
}
.profile > ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
}
@media all and (max-width: 767px) {
  .profile > ul > li {
    width: 100%;
  }
}
.profile > ul > li:nth-child(2) {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .profile > ul > li:nth-child(2) {
    margin-top: 0;
    padding-left: 50px;
  }
}
.profile .name {
  font-size: 1.25rem;
  font-weight: 700;
}
.profile .text {
  margin: 6px 0 0;
  font-size: 1.125rem;
  line-height: 1.7;
}
.profile .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media all and (max-width: 575px) {
  .profile .details {
    flex-wrap: wrap;
  }
}
.profile .details:not(:first-of-type) {
  margin-top: 16px;
}
.profile .details .title > span {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  width: 80px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.profile .details .body {
  padding-top: 3px;
}
@media all and (max-width: 575px) {
  .profile .details .body {
    margin-top: 0.5rem;
    padding-top: 0;
    width: 100%;
  }
}

/*--------------------------------------
Service pages
---------------------------------------*/
#single-service {
  background: #e8eff0;
}
#single-service section:not(.kv) {
  background: transparent;
}
#single-service h2 {
  background: transparent;
}
#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: 0.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: #f8f8f8;
}
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: 0.375rem 0.75rem;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.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: 0.375rem 1rem 0.375rem 0.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: 0.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 !important;
  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 !important;
  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: 0.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;
	}
}
*//*# sourceMappingURL=style.css.map */