@charset "UTF-8";
/*!
* Start Bootstrap - Creative v6.0.2 (https://startbootstrap.com/themes/creative)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#f4623a;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#f4623a;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:"Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

footer, .masthead, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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: #010304;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

.sml {
  font-size: 14px;
}
@media (max-width: 768px) {
  .sml {
    font-size: 100%;
  }
}

a {
  color: #f4623a;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #d6370c;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin-bottom: 0.5rem;
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
  font-size: 80%;
  font-weight: 400;
}

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

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-sm-6, .col-md-6, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-3a {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.col-lg-3a a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media (min-width: 1100px) {
  .col-lg-3a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.form-control {
  display: block;
  width: 100%;
  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;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fbc2b3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
input[type=date].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #010304;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #010304;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-primary {
  color: #fff;
  background-color: #f4623a;
  border-color: #f4623a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f24516;
  border-color: #ee3e0d;
}
.btn-primary:focus {
  color: #fff;
  background-color: #f24516;
  border-color: #ee3e0d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #f4623a;
  border-color: #f4623a;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ee3e0d;
  border-color: #e23a0d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(246, 122, 88, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, input[type=button].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #010304;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0e5 !important;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d2124 !important;
}

button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.h-100 {
  height: 100% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #f4623a !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #d6370c !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-muted {
  color: #6c757d !important;
}

@media print {
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body, .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}
body, html {
  width: 100%;
  height: 100%;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

.btn {
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.page-section {
  padding: 2rem 0 8rem;
}
@media (min-width: 992px) {
  .page-section {
    padding: 4rem 0 8rem;
  }
}

.page-section.sec1 {
  padding: 2rem 0 3rem;
}
@media (min-width: 992px) {
  .page-section.sec1 {
    padding: 4rem 0 3rem;
  }
}

#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}

@media (min-width: 992px) {
  #mainNav {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.85);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand, #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover, #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
}
section.masthead {
  padding-top: 10rem;
  padding-bottom: 5.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
section.masthead h1 {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  section.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  section.masthead p {
    font-size: 1.15rem;
  }
  section.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  section.masthead h1 {
    font-size: 3.5rem;
  }
}
#portfolio .container-fluid {
  max-width: 1920px;
}
#portfolio .container-fluid .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(244, 98, 58, 0.9)), color-stop(rgba(240, 94, 54, 0.9)), color-stop(rgba(237, 90, 50, 0.9)), color-stop(rgba(224, 81, 41, 0.9)), to(rgba(211, 66, 26, 0.9)));
  background-image: linear-gradient(to right bottom, rgba(244, 98, 58, 0.9), rgba(240, 94, 54, 0.9), rgba(237, 90, 50, 0.9), rgba(224, 81, 41, 0.9), rgba(211, 66, 26, 0.9));
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category {
  font-family: "Merriweather Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.5rem;
  font-weight: 700;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.bg-custom-1 {
  background-color: #FB7D5B;
}

h2, .h2, h3, .h3, h4, .h4 {
  color: #212529;
  font-weight: 700;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  text-align: left;
}

.btn-xl {
  font-size: 1rem;
}

.btn, .btn-xl {
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.btn-primary {
  background-color: #c62c24;
}
.btn-primary:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.hide {
  visibility: hidden;
}

br.mob-br, br.tb-br, br.pc-br {
  display: none;
}

#mainNav .navbar-brand {
  font-size: 1.5rem;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
}

section.masthead {
  background-image: url("../assets/img/bg-masthead.png");
}
section.masthead h1 {
  -webkit-text-shadow: 4px 3px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
  -ms-text-shadow: 4px 3px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
  text-shadow: 4px 3px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
}
section.masthead p {
  font-size: 1.25rem;
  -webkit-text-shadow: 2px 2px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
  -ms-text-shadow: 2px 2px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
  text-shadow: 2px 2px 1px rgba(0, 111, 138, 0.8), 0 0 4px rgba(0, 111, 138, 0.8);
}
section.masthead h1::-moz-selection, section.masthead p::-moz-selection, section.masthead br::-moz-selection {
  color: #fff;
  background-color: #006F8A;
}
section.masthead h1::-moz-selection, section.masthead p::-moz-selection, section.masthead br::-moz-selection, section.masthead h1::selection, section.masthead p::selection, section.masthead br::selection {
  color: #fff;
  background-color: #006F8A;
}

#portfolio .portfolio-thumb .inner {
  position: relative;
}
#portfolio .portfolio-thumb .inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.84615%;
}
#portfolio .portfolio-thumb .inner > picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#portfolio .portfolio-box {
  background: #fff;
}
#portfolio .portfolio-box .portfolio-box-caption .project-name {
  padding: 0 8px;
}
#portfolio .portfolio-box > .project-name {
  font-size: 1.25rem;
  text-align: center;
  padding: 0 8px;
  min-height: 141px;
  -webkit-box-shadow: 0 -3px 4px -2px #dee2e6 inset, 0 -2px 1px -1px #ced4da inset;
          box-shadow: 0 -3px 4px -2px #dee2e6 inset, 0 -2px 1px -1px #ced4da inset;
}
#portfolio .portfolio-box > .project-name a {
  color: #343a40;
  text-decoration: none;
}
#portfolio .portfolio-box > .project-name a span.project-category {
  color: #6c757d;
  font-size: 1rem;
  display: block;
}
#portfolio .portfolio-box > .project-name a span.project-category::after {
  content: "";
  display: block;
  border-bottom: 2px solid #f4623a;
  margin: 8px auto 10px;
  width: 25%;
}
#portfolio .portfolio-box > .project-name a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#lists #list-grid .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 1fr 1fr;
}
#lists #list-grid #web {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
#lists #list-grid #print {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#lists #list-grid #app {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
#lists #work-web ul, #lists #work-print ul, #lists #work-app ul {
  list-style-type: none;
  padding-left: 0;
}
#lists #work-web ul li, #lists #work-print ul li, #lists #work-app ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-left: 8px solid #6c757d;
  padding: 4px 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: background-color 0.25s ease-in-out, border-left-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-left-color 0.25s ease-in-out;
}
#lists #work-web ul li:hover, #lists #work-print ul li:hover, #lists #work-app ul li:hover {
  background-color: #751e07;
  border-left-color: #f4623a;
}
#lists #work-web ul li a, #lists #work-print ul li a, #lists #work-app ul li a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
#lists #work-web ul li a::after, #lists #work-print ul li a::after, #lists #work-app ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#lists #work-web ul li a .work-title::after, #lists #work-print ul li a .work-title::after, #lists #work-app ul li a .work-title::after {
  color: #6c757d;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  margin-left: 8px;
}
#lists .work-title {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}
#lists .release {
  color: #ced4da;
  font-size: 14px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 24px;
}

.page-section#news, .page-section#contact {
  padding-top: 64px;
}
.page-section#news {
  margin-top: 64px;
}

.list-group .list-group-item .date {
  border-right: 1px solid #dee2e6;
  padding-right: 12px;
  margin-right: 12px;
}
.list-group .list-group-item .date .new {
  color: #dc3545;
}
.list-group .list-group-item .date time, .list-group .list-group-item .date .new {
  display: block;
}
.list-group .list-group-item .update {
  display: block;
}

section#contact {
  padding-bottom: 0;
}
section#contact form label.required::after {
  content: "必須";
  background-color: #d6370c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 8px;
  margin: -1px 0 0 12px;
}

footer a:hover, footer a:focus {
  text-decoration: none;
}
footer .footer-logos {
  max-width: 240px;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: 100%;
}
footer .footer-logos a {
  display: inline-block;
  width: auto;
  height: 76px;
}
footer .footer-logos a:not(:last-child)::after {
  content: "×";
  color: #adb5bd;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 16px;
}

.copyright {
  color: #495057;
}

#astrotomochun::after {
  content: "";
  background: url("../assets/astrotomochun.png");
  background-repeat: no-repeat;
  background-position: 90% bottom;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
}

#go-to-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 98;
  opacity: 0.8;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #c62c24;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
#go-to-top a {
  text-align: center;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  padding: 32.142% 25%;
}
#go-to-top:hover {
  background: #d6370c;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}

@media (max-width: 575.98px) {
  #mainNav .navbar-brand {
    font-size: 1.4rem;
  }
  br.mob-br {
    display: block;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  section.masthead {
    background-image: url("../assets/img/bg-masthead_sp.png");
  }
  #list-grid .row {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .work-title {
    margin-bottom: 4px;
  }
  #lists #list-grid .row {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #lists #work-web ul li, #lists #work-print ul li, #lists #work-app ul li {
    display: block;
  }
  #lists #work-web ul li a, #lists #work-print ul li a, #lists #work-app ul li a {
    display: block;
  }
  #lists .release {
    display: block;
    margin-top: 4px;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  br.tb-br {
    display: block;
  }
  .portfolio-box:nth-child(2n+1) > h3.project-name {
    border-right: 1px solid #e9ecef;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.92rem;
  }
}
@media (min-width: 992px) {
  br.pc-br {
    display: block;
  }
  .portfolio-box:not(:nth-child(3n)) > .project-name {
    border-right: 1px solid #e9ecef;
  }
}
/* reset */
strong {
  font-weight: normal;
}

