/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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;
}

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

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button {
  text-transform: none;
}

select {
  text-transform: none;
  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;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 300;
}

/*--------------------------------------
base
---------------------------------------*/
body {
  position: relative;
}

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

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

.cf:after {
  content: "";
  display: block;
  clear: both;
}

a {
  transition: all .3s ease;
}
a::before, a::after {
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
}

@media all and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .sp {
    display: none;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 0px 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #666;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #666;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}
.form-control-color::-moz-color-swatch, .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}
.form-file-input:focus-within ~ .form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-file-input[disabled] ~ .form-file-label .form-file-text, .form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}
.form-file-sm .form-file-text, .form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}
.form-file-lg .form-file-text, .form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb, .form-range:focus::-moz-range-thumb, .form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}
.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb, .form-range:disabled::-moz-range-thumb, .form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}
.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #28a745;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #28a745;
}

.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #dc3545;
}

.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

body {
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-top: 80px;
}
@media all and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 1s ease;
  background-color: #FFFFFF;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#load.is-active {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  animation: rotation 2.0s infinite ease-in-out;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  z-index: 9998;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 35px;
  padding-left: 23px;
}
@media all and (max-width: 991px) {
  header#header {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 991px) {
  header#header a.brand {
    width: 145px;
  }
}
header#header .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
header#header a.contact {
  display: block;
  line-height: 1;
  background-color: #666;
  padding: 18px 50px;
  letter-spacing: 3px;
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 35px;
}
@media all and (max-width: 991px) {
  header#header a.contact {
    padding: 10px 10px;
    font-size: 14px;
    margin-right: 15px;
  }
}
header#header a.contact:hover {
  background-color: #FFFFFF;
  color: #666;
}

nav#gnav {
  position: fixed;
  top: 80px;
  right: 0;
  width: 0;
  height: calc(100vh - 80px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  transition: all .3s ease;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  nav#gnav {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
nav#gnav.is-active {
  width: 100%;
}
nav#gnav .gnav-list {
  margin-left: auto;
  width: 350px;
  height: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}
nav#gnav .gnav-link {
  display: block;
  line-height: 1;
  background-color: #FFFFFF;
  text-align: right;
  padding: 15px 15px 20px;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  color: #000000;
  font-weight: bold;
  position: relative;
  background-color: #FFFFFF;
}
@media all and (max-width: 991px) {
  nav#gnav .gnav-link {
    padding: 20px 15px;
  }
}
nav#gnav .gnav-link:hover {
  background-color: #e6e6e6;
}
nav#gnav .gnav-link::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 100px;
  height: 5px;
  background-color: #000000;
}
@media all and (max-width: 991px) {
  nav#gnav .gnav-link::after {
    bottom: 8px;
  }
}

footer#footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media all and (max-width: 991px) {
  footer#footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer#footer .footer-wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 991px) {
  footer#footer .footer-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  footer#footer .footer-logo {
    width: 120px;
  }
}
footer#footer .footer-nav {
  display: flex;
}
@media all and (max-width: 991px) {
  footer#footer .footer-nav {
    display: none;
  }
}
footer#footer .footer-nav-link {
  display: block;
  margin: 0 16px;
  color: #FFFFFF;
  font-weight: bold;
}
footer#footer .footer-nav-link:hover {
  text-decoration: underline;
}
footer#footer .footer-nav-link:last-child {
  margin-right: 0;
}
footer#footer .footer-company {
  margin-top: 69px;
  text-align: right;
  font-size: 19px;
  line-height: 1.7;
}
@media all and (max-width: 991px) {
  footer#footer .footer-company {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
  }
}
footer#footer .footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin-top: 105px;
}
@media all and (max-width: 991px) {
  footer#footer .footer-copyright {
    font-size: 12px;
    margin-top: 30px;
  }
}

