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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

a {
  color: #202D3B;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

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

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

/*--------------------------------------
icons
---------------------------------------*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 5rem;
  color: #202D3B;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 767px) {
  body:not(#thankyou) {
    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;
  -webkit-transition: 0.2s all ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header img {
  width: auto;
}
header #site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 1rem;
  height: 100%;
}
header #site-title #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #site-title #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media all and (max-width: 991px) {
  header #site-title #logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header #site-title #logo a h1 {
  margin: 0;
  padding: 0;
}
header #site-title #logo a .img {
  height: 58px;
}
@media all and (max-width: 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 .link-corpsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  height: 100%;
}
header #site-title .link-corpsite a {
  padding: 4px 1.25rem;
  font-size: 0.875rem;
  border-left: 1px #95acc5 solid;
}
header #site-title .link-corpsite a .icon-external-link {
  margin-left: 0.125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #202D3B;
  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: 1080px) {
  header #site-title .link-corpsite {
    display: none;
  }
}
header #nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
header #nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1360px) {
  header #nav > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header #nav li {
  height: 100%;
}
header #nav li a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  line-height: 1;
}
header #nav li a p {
  margin-bottom: 0;
}
header #nav li.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media 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: 50px;
    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;
    -webkit-transition-property: opacity, top, right filter;
    transition-property: opacity, top, right filter;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            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 {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  header #nav li.nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-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 {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            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;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    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;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-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;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding-right: 1rem;
  }
  #nav-main #nav-main-inner {
    width: 100%;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
  }
  #nav-main #nav-main-corpsite {
    display: none;
  }
}
@media all and (max-width: 1360px) {
  #nav-main {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    display: none;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 200;
    pointer-events: auto;
  }
  #nav-main a {
    font-size: 1.125rem;
  }
  #nav-main #nav-main-inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 6rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            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: #202D3B;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #c73939;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#nav-main-contact a .icon-circle-arrow-r {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
@media (hover: hover) {
  #nav-main-contact a:hover {
    background: #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 2rem;
}
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;
}
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;
  background-position: center;
  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%;
  -o-object-fit: cover;
     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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #4a4a4a;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  #backtotop:hover {
    background: #7d7d7d;
  }
}

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

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/*--------------------------------------
container
---------------------------------------*/
.container {
  margin: 4rem auto 3rem auto;
  padding: 0 24px;
  max-width: 1128px;
  width: 100%;
  -webkit-box-sizing: border-box;
          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: #c73939;
  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: 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;
}

/*--------------------------------------
メッセージ
---------------------------------------*/
#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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
}

/*--------------------------------------
サービス
---------------------------------------*/
#service .container {
  margin: 4rem auto 0 auto;
}
@media all and (max-width: 991px) {
  #service .container {
    margin: 3rem auto 0 auto;
  }
}
@media all and (min-width: 768px) {
  #service .container .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#service .container .row > div {
  margin-bottom: 4rem;
}
@media all and (max-width: 991px) {
  #service .container .row > div {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 767px) {
  #service .container .row > div {
    margin-bottom: 1rem;
  }
}
#service .container .row > div .service-img {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #service .container .row > div .service-img {
    padding: 0;
  }
}
#service h3 {
  margin-bottom: 0.825rem;
  font-size: 1.125rem;
}
#service .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#service .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
}
#service .link {
  margin-top: 20px;
}
#service .link a:hover svg {
  fill: #c73939;
}
#service .link svg.icon-external-link {
  margin-bottom: 4px;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  #service .row > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------
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: 100%;
  max-width: 100%;
}

/*--------------------------------------
section 05 COMPANY
---------------------------------------*/
#company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #202D3B;
  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 .access-directions {
  padding: 1rem 2rem;
  border-left: 3px #c73939 solid;
}
#access .access-map {
  margin-top: 1.5rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 0;
}
#access .access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .access-company-name {
  margin-top: 1.25rem;
}
#access .access-company-info {
  margin-top: 0.25rem;
  font-size: 1rem;
}
#access .access-add-info {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
}

/*--------------------------------------
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: #202D3B;
  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: #202D3B;
  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: #202D3B;
}
body#contact .wpforms-page > .wpforms-field:not(.wpforms-field-pagebreak) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 2rem;
}
body#contact .wpforms-page > .wpforms-field:not(.wpforms-field-pagebreak) > .wpforms-field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          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 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input,
body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          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::-webkit-input-placeholder, body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input::-moz-placeholder, body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input:-ms-input-placeholder, body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) input::-ms-input-placeholder, body#contact .wpforms-field:not(.wpforms-field-pagebreak) textarea::-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
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 {
  -webkit-box-shadow: none !important;
          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 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            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::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
body#contact .wpforms-field:not(.wpforms-field-pagebreak) select::-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body#contact .wpforms-field-layout-rows {
  width: 100%;
}
body#contact .wpforms-field-layout-rows .wpforms-layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
body#contact .wpforms-field-layout-rows .wpforms-layout-row .wpforms-layout-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-bottom: 0 !important;
}
body#contact .flex-column-reverse fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body#contact .flex-column-reverse fieldset > ul {
  margin-top: 20px;
}
body#contact .flex-column-reverse fieldset > ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body#contact .flex-column-reverse fieldset textarea {
  margin: 0;
}
body#contact #wpforms-1806-field_35-container input {
  padding: 0;
}
body#contact #wpforms-1806-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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使用の場合
#contac {
	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;
	}
}
*/