lineClampBox em {
  font-style: normal;
}

.navbar h1, #works .mb-0, #lists button.mb-0, .app-web .mb-0, #contact .mb-0 {
  margin-bottom: 0 !important;
}

/* style */
#mainNav .navbar-brand {
  font-size: calc(24px + (1vw - 4.8px) * 3.75);
  /* (24-18) / (4.8-3.2) */
}

section.masthead .slogan {
  font-size: calc(56px + (1vw - 19.2px) * 2);
  /* (56-24) / (19.2-3.2) */
  line-height: 1.2;
}
section.masthead p {
  font-size: calc(20px + (1vw - 19.2px) * 0.375);
  /* (20-14) / (19.2-3.2) */
}

h2, .h2, h3, .h3 {
  font-size: calc(32px + (1vw - 4.8px) * 4.375);
  /* (32-25) / (4.8-3.2) */
}

#works h3, #lists h3, .app-web h3 {
  font-size: calc(24px + (1vw - 4.8px) * 2.5);
  /* (24-20) / (4.8-3.2) */
}

.py-3 {
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
}

.new-line {
  display: block;
}

.h-decoration::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 0.2rem;
  background-color: #f4623a;
  margin: 8px auto 24px;
}

/* ヘッダーナビゲーション */
.navbar h1 {
  font-size: inherit;
  line-height: inherit;
}