.section-link-btn {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
  padding: 20px 0 22px;
  background-color: #666;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  max-width: 650px;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  box-shadow: -10px 10px 0 #CCC;
  border: 3px solid #666;
}
@media all and (max-width: 991px) {
  .section-link-btn {
    font-size: 22px;
  }
}
.section-link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 35px;
  background-image: url(../img/index/btn_arw.svg);
  background-size: cover;
  width: 79px;
  height: 24px;
}
@media all and (max-width: 991px) {
  .section-link-btn::after {
    top: auto;
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 12px;
  }
}
.section-link-btn:hover {
  box-shadow: none;
  background-color: #FFF;
  color: #666;
}
.section-link-btn:hover::after {
  background-image: url(../img/index/btn_arw_ho.svg);
  right: calc(100% - 114px);
}
@media all and (max-width: 991px) {
  .section-link-btn:hover::after {
    right: calc(100% - 48px);
  }
}

body#index section {
  position: relative;
}
body#index section .section-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media all and (max-width: 1199px) {
  body#index section .section-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}
body#index section .section-title {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 43px;
}
@media all and (max-width: 991px) {
  body#index section .section-title {
    padding-bottom: 19px;
  }
}
body#index section .section-title::after {
  content: "";
  width: 150px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 991px) {
  body#index section .section-title::after {
    height: 5px;
  }
}
body#index section .section-title .section-title-mark {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  body#index section .section-title .section-title-mark {
    margin-bottom: 10px;
  }
}
body#index section .section-title .section-title-en {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #999;
}
@media all and (max-width: 991px) {
  body#index section .section-title .section-title-en {
    font-size: 14px;
  }
}
body#index section .section-title .section-title-ja {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 991px) {
  body#index section .section-title .section-title-ja {
    font-size: 24px;
  }
}
body#index section .section-title .section-title-ja span {
  font-size: 25px;
}
@media all and (max-width: 991px) {
  body#index section .section-title .section-title-ja span {
    font-size: 16px;
  }
}
body#index section .section-title.center {
  align-items: center;
  text-align: center;
}
body#index section .section-title.center::after {
  right: 0;
  margin: auto;
}
body#index section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
body#index section .section-bg-obj {
  position: absolute;
}
body#index section.kv canvas#gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.33;
}
body#index section.kv img {
  width: 100%;
}
body#index section#philosophy {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#index section#philosophy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#philosophy .philosophy-text {
  max-width: 1024px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
}
@media all and (max-width: 991px) {
  body#index section#philosophy .philosophy-text {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
  }
}
body#index section#philosophy .philosophy-bg #philosophy01 {
  width: 35.5729vw;
  top: 183px;
  left: -3.802083vw;
  transform: rotate(118deg);
}
body#index section#philosophy .philosophy-bg #philosophy02 {
  width: 22.7083vw;
  top: 249px;
  left: 1.302083vw;
  transform: rotate(109deg);
}
body#index section#philosophy .philosophy-bg #philosophy03 {
  width: 35.5729vw;
  top: 169px;
  right: -12.03125vw;
  transform: rotate(170deg);
}
body#index section#merit {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#index section#merit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#merit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 544px;
  background: transparent linear-gradient(180deg, #FDC9FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: -2;
  opacity: 0.27;
}
body#index section#merit .merit-title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 991px) {
  body#index section#merit .merit-title {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 1.5;
  }
}
body#index section#merit .merit-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  body#index section#merit .merit-list {
    flex-direction: column;
  }
}
body#index section#merit .merit-item {
  width: calc((100% - 48px)/4);
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 991px) {
  body#index section#merit .merit-item {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 20px 0;
  }
}
body#index section#merit .merit-text {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  body#index section#merit .merit-text {
    font-size: 19px;
  }
}
body#index section#merit .merit-bg #merit01 {
  top: -25px;
  left: -52px;
  width: 25.3125vw;
}
body#index section#merit .merit-bg #merit02 {
  top: 280px;
  left: -115px;
  width: 19.53125vw;
}
body#index section#merit .merit-bg #merit03 {
  top: 180px;
  right: -167px;
  width: 20.20833vw;
}
body#index section#merit .merit-bg #merit04 {
  top: 377px;
  right: -91px;
  width: 28.4895683vw;
}
body#index section#system {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#index section#system {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#system .section-wrap {
  background-color: #FFFFFF;
  padding: 56px 48px;
}
@media all and (max-width: 991px) {
  body#index section#system .section-wrap {
    padding: 30px 10px;
  }
}
body#index section#system .system-title {
  margin-top: 51px;
  margin-bottom: 51px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 991px) {
  body#index section#system .system-title {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 1.5;
  }
}
body#index section#system .system-text {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 79px;
}
@media all and (max-width: 991px) {
  body#index section#system .system-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#index section#system .system-bg #system01 {
  top: 0;
  left: 0;
  width: 75.625vw;
}
body#index section#system .system-bg #system02 {
  top: 98px;
  left: 7.55vw;
  width: 75.625vw;
}
body#index section#system .system-bg #system03 {
  top: 714px;
  right: 0;
  width: 49.5833vw;
}
body#index section#flow {
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#index section#flow {
    padding-bottom: 60px;
  }
}
body#index section#flow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 218px;
  z-index: 1;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #ADADAD 100%) 0% 0% no-repeat padding-box;
  opacity: 0.27;
}
body#index section#flow .section-wrap {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  box-shadow: 0 3px 6px rgba(92, 22, 22, 0.16);
  background-color: #FFFFFF;
}
@media all and (max-width: 991px) {
  body#index section#flow .section-wrap {
    padding: 30px 0 60px;
  }
}
body#index section#flow .flow-wrap {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  body#index section#flow .flow-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }
}
body#index section#flow .flow-title {
  padding-top: 60px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 991px) {
  body#index section#flow .flow-title {
    font-size: 32px;
  }
}
body#index section#flow .flow-text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 991px) {
  body#index section#flow .flow-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}
