/*!
 * 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;
}

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

.d-none {
  display: none;
}

#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: 116px;
  z-index: 9998;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
  padding-left: 20px;
  transition: all .3s ease;
}
@media all and (max-width: 991px) {
  header#header {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
header#header.is-active {
  background-color: rgba(255, 255, 255, 0.4);
}
header#header.active {
  background-color: #FFF;
}
@media all and (max-width: 991px) {
  header#header a.brand {
    width: 40px;
  }
}

nav#gnav {
  position: fixed;
  top: 116px;
  right: 0;
  width: 0;
  height: calc(100vh - 116px);
  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;
}
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-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-btn {
    font-size: 22px;
  }
}
.section-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-btn::after {
    top: auto;
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 12px;
  }
}
.section-btn:hover {
  box-shadow: none;
  background-color: #FFF;
  color: #666;
}
.section-btn:hover::after {
  background-image: url(../img/index/btn_arw_ho.svg);
  right: calc(100% - 114px);
}
@media all and (max-width: 991px) {
  .section-btn:hover::after {
    right: calc(100% - 48px);
  }
}

body#index section {
  position: relative;
}
body#index section .section-wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  body#index section .section-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#index section .section-title {
  border-top: 5px solid #000;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  body#index section .section-title {
    max-width: 320px;
  }
}
body#index section .section-title-text {
  padding-top: 17px;
  padding-bottom: 42px;
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 767px) {
  body#index section .section-title-text {
    font-size: 24px;
  }
}
body#index section .section-title-text span {
  font-size: 25px;
}
@media all and (max-width: 767px) {
  body#index section .section-title-text span {
    font-size: 14px;
  }
}
body#index section .section-title-logo {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  body#index section .section-title-logo {
    width: 45px;
    height: 45px;
  }
}
body#index section .section-title-logo img {
  width: 100%;
}
body#index section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body#index section .section-bg .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body#index section .section-bg #line01 {
  top: -30vw;
}
body#index section .section-bg #line02 {
  top: -1.25vw;
}
body#index section .section-bg #line03 {
  top: 53.437vw;
}
body#index section .section-bg #line04 {
  top: 72.864vw;
}
body#index section .section-bg #line05 {
  top: 119.427vw;
}
body#index section .section-bg #line06 {
  top: 31.875vw;
}
body#index section .section-bg #line07 {
  top: 46.145vw;
}
body#index section .section-bg #line08 {
  top: 118.0729vw;
}
body#index section.kv {
  background-color: #F5F5F5;
}
@media all and (max-width: 767px) {
  body#index section.kv {
    height: 120vw;
    overflow: hidden;
  }
}
body#index section.kv .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
body#index section.kv .kv-slider {
  width: 100%;
  height: 100%;
  z-index: 2;
}
body#index section.kv .kv-slide {
  width: 100%;
}
body#index section.kv .kv-slide img {
  opacity: 0;
}
body#index section.kv .kv-slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform: scale(3, 3);
  z-index: 1;
}
body#index section.kv .kv-slide-hu {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
body#index section.kv .slick-active .kv-slide-bg {
  animation-name: bgFade;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -webkit-animation-name: bgFade;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
@keyframes bgFade {
  0% {
    opacity: 0;
    transform: scale(3, 3);
  }
  6% {
    opacity: 1;
    transform: scale(1, 1);
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
body#index section.kv .slick-active .kv-slide-hu {
  animation-name: huFade;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -webkit-animation-name: huFade;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
@keyframes huFade {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 0;
  }
  37% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body#index section.kv .kv-copy {
  position: absolute;
  top: 21.770833vw;
  left: 7.27604vw;
  width: 50.50208vw;
  height: 4.368229vw;
  z-index: 3;
  transition: all .3s ease;
  opacity: 0;
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-copy {
    top: 67vw;
    left: 15px;
    width: 80vw;
    height: 7vw;
  }
}
body#index section.kv .kv-copy.is-active {
  opacity: 1;
}
body#index section.kv .kv-copy img {
  height: 100%;
}
body#index section.kv .kv-catch {
  position: absolute;
  top: 35.0vw;
  left: 0;
  z-index: 3;
  overflow: hidden;
  transition: all .3s ease;
  width: 0;
  height: 36.75208vw;
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-catch {
    top: auto;
    bottom: 0;
    left: -44vw;
  }
}
body#index section.kv .kv-catch.is-active {
  width: 92.12395vw;
}
@media all and (max-width: 767px) {
  body#index section.kv .kv-catch.is-active {
    width: 141vw;
  }
}
body#index section.kv .kv-catch img {
  max-width: none;
  width: 100%;
  height: 100%;
}
body#index section.lead {
  background-color: #F5F5F5;
  margin-top: -11.25vw;
  padding-top: 11.25vw;
  padding-bottom: 12.1254vw;
  z-index: 1;
}
@media all and (max-width: 767px) {
  body#index section.lead {
    margin-top: 0;
    padding: 30px 15px 130px;
  }
}
body#index section.lead .lead-paint {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#index section.lead .lead-paint01 {
  position: absolute;
  top: 0;
  left: 64.0625vw;
  width: 52.8125vw;
  transform: rotate(-76deg);
}
body#index section.lead .lead-paint02 {
  position: absolute;
  top: 22.65625vw;
  left: -22.8125vw;
  width: 65vw;
  transform: rotate(-45deg);
}
body#index section.lead .lead-img {
  width: 52.083333vw;
  height: 48.68593vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 5vw;
}
@media all and (max-width: 767px) {
  body#index section.lead .lead-img {
    width: 100%;
    height: calc((100vw - 30px)/1000*935);
    margin-bottom: 60px;
  }
}
body#index section.lead .lead-img img {
  height: 100%;
}
body#index section.lead .lead-copy {
  width: 52.083333vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 7.083vw;
  font-weight: 900;
  font-size: 3vw;
}
@media all and (max-width: 767px) {
  body#index section.lead .lead-copy {
    width: 100%;
    margin-bottom: 60px;
    font-size: 5.655vw;
  }
}
@media all and (max-width: 575px) {
  body#index section.lead .lead-copy {
    font-size: 5.4vw;
  }
}
body#index section.ca {
  background-color: #F5F5F5;
}
body#index section.ca .ca-bg {
  position: relative;
  z-index: 1;
}
body#index section.ca .ca-wrap {
  position: relative;
  z-index: 2;
  margin-top: -11.66667vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  padding: 77px 0;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1365px) {
  body#index section.ca .ca-wrap {
    max-width: 1200px;
  }
}
@media all and (max-width: 991px) {
  body#index section.ca .ca-wrap {
    padding: 20px 0;
    width: calc(100% - 30px);
    margin-top: -20px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
body#index section.ca .ca-inner {
  max-width: 675px;
  width: 100%;
}
@media all and (max-width: 991px) {
  body#index section.ca .ca-inner {
    padding: 15px;
  }
}
body#index section.ca .ca-title {
  position: relative;
  text-align: center;
  padding-bottom: 33px;
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  body#index section.ca .ca-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
body#index section.ca .ca-title::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index section.ca .ca-title .ca-title-en {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
@media all and (min-width: 992px) {
  body#index section.ca .ca-title .ca-title-en {
    font-size: 23px;
  }
}
body#index section.ca .ca-title .ca-title-ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 992px) {
  body#index section.ca .ca-title .ca-title-ja {
    font-size: 52px;
  }
}
body#index section.ca .ca-text {
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 63px;
}
@media all and (max-width: 991px) {
  body#index section.ca .ca-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#index section.ca .section-btn {
  font-size: 28px;
}
@media all and (max-width: 767px) {
  body#index section.ca .section-btn {
    font-size: 20px;
  }
}
body#index section.comp {
  padding: 18.75vw 0;
  background-color: #EEE;
}
body#index section.comp::before, body#index section.comp::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 18.75vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body#index section.comp::before {
  top: 0;
  background-image: url(../img/index/comp_top.svg);
}
body#index section.comp::after {
  bottom: 0;
  background-image: url(../img/index/comp_btm.svg);
}
body#index section.comp .section-wrap {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  body#index section.comp .section-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body#index section.comp .comp-text {
  margin-top: 70px;
  margin-bottom: 120px;
  text-align: center;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body#index section.comp .comp-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
  }
}
body#index section.comp .comp-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 87px;
}
@media all and (max-width: 767px) {
  body#index section.comp .comp-box-wrap {
    margin-bottom: 30px;
  }
}
body#index section.comp .comp-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
body#index section.comp .comp-box-6 {
  width: calc((100% - 20px)/2);
  padding-top: 35px;
  padding-bottom: 40px;
}
@media all and (max-width: 991px) {
  body#index section.comp .comp-box-6 {
    width: 100%;
  }
}
body#index section.comp .comp-box-6 .comp-box-text {
  font-size: 32px;
  margin-right: 50px;
}
@media all and (max-width: 767px) {
  body#index section.comp .comp-box-6 .comp-box-text {
    font-size: 24px;
    margin-right: 24px;
  }
}
body#index section.comp .comp-box-4 {
  width: calc((100% - 40px)/3);
  padding-top: 49px;
  padding-bottom: 53px;
}
@media all and (max-width: 767px) {
  body#index section.comp .comp-box-4 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
body#index section.comp .comp-box-4 .comp-box-text {
  font-size: 52px;
  letter-spacing: 6px;
  margin-left: 6px;
}
@media all and (max-width: 991px) {
  body#index section.comp .comp-box-4 .comp-box-text {
    font-size: 28px;
  }
}
body#index section.comp .comp-box-text {
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 767px) {
  body#index section.comp .comp-box-img {
    width: 95px;
  }
}
body#index section.merit {
  background-color: #F5F5F5;
  padding-bottom: 18.75vw;
}
@media all and (max-width: 767px) {
  body#index section.merit {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body#index section.merit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18.75vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/index/merit_btm.svg);
}
body#index section.merit .merit-title {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 45px;
  line-height: 1.7;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
  }
}
body#index section.merit .merit-box-wrap {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  body#index section.merit .merit-box-wrap {
    flex-direction: column;
  }
}
body#index section.merit .merit-box {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 57px 48px 36px;
}
@media all and (min-width: 992px) {
  body#index section.merit .merit-box {
    width: calc((100% - 36px)/3);
  }
}
@media all and (max-width: 991px) {
  body#index section.merit .merit-box {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
body#index section.merit .merit-box-title {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1439px) {
  body#index section.merit .merit-box-title {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-box-title {
    font-size: 24px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
body#index section.merit .merit-box-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 168px;
  height: 10px;
  background-color: #000;
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-box-title::after {
    height: 5px;
  }
}
body#index section.merit .merit-box-title span {
  color: red;
}
body#index section.merit .merit-box-text {
  font-size: 26px;
  line-height: 1.7;
}
@media all and (max-width: 1439px) {
  body#index section.merit .merit-box-text {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-box-text {
    font-size: 16px;
    line-height: 2;
  }
}
body#index section.merit .merit-table {
  margin-bottom: 30px;
}
body#index section.merit .merit-table-label {
  background-color: #4882A7;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 18px;
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-table-label {
    font-size: 20px;
  }
}
body#index section.merit .merit-table-row {
  display: flex;
}
body#index section.merit .merit-table-head,
body#index section.merit .merit-table-doc {
  width: 50%;
  text-align: center;
}
body#index section.merit .merit-table-head {
  font-size: 32px;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-table-head {
    font-size: 16px;
  }
}
body#index section.merit .merit-table-head.merit-table-left {
  color: #2A2D71;
}
body#index section.merit .merit-table-head.merit-table-right {
  color: #E58526;
}
body#index section.merit .merit-table-left {
  background-color: #FFF;
}
body#index section.merit .merit-table-right {
  background-color: #FDF7EB;
}
body#index section.merit .merit-table-doc {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  body#index section.merit .merit-table-doc {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
body#index section.merit .merit-table-doc::before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}
body#index section.merit .merit-table-doc.merit-table-left::before {
  background-image: url(../img/index/hikaku_delta.svg);
  width: 57px;
  height: 49px;
}
body#index section.merit .merit-table-doc.merit-table-right::before {
  background-image: url(../img/index/hikaku_circle.svg);
  width: 51px;
  height: 51px;
}
body#index section.step {
  padding-top: 115px;
  padding-bottom: 331px;
}
@media all and (max-width: 767px) {
  body#index section.step {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
body#index section.step .step-title {
  margin-top: 80px;
  margin-bottom: 55px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 767px) {
  body#index section.step .step-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
body#index section.step .step-text {
  margin-bottom: 109px;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  body#index section.step .step-text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#index section.uv {
  margin-bottom: 218px;
}
@media all and (max-width: 767px) {
  body#index section.uv {
    margin-bottom: 30px;
  }
}
body#index section.uv .uv-bg img {
  display: block;
}
@media all and (min-width: 992px) {
  body#index section.uv .uv-bg img {
    width: 91%;
  }
}
body#index section.uv .uv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 1200px) {
  body#index section.uv .uv-wrap {
    max-width: 1150px;
  }
}
@media all and (min-width: 992px) {
  body#index section.uv .uv-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 960px;
  }
}
@media all and (max-width: 991px) {
  body#index section.uv .uv-wrap {
    position: relative;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
body#index section.uv .uv-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: 1439px) {
  body#index section.uv .uv-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 991px) {
  body#index section.uv .uv-box {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#index section.uv .uv-inner {
  max-width: 636px;
}
@media all and (min-width: 992px) {
  body#index section.uv .uv-bg img {
    margin-left: auto;
  }
}
body#index section.uv .uv-title {
  position: relative;
  padding-bottom: 33px;
}
@media all and (max-width: 767px) {
  body#index section.uv .uv-title {
    padding-bottom: 20px;
  }
}
body#index section.uv .uv-title::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#index section.uv .uv-title .uv-title-en {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
@media all and (min-width: 992px) {
  body#index section.uv .uv-title .uv-title-en {
    font-size: 23px;
  }
}
body#index section.uv .uv-title .uv-title-ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 992px) {
  body#index section.uv .uv-title .uv-title-ja {
    font-size: 52px;
  }
}
body#index section.uv .uv-text {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 48px;
  margin-bottom: 63px;
}
@media all and (max-width: 1439px) {
  body#index section.uv .uv-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  body#index section.uv .uv-text {
    font-size: 16px;
  }
}
body#index section.works {
  margin-top: 200px;
  padding-top: 84px;
  padding-bottom: 116px;
  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 .section-wrap {
  max-width: 1200px;
}
body#index section.works .works-list {
  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.entry {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (max-width: 991px) {
  body#index section.entry {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section.entry .entry-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  body#index section.entry .entry-title {
    font-size: 24px;
  }
}
body#index section.entry .link-group a {
  display: block;
}
body#index section.entry .qr {
  max-width: 233px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
body#index section.entry .btn {
  max-width: 320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  color: #FFFFFF;
  background-color: #00C300;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  border: 3px solid #00C300;
  letter-spacing: 3px;
}
body#index section.entry .btn:hover {
  background-color: #FFFFFF;
  color: #00C300;
}

body#philosophy section,
body#merit section,
body#step section,
body#entry section,
body#ca section,
body#casingle section,
body#uv section,
body#uvsingle section {
  position: relative;
}
body#philosophy section .section-wrap,
body#merit section .section-wrap,
body#step section .section-wrap,
body#entry section .section-wrap,
body#ca section .section-wrap,
body#casingle section .section-wrap,
body#uv section .section-wrap,
body#uvsingle section .section-wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1400px) {
  body#philosophy section .section-wrap,
  body#merit section .section-wrap,
  body#step section .section-wrap,
  body#entry section .section-wrap,
  body#ca section .section-wrap,
  body#casingle section .section-wrap,
  body#uv section .section-wrap,
  body#uvsingle section .section-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#philosophy section.kv,
body#merit section.kv,
body#step section.kv,
body#entry section.kv,
body#ca section.kv,
body#casingle section.kv,
body#uv section.kv,
body#uvsingle section.kv {
  background-image: url(../img/philosophy/kv.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 37.6041666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  body#philosophy section.kv,
  body#merit section.kv,
  body#step section.kv,
  body#entry section.kv,
  body#ca section.kv,
  body#casingle section.kv,
  body#uv section.kv,
  body#uvsingle section.kv {
    height: 80vw;
  }
}
body#philosophy section.kv::after,
body#merit section.kv::after,
body#step section.kv::after,
body#entry section.kv::after,
body#ca section.kv::after,
body#casingle section.kv::after,
body#uv section.kv::after,
body#uvsingle section.kv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.0625vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/common/kv_cover.svg);
}
body#philosophy section.kv h1,
body#merit section.kv h1,
body#step section.kv h1,
body#entry section.kv h1,
body#ca section.kv h1,
body#casingle section.kv h1,
body#uv section.kv h1,
body#uvsingle section.kv h1 {
  color: #FFF;
  text-align: center;
}
body#philosophy section.kv h1 .en,
body#merit section.kv h1 .en,
body#step section.kv h1 .en,
body#entry section.kv h1 .en,
body#ca section.kv h1 .en,
body#casingle section.kv h1 .en,
body#uv section.kv h1 .en,
body#uvsingle section.kv h1 .en {
  font-size: 3.48vw;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  position: relative;
  padding-bottom: 26px;
}
@media all and (max-width: 767px) {
  body#philosophy section.kv h1 .en,
  body#merit section.kv h1 .en,
  body#step section.kv h1 .en,
  body#entry section.kv h1 .en,
  body#ca section.kv h1 .en,
  body#casingle section.kv h1 .en,
  body#uv section.kv h1 .en,
  body#uvsingle section.kv h1 .en {
    font-size: 32px;
    padding-bottom: 4px;
  }
}
body#philosophy section.kv h1 .en::after,
body#merit section.kv h1 .en::after,
body#step section.kv h1 .en::after,
body#entry section.kv h1 .en::after,
body#ca section.kv h1 .en::after,
body#casingle section.kv h1 .en::after,
body#uv section.kv h1 .en::after,
body#uvsingle section.kv h1 .en::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 600px;
  width: 100%;
  height: 5px;
  background-color: #FFF;
}
body#philosophy section.kv h1 .ja,
body#merit section.kv h1 .ja,
body#step section.kv h1 .ja,
body#entry section.kv h1 .ja,
body#ca section.kv h1 .ja,
body#casingle section.kv h1 .ja,
body#uv section.kv h1 .ja,
body#uvsingle section.kv h1 .ja {
  font-size: 1.51vw;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body#philosophy section.kv h1 .ja,
  body#merit section.kv h1 .ja,
  body#step section.kv h1 .ja,
  body#entry section.kv h1 .ja,
  body#ca section.kv h1 .ja,
  body#casingle section.kv h1 .ja,
  body#uv section.kv h1 .ja,
  body#uvsingle section.kv h1 .ja {
    font-size: 18px;
  }
}
body#philosophy section.content .section-bg,
body#merit section.content .section-bg,
body#step section.content .section-bg,
body#entry section.content .section-bg,
body#ca section.content .section-bg,
body#casingle section.content .section-bg,
body#uv section.content .section-bg,
body#uvsingle section.content .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
body#philosophy section.content .section-bg .line,
body#merit section.content .section-bg .line,
body#step section.content .section-bg .line,
body#entry section.content .section-bg .line,
body#ca section.content .section-bg .line,
body#casingle section.content .section-bg .line,
body#uv section.content .section-bg .line,
body#uvsingle section.content .section-bg .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body#philosophy section.content .section-bg #line09,
body#merit section.content .section-bg #line09,
body#step section.content .section-bg #line09,
body#entry section.content .section-bg #line09,
body#ca section.content .section-bg #line09,
body#casingle section.content .section-bg #line09,
body#uv section.content .section-bg #line09,
body#uvsingle section.content .section-bg #line09 {
  top: 8.416vw;
}
body#philosophy section.content .section-bg #line10,
body#merit section.content .section-bg #line10,
body#step section.content .section-bg #line10,
body#entry section.content .section-bg #line10,
body#ca section.content .section-bg #line10,
body#casingle section.content .section-bg #line10,
body#uv section.content .section-bg #line10,
body#uvsingle section.content .section-bg #line10 {
  top: 27.817vw;
}
body#philosophy section.content .section-bg #line11,
body#merit section.content .section-bg #line11,
body#step section.content .section-bg #line11,
body#entry section.content .section-bg #line11,
body#ca section.content .section-bg #line11,
body#casingle section.content .section-bg #line11,
body#uv section.content .section-bg #line11,
body#uvsingle section.content .section-bg #line11 {
  top: 74.406vw;
}
body#philosophy section.content .section-bg #line12,
body#merit section.content .section-bg #line12,
body#step section.content .section-bg #line12,
body#entry section.content .section-bg #line12,
body#ca section.content .section-bg #line12,
body#casingle section.content .section-bg #line12,
body#uv section.content .section-bg #line12,
body#uvsingle section.content .section-bg #line12 {
  top: 91.718vw;
}

body#philosophy section.content {
  padding-top: 136px;
  padding-bottom: 250px;
}
@media all and (max-width: 767px) {
  body#philosophy section.content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#philosophy section.content .section-wrap {
  max-width: 1100px;
}
body#philosophy section.content .philosophy-copy {
  max-width: 970px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 47px;
}
@media all and (max-width: 767px) {
  body#philosophy section.content .philosophy-copy {
    margin-bottom: 30px;
  }
}
body#philosophy section.content .philosophy-title {
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 123px;
}
@media all and (max-width: 767px) {
  body#philosophy section.content .philosophy-title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
body#philosophy section.content .philosophy-text {
  font-size: 32px;
  line-height: 2.5;
}
@media all and (max-width: 767px) {
  body#philosophy section.content .philosophy-text {
    font-size: 20px;
    line-height: 2;
  }
}

body#merit section.kv {
  background-image: url(../img/merit/kv.png);
}
body#merit section.content {
  padding-top: 121px;
  padding-bottom: 214px;
}
@media all and (max-width: 767px) {
  body#merit section.content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#merit section.content .merit-title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 88px;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
body#merit section.content .merit-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 94px;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-box-wrap {
    margin-bottom: 30px;
  }
}
body#merit section.content .merit-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
body#merit section.content .merit-box-6 {
  width: calc((100% - 20px)/2);
  padding-top: 35px;
  padding-bottom: 40px;
}
@media all and (max-width: 991px) {
  body#merit section.content .merit-box-6 {
    width: 100%;
  }
}
body#merit section.content .merit-box-6 .merit-box-text {
  font-size: 32px;
  margin-right: 50px;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-box-6 .merit-box-text {
    font-size: 24px;
    margin-right: 24px;
  }
}
body#merit section.content .merit-box-4 {
  width: calc((100% - 40px)/3);
  padding-top: 49px;
  padding-bottom: 53px;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-box-4 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
body#merit section.content .merit-box-4 .merit-box-text {
  font-size: 52px;
  letter-spacing: 6px;
  margin-left: 6px;
}
@media all and (max-width: 991px) {
  body#merit section.content .merit-box-4 .merit-box-text {
    font-size: 28px;
  }
}
body#merit section.content .merit-box-text {
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-box-img {
    width: 95px;
  }
}
body#merit section.content .merit-lead {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 94px;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-lead {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
body#merit section.content .merit-trouble-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
body#merit section.content .merit-trouble {
  border-bottom: 10px solid #D9D9D9;
  font-size: 52px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-trouble {
    font-size: 28px;
    text-align: center;
  }
}
body#merit section.content .merit-trouble:not(:last-child) {
  margin-bottom: 19px;
}
body#merit section.content .merit-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.1;
}
@media all and (max-width: 767px) {
  body#merit section.content .merit-text {
    font-size: 20px;
    line-height: 2;
  }
}

body#step section.kv {
  background-image: url(../img/step/kv.png);
}
body#step section.content {
  padding-top: 121px;
  padding-bottom: 148px;
}
@media all and (max-width: 767px) {
  body#step section.content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#step section.content .step-title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 52px;
}
@media all and (max-width: 767px) {
  body#step section.content .step-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
body#step section.content .step-text {
  max-width: 1050px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 138px;
}
@media all and (max-width: 767px) {
  body#step section.content .step-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
body#step section.content .step-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  body#step section.content .step-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
body#step section.content .step-item:not(:last-child) .step-list-doc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 138px;
  height: 30px;
  background-image: url(../img/step/arrow.svg);
}
body#step section.content .step-list-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-right: 50px;
  padding-bottom: 32px;
  padding-left: 50px;
  position: relative;
}
@media all and (max-width: 991px) {
  body#step section.content .step-list-doc {
    padding: 20px 10px;
  }
}
body#step section.content .step-list-img {
  width: 365px;
}
@media all and (max-width: 991px) {
  body#step section.content .step-list-img {
    width: 100%;
  }
}
body#step section.content .step-list-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  body#step section.content .step-list-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
body#step section.content .step-list-text {
  font-size: 18px;
  line-height: 2;
}
@media all and (max-width: 991px) {
  body#step section.content .step-list-text {
    font-size: 14px;
  }
}

body#entry section.kv {
  background-image: url(../img/entry/kv.png);
}
body#entry section.content {
  padding-bottom: 120px;
}
body#entry 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#entry section.content .section-wrap {
    padding: 60px 15px 120px;
  }
}
body#entry section.content .entry-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
body#entry section.content .link-group a {
  display: block;
}
body#entry section.content .qr {
  max-width: 233px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 30px;
}
body#entry section.content .btn {
  max-width: 320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  color: #FFFFFF;
  background-color: #00C300;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  border: 3px solid #00C300;
  letter-spacing: 3px;
}
body#entry section.content .btn:hover {
  background-color: #FFFFFF;
  color: #00C300;
}

body#uv section.kv {
  background-image: url(../img/uv/kv.png);
}
body#uv .uv-content {
  position: relative;
  z-index: 1;
  padding-top: 71px;
  padding-bottom: 166px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  body#uv .uv-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#uv .uv-lead {
  font-size: 48px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 111px;
}
@media all and (max-width: 767px) {
  body#uv .uv-lead {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 24px;
    margin-bottom: 60px;
  }
}
body#uv .uv-box {
  position: relative;
  margin-bottom: 25px;
}
body#uv .uv-img {
  position: relative;
  z-index: 1;
}
body#uv .uv-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#uv .uv-doc {
    margin-top: -15px;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
  }
}
body#uv .uv-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  body#uv .uv-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body#uv .uv-name span {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  body#uv .uv-name span {
    font-size: 14px;
  }
}
body#uv .uv-text {
  font-size: 18px;
  line-height: 2.23;
  margin-bottom: 34px;
}
@media all and (max-width: 767px) {
  body#uv .uv-text {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
  }
}
body#uv a.uv-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#uv a.uv-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#uv a.uv-link:hover {
  box-shadow: none;
  background-color: #999;
}
body#uv a.uv-link:hover::after {
  right: 100%;
  width: 0;
}

body#uvsingle.uv01 section.kv {
  background-image: url(../img/uv/uv01/kv.png);
}
@media all and (max-width: 767px) {
  body#uvsingle.uv01 section.kv {
    background-image: url(../img/uv/uv01/kv@2x.png);
  }
}
body#uvsingle.uv02 section.kv {
  background-image: url(../img/uv/uv02/kv.png);
}
@media all and (max-width: 767px) {
  body#uvsingle.uv02 section.kv {
    background-image: url(../img/uv/uv02/kv@2x.png);
  }
}
body#uvsingle.uv03 section.kv {
  background-image: url(../img/uv/uv03/kv.png);
}
@media all and (max-width: 767px) {
  body#uvsingle.uv03 section.kv {
    background-image: url(../img/uv/uv03/kv@2x.png);
  }
}
body#uvsingle .uv-content {
  position: relative;
  z-index: 1;
  padding-top: 71px;
  padding-bottom: 166px;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#uvsingle .uv-main-title {
  font-size: 52px;
  font-weight: bold;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 119px;
  line-height: 1.7;
  color: #666;
}
@media all and (max-width: 991px) {
  body#uvsingle .uv-main-title {
    font-size: 44px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-main-title br {
    display: none;
  }
}
body#uvsingle .uv-img {
  position: relative;
  z-index: 1;
  width: 81.25vw;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-img {
    width: 100%;
  }
}
body#uvsingle .uv-img.uv-img-right {
  margin-left: auto;
}
body#uvsingle .uv-img.uv-img-left {
  margin-right: auto;
}
body#uvsingle .uv-img.uv-img-center {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
body#uvsingle .uv-title {
  position: relative;
  z-index: 2;
  font-size: 42px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 72.9vw;
  padding-right: 5.2vw;
  padding-left: 5.2vw;
  margin-top: -167px;
  margin-bottom: 90px;
  background-color: #FFF;
  color: #666;
}
@media all and (max-width: 991px) {
  body#uvsingle .uv-title {
    margin-top: -80px;
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-title {
    width: calc(100% - 30px);
    margin-top: -20px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 15px;
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  body#uvsingle .uv-title br {
    display: none;
  }
}
body#uvsingle .uv-title.uv-title-left {
  margin-right: auto;
}
body#uvsingle .uv-title.uv-title-right {
  margin-left: auto;
}
body#uvsingle .uv-title.uv-title-center {
  margin-right: auto;
  margin-left: auto;
}
body#uvsingle .uv-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#uvsingle .uv-text {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 60px;
  }
}
body#uvsingle .uv-profile {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 169px;
  position: relative;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-profile {
    margin-bottom: 60px;
  }
}
body#uvsingle .uv-profile-img {
  max-width: 900px;
  width: 100%;
}
body#uvsingle .uv-profile-doc {
  position: absolute;
  right: 0;
  bottom: 49px;
  padding: 52px 46px 49px;
  max-width: 600px;
  width: 100%;
  background-color: #FFF;
  color: #666;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-profile-doc {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 15px;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
    margin-top: -20px;
  }
}
body#uvsingle .uv-profile-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-profile-name {
    font-size: 20px;
  }
}
body#uvsingle .uv-profile-name span {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-profile-name span {
    font-size: 14px;
  }
}
body#uvsingle .uv-profile-text {
  font-size: 18px;
  line-height: 2.2;
}
@media all and (max-width: 767px) {
  body#uvsingle .uv-profile-text {
    font-size: 16px;
  }
}
body#uvsingle a.uv-link-btn {
  display: block;
  max-width: 480px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #000;
  line-height: 1;
  text-align: center;
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
}
@media all and (max-width: 767px) {
  body#uvsingle a.uv-link-btn {
    margin-right: 15px;
    margin-left: 15px;
    max-width: calc(100% - 30px);
  }
}
body#uvsingle a.uv-link-btn:hover {
  background-color: #000;
  color: #FFF;
}

body#ca .ca-slide,
body#casingle .ca-slide {
  margin-right: 15px;
  margin-left: 15px;
}
body#ca .ca-slide .ca-item,
body#casingle .ca-slide .ca-item {
  position: relative;
  width: 330px;
  display: block;
}
body#ca .ca-slide .ca-item-bg,
body#casingle .ca-slide .ca-item-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 555px;
  height: 555px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#ca .ca-slide .ca-item-bg img,
body#casingle .ca-slide .ca-item-bg img {
  width: 60%;
}
body#ca .ca-slide .ca-item-img,
body#casingle .ca-slide .ca-item-img {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all .3s ease;
}
body#ca .ca-slide .ca-item-img img,
body#casingle .ca-slide .ca-item-img img {
  width: 280px;
  height: 500px;
}
body#ca .ca-slide .ca-item-data,
body#casingle .ca-slide .ca-item-data {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #2F2F2F;
  color: #FFF;
  padding: 17px 25px;
  transition: all .3s ease;
}
body#ca .ca-slide .ca-item-data::after,
body#casingle .ca-slide .ca-item-data::after {
  content: "\f054";
  font-family: fontAwesome;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  line-height: 1;
  height: 23px;
  font-size: 23px;
}
body#ca .ca-slide .ca-item-data::before,
body#casingle .ca-slide .ca-item-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0.8;
  background-color: #FFFFFF;
}
body#ca .ca-slide .ca-item:hover .ca-item-img,
body#casingle .ca-slide .ca-item:hover .ca-item-img {
  padding-left: 20px;
}
body#ca .ca-slide .ca-item:hover .ca-item-data::before,
body#casingle .ca-slide .ca-item:hover .ca-item-data::before {
  animation-name: slideflash;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  -webkit-animation-name: slideflash;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
}
@keyframes opflash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideflash {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
body#ca .ca-slide .ca-item.ca01 .ca-item-data,
body#casingle .ca-slide .ca-item.ca01 .ca-item-data {
  background-color: #F19926;
}
body#ca .ca-slide .ca-item.ca02 .ca-item-data,
body#casingle .ca-slide .ca-item.ca02 .ca-item-data {
  background-color: #75258D;
}
body#ca .ca-slide .ca-item.ca03 .ca-item-data,
body#casingle .ca-slide .ca-item.ca03 .ca-item-data {
  background-color: #41B851;
}
body#ca .ca-slide .ca-item.ca04 .ca-item-data,
body#casingle .ca-slide .ca-item.ca04 .ca-item-data {
  background-color: #E1C600;
}
body#ca .ca-slide .ca-item.ca05 .ca-item-data,
body#casingle .ca-slide .ca-item.ca05 .ca-item-data {
  background-color: #46BAEF;
}
body#ca .ca-slide .ca-item.ca06 .ca-item-data,
body#casingle .ca-slide .ca-item.ca06 .ca-item-data {
  background-color: #8FC31F;
}
body#ca .ca-slide .ca-item.ca07 .ca-item-data,
body#casingle .ca-slide .ca-item.ca07 .ca-item-data {
  background-color: #E60012;
}
body#ca .ca-slide .ca-item.ca08 .ca-item-data,
body#casingle .ca-slide .ca-item.ca08 .ca-item-data {
  background-color: #1C9D85;
}
body#ca .ca-slide .ca-position,
body#casingle .ca-slide .ca-position {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
body#ca .ca-slide .ca-name,
body#casingle .ca-slide .ca-name {
  font-size: 31px;
  line-height: 1;
}

@media all and (max-width: 767px) {
  body#casingle .ca-slide .ca-item-bg {
    width: 370px;
    height: 370px;
  }
}
@media all and (max-width: 767px) {
  body#casingle .ca-slide .ca-item-img img {
    width: 186px;
    height: 333px;
  }
}
@media all and (max-width: 767px) {
  body#casingle .ca-slide .ca-item-data {
    bottom: 80px;
  }
}

body#ca section.kv {
  background-image: url(../img/ca/kv.png);
}
body#ca section.content {
  padding-top: 121px;
  padding-bottom: 190px;
}
@media all and (max-width: 991px) {
  body#ca section.content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
body#ca section.content .ca-title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 54px;
}
@media all and (max-width: 991px) {
  body#ca section.content .ca-title {
    font-size: 32px;
  }
}
body#ca section.content .ca-text {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 125px;
  line-height: 2.222;
}
@media all and (min-width: 992px) {
  body#ca section.content .ca-text {
    font-size: 18px;
    text-align: center;
  }
}
@media all and (max-width: 1400px) {
  body#ca section.content .ca-text {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#ca section.content .ca-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
@media all and (min-width: 1080px) {
  body#ca section.content .ca-list {
    max-width: 1080px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  body#ca section.content .ca-list {
    flex-direction: column;
  }
}
body#ca section.content .ca-list .ca-item {
  margin-bottom: 135px;
}
@media all and (max-width: 991px) {
  body#ca section.content .ca-list .ca-item {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1080px) {
  body#ca section.content #ca04,
  body#ca section.content #ca09 {
    margin-right: 30px;
    margin-left: 30px;
  }
}

body#casingle.ca01 .ca-q,
body#casingle.ca01 .ca-profile-name {
  color: #F19926;
}
body#casingle.ca02 .ca-q,
body#casingle.ca02 .ca-profile-name {
  color: #75258D;
}
body#casingle.ca03 .ca-q,
body#casingle.ca03 .ca-profile-name {
  color: #41B851;
}
body#casingle.ca04 .ca-q,
body#casingle.ca04 .ca-profile-name {
  color: #E1C600;
}
body#casingle.ca05 .ca-q,
body#casingle.ca05 .ca-profile-name {
  color: #46BAEF;
}
body#casingle.ca06 .ca-q,
body#casingle.ca06 .ca-profile-name {
  color: #8FC31F;
}
body#casingle.ca07 .ca-q,
body#casingle.ca07 .ca-profile-name {
  color: #E60012;
}
body#casingle.ca08 .ca-q,
body#casingle.ca08 .ca-profile-name {
  color: #1C9D85;
}
body#casingle section.content {
  padding-top: 130px;
  padding-bottom: 90px;
}
@media all and (max-width: 991px) {
  body#casingle section.content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#casingle section.content .ca-profile {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 108px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-profile {
    margin-bottom: 60px;
  }
}
body#casingle section.content .ca-profile-img img {
  width: 100%;
}
body#casingle section.content .ca-profile-doc {
  background-color: #FFF;
  padding: 15px;
}
@media all and (min-width: 992px) {
  body#casingle section.content .ca-profile-doc {
    position: absolute;
    right: 0;
    bottom: 40px;
    padding: 64px;
  }
}
body#casingle section.content .ca-profile-copy {
  color: #666;
  font-size: 24px;
  margin-bottom: 34px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-profile-copy {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
body#casingle section.content .ca-profile-data {
  display: flex;
  align-items: center;
  line-height: 1;
}
body#casingle section.content .ca-profile-name {
  font-size: 44px;
  margin-right: 40px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-profile-name {
    font-size: 32px;
    margin-right: 16px;
  }
}
body#casingle section.content .ca-profile-old {
  font-size: 23px;
  color: #666;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-profile-old {
    font-size: 16px;
  }
}
body#casingle section.content .ca-profile-qr {
  display: block;
}
@media all and (min-width: 992px) {
  body#casingle section.content .ca-profile-qr {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 30px;
    bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-profile-qr {
    background-color: #00C300;
    color: #FFFFFF;
    border-radius: 8px;
    width: calc(100% - 30px);
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
body#casingle section.content .ca-qa {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-qa {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#casingle section.content .ca-q {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 57px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-q {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body#casingle section.content .ca-a {
  background-color: #F5F5F5;
  padding: 48px 50px;
  font-size: 24px;
  line-height: 2.5;
  color: #666;
  margin-bottom: 90px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-a {
    padding: 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
body#casingle section.content .ca-img {
  margin-bottom: 147px;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-img {
    margin-bottom: 60px;
  }
}
body#casingle section.content .ca-img img {
  width: 100%;
}
body#casingle section.content .ca-slider {
  margin-bottom: 60px;
}
body#casingle section.content .ca-slide .ca-item {
  margin-right: 45px;
  margin-left: 45px;
  padding-bottom: 70px;
}
@media all and (max-width: 1365px) {
  body#casingle section.content .ca-slide .ca-item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
body#casingle section.content .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: red;
  font-size: 56px;
  height: 56px;
  line-height: 1;
  z-index: 2;
}
body#casingle section.content .slick-prev {
  left: 18.75vw;
}
@media all and (max-width: 991px) {
  body#casingle section.content .slick-prev {
    left: 15px;
  }
}
body#casingle section.content .slick-next {
  right: 18.75vw;
}
@media all and (max-width: 991px) {
  body#casingle section.content .slick-next {
    right: 15px;
  }
}
body#casingle section.content .ca-slide:not(.slick-active) {
  opacity: 0.5;
}
body#casingle section.content .ca-slide:not(.slick-active) a {
  pointer-events: none;
}
body#casingle section.content .ca-slide:focus,
body#casingle section.content button:focus {
  outline: none;
}
@media all and (max-width: 991px) {
  body#casingle section.content .ca-btn-area {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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