/* メインビジュアル */
.masthead .align-items-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.masthead-inner {
  padding: 10px;
  position: relative;
}
.masthead-inner::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background: #4b97b2;
  mix-blend-mode: multiply;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.masthead-inner p {
  margin-bottom: 0;
}

.masthead-link {
  width: 100%;
  padding-top: 35px;
}

.navbar-toggler {
  padding: 0.25rem 0.625rem;
}

/* #about */
.lead-sentence {
  text-align: left;
}
.lead-sentence br {
  display: none;
}

/* #services */
#services {
  overflow: hidden;
}

.effort-wrap {
  padding-top: 8rem;
  margin-top: 7rem;
  position: relative;
}
.effort-wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
.effort-wrap .h-decoration::after {
  background-color: #277c99;
}

.effort-cont {
  width: min(700px, 100%);
  text-align: left;
  padding-bottom: 86px;
  margin: 0 auto;
  position: relative;
}

.effort-subTitle {
  font-size: 1.25rem;
  margin: 60px 0 50px;
}
.effort-subTitle span {
  display: block;
}
.effort-subTitle strong {
  position: relative;
}
.effort-subTitle strong::before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background-color: #cdf0f5;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.br-switch {
  display: block;
}

.effort-cont .line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

/* 「つづきを読む」をクリックされた時 */
.no-line-clamp > span {
  display: block;
  padding-bottom: 26px;
}
.no-line-clamp .accessibility-guidance {
  padding: 35px 0 40px;
  margin-top: 9px;
  position: relative;
}
.no-line-clamp .accessibility-guidance::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background-color: #bfbfbf;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.no-line-clamp abbr {
  text-decoration: none;
  font-variant: none;
}
.no-line-clamp a {
  display: block;
  width: min(90%, 290px);
  margin: 0 auto;
}
.no-line-clamp a:last-of-type {
  margin-top: 20px;
}
.no-line-clamp .btn-dark {
  color: #ffffff;
  background-color: #277c99;
  border: 1px solid #277c99;
}
.no-line-clamp .btn-xl {
  font-weight: 400;
  line-height: 1.312;
  padding: 0.75rem 0;
}
.no-line-clamp .btn-dark:hover {
  color: #343a40 !important;
  background-color: #ffffff !important;
  border: 1px solid #343a40 !important;
}