body#index section#flow .flow-bg #flow01 {
  top: 292px;
  left: 0;
  width: 100%;
}
body#index section#comparison {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media all and (max-width: 991px) {
  body#index section#comparison {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#comparison .comparison-title {
  padding-top: 85px;
  padding-bottom: 92px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991px) {
  body#index section#comparison .comparison-title {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 32px;
  }
}
body#index section#comparison .comparison-title::before, body#index section#comparison .comparison-title::after {
  content: "";
  display: block;
  width: 287px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 991px) {
  body#index section#comparison .comparison-title::before, body#index section#comparison .comparison-title::after {
    display: none;
  }
}
body#index section#comparison .comparison-title::before {
  left: 0;
}
body#index section#comparison .comparison-title::after {
  right: 0;
}
@media all and (max-width: 767px) {
  body#index section#comparison .comparison-table {
    width: 100%;
    overflow-x: scroll;
  }
}
@media all and (max-width: 767px) {
  body#index section#comparison .comparison-table img {
    width: 751px;
    max-width: none;
  }
}
body#index section#comparison .comparison-bg #comparison01 {
  top: 9px;
  left: 0;
  width: 100%;
}
@media all and (min-width: 992px) {
  body#index section#voice .voice-bg img {
    width: 91%;
  }
}
body#index section#voice .voice-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1200px) {
  body#index section#voice .voice-wrap {
    max-width: 1150px;
  }
}
@media all and (min-width: 992px) {
  body#index section#voice .voice-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 960px;
  }
}
@media all and (max-width: 991px) {
  body#index section#voice .voice-wrap {
    position: relative;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
body#index section#voice .voice-box {
  background-color: rgba(255, 255, 255, 0.79);
  width: 100%;
  padding-top: 57px;
  padding-bottom: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  body#index section#voice .voice-box {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#index section#voice .voice-inner {
  max-width: 630px;
}
@media all and (min-width: 992px) {
  body#index section#voice .section-title {
    padding-bottom: 33px;
  }
}
body#index section#voice .section-title::after {
  width: 100%;
  height: 5px;
}
@media all and (min-width: 992px) {
  body#index section#voice .section-title .section-title-en {
    font-size: 23px;
  }
}
@media all and (min-width: 992px) {
  body#index section#voice .section-title .section-title-ja {
    font-size: 52px;
  }
}
body#index section#voice .voice-text {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 48px;
  margin-bottom: 87px;
}
@media all and (max-width: 991px) {
  body#index section#voice .voice-text {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body#index section#works {
  margin-top: 160px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}
