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

/*--------------------------------------
fonts
---------------------------------------*/
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: 400;
}

/*--------------------------------------
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: 991px) {
  .sp {
    display: none;
  }
}

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 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: #FFFFFF;
}

.hamburger-box {
  width: 40px;
  height: 20px;
  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: #FFFFFF;
  border-radius: 0px;
  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: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

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

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100%;
}

.gf-montserrat, header#header nav#gnav .gnav-link, footer#footer nav#fnav .fnav-link, .section-title .section-title-en {
  font-family: 'Montserrat', sans-serif;
}

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

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
#load.hide {
  opacity: 0;
  visibility: hidden;
}
#load .loader,
#load .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#load .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(8, 66, 113, 0.2);
  border-right: 1.1em solid rgba(8, 66, 113, 0.2);
  border-bottom: 1.1em solid rgba(8, 66, 113, 0.2);
  border-left: 1.1em solid #084271;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease;
}
header#header .header-left,
header#header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
header#header .header-left {
  padding-left: 20px;
}
@media all and (max-width: 545px) {
  header#header .header-left {
    padding-left: 15px;
  }
}
header#header a.header-logo,
header#header .header-copy {
  position: relative;
  z-index: 2;
}
header#header a.header-logo {
  display: block;
}
header#header .header-copy {
  padding-left: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
@media all and (max-width: 545px) {
  header#header .header-copy {
    display: none;
  }
}
header#header nav#gnav {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1199px) {
  header#header nav#gnav {
    position: absolute;
    top: -100vh;
    top: 0;
    left: 0;
    padding-top: 70px;
    width: 100%;
    height: 100vh;
    background-color: rgba(8, 66, 113, 0.9);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media all and (max-width: 1199px) {
  header#header nav#gnav.is-active {
    visibility: visible;
    opacity: 1;
  }
}
@media all and (min-width: 1200px) {
  header#header nav#gnav .gnav-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header#header nav#gnav .gnav-link {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  line-height: 1;
}
header#header nav#gnav .gnav-link:hover {
  background-color: #084271;
  color: #FFFFFF;
}
@media all and (max-width: 1199px) {
  header#header nav#gnav .gnav-link:hover {
    background-color: #0095FA;
  }
}
header#header nav#gnav .gnav-btn {
  background-color: #FFFFFF;
  color: #084271;
}
@media all and (min-width: 1200px) {
  header#header nav#gnav .gnav-btn {
    padding: 0 85px;
  }
}
header#header #hamburger {
  position: relative;
  z-index: 2;
  margin-right: 17px;
  line-height: 0;
}
@media all and (min-width: 1200px) {
  header#header #hamburger {
    display: none;
  }
}
header#header.is-active {
  background-color: #FFFFFF;
}
header#header.is-active svg g {
  fill: #084271;
}
header#header.is-active .header-copy {
  color: #084271;
}
header#header.is-active nav#gnav {
  background-color: #FFFFFF;
}
header#header.is-active nav#gnav .gnav-link {
  color: #084271;
}
header#header.is-active nav#gnav .gnav-link:hover {
  color: #FFFFFF;
}
header#header.is-active nav#gnav .gnav-btn {
  background-color: #084271;
  color: #FFFFFF;
}
header#header.is-active nav#gnav .gnav-btn:hover {
  background-color: #FFFFFF;
  color: #084271;
}
header#header.is-active .hamburger-inner, header#header.is-active .hamburger-inner::before, header#header.is-active .hamburger-inner::after {
  background-color: #084271;
}

footer#footer {
  padding-bottom: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer#footer nav#fnav {
  width: 100%;
  background-color: #333;
}
@media all and (max-width: 991px) {
  footer#footer nav#fnav {
    display: none;
  }
}
footer#footer nav#fnav .fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#footer nav#fnav .fnav-link {
  font-size: 14px;
  color: #FFFFFF;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  line-height: 1;
}
footer#footer nav#fnav .fnav-link:hover {
  background-color: #084271;
  color: #FFFFFF;
}
@media all and (max-width: 1199px) {
  footer#footer nav#fnav .fnav-link:hover {
    background-color: #0095FA;
  }
}
footer#footer .footer-logo {
  margin-top: 80px;
  margin-bottom: 23px;
}
footer#footer .footer-copy {
  font-size: 14px;
  font-weight: bold;
  color: #084271;
  margin-bottom: 50px;
}

.section-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media all and (max-width: 545px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .section-title-ja {
  margin-bottom: 7px;
}
@media all and (max-width: 545px) {
  .section-title .section-title-ja {
    font-size: 14px;
  }
}
.section-title .section-title-en {
  font-size: 48px;
  font-weight: 600;
}
@media all and (max-width: 545px) {
  .section-title .section-title-en {
    font-size: 32px;
  }
}

body#index section#kv {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../img/kv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#index section#kv .kv-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body#index section#kv .kv-copy {
  width: 59.01041666vw;
}
@media all and (max-width: 767px) {
  body#index section#kv .kv-copy {
    width: 90vw;
  }
}
body#index section#kv .kv-copy img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
body#index section#kv .kv-copy .kv-copy-copy {
  margin-bottom: 3.17708333vw;
}
body#index section#kv .scrolldown {
  position: absolute;
  bottom: 36px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  body#index section#kv .scrolldown {
    font-size: 14px;
    bottom: 18px;
  }
}
body#index section#kv .scrolldown::before {
  content: "";
  position: absolute;
  top: -104px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 94px;
  background-color: #FFFFFF;
}
@media all and (max-width: 767px) {
  body#index section#kv .scrolldown::before {
    height: 45px;
    top: -55px;
  }
}
body#index section#message {
  padding-top: 73px;
  padding-bottom: 87px;
}
body#index section#message .message-title,
body#index section#message .message-text {
  text-align: center;
}
@media all and (max-width: 767px) {
  body#index section#message .message-title,
  body#index section#message .message-text {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body#index section#message .message-title {
  margin-bottom: 50px;
}
body#index section#message .message-text {
  font-size: 18px;
  line-height: 2.7;
}
@media all and (max-width: 545px) {
  body#index section#message .message-text {
    text-align: left;
    font-size: 14px;
    line-height: 2;
  }
}
body#index section#message .message-text span {
  font-size: 24px;
  color: #084271;
  position: relative;
}
@media all and (max-width: 545px) {
  body#index section#message .message-text span {
    font-size: 18px;
    background-color: rgba(8, 66, 113, 0.3);
  }
}
body#index section#message .message-text span::after {
  content: "";
  background-color: rgba(8, 66, 113, 0.09);
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 545px) {
  body#index section#message .message-text span::after {
    display: none;
  }
}
body#index section#service {
  background-image: url(../img/service_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 20px;
}
@media all and (max-width: 545px) {
  body#index section#service {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
body#index section#service .section-title {
  color: #FFFFFF;
}
body#index section#service .service-item {
  display: flex;
}
@media all and (max-width: 1199px) {
  body#index section#service .service-item {
    flex-direction: column;
  }
}
body#index section#service .service-img {
  width: 61vw;
  height: 500px;
  position: relative;
}
@media all and (max-width: 1199px) {
  body#index section#service .service-img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  body#index section#service .service-img {
    height: 42.48vw;
  }
}
body#index section#service .service-img::before, body#index section#service .service-img::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
}
@media all and (max-width: 545px) {
  body#index section#service .service-img::before, body#index section#service .service-img::after {
    display: none;
  }
}
body#index section#service .service-img::before {
  border-width: 500px 278px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  left: 0;
}
@media all and (max-width: 767px) {
  body#index section#service .service-img::before {
    border-width: 42.48vw 23.62vw 0 0;
  }
}
body#index section#service .service-img::after {
  border-width: 0 0 500px 278px;
  border-color: transparent transparent #FFFFFF transparent;
  right: 0;
}
@media all and (max-width: 767px) {
  body#index section#service .service-img::after {
    border-width: 0 0 42.48vw 23.62vw;
  }
}
body#index section#service .service-img img {
  height: 500px;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  body#index section#service .service-img img {
    height: 42.48vw;
  }
}
@media all and (max-width: 545px) {
  body#index section#service .service-img img {
    height: 42.808219vw;
  }
}
body#index section#service .service-doc {
  width: 39vw;
  background-color: #FFFFFF;
}
@media all and (min-width: 1200px) {
  body#index section#service .service-doc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media all and (max-width: 1199px) {
  body#index section#service .service-doc {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 1199px) {
  body#index section#service .service-doc-inner {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 545px) {
  body#index section#service .service-doc-inner {
    width: 100%;
  }
}
body#index section#service .service-title {
  font-size: 32px;
  color: #084271;
  font-weight: bold;
  margin-bottom: 32px;
}
@media all and (max-width: 1199px) {
  body#index section#service .service-title {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 767px) {
  body#index section#service .service-title {
    font-size: 24px;
  }
}
body#index section#service .service-text {
  line-height: 2.5;
}
@media all and (max-width: 767px) {
  body#index section#service .service-text {
    font-size: 14px;
    line-height: 2;
  }
}
@media all and (min-width: 1200px) {
  body#index section#service .service-item-right {
    flex-direction: row-reverse;
  }
}
body#index section#service .service-item-right .service-img::after {
  display: none;
}
@media all and (min-width: 1200px) {
  body#index section#service .service-item-right .service-doc {
    padding-left: 7.1875vw;
  }
}
body#index section#service .service-item-left .service-img::before {
  display: none;
}
@media all and (min-width: 1200px) {
  body#index section#service .service-item-left .service-doc {
    padding-right: 7.1875vw;
  }
}
body#index section#aboutus {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media all and (max-width: 545px) {
  body#index section#aboutus {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#aboutus .aboutus-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1030px) {
  body#index section#aboutus .aboutus-content {
    margin-right: 15px;
    margin-left: 15px;
  }
}
body#index section#aboutus .aboutus-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
body#index section#aboutus .aboutus-list dt, body#index section#aboutus .aboutus-list dd {
  border-bottom: 1px solid #084271;
  font-size: 18px;
  padding: 14px 0;
}
@media all and (max-width: 545px) {
  body#index section#aboutus .aboutus-list dt, body#index section#aboutus .aboutus-list dd {
    font-size: 16px;
  }
}
body#index section#aboutus .aboutus-list dt {
  width: 116px;
}
@media all and (max-width: 991px) {
  body#index section#aboutus .aboutus-list dt {
    width: 100%;
    border-bottom-color: rgba(8, 66, 113, 0.3);
  }
}
body#index section#aboutus .aboutus-list dd {
  width: calc(100% - 116px);
}
@media all and (max-width: 991px) {
  body#index section#aboutus .aboutus-list dd {
    width: 100%;
  }
}
body#index section#aboutus iframe {
  width: 100%;
  height: 410px;
}

body#index section#contact,
body#confirm section#contact,
body#complete section#contact {
  background-image: url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 74px;
  padding-bottom: 148px;
}
@media all and (max-width: 545px) {
  body#index section#contact,
  body#confirm section#contact,
  body#complete section#contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#index section#contact .section-title,
body#confirm section#contact .section-title,
body#complete section#contact .section-title {
  color: #FFFFFF;
}
body#index section#contact .contact-text,
body#confirm section#contact .contact-text,
body#complete section#contact .contact-text {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 60px;
  font-size: 18px;
}
body#index section#contact .form-wrap,
body#confirm section#contact .form-wrap,
body#complete section#contact .form-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1030px) {
  body#index section#contact .form-wrap,
  body#confirm section#contact .form-wrap,
  body#complete section#contact .form-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media all and (max-width: 991px) {
  body#index section#contact .form-wrap,
  body#confirm section#contact .form-wrap,
  body#complete section#contact .form-wrap {
    flex-direction: column;
  }
}
body#index section#contact .form-left,
body#index section#contact .form-right,
body#confirm section#contact .form-left,
body#confirm section#contact .form-right,
body#complete section#contact .form-left,
body#complete section#contact .form-right {
  width: 100%;
}
@media all and (min-width: 546px) {
  body#index section#contact .form-left,
  body#index section#contact .form-right,
  body#confirm section#contact .form-left,
  body#confirm section#contact .form-right,
  body#complete section#contact .form-left,
  body#complete section#contact .form-right {
    margin-bottom: 24px;
  }
}
body#index section#contact .form-left,
body#confirm section#contact .form-left,
body#complete section#contact .form-left {
  max-width: 446px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body#index section#contact .form-right,
body#confirm section#contact .form-right,
body#complete section#contact .form-right {
  max-width: 528px;
}
@media all and (max-width: 545px) {
  body#index section#contact .form-group,
  body#confirm section#contact .form-group,
  body#complete section#contact .form-group {
    margin-bottom: 16px;
  }
}
body#index section#contact .form-group label,
body#confirm section#contact .form-group label,
body#complete section#contact .form-group label {
  color: #FFFFFF;
}
body#index section#contact .form-btn,
body#confirm section#contact .form-btn,
body#complete section#contact .form-btn {
  width: 100%;
}
body#index section#contact .form-btn button,
body#confirm section#contact .form-btn button,
body#complete section#contact .form-btn button {
  width: 100%;
  text-align: center;
  background-color: #0095FA;
  border-radius: 4px;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 18px;
}
body#index section#contact .form-control,
body#confirm section#contact .form-control,
body#complete section#contact .form-control {
  border-radius: 8px;
}

body#confirm section#contact {
  padding-top: 140px;
}
body#confirm section#contact .form-center {
  background-color: #FFFFFF;
  width: 100%;
  padding: 40px 60px 60px;
  margin-bottom: 20px;
}
body#confirm section#contact .form-center dl {
  display: flex;
  flex-wrap: wrap;
}
body#confirm section#contact .form-center dt, body#confirm section#contact .form-center dd {
  border-bottom: 1px solid #084271;
  padding: 20px 0;
}
body#confirm section#contact .form-center dt {
  width: 20%;
}
body#confirm section#contact .form-center dd {
  width: 80%;
}
body#confirm section#contact .form-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#confirm section#contact .form-btn button {
  max-width: 49%;
}
body#confirm section#contact .form-btn button.btn-bak {
  background-color: #666;
}

body#complete section#contact {
  padding-top: 140px;
}
body#complete section#contact .complete-text {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  color: #FFFFFF;
}

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