/* 「つづきを読む」ボタン */
.effort-more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bt-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: none;
  border: none;
}

.arrow {
  padding-left: 0.3125rem;
}
.arrow::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #f4623a;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.on.arrow::before {
  content: "\f102";
}

.off.arrow::before {
  content: "\f103";
}

/* #portfolio */
#portfolio .portfolio-box > .project-name a[data-performance]::before {
  display: none;
  content: attr(data-performance);
  white-space: pre;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
#portfolio .portfolio-box > .project-name a::after {
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(244, 98, 58, 0.9)), color-stop(rgba(240, 94, 54, 0.9)), color-stop(rgba(237, 90, 50, 0.9)), color-stop(rgba(224, 81, 41, 0.9)), to(rgba(211, 66, 26, 0.9)));
  background-image: linear-gradient(to right bottom, rgba(244, 98, 58, 0.9), rgba(240, 94, 54, 0.9), rgba(237, 90, 50, 0.9), rgba(224, 81, 41, 0.9), rgba(211, 66, 26, 0.9));
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#portfolio .portfolio-box > .project-name a[data-performance]:hover::before {
  display: block;
}
#portfolio .portfolio-box > .project-name a:hover::after {
  opacity: 1;
}

/* モバイルアプリ・Webサービス制作実績 */
.category-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-sec {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.category-sec:last-of-type {
  padding-top: 80px;
}

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.mobile-app-about, .web-service-about, .mobile-app-thumb, .web-service-thumb {
  width: 100%;
}

.mobile-app-thumb, .web-service-thumb {
  padding: 15px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-height: 0%;
  /* IE11 */
}

.mobile-app-about, .web-service-about {
  padding-top: 20px;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-app-about dd, .web-service-about dd {
  margin-left: 0;
}

.app-web-inner h5 {
  font-size: 1.25rem;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.app-web-inner h5::before {
  content: attr(data-category);
  display: block;
  width: 138px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  background-color: #f4623a;
  margin-bottom: 15px;
}
.app-web-inner .aside-link {
  width: min(90%, 290px);
  margin-top: auto;
}
.app-web-inner .aside-link a {
  width: 100%;
}

.aside-link .btn-xl {
  padding: 1.25rem 0;
}
.aside-link .btn-dark {
  border: 1px solid #343a40;
}
.aside-link .btn-dark:hover {
  color: #ffffff !important;
  background-color: #343a40 !important;
}

/*==================================
画面内入ると枠線が伸びて出現 start
===================================*/
/* 枠線が伸びて出現 */
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点 */
  opacity: 0;
}
.lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.lineTrigger::before, .lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #cccccc;
  /* 枠線の色 */
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 上下線 */
/* 左右線 */
.line2::before, .line2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background-color: #cccccc;
  /* 枠線の色 */
}

/* 上線 */
.lineTrigger::before {
  top: 0;
  left: 0;
}
.lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards;
  /* 表示されて0秒後に上線が0.5秒かけて表示 */
}

/* 右線 */
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards;
  /* 表示されて0.5秒後に右線が0.5秒かけて表示 */
}
.lineTrigger::after {
  bottom: 0;
  right: 0;
}
.lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards;
  /* 表示されて1秒後に下線が0.5秒かけて表示 */
}