@media all and (max-width: 991px) {
  body#index section#works {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#works .works-list {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  body#index section#works .works-list {
    justify-content: space-evenly;
    margin-top: 30px;
  }
}
body#index section#works .works-item {
  width: 180px;
  margin: 0 10px 20px;
}
@media all and (max-width: 767px) {
  body#index section#works .works-item {
    width: 80px;
  }
}
body#index section#contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#index section#contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#contact .contact-title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  body#index section#contact .contact-title {
    font-size: 24px;
  }
}

body#philosophy section.kv,
body#merit section.kv,
body#system section.kv,
body#flow section.kv,
body#voice section.kv,
body#vsingle section.kv,
body#contact section.kv {
  position: relative;
  background-image: url(../img/common/kvbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 33.333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  body#philosophy section.kv,
  body#merit section.kv,
  body#system section.kv,
  body#flow section.kv,
  body#voice section.kv,
  body#vsingle section.kv,
  body#contact section.kv {
    margin-bottom: 60px;
  }
}
body#philosophy section.kv h1,
body#merit section.kv h1,
body#system section.kv h1,
body#flow section.kv h1,
body#voice section.kv h1,
body#vsingle section.kv h1,
body#contact section.kv h1 {
  text-align: center;
  max-width: 31.25vw;
  width: 100%;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  body#philosophy section.kv h1,
  body#merit section.kv h1,
  body#system section.kv h1,
  body#flow section.kv h1,
  body#voice section.kv h1,
  body#vsingle section.kv h1,
  body#contact section.kv h1 {
    max-width: 90%;
  }
}
body#philosophy section.kv h1 .en,
body#merit section.kv h1 .en,
body#system section.kv h1 .en,
body#flow section.kv h1 .en,
body#voice section.kv h1 .en,
body#vsingle section.kv h1 .en,
body#contact section.kv h1 .en {
  font-size: 3.4vw;
  position: relative;
  padding-bottom: 1.35vw;
  letter-spacing: 5px;
}
@media all and (max-width: 991px) {
  body#philosophy section.kv h1 .en,
  body#merit section.kv h1 .en,
  body#system section.kv h1 .en,
  body#flow section.kv h1 .en,
  body#voice section.kv h1 .en,
  body#vsingle section.kv h1 .en,
  body#contact section.kv h1 .en {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
body#philosophy section.kv h1 .en::after,
body#merit section.kv h1 .en::after,
body#system section.kv h1 .en::after,
body#flow section.kv h1 .en::after,
body#voice section.kv h1 .en::after,
body#vsingle section.kv h1 .en::after,
body#contact section.kv h1 .en::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-color: #000000;
}
@media all and (max-width: 991px) {
  body#philosophy section.kv h1 .en::after,
  body#merit section.kv h1 .en::after,
  body#system section.kv h1 .en::after,
  body#flow section.kv h1 .en::after,
  body#voice section.kv h1 .en::after,
  body#vsingle section.kv h1 .en::after,
  body#contact section.kv h1 .en::after {
    height: 2px;
  }
}
body#philosophy section.kv h1 .ja,
body#merit section.kv h1 .ja,
body#system section.kv h1 .ja,
body#flow section.kv h1 .ja,
body#voice section.kv h1 .ja,
body#vsingle section.kv h1 .ja,
body#contact section.kv h1 .ja {
  font-size: 1.5vw;
  padding-top: 1.6vw;
}
@media all and (max-width: 991px) {
  body#philosophy section.kv h1 .ja,
  body#merit section.kv h1 .ja,
  body#system section.kv h1 .ja,
  body#flow section.kv h1 .ja,
  body#voice section.kv h1 .ja,
  body#vsingle section.kv h1 .ja,
  body#contact section.kv h1 .ja {
    font-size: 20px;
  }
}
body#philosophy section.content,
body#merit section.content,
body#system section.content,
body#flow section.content,
body#voice section.content,
body#vsingle section.content,
body#contact section.content {
  background-image: url(../img/flow/flo_bg.svg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top center;
  padding-bottom: 216px;
}
@media all and (max-width: 991px) {
  body#philosophy section.content,
  body#merit section.content,
  body#system section.content,
  body#flow section.content,
  body#voice section.content,
  body#vsingle section.content,
  body#contact section.content {
    padding-bottom: 120px;
  }
}
body#philosophy section.content .section-wrap,
body#merit section.content .section-wrap,
body#system section.content .section-wrap,
body#flow section.content .section-wrap,
body#voice section.content .section-wrap,
body#vsingle section.content .section-wrap,
body#contact section.content .section-wrap {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1199px) {
  body#philosophy section.content .section-wrap,
  body#merit section.content .section-wrap,
  body#system section.content .section-wrap,
  body#flow section.content .section-wrap,
  body#voice section.content .section-wrap,
  body#vsingle section.content .section-wrap,
  body#contact section.content .section-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#philosophy section.content h2,
body#merit section.content h2,
body#system section.content h2,
body#flow section.content h2,
body#voice section.content h2,
body#vsingle section.content h2,
body#contact section.content h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 55px;
}
@media all and (max-width: 991px) {
  body#philosophy section.content h2,
  body#merit section.content h2,
  body#system section.content h2,
  body#flow section.content h2,
  body#voice section.content h2,
  body#vsingle section.content h2,
  body#contact section.content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
body#philosophy section.content h2:not(.none),
body#merit section.content h2:not(.none),
body#system section.content h2:not(.none),
body#flow section.content h2:not(.none),
body#voice section.content h2:not(.none),
body#vsingle section.content h2:not(.none),
body#contact section.content h2:not(.none) {
  position: relative;
  padding-bottom: 54px;
}
@media all and (max-width: 991px) {
  body#philosophy section.content h2:not(.none),
  body#merit section.content h2:not(.none),
  body#system section.content h2:not(.none),
  body#flow section.content h2:not(.none),
  body#voice section.content h2:not(.none),
  body#vsingle section.content h2:not(.none),
  body#contact section.content h2:not(.none) {
    padding-bottom: 30px;
  }
}
body#philosophy section.content h2:not(.none)::after,
body#merit section.content h2:not(.none)::after,
body#system section.content h2:not(.none)::after,
body#flow section.content h2:not(.none)::after,
body#voice section.content h2:not(.none)::after,
body#vsingle section.content h2:not(.none)::after,
body#contact section.content h2:not(.none)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 10px;
  background-color: #000000;
}

body#philosophy section.content {
  background-image: url(../img/philosophy/phi_bg.svg);
}
body#philosophy section.content .section-wrap {
  max-width: 1100px;
}
body#philosophy section.content .philosophy-title {
  font-size: 82px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 39px;
}
@media all and (max-width: 991px) {
  body#philosophy section.content .philosophy-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
body#philosophy section.content .philosophy-sub-title {
  font-size: 48px;
  margin-bottom: 108px;
}
@media all and (max-width: 991px) {
  body#philosophy section.content .philosophy-sub-title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
body#philosophy section.content .philosophy-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 2.5;
}
@media all and (max-width: 991px) {
  body#philosophy section.content .philosophy-text {
    font-size: 20px;
  }
}

body#merit section.content {
  background-image: url(../img/merit/mer_bg.svg);
}
body#merit section.content .issue-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  body#merit section.content .issue-list {
    margin-bottom: 30px;
  }
}
body#merit section.content .issue-item {
  width: calc((100% - 24px)/2);
  background-color: #F5F5F5;
  margin-bottom: 32px;
  color: #2B4889;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