/* 下線 */
/* 左線 */
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards;
  /* 表示されて1.5秒後に左線が0.5秒かけて表示 */
}
.lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards;
  /* 1.5秒後に中央のエリアが0.5秒かけて表示 */
  opacity: 0;
  /* 初期値を透過0にする */
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* 枠線内側の要素 */
@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================
画面内入ると枠線が伸びて出現 end
===================================*/
/* 実績一覧 */
#web h4, #print h4, #app h4 {
  font-size: 1.75rem;
}

#web h5, #print h5, #app h5 {
  font-size: 1.5rem;
}

#list-grid[aria-hidden=true] {
  display: none;
}

/* 新着情報  */
.list-group .list-group-item .date {
  min-width: 100px;
  padding-right: initial;
}

/* お問い合わせフォーム */
#astrotomochun {
  position: relative;
}
#astrotomochun::after {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 481px) {
  #mainNav .navbar-brand {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .masthead-inner {
    padding: 50px 40px;
    background-image: url(../assets/img/brackets-L.png), url(../assets/img/brackets-R.png);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 100%;
    background-size: 57px auto;
  }
  .masthead-inner::before {
    height: 85%;
  }
  h2, .h2, h3, .h3 {
    font-size: 2rem;
  }
  #works h3, #lists h3, .app-web h3 {
    font-size: 1.5rem;
  }
  /* #about */
  .lead-sentence {
    display: block;
    text-align: center;
  }
  .lead-sentence br {
    display: block;
  }
  /* #services */
  .br-switch {
    display: none;
  }
  .effort-subTitle span:first-of-type {
    display: inline;
  }
}
@media (min-width: 768px) {
  /* モバイルアプリ・Webサービス制作実績 */
  .category-wrapp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .category-sec:first-of-type {
    padding-right: 20px;
  }
  .category-sec:last-of-type {
    padding-top: 0;
    padding-left: 20px;
  }
  /* #services */
  .effort-subTitle span {
    display: inline;
  }
}
@media (min-width: 992px) {
  #mainNav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  #mainNav .navbar-brand, #mainNav .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
  .col-lg-8, .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .masthead-inner {
    padding: 75px;
  }
}
/* -------------------------------
revise：2022-08-29〜
------------------------------- */
.sp-only {
  display: block;
}
@media screen and (min-width: 992px), print {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 992px), print {
  .pc-only {
    display: block;
  }
}

.header-bg {
  padding-top: 5rem;
  background-color: #343a40 !important;
}
@media (min-width: 992px) {
  .header-bg {
    padding-top: 5rem;
  }
}

.rev-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem 0;
}
.rev-a__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .rev-a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.navbar-nav .nav-item .nav-link {
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link.rev-pad {
  padding: 0 0.25rem;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.nolink:hover, #mainNav .navbar-nav .nav-item .nav-link.nolink:active {
  color: #f4623a;
}
#mainNav .navbar-nav .nav-item .nav-link.nolink.active {
  color: #6c757d !important;
}
@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link.nolink.active {
    color: #212529 !important;
  }
}

/* -------------------------------
revise：2022-10-17〜
改：2023-10-21〜
------------------------------- */
.navbar-brand {
  margin-right: 0;
}

.page-section.sec-C {
  padding: 2rem 0 1rem;
}
@media (min-width: 992px) {
  .page-section.sec-C {
    padding: 4rem 0 1rem;
  }
}

.page-section.sec-L {
  margin: 0 auto;
  margin-top: 5rem;
  padding: 2rem 0 5rem;
}
@media (min-width: 992px) {
  .page-section.sec-L {
    margin-top: 8rem;
    padding: 1rem 0 3rem;
  }
}
.page-section.sec-L.astrotomochun-L {
  content: "";
  background: url("../assets/astrotomochun.png");
  background-repeat: no-repeat;
  background-position: right 15% bottom 0;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .page-section.sec-L.astrotomochun-L {
    background-position: center bottom 0;
    max-width: 1200px;
  }
}