@media all and (max-width: 991px) {
  body#merit section.content .issue-item {
    width: 100%;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
}
body#merit section.content .issue-text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 158px;
}
@media all and (max-width: 991px) {
  body#merit section.content .issue-text {
    font-size: 19px;
    margin-bottom: 60px;
  }
}
body#merit section.content .type-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  body#merit section.content .type-list {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
body#merit section.content .type-item {
  width: calc((100% - 24px)/4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #2B4889;
  padding-top: 57px;
  padding-bottom: 57px;
  font-weight: bold;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media all and (max-width: 991px) {
  body#merit section.content .type-item {
    width: 49%;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
  }
}
body#merit section.content .merit-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
@media all and (max-width: 991px) {
  body#merit section.content .merit-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body#merit section.content .merit-title::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 22px;
}
@media all and (max-width: 991px) {
  body#merit section.content .merit-title::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
body#merit section.content .merit-text {
  color: #666;
  font-size: 26px;
  line-height: 2;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  body#merit section.content .merit-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

body#system section.content {
  background-image: url(../img/system/sys_bg.svg);
}
body#system section.content .section-wrap {
  max-width: 1200px;
}
body#system section.content .system-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 163px;
}
@media all and (max-width: 991px) {
  body#system section.content .system-text {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
body#system section.content .system-group {
  text-align: center;
}

body#flow section.content {
  background-image: url(../img/flow/flo_bg.svg);
}
body#flow section.content .flow-text {
  max-width: 1052px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 138px;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-text {
    margin-bottom: 60px;
  }
}
body#flow section.content .flow-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-step {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
body#flow section.content .flow-step:not(:last-child) .flow-step-doc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 138px;
  height: 30px;
  background-image: url(../img/flow/flo_arrow.svg);
}
body#flow section.content .flow-step-doc {
  max-width: 1000px;
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 40px;
  padding-left: 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-step-doc {
    padding: 20px 10px;
  }
}
body#flow section.content .flow-step-img {
  width: 365px;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-step-img {
    width: 100%;
  }
}
body#flow section.content .flow-step-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-step-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
body#flow section.content .flow-step-text {
  font-size: 18px;
  line-height: 2;
}
@media all and (max-width: 991px) {
  body#flow section.content .flow-step-text {
    font-size: 14px;
  }
}
body#flow section.content .flow-btn {
  display: block;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

body#contact section.content .section-wrap {
  max-width: 900px;
  width: 100%;
  padding: 60px 100px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 991px) {
  body#contact section.content .section-wrap {
    padding: 15px;
  }
}
body#contact section.content dt {
  margin-bottom: 0.5rem;
}
body#contact section.content dd {
  border-bottom: 1px solid #888;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
body#contact section.content button.btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  transition: all .3s ease;
}
body#contact section.content button.btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
body#contact section.content button.btn-submit {
  border-color: #000000;
  background-color: #000000;
}
body#contact section.content button.btn-submit:hover {
  background-color: #FFFFFF;
  color: #000000;
}
body#contact section.content button.btn-back {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
body#contact section.content button.btn-back:hover {
  background-color: #FFFFFF;
  color: #4d4d4d;
}
body#contact section.content .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#contact section.content .btn-group button.btn {
  width: 49%;
}
body#contact section.content .thanks-text {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

body#voice section.content {
  background-image: url(../img/flow/flo_bg.svg);
}
body#voice section.content .section-wrap {
  max-width: 1200px;
}
body#voice section.content .voice-lead {
  font-size: 48px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 111px;
}
@media all and (max-width: 767px) {
  body#voice section.content .voice-lead {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
body#voice section.content .voice-box {
  position: relative;
  margin-bottom: 25px;
}
body#voice section.content .voice-img {
  position: relative;
  z-index: 1;
}
body#voice section.content .voice-doc {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  margin-top: -50px;
  margin-left: auto;
  padding: 45px;
  max-width: 780px;
  width: 100%;
}
@media all and (max-width: 767px) {
  body#voice section.content .voice-doc {
    margin-top: -15px;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
  }
}
body#voice section.content .voice-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  body#voice section.content .voice-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body#voice section.content .voice-text {
  font-size: 18px;
  line-height: 2.23;
}
@media all and (max-width: 767px) {
  body#voice section.content .voice-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
  }
}
body#voice section.content a.voice-link {
  display: block;
  font-size: 18px;
  line-height: 1;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  background-color: #666;
  color: #FFF;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 12px;
  box-shadow: -5px 5px 0 #CCC;
  position: relative;
}
body#voice section.content a.voice-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 130px;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
}
body#voice section.content a.voice-link:hover {
  box-shadow: none;
  background-color: #999;
}
body#voice section.content a.voice-link:hover::after {
  right: 100%;
  width: 0;
}
@media all and (min-width: 768px) {
  body#voice section.content .voice02 .voice-text {
    margin-bottom: 40px;
  }
}

body#vsingle section.content .vsingle-lead-title,
body#vsingle section.content .vsingle-lead-name,
body#vsingle section.content .vsingle-lead-text {
  width: 62.5vw;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-lead-title,
  body#vsingle section.content .vsingle-lead-name,
  body#vsingle section.content .vsingle-lead-text {
    width: calc(100% - 30px);
  }
}
body#vsingle section.content .vsingle-lead-title {
  font-size: 52px;
  font-size: 2.708333vw;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-lead-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-lead-title br {
    display: none;
  }
}
body#vsingle section.content .vsingle-lead-name {
  font-size: 28px;
  font-size: 1.458333vw;
  font-weight: bold;
  margin-bottom: 52px;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-lead-name {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
body#vsingle section.content .vsingle-lead-text {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 91px;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-lead-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
body#vsingle section.content .vsingle-box-img {
  position: relative;
  z-index: 1;
  width: 81.25vw;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-img {
    width: 100%;
  }
}
body#vsingle section.content .vsingle-box-img.vsingle-box-img-right {
  margin-left: auto;
}
body#vsingle section.content .vsingle-box-img.vsingle-box-img-left {
  margin-right: auto;
}
body#vsingle section.content .vsingle-box-img.vsingle-box-img-center {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
body#vsingle section.content .vsingle-box-title {
  position: relative;
  z-index: 2;
  font-size: 42px;
  font-size: 2.1875vw;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 72.9vw;
  margin-top: -167px;
  margin-top: -8.541666vw;
  margin-bottom: 90px;
  background-color: #FFF;
  color: #666;
  display: flex;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-title br {
    display: none;
  }
}
@media all and (max-width: 1365px) {
  body#vsingle section.content .vsingle-box-title {
    width: 81.25vw;
  }
}
@media all and (max-width: 991px) {
  body#vsingle section.content .vsingle-box-title {
    margin-top: -80px;
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-title {
    width: calc(100% - 30px);
    margin-top: -20px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    font-size: 20px;
  }
}
body#vsingle section.content .vsingle-box-title-left {
  justify-content: flex-start;
  padding-left: 18.75vw;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-title-left {
    padding-left: 15px;
  }
}
body#vsingle section.content .vsingle-box-title-right {
  justify-content: flex-end;
  padding-right: 18.75vw;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-title-right {
    justify-content: flex-start;
    padding-right: 15px;
  }
}
body#vsingle section.content .vsingle-box-title-center {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.2vw;
  padding-left: 5.2vw;
}
@media all and (max-width: 1365px) {
  body#vsingle section.content .vsingle-box-title-center {
    padding-right: 9.375vw;
    padding-left: 9.375vw;
  }
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-title-center {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#vsingle section.content .vsingle-box-text {
  width: 62.5vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 2.7;
  margin-bottom: 145px;
}
@media all and (max-width: 767px) {
  body#vsingle section.content .vsingle-box-text {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 60px;
  }
}
body#vsingle section.content a.vsingle-link-btn {
  display: block;
  margin: auto;
  padding: 25px 0;
  background-color: #666;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 480px;
  color: #FFFFFF;
  line-height: 1;
  position: relative;
  box-shadow: -10px 10px 0 #CCC;
}
@media all and (max-width: 767px) {
  body#vsingle section.content a.vsingle-link-btn {
    font-size: 22px;
    margin-right: 15px;
    margin-left: 15px;
    max-width: calc(100% - 30px);
  }
}
body#vsingle section.content a.vsingle-link-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
  background-image: url(../img/index/btn_arw.svg);
  width: 79px;
  height: 24px;
}
body#vsingle section.content a.vsingle-link-btn:hover {
  box-shadow: none;
  background-color: #999;
}

/*# sourceMappingURL=style.css.map */