.sec-links {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
}
.sec-links.second {
  margin-top: 30px;
}
.sec-links .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
}
.sec-links .links-list a {
  width: 90%;
  border: 1px solid #bbb;
  margin: auto;
  padding: 0.3rem 0.75rem;
}
.sec-links .links-list a img {
  width: 100%;
  height: 70px;
}
.sec-links .links-list a img.imgsize1 {
  width: 75%;
}
.sec-links .links-list a img.imgsize2 {
  width: 85%;
}
.sec-links .links-list a img.imgsize3 {
  width: 80%;
}
.sec-links .links-list__header {
  margin-top: 0.75rem;
  font-size: 16px;
  line-height: 1.5;
}
.sec-links .links-list__body {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: normal;
}
.sec-links .links-list__sub {
  margin-top: -0.5em;
  font-size: 13px;
  font-weight: normal;
}
.sec-links .links-list__sub a.text-link {
  color: inherit;
  border: none;
}
@media (min-width: 992px) {
  .sec-links {
    max-width: 1100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
  }
  .sec-links .links-list a {
    width: 100%;
  }
  .sec-links .links-list a img.imgsize1 {
    width: 65%;
  }
  .sec-links .links-list a img.imgsize2 {
    width: 75%;
  }
  .sec-links .links-list a img.imgsize3 {
    width: 70%;
  }
  .sec-links .links-list a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #eee;
  }
  .sec-links .links-list__header {
    margin-top: 1rem;
  }
  .sec-links .links-list__sub {
    margin-top: -0.5em;
    font-size: 13px;
    font-weight: normal;
  }
  .sec-links .links-list__sub a.text-link {
    color: inherit;
    border: none;
  }
  .sec-links .links-list__sub a.text-link:hover {
    color: #f00;
    text-decoration: none;
    background-color: transparent;
  }
}

#astrotomochun::after {
  content: "";
  background: url("../assets/astrotomochun.png");
  background-repeat: no-repeat;
  background-position: 90% bottom;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: none;
}

/* -------------------------------
revise：2023-10-20〜
------------------------------- */
#web h4,
#print h4,
#app h4 {
  font-size: 1.5rem;
}

.txt-up {
  text-transform: uppercase;
}

.pickup {
  width: 100%;
  margin: auto;
  padding: 0 4%;
  /*.pickup-box + .pickup-box{
    margin-top:0;
  }*/
}
.pickup.pu-btm {
  padding-bottom: 50px;
}
.pickup .pickup-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.pickup .pickup-box__item {
  margin: auto;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.pickup .pickup-box__item a {
  text-decoration: none;
}
.pickup .pickup-box__item a h4.head {
  color: #fff;
  font-size: clamp(1.1rem, 0.9833rem + 0.6667vw, 1.4rem);
}
.pickup .pickup-box__item a .ex {
  width: 95%;
  max-width: 330px;
  margin: 1em auto;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
.pickup .pickup-box__item a .img-zoom {
  position: relative;
}
.pickup .pickup-box__item a .img-zoom_float {
  z-index: 1;
  position: absolute;
  display: block;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 13px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1089px) {
  .pickup .pickup-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    max-width: 740px;
  }
  .pickup .pickup-box__item {
    width: calc((100% - 40px) / 2);
    max-width: 350px;
  }
}
@media (min-width: 1090px) {
  .pickup {
    max-width: 1140px;
    padding: 0 20px;
  }
  .pickup .pickup-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .pickup .pickup-box__item {
    width: calc((100% - 60px) / 3);
    max-width: 350px;
  }
  .pickup .pickup-box__item a {
    text-decoration: none;
  }
  .pickup .pickup-box__item a .ex {
    max-width: 320px;
    font-size: 13px;
  }
  .pickup .pickup-box__item a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .pickup .pickup-box__item a .img-zoom {
    position: relative;
    overflow: hidden;
    max-width: 350px;
  }
  .pickup .pickup-box__item a .img-zoom_float {
    width: 12em;
    bottom: 6%;
    font-size: 14px;
    color: #000;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .pickup .pickup-box__item a .img-zoom img {
    height: auto;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .pickup .pickup-box__item a .img-zoom:hover img,
  .pickup .pickup-box__item a .img-zoom:hover span {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .pickup .pickup-box__item a .img-zoom:hover span {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .pickup .pickup-box__item:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #751e07;
    border: 1px solid #f4623a;
  }
}
/*# sourceMappingURL=rev_style.css.map */