@charset "UTF-8";

/*! Date: 2022.6.27 */

@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 500;
  src: local("Yu Gothic Medium")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 600;
  src: local("Yu Gothic Bold")
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 700;
  src: local("Yu Gothic Bold")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 100;
  src: local("Yu Mincho Medium")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 200;
  src: local("Yu Mincho Medium")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 300;
  src: local("Yu Mincho Medium")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 400;
  src: local("Yu Mincho Medium")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 500;
  src: local("Yu Mincho Medium")
}

@font-face {
  font-family: "Yu Mincho";
  font-weight: 700;
  src: local("Yu Mincho Bold")
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: local("Helvetica Neue Regular")
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: local("Helvetica Neue Regular")
}

@font-face {
  font-family: "Hiragino Sans";
  font-weight: 600;
  src: local("HiraginoSans-W5")
}

@font-face {
  font-family: "Hiragino Sans";
  font-weight: 700;
  src: local("HiraginoSans-W6")
}

body {
  opacity: 1
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
  background-color: #bed1e6
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #87a9d0
}

.table-hover .table-primary:hover {
  background-color: #acc4df
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
  background-color: #acc4df
}

.table-secondary, .table-secondary>td, .table-secondary>th {
  background-color: #e6eef2
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #d0e0e7
}

.table-hover .table-secondary:hover {
  background-color: #d5e3e9
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
  background-color: #d5e3e9
}

.table-success, .table-success>td, .table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
  background-color: #bee2f3
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86c8e9
}

.table-hover .table-info:hover {
  background-color: #a8d8ef
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
  background-color: #a8d8ef
}

.table-warning, .table-warning>td, .table-warning>th {
  background-color: #ffffd4
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffffae
}

.table-hover .table-warning:hover {
  background-color: #ffb
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
  background-color: #ffb
}

.table-danger, .table-danger>td, .table-danger>th {
  background-color: #f8b8bd
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #f27a84
}

.table-hover .table-danger:hover {
  background-color: #f6a1a7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
  background-color: #f6a1a7
}

.table-light, .table-light>td, .table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:1021.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.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: #569ae6;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(24, 90, 165, .25)
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%
}

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

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

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

select.form-control[multiple], select.form-control[size] {
  height: auto
}

textarea.form-control {
  height: auto
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.form-row>.col>.valid-tooltip, .form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, #fff 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #e60012
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(230, 0, 18, .9);
  border-radius: .25rem
}

.form-row>.col>.invalid-tooltip, .form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #e60012;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e60012' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e60012' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #e60012;
  box-shadow: 0 0 0 .2rem rgba(230, 0, 18, .25)
}

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #e60012;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e60012' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e60012' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #e60012;
  box-shadow: 0 0 0 .2rem rgba(230, 0, 18, .25)
}

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

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
  color: #e60012
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #e60012
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: #ff1a2c;
  background-color: #ff1a2c
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(230, 0, 18, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #e60012
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #e60012
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #e60012;
  box-shadow: 0 0 0 .2rem rgba(230, 0, 18, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.form-format input[type=number]::-webkit-inner-spin-button, .form-format input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.form-format input[type=number] {
  -moz-appearance: textfield
}

.form-format input[type=checkbox], .form-format input[type=radio] {
  margin-right: .5em;
  cursor: pointer;
  background: #fff
}

@media (max-width:767.98px) {
  .form-intro {
    font-size: .78125rem
  }
}

@media (min-width:768px) {
  .form-intro {
    text-align: center
  }
}

.form-table {
  width: 100%;
  margin-bottom: 30px
}

.form-table td, .form-table th {
  padding: 15px 40px;
  border: 3px solid #e1e9ec
}

@media (max-width:767.98px) {
  .form-table td, .form-table th {
    padding: 15px 20px
  }
}

.form-table th {
  width: 260px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
  background-color: #e1e9ec;
  border-top: 3px solid #fff
}

@media (min-width:768px) {
  .form-table th {
    border-bottom: 3px solid #fff
  }
}

@media (max-width:767.98px) {
  .form-table th {
    width: 100%;
    padding: 7px 20px;
    font-size: 1.0625rem;
    border-top-color: #e1e9ec
  }
}

.form-table tr:first-child th {
  border-top-color: #e1e9ec
}

.form-table tr:last-child th {
  border-bottom-color: #e1e9ec
}

.form-table__note {
  margin: 5px 0 0;
  font-size: .78125rem
}

@media (min-width:768px) {
  .form-table__note {
    font-size: .9375rem
  }
}

@media (max-width:767.98px) {
  .form-table {
    display: block
  }
  .form-table tbody, .form-table td, .form-table th, .form-table tr {
    display: block;
    width: 100%
  }
}

.form-btns {
  text-align: center
}

.btn {
  display: inline-block;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  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;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn--01, .btn--02, .btn--home {
  padding: .5em 1em;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #a4c3d0;
  border: 1px solid #a4c3d0
}

.btn--01:after, .btn--02:after, .btn--home:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -.25em;
  margin-left: .5em;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn--01:after, .btn--02:after, .btn--home:after {
    transition: none
  }
}

.btn--01:hover, .btn--02:hover, .btn--home:hover {
  color: #a4c3d0;
  background-color: #fff
}

.btn--01:hover:after, .btn--02:hover:after, .btn--home:hover:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--01--inversion, .btn--02--inversion, .btn--home--inversion {
  color: #a4c3d0;
  background-color: #fff;
  border-color: #fff
}

.btn--01--inversion:after, .btn--02--inversion:after, .btn--home--inversion:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--01--inversion:hover, .btn--02--inversion:hover, .btn--home--inversion:hover {
  color: #fff;
  background-color: #a4c3d0;
  border-color: #fff
}

.btn--01--inversion:hover:after, .btn--02--inversion:hover:after, .btn--home--inversion:hover:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--02:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--02:hover:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--02--inversion:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--02--inversion:hover:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--home {
  min-width: 152px;
  padding: 6px 0;
  font-size: .8125rem
}

@media (min-width:768px) {
  .btn--home {
    min-width: 265px;
    padding: 10px 0;
    font-size: 22px
  }
}

.btn--to-brand {
  position: relative;
  width: 80%;
  padding: 1em 1em;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #a4c3d0;
  background-color: #fff;
  border: 1px solid #fff;
  transition: opacity .2s ease-in-out
}

@media (min-width:768px) {
  .btn--to-brand {
    width: 382px;
    padding: 25px 0;
    font-size: 1.75rem
  }
}

.btn--to-brand:after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .btn--to-brand:after {
    width: 16px;
    height: 16px
  }
}

.btn--to-brand .btn__en {
  display: block;
  font-size: .8125rem
}

@media (min-width:768px) {
  .btn--to-brand .btn__en {
    font-size: 1rem;
    font-weight: 700
  }
}

.btn--to-brand:hover {
  color: #a4c3d0;
  background-color: #fff;
  opacity: .65
}

.btn--to-brand--rev {
  color: #fff;
  background-color: #a4c3d0;
  border: 1px solid #a4c3d0
}

.btn--to-brand--rev:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--to-brand--rev:hover {
  color: #fff;
  background-color: #a4c3d0
}

.btn--kensyu {
  display: inline-block;
  width: 100%;
  padding: 12px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  background-color: #185aa5;
  border: 4px solid #185aa5
}

@media (min-width:768px) {
  .btn--kensyu {
    max-width: 489px;
    padding: 20px;
    font-size: 1.875rem;
    border-width: 7px
  }
}

.btn--kensyu:hover {
  color: #185aa5;
  background-color: #fff
}

.btn--kensyu:hover .btn__sm:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--kensyu .btn__sm {
  display: block;
  font-size: .78125rem;
  font-weight: 600;
  letter-spacing: 0
}

@media (min-width:768px) {
  .btn--kensyu .btn__sm {
    font-size: 1.1875rem
  }
}

.btn--kensyu .btn__sm:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -.25em;
  margin-left: .5em;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn--kensyu .btn__sm:after {
    transition: none
  }
}

.btn--kensyu--w {
  color: #185aa5;
  background-color: #fff
}

.btn--kensyu--w .btn__sm:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--kensyu--w:hover {
  color: #fff;
  background-color: #185aa5
}

.btn--kensyu--w:hover .btn__sm:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--to-top {
  font-size: .8125rem;
  font-weight: 400;
  color: #9dbcc9;
  background-color: transparent
}

@media (min-width:768px) {
  .btn--to-top {
    font-size: 1.25rem
  }
}

.btn--to-top:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  vertical-align: baseline;
  content: "";
  transform: rotateZ(-90deg);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%239dbcc9%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--to-top.text-primary:hover {
  color: #185aa5!important
}

.btn--to-top.text-primary:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--primary, .btn--submit {
  position: relative;
  padding: 10px 35px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  color: #fff;
  background-color: #185aa5
}

@media (min-width:768px) {
  .btn--primary, .btn--submit {
    padding: 12px 35px;
    font-size: 1.125rem
  }
}

.btn--primary:hover, .btn--submit:hover {
  color: #fff;
  opacity: .65
}

.btn--primary:after, .btn--submit:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: .8em;
  height: .8em;
  margin-top: -.4em;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--next.btn--submit, .btn--primary.btn--next {
  padding-right: 3em;
  padding-left: 3em
}

.btn--next.btn--submit:after, .btn--primary.btn--next:after {
  border-left-color: #fff
}

.btn--next:after {
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.5em;
  content: "";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .75em solid #fff
}

.btn--prev {
  margin: 50px 0;
  font-size: .8125rem;
  color: #9dbcc9;
  background-color: transparent
}

@media (min-width:768px) {
  .btn--prev {
    margin: 100px 0;
    font-size: 1.25rem
  }
}

.btn--prev:before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  content: "<<"
}

.btn--prev:hover {
  color: #9dbcc9
}

.btn--to-back {
  padding: .5em 2.5em;
  margin: 50px 0;
  font-size: .8125rem;
  font-weight: 400;
  color: #fff;
  background-color: #9dbcc9;
  transition: opacity .3s ease-in-out
}

@media (min-width:768px) {
  .btn--to-back {
    padding: .5em 3.5em;
    margin: 70px 0;
    font-size: 1.25rem
  }
}

.btn--to-back:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: baseline;
  content: "";
  transform: rotateZ(-180deg);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.btn--to-back:hover {
  color: #fff;
  opacity: .65
}

.btn--to-map {
  padding: 5px 1em;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .78125rem;
  font-weight: 600;
  color: #9dbcc9;
  background-color: #fff;
  transition: all .2s ease-in-out
}

@media (min-width:768px) {
  .btn--to-map {
    font-size: 1.3125rem
  }
}

.btn--to-map:hover {
  color: #9dbcc9;
  opacity: .65
}

.btn--tel {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  padding: 20px 0 15px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #185aa5
}

.btn--tel:hover {
  color: #fff;
  opacity: .65
}

.btn--tel__ttl {
  display: block;
  margin-bottom: 6px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .btn--tel__ttl {
    font-size: 1.25rem
  }
}

.btn--tel__num {
  display: block;
  margin: 0;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .btn--tel__num {
    font-size: 2.3125rem
  }
}

.btn--tel__num:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .15em;
  vertical-align: text-top;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media screen and (max-width:430px) {
  .btn--tel__num {
    font-size: 1.375rem
  }
}

.btn--submit {
  display: block;
  width: 100%;
  max-width: 417px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto 30px;
  font-size: 1.375rem
}

@media (min-width:768px) {
  .btn--submit {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 45px;
    font-size: 1.6875rem
  }
}

.btn--back {
  margin: 0 auto 30px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: #185aa5;
  text-decoration: underline
}

@media (min-width:768px) {
  .btn--back {
    margin-bottom: 45px;
    font-size: 1.0625rem
  }
}

.btn--contact {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: .7em 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #9dbcc9;
  border-radius: 3em;
  transition: all .2s ease-in-out
}

@media (min-width:768px) {
  .btn--contact {
    margin-top: 20px;
    font-size: 1.6875rem
  }
}

.btn--contact:hover {

  color: #fff;
  opacity: .65
}

.btn--contact:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.66%2025.47%22%3E%3Cpath%20d%3D%22M2.89%2C25.47a2.87%2C2.87%2C0%2C0%2C1-1.81-.63%2C2.9%2C2.9%2C0%2C0%2C1-.45-4.06l6.44-8-6.44-8A2.89%2C2.89%2C0%2C0%2C1%2C5.15%2C1.08L13%2C10.93a2.87%2C2.87%2C0%2C0%2C1%2C0%2C3.61L5.15%2C24.39A2.89%2C2.89%2C0%2C0%2C1%2C2.89%2C25.47Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .btn--contact:after {
    right: 30px;
    width: 9px;
    height: 16px;
    margin-top: -8px
  }
}

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

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #185aa5
}

.nav-fill .nav-item, .nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item, .nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.badge-new {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0;
  font-weight: 700;
  line-height: 2.8em;
  color: #d12c25;
  text-align: center;
  background-color: #ff0;
  border-radius: 100%;
  transform: rotate(15deg)
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }
  .mfp-arrow-left {
    transform-origin: 0
  }
  .mfp-arrow-right {
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0
  }
  10% {
    opacity: 1
  }
  100%, 50% {
    transform: translateX(-40px);
    opacity: 0
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0
  }
  10% {
    opacity: 1
  }
  100%, 50% {
    transform: translateX(-40px);
    opacity: 0
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0))
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=)
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4)
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=)
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==)
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000
}

.ttl-01, .ttl-section {
  margin-bottom: 25px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

@media (min-width:768px) {
  .ttl-01, .ttl-section {
    margin-bottom: 32px
  }
}

.ttl-01__main, .ttl-section__main {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: .1em;
  color: #000;
}

@media (min-width:768px) {
  .ttl-01__main, .ttl-section__main {
    font-size: 1.875rem
  }
}

.ttl-01__main:after, .ttl-section__main:after {
  display: block;
  width: 111px;
  height: 1px;
  margin: 2px auto 6px;
  content: "";
  background-color: #000;
}

@media (min-width:768px) {
  .ttl-01__main:after, .ttl-section__main:after {
    width: 167px;
    margin: 2px auto 8px
  }
}

.ttl-01__sub, .ttl-section__sub {
  position: relative;
  display: block;
  font-size: .6875rem;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .ttl-01__sub, .ttl-section__sub {
    font-size: 1.0625rem
  }
}

@media (min-width:768px) {
  .ttl-01--sm .ttl-01__main, .ttl-01--sm .ttl-section__main, .ttl-section--sm .ttl-01__main, .ttl-section--sm .ttl-section__main {
    font-size: 1.125rem
  }
  .ttl-01--sm .ttl-01__sub, .ttl-01--sm .ttl-section__sub, .ttl-section--sm .ttl-01__sub, .ttl-section--sm .ttl-section__sub {
    font-size: .625rem
  }
}

.ttl-02, .ttl-license {
  margin-bottom: 50px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #9dbcc9;
  text-align: center
}

@media (min-width:768px) {
  .ttl-02, .ttl-license {
    margin-bottom: 60px
  }
}

.ttl-02__ja, .ttl-license__ja {
  display: block;
  font-size: 1.34375rem
}

@media (min-width:768px) {
  .ttl-02__ja, .ttl-license__ja {
    margin-bottom: 10px;
    font-size: 1.875rem
  }
}

.ttl-02__en, .ttl-license__en {
  display: block;
  font-size: .6875rem
}

@media (min-width:768px) {
  .ttl-02__en, .ttl-license__en {
    font-size: 1.0625rem
  }
}

.ttl-03, .ttl-block {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000
}

@media (min-width:768px) {
  .ttl-03, .ttl-block {
    margin-bottom: 40px;
    font-size: 1.5625rem;
    letter-spacing: .07em
  }
}

.ttl-03--no-border, .ttl-block--no-border {
  border: 0
}

.ttl-03__small, .ttl-block__small {
  font-size: .8125rem
}

@media (min-width:768px) {
  .ttl-03__small, .ttl-block__small {
    font-size: 1.125rem
  }
}

.ttl-04, .ttl-contents {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #185aa5
}

@media (min-width:768px) {
  .ttl-04, .ttl-contents {
    margin-bottom: 30px;
    font-size: 1.875rem
  }
}

.ttl-05 {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000
}

@media (min-width:768px) {
  .ttl-05 {
    font-size: 1.25rem
  }
}

.ttl-05--no-border {
  border: 0
}

.ttl-06, .ttl-small {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #000
}

@media (min-width:768px) {
  .ttl-06, .ttl-small {
    margin-bottom: 30px;
    font-size: 1.5625rem
  }
}

.ttl-07, .ttl-caption {
  margin-bottom: 20px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5
}

@media (min-width:768px) {
  .ttl-07, .ttl-caption {
    margin-bottom: 30px;
    font-size: 1.3125rem
  }
}

.ttl-08 {
  margin-bottom: 30px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #185aa5
}

@media (min-width:768px) {
  .ttl-08 {
    margin-bottom: 50px;
    font-size: 1.6875rem;
    letter-spacing: .04em
  }
}

.ttl-08__inner {
  display: inline-block;
  border-bottom: 1px solid #185aa5
}

.ttl-09 {
  margin-bottom: 20px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #185aa5
}

@media (min-width:768px) {
  .ttl-09 {
    margin-bottom: 30px;
    font-size: 1.3125rem
  }
}

.ttl-10 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .ttl-10 {
    margin-bottom: 50px;
    font-size: 1.875rem
  }
}

.ttl-10__inner {
  display: inline-block;
  border-bottom: 1px solid #185aa5
}

.ttl-11 {
  margin-bottom: 30px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #185aa5;
  letter-spacing: .04em
}

@media (min-width:768px) {
  .ttl-11 {
    font-size: 1.5rem
  }
}

.ttl-11__inner {
  display: inline-block;
  border-bottom: 1px solid #185aa5
}

.icon-1em {
  margin-left: 1em;
  text-indent: -1em
}

.icon-2em {
  margin-left: 2em;
  text-indent: -2em
}

.icon-tel {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.list {
  padding-left: 0;
  list-style: none
}

.list--primary-circle>li {
  margin-bottom: .5em;
  margin-left: 1em;
  text-indent: -1em
}

.list--primary-circle>li:before {
  color: #185aa5;
  content: "●"
}

.list--icon-1em>li {
  margin-left: 1em;
  text-indent: -1em
}

.list--icon-1_25em>li {
  margin-left: 1.25em;
  text-indent: -1.25em
}

.sns-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0
}

.sns-list>li {
  width: 41px;
  margin: 7px
}

.sns-list__icon {
  width: 100%
}

.control {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer
}

@media (min-width:768px) {
  .control {
    padding-left: 40px;
    font-size: 1.5rem
  }
}

.control.disabled {
  color: #a4a5a5;
  pointer-events: none
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a3a4a4
}

@media (min-width:768px) {
  .control__indicator {
    width: 28px;
    height: 28px;
    border-width: 2px
  }
}

.control--radio .control__indicator {
  border-radius: 50%
}

.control input:checked~.control__indicator {
  background: #fff
}

.control input:checked:focus~.control__indicator, .control:hover input:not([disabled]):checked~.control__indicator {
  background: #fff
}

.control input:disabled~.control__indicator {
  pointer-events: none;
  background: #fff;
  opacity: .6
}

.control__indicator:after {
  position: absolute;
  display: none;
  content: ""
}

.control input:checked~.control__indicator:after {
  display: block
}

.control--checkbox .control__indicator:after {
  top: 3px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #f20000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg)
}

@media (min-width:768px) {
  .control--checkbox .control__indicator:after {
    left: 7px;
    width: 9px;
    height: 14px;
    border-width: 0 3px 3px 0
  }
}

.control--radio .control__indicator:after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #185aa5;
  border-radius: 50%
}

@media (min-width:768px) {
  .control--radio .control__indicator:after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px
  }
}

.control--radio input:disabled~.control__indicator:after {
  background: #7b7b7b
}

.control__label {
  display: block;
  margin-bottom: 6px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em
}

@media (min-width:768px) {
  .control__label {
    font-size: 1.125rem
  }
}

.control--block {
  position: relative;
  display: block;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: .9375rem;
  color: #185aa5;
  letter-spacing: .05em;
  border: 1px solid #c9c9c9
}

@media (min-width:768px) {
  .control--block {
    padding: 20px
  }
}

.control--block.disabled {
  color: #a4a5a5;
  pointer-events: none
}

.control--block.disabled * {
  color: #a4a5a5
}

.control--block .control {
  position: static;
  margin-bottom: 0
}

@media (min-width:768px) {
  .control--block .control {
    font-size: 1.25rem
  }
}

.control--block .control__indicator {
  top: 18px;
  left: 20px
}

@media (min-width:768px) {
  .control--block .control__indicator {
    top: 22px
  }
}

.control--block .control input:checked~.control__block__acc:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: -1px;
  content: "";
  border: 2px solid #185aa5
}

.control--block .control--radio {
  padding-right: 0
}

.control--block .control__price {
  margin-top: 5px
}

@media (min-width:1022px) {
  .control--block .control__price {
    position: absolute;
    top: 20px;
    right: 20px
  }
}

.control__note {
  margin-top: 5px;
  font-size: .75rem;
  font-weight: 400;
  color: #000;
  letter-spacing: .06em
}

@media (min-width:768px) {
  .control__note {
    margin-top: 15px
  }
}

@media (min-width:1022px) {
  .control__note {
    max-width: calc(100% - 13em)
  }
}

.control__price {
  font-size: .9375rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -.02em
}

@media (min-width:768px) {
  .control__price {
    font-size: 1.0625rem
  }
}

.control__price strong {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .control__price strong {
    font-size: 1.25rem
  }
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px
}

.select select {
  display: inline-block;
  padding: 2px 35px 2px 15px;
  cursor: pointer;
  background: url("../img/common/select-arrow.svg") right 5px center/21px 21px no-repeat #fff;
  border: 0;
  border: 2px solid #185aa5;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (min-width:768px) {
  .select select {
    padding: 5px 75px 5px 15px;
    font-size: 1.25rem;
    background: url("../img/common/select-arrow.svg") right 5px center/28px 28px no-repeat #fff;
    border-width: 3px
  }
}

.select select::-ms-expand {
  display: none
}

.select select:disabled {
  pointer-events: none;
  opacity: .5
}

.app-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center
}

.app-links__icon {
  flex: 0 1 100%;
  margin-bottom: 45px
}

@media (max-width:767.98px) {
  .app-links__icon {
    max-width: 113px;
    margin: 0 auto 25px
  }
}

.app-links__ttl {
  flex: 0 1 100%;
  margin-bottom: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .app-links__ttl {
    font-size: 1.25rem
  }
}

.app-links__btn {
  margin: 0 10px
}

@media (max-width:767.98px) {
  .app-links__btn {
    flex: 0 1 44%;
    max-width: 44%;
    margin: 0 2%
  }
}

.tel-box-ttl {
  margin-bottom: 5px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  color: #185aa5;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .tel-box-ttl {
    font-size: 1.25rem
  }
}

.tel-box {
  display: block;
  max-width: 435px;
  padding: 1.2em 0;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #185aa5;
  transition: opacity .3s ease-in-out
}

.tel-box:hover {
  color: #fff;
  opacity: .65
}

.tel-box__tel {
  margin: 0;
  font-size: 2.3125rem;
  font-weight: 700;
  letter-spacing: .025em
}

@media (max-width:575.98px) {
  .tel-box__tel {
    font-size: 6.2vw
  }
}


@media (min-width:768px) {
  .tel-box__tel {
    font-size: 2.3125rem;
    line-height: 1.25
  }
}

.tel-box__tel:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .125em;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.tel-box__time {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600
}

@media (max-width:575.98px) {
  .tel-box__time {
    font-size: 3.2vw
  }
}

@media (min-width:768px) {
  .tel-box__time {
    font-size: 1.25rem
  }
}

.tel-box--outline {
  color: #185aa5;
  background-color: #fff;
  border: 4px solid #185aa5
}

.tel-box--outline:hover {
  color: #185aa5
}

.tel-box--outline .tel-box__tel:before {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.tel-box--outline.tel-box--w {
  color: #fff;
  background-color: transparent;
  border: 4px solid #fff
}

.tel-box--outline.tel-box--w:hover {
  color: #fff
}

.tel-box--outline.tel-box--w .tel-box__tel:before {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.tel-box--time {
  padding: 1em 0;
  color: #185aa5;
  background-color: #fff;
  border: 4px solid #185aa5
}

.tel-box--time:hover {
  color: #185aa5
}

.tel-box--time .tel-box__tel:before {
  display: none
}

.receive-email {
  max-width: 780px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e60012
}

@media (min-width:768px) {
  .receive-email {
    padding: 15px 30px
  }
}

.receive-email__ttl {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #e60012
}

@media (min-width:768px) {
  .receive-email__ttl {
    font-size: 1.3125rem
  }
}

.receive-email__domain {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .receive-email__domain {
    font-size: 1.3125rem
  }
}

.admission-box {
  padding: 50px 20px;
  font-size: .9375rem;
  line-height: 1.714333;
  background-color: #dbe3e6
}

@media (min-width:768px) {
  .admission-box {
    padding: 50px 35px;
    font-size: 1.125rem;
    line-height: 1.717222
  }
}

.admission-box__heading {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #185aa5
}

@media (min-width:768px) {
  .admission-box__heading {
    font-size: 1.25rem;
    letter-spacing: .04em
  }
}

.admission-box__heading:not(:first-child) {
  margin-top: 50px
}

.admission-box__note {
  margin-left: 1em;
  font-size: .75rem;
  text-indent: -1em
}

.admission-box__point {
  padding: 20px;
  font-size: .8125rem;
  line-height: 1.589613;
  letter-spacing: -.01em;
  background-color: #fff
}

@media (min-width:768px) {
  .admission-box__point {
    font-size: 1.125rem;
    line-height: 1.666667
  }
}

.not-more-block .more-block__close {
  display: none
}

.shikaku-table {
  width: 100%;
  border-bottom: 2px solid #e1e9ec
}

.shikaku-table th {
  width: 85px;
  padding: 10px 5px;
  font-size: 0;
  font-weight: 700;
  line-height: 1.311265;
  vertical-align: top;
  background-color: #e1e9ec;
  border-top: 2px solid #fff
}

@media (min-width:768px) {
  .shikaku-table th {
    width: 120px;
    padding: 10px
  }
}

.shikaku-table td {
  padding: 15px;
  font-size: .9375rem;
  vertical-align: top;
  border-top: 2px solid #e1e9ec;
  border-right: 2px solid #e1e9ec
}

@media (min-width:768px) {
  .shikaku-table td {
    font-size: 1.125rem
  }
}

.shikaku-table tbody tr:first-child th {
  border-top: 2px solid #e1e9ec
}

.shikaku-table__icon {
  display: inline-block;
  width: 45px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle
}

@media (max-width:767.98px) {
  .shikaku-table__icon {
    width: 30px;
    margin-right: 5px
  }
}

.shikaku-table__ttl {
  display: inline-block;
  max-width: calc(100% - 45px);
  font-size: .9375rem;
  vertical-align: middle
}

@media (min-width:768px) {
  .shikaku-table__ttl {
    font-size: 1.125rem
  }
}

.shikaku-table__note {
  margin-bottom: 0;
  font-size: .75rem
}

@media (min-width:768px) {
  .shikaku-table__note {
    font-size: .9375rem
  }
}

.bank {
  max-width: 332px;
  padding: 30px 0;
  margin: 20px auto;
  font-size: 1.125rem;
  text-align: center;
  background-color: #fff
}

@media (min-width:768px) {
  .bank {
    padding: 20px 0;
    font-size: 1.375rem
  }
}

.bank__hiroshin {
  font-weight: 700;
  color: #008c70
}

.bank__hirogin {
  font-weight: 700;
  color: #126dda
}

.bank__momiji {
  font-weight: 700;
  color: #e56100
}

.bank__yucho {
  font-weight: 700;
  color: #009300
}

.bank .text-link {
  font-size: .9375rem
}

@media (min-width:768px) {
  .bank .text-link {
    font-size: 1.125rem
  }
}

.footer {
  padding: 0 0 26px;
  text-align: center
}

@media (min-width:768px) {
  .footer {
    padding: 0 0 52px
  }
}

.footer__logo {
  max-width: 236px;
  padding-top: 60px;
  margin: 0 auto 38px
}

@media (min-width:768px) {
  .footer__logo {
    max-width: 452px;
    padding-top: 90px;
    margin-bottom: 50px
  }
}

.footer__nav {
  margin: 0 auto 40px
}

@media (min-width:768px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
  }
}

.footer__link {
  position: relative;
  display: block;
  max-width: 227px;
  padding: 8px 0;
  margin: 0 auto 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3em;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer__link {
    transition: none
  }
}

@media (min-width:768px) {
  .footer__link {
    width: 260px;
    max-width: 260px;
    margin: 0 16px 20px;
    font-size: 260px;
    font-size: 1.0625rem
  }
}

.footer__link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer__link:after {
    transition: none
  }
}

.footer__link:hover {
  color: #fff;
  background-color: #185aa5;
  border-color: #185aa5
}

.footer__link:hover:after {
  border-left-color: #fff
}

.footer__to-top {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0 auto 30px;
  text-align: center;
  background: 0 0;
  border: none;
  border-radius: 100%;
  outline: 0
}

@media (min-width:768px) {
  .footer__to-top {
    width: 85px;
    height: 85px;
    margin-bottom: 70px
  }
}

.footer__address {
  margin: 0;
  font-size: .65625rem
}

@media (min-width:768px) {
  .footer__address {
    margin-bottom: 10px;
    font-size: 1.125rem
  }
}

.footer__copyright {
  margin: 0
}

.footer__copyright__text {
  font-size: .65625rem
}

@media (min-width:768px) {
  .footer__copyright__text {
    font-size: 1.125rem
  }
}

.footer-contact {
  padding: 52px 0 62px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  background-color: #a4c3d0
}

@media (min-width:768px) {
  .footer-contact {
    padding: 105px 0 90px
  }
}

@media (min-width:1022px) {
  .footer-contact .container {
    max-width: 880px
  }
}

.footer-contact__ttl {
  margin: 0 -10px 32px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.581162;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .footer-contact__ttl {
    margin-bottom: 50px;
    font-size: 2.125rem;
    line-height: 1.466434
  }
}

.footer-contact__nav {
  margin-bottom: 32px
}

@media (min-width:768px) {
  .footer-contact__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
  }
}

.footer-contact__tel {
  padding: 12px 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff
}

@media (min-width:768px) {
  .footer-contact__tel {
    display: flex;
    flex: 0 1 48%;
    align-items: center;
    order: 2;
    max-width: 48%;
    padding: 16px 0;
    margin: 0
  }
}

.footer-contact__num {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: .075em
}

@media (min-width:768px) {
  .footer-contact__num {
    margin-left: 16px;
    font-size: 1.25rem;
    letter-spacing: .1em
  }
}

@media (min-width:1022px) {
  .footer-contact__num {
    margin-left: 32px;
    font-size: 1.5rem
  }
}

.footer-contact__num:before {
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-right: .25em;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.95%2015.15%22%3E%3Cpath%20d%3D%22M20%205.91c0%20.54-.26.83-.72.83A33.68%2033.68%200%200%201%2015.89%206c-.59-.17-.82-.43-.82-1a5%205%200%200%201%200-.5v-.24a1.59%201.59%200%200%200-1.19-1.56%207.61%207.61%200%200%200-.09.9%203.17%203.17%200%200%200%20.11.76c1%203.45%204.32%205.57%204.32%208.25%200%202-.69%202.54-2.2%202.54H3.93c-1.3%200-2.2-.45-2.2-2.54C1.73%2010%205%207.81%206%204.36a2.74%202.74%200%200%200%20.11-.76%207.15%207.15%200%200%200-.08-.9%201.6%201.6%200%200%200-1.22%201.55v.24a5%205%200%200%201%200%20.5c0%20.58-.24.84-.82%201a33.75%2033.75%200%200%201-3.35.74.65.65%200%200%201-.64-.58v-.41a4.48%204.48%200%200%201%201.81-3.62A16.33%2016.33%200%200%201%2010%200a16.3%2016.3%200%200%201%208.16%202.12A4.46%204.46%200%200%201%2020%205.74zm-10-1a3.85%203.85%200%200%200-4%203.63%203.84%203.84%200%200%200%204%203.62%203.85%203.85%200%200%200%204-3.62%203.85%203.85%200%200%200-4-3.64zm0-2.7a18.77%2018.77%200%200%200-2%20.11c0%201.23%201.73%201.23%202%201.23s2%200%202-1.23a18.77%2018.77%200%200%200-2-.12z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .footer-contact__num:before {
    width: 26px;
    height: 20px
  }
}

.footer-contact__time {
  margin: 0;
  font-size: .9375rem;
  font-weight: 600
}

@media (min-width:768px) {
  .footer-contact__time {
    margin-left: 8px;
    font-size: .6875rem;
    line-height: 1.333576;
    text-align: left
  }
}

@media (min-width:1022px) {
  .footer-contact__time {
    margin-left: 16px;
    font-size: .75rem
  }
}

.footer-contact__to-contact {
  position: relative;
  display: block;
  padding: 16px 0;
  margin-bottom: 28px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
  background-color: #fff;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer-contact__to-contact {
    transition: none
  }
}

@media (min-width:768px) {
  .footer-contact__to-contact {
    flex: 0 1 48%;
    width: 48%;
    padding: 22px 0;
    margin-bottom: 35px;
    font-size: 1.65625rem
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .footer-contact__to-contact {
    font-size: 1.5rem
  }
}

.footer-contact__to-contact:after {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.footer-contact__to-contact:hover {
  opacity: .65
}

.footer-contact__to-nyuko {
  position: relative;
  display: block;
  padding: 16px 0;
  margin-bottom: 28px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #185aa5;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer-contact__to-nyuko {
    transition: none
  }
}

@media (min-width:768px) {
  .footer-contact__to-nyuko {
    flex: 0 1 48%;
    width: 48%;
    padding: 22px 0;
    margin-bottom: 35px;
    font-size: 1.65625rem
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .footer-contact__to-nyuko {
    font-size: 1.5rem
  }
}

.footer-contact__to-nyuko:after {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.footer-contact__to-nyuko:hover {
  color: #fff;
  opacity: .65
}

.footer-contact__aside {
  display: flex;
  justify-content: space-between
}

@media (min-width:768px) {
  .footer-contact__aside {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%
  }
}

.footer-contact__aside__link {
  position: relative;
  display: block;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 16px 20px 16px 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  border: 2px solid #fff;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer-contact__aside__link {
    transition: none
  }
}

@media (min-width:768px) {
  .footer-contact__aside__link {
    line-height: 2
  }
}

@media (min-width:1022px) {
  .footer-contact__aside__link {
    font-size: 1.375rem
  }
}

.footer-contact__aside__link:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain;
  transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .footer-contact__aside__link:after {
    transition: none
  }
}

.footer-contact__aside__link:hover {
  color: #a4c3d0;
  background-color: #fff
}

.footer-contact__aside__link:hover:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23a4c3d0%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .footer-contact .sns-list>li {
    width: 50px
  }
}

.page-home .top {
  position: relative
}

.page-home .top__slider .swiper-container {
  padding-bottom: 0
}

.page-home .top__slide {
  padding-top: 117.18%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media (min-width:768px) {
  .page-home .top__slide {
    padding-top: 740px
  }
}

.page-home .top__text {
  position: absolute;
  top: 19%;
  right: 12%;
  z-index: 2;
  width: 14px;
  padding: 5px 0 16px;
  margin: 0;
  text-align: right;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (min-width:768px) {
  .page-home .top__text {
    top: 21%;
    right: inherit;
    left: 50%;
    width: 24px;
    margin-left: 248px
  }
}

.page-home .top__text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff
}

.page-home .top__text__inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 12px;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (min-width:768px) {
  .page-home .top__text__inner {
    width: 21px
  }
}

.page-home .top__lead {
  position: absolute;
  bottom: 85px;
  left: 12%;
  z-index: 2;
  width: 55%;
  margin: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media (min-width:768px) {
  .page-home .top__lead {
    bottom: 80px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center
  }
}

.page-home .top__scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 2;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  opacity: 0;
  transition: padding .3s ease-in-out, transform .3s ease-in-out;
  transform: translate(-50%, 0)
}

@media (min-width:768px) {
  .page-home .top__scroll {
    bottom: 15px
  }
}

.page-home .top__scroll:hover {
  padding-top: 10px;
  transform: translate(-50%, 10px)
}

.page-home .top__scroll__arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(5deg) rotateZ(45deg)
}

@media (min-width:768px) {
  .page-home .top__scroll__arrow {
    width: 35px;
    height: 35px
  }
}

.page-home .top .swiper-slide-active .top__slide, .page-home .top .swiper-slide-duplicate-active .top__slide, .page-home .top .swiper-slide-prev .top__slide {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both
}

.page-home.is-start .top__text {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.page-home.is-start .top__text__inner {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: opacity 1s cubic-bezier(.77, 0, .175, 1) 1s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s, opacity 1s cubic-bezier(.77, 0, .175, 1) 1s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s, opacity 1s cubic-bezier(.77, 0, .175, 1) 1s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s
}

.page-home.is-start .top__lead {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 2s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 2s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 2s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 2s
}

.page-home.is-start .top__scroll {
  opacity: 1;
  transition: padding .3s ease-in-out, transform .3s ease-in-out, opacity 1s cubic-bezier(.77, 0, .175, 1) 3s
}

.page-home .section {
  padding: 42px 0 62px
}

@media (min-width:768px) {
  .page-home .section {
    padding: 100px 0 120px
  }
}

.page-home .license .ttl-section {
  margin-bottom: 35px
}

@media (min-width:768px) {
  .page-home .license .ttl-section {
    margin-bottom: 54px
  }
}

@media (min-width:768px) {
  .page-home .license__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px
  }
}

.page-home .license__col {
  margin-bottom: 42px
}

@media (min-width:768px) {
  .page-home .license__col {
    flex: 0 1 48%;
    max-width: 48%;
    margin-bottom: 0
  }
}

@media (min-width:1022px) {
  .page-home .license__col {
    max-width: 454px
  }
}

.page-home .license__col__link {
  position: relative;
  display: block
}

.page-home .license__col__link:after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .page-home .license__col__link:after {
    width: 16px;
    height: 16px
  }
}

.page-home .license__col__name {
  position: absolute;
  top: 26px;
  left: -18px;
  z-index: 2;
  padding: 12px 12px 8px;
  color: #fff;
  text-align: center;
  background-color: #185aa5
}

@media (min-width:768px) {
  .page-home .license__col__name {
    top: 34px;
    left: -24px;
    padding: 16px 16px 8px
  }
}

.page-home .license__heading {
  margin-bottom: 8px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-home .license__heading {
    margin-bottom: 12px;
    font-size: .9375rem
  }
}

.page-home .license__big-name {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.40625rem;
  font-weight: 700;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-home .license__big-name {
    margin-bottom: 5px;
    font-size: 1.625rem
  }
}

@media (min-width:1022px) {
  .page-home .license__big-name {
    font-size: 2rem
  }
}

.page-home .license__more {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .6875rem;
  font-weight: 600
}

@media (min-width:768px) {
  .page-home .license__more {
    font-size: .875rem
  }
}

@media (min-width:1022px) {
  .page-home .license__more {
    font-size: 1rem
  }
}

.page-home .license__more:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -.25em;
  margin-left: .25em;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.16%2017.16%22%3E%3Cpath%20d%3D%22M8.58%200a8.58%208.58%200%201%200%208.58%208.58A8.58%208.58%200%200%200%208.58%200zM6.71%2012.85V4.91l5.39%204z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.page-home .license__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
  border-top: 1px solid #000;
  border-left: 1px solid #000
}

@media (min-width:768px) {
  .page-home .license__list {
    margin-bottom: 68px
  }
}

.page-home .license__list li {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 15px 0 15px 62px;
  margin: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000
}

@media (max-width:767.98px) {
  .page-home .license__list li {
    display: flex;
    align-items: center
  }
}

@media (min-width:768px) {
  .page-home .license__list li {
    padding-left: 105px
  }
}

@media (min-width:1022px) {
  .page-home .license__list li {
    flex-basis: 25%;
    max-width: 25%;
    padding: 23px 0 23px 67px;
    text-align: left
  }
}

.page-home .license__list li:after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .page-home .license__list li:after {
    width: 16px;
    height: 16px
  }
}

@media (max-width:1021.98px) {
  .page-home .license__list__01 {
    order: 1
  }
  .page-home .license__list__02 {
    order: 2
  }
  .page-home .license__list__03 {
    order: 3
  }
  .page-home .license__list__04 {
    order: 4
  }
  .page-home .license__list__05 {
    order: 5
  }
  .page-home .license__list__06 {
    order: 6
  }
  .page-home .license__list__07 {
    order: 7
  }
  .page-home .license__list__08 {
    order: 8
  }
}

.page-home .license__list .stretched-link:after {
  transition: all .2s ease-in-out;
  background-color: #fff;
  opacity: 0
}

@media (prefers-reduced-motion:reduce) {
  .page-home .license__list .stretched-link:after {
    transition: none
  }
}

.page-home .license__list .stretched-link:hover:after {
  opacity: .65
}

.page-home .license__list--wide li {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 69px
}

@media (min-width:768px) {
  .page-home .license__list--wide li {
    padding-left: 105px
  }
}

@media (min-width:1022px) {
  .page-home .license__list--wide li {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 105px
  }
}

.page-home .license__list--wide .license__name {
  text-align: left
}

.page-home .license__name {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-home .license__name {
    font-size: 1.625rem
  }
}

@media (min-width:1022px) {
  .page-home .license__name {
    text-align: center
  }
}

.page-home .license__icon {
  position: absolute;
  top: 50%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%)
}

.page-home .license__icon--jyun_cyugata {
  left: 18px;
  width: 40px;
  height: 29px
}

@media (min-width:768px) {
  .page-home .license__icon--jyun_cyugata {
    left: 30px;
    width: 60px;
    height: 45px
  }
}

.page-home .license__icon--cyugata {
  left: 17px;
  width: 42px;
  height: 28px
}

@media (min-width:768px) {
  .page-home .license__icon--cyugata {
    left: 30px;
    width: 65px;
    height: 44px
  }
}

.page-home .license__icon--ogata {
  left: 10px;
  width: 53px;
  height: 28px
}

@media (min-width:768px) {
  .page-home .license__icon--ogata {
    left: 20px;
    width: 82px;
    height: 43px
  }
}

.page-home .license__icon--ogata_nisyu {
  left: 14px;
  width: 42px;
  height: 29px
}

@media (min-width:768px) {
  .page-home .license__icon--ogata_nisyu {
    left: 24px;
    width: 66px;
    height: 45px
  }
}

.page-home .license__icon--kenin {
  left: 10px;
  width: 48px;
  height: 31px
}

@media (min-width:768px) {
  .page-home .license__icon--kenin {
    left: 10px;
    width: 79px;
    height: 47px
  }
}

.page-home .license__icon--tokusyu {
  left: 6px;
  width: 54px;
  height: 34px
}

@media (min-width:768px) {
  .page-home .license__icon--tokusyu {
    left: 10px;
    width: 82px;
    height: 50px
  }
}

.page-home .license__icon--futsuu_nisyu {
  left: 10px;
  width: 50px;
  height: 26px
}

@media (min-width:768px) {
  .page-home .license__icon--futsuu_nisyu {
    left: 10px;
    width: 77px;
    height: 40px
  }
}

.page-home .license__icon--tokurei {
  left: 10px;
  width: 46px;
  height: 26px
}

@media (min-width:768px) {
  .page-home .license__icon--tokurei {
    left: 30px;
    width: 48px;
    height: 47px
  }
}

.page-home .license__icon--kourei {
  left: 27px;
  width: 27px;
  height: 38px
}

@media (min-width:768px) {
  .page-home .license__icon--kourei {
    left: 42px;
    width: 42px;
    height: 48px
  }
}

.page-home .license__icon--paper {
  left: 29px;
  width: 24px;
  height: 32px
}

@media (min-width:768px) {
  .page-home .license__icon--paper {
    left: 46px;
    width: 32px;
    height: 46px
  }
}

.page-home .license__icon--gentsuki {
  left: 21px;
  width: 39px;
  height: 30px
}

@media (min-width:768px) {
  .page-home .license__icon--gentsuki {
    left: 32px;
    width: 60px;
    height: 47px
  }
}

.page-home .pickup {
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #a4c3d0
}

@media (min-width:768px) {
  .page-home .pickup {
    padding-bottom: 90px
  }
}

@media (min-width:768px) {
  .page-home .pickup .ttl-section {
    margin-bottom: 58px
  }
}

.page-home .pickup__slider {
  position: relative
}

@media (max-width:767.98px) {
  .page-home .pickup__slider {
    margin: 0 -28px
  }
}

.page-home .pickup__slide {
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.page-home .pickup__slide:before {
  display: block;
  padding-top: 100%;
  content: ""
}

@media (max-width:575.98px) {
  .page-home .pickup .swiper-slide {
    padding: 0 15px
  }
}

.page-home .pickup .swiper-button-next, .page-home .pickup .swiper-button-prev {
  margin-top: -48px
}

@media (min-width:768px) {
  .page-home .pickup .swiper-button-next, .page-home .pickup .swiper-button-prev {
    margin-top: -57px
  }
}

@media (min-width:768px) {
  .page-home .news {
    padding-bottom: 105px
  }
}

.page-home .news .ttl-section {
  margin-bottom: 20px
}

@media (min-width:768px) {
  .page-home .news .ttl-section {
    margin-bottom: 52px
  }
}

.page-home .news__more {
  margin-top: 32px;
  text-align: center
}

@media (min-width:768px) {
  .page-home .news__more {
    margin-top: 70px
  }
}

.page-home .about {
  overflow: hidden;
  background-color: #a4c3d0
}

@media (min-width:768px) {
  .page-home .about {
    padding-bottom: 140px
  }
}

.page-home .about__lead {
  position: relative;
  max-width: 80%;
  margin: 50px auto 42px
}

.page-home .about__lead:after, .page-home .about__lead:before {
  position: absolute;
  left: 0;
  width: 95%;
  height: 48%;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

.page-home .about__lead:before {
  top: 0
}

.page-home .about__lead:after {
  bottom: 0;
  left: 5%
}

@media (min-width:768px) {
  .page-home .about__lead {
    max-width: 651px;
    margin: 98px auto 62px
  }
}

.page-home .about__lead__img {
  opacity: 0
}

.page-home .about .sr-done .about__lead:before {
  transition: -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.page-home .about .sr-done .about__lead:after {
  transition: -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s, -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.page-home .about .sr-after .about__lead:before {
  transition: -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) 0s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.page-home .about .sr-after .about__lead:after {
  transition: -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  transition: clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s, -webkit-clip-path .6s cubic-bezier(.77, 0, .175, 1) .3s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.page-home .about .sr-after .about__lead__img {
  opacity: 1
}

.page-home .about__catch {
  max-width: 95%;
  margin: 0 auto 32px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media (min-width:768px) {
  .page-home .about__catch {
    max-width: 644px;
    margin-bottom: 42px
  }
}

.page-home .about .sr-done .about__catch {
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1.2s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1.2s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1.2s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1.2s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.page-home .about__description {
  width: 80%;
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: .9375rem;
  line-height: 1.7;
  color: #fff;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1) 2.2s, transform .6s cubic-bezier(.77, 0, .175, 1) 2.2s;
  transform: translate(0, 20px)
}

@media (min-width:768px) {
  .page-home .about__description {
    margin-bottom: 42px;
    font-size: 1.0625rem;
    line-height: 1.8
  }
}

.page-home .about .sr-done .about__description {
  opacity: 1;
  transform: translate(0, 0)
}

.page-home .about__more {
  margin-bottom: 62px;
  text-align: center;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1) 2.5s, transform .6s cubic-bezier(.77, 0, .175, 1) 2.5s;
  transform: translate(0, 20px)
}

@media (min-width:768px) {
  .page-home .about__more {
    margin-bottom: 154px
  }
}

.page-home .about .sr-done .about__more {
  opacity: 1;
  transform: translate(0, 0)
}

.page-home .about__section {
  position: relative;
  margin-bottom: 32px
}

.page-home .about__section:last-child {
  margin-bottom: 0
}

.page-home .about__section.sr-done .about__image {
  transition: transform .75s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s, transform .75s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s, transform .75s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s;
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.page-home .about__section.sr-done .about__image:before {
  width: 0;
  transition: width .75s cubic-bezier(.77, 0, .175, 1) .8s
}

.page-home .about__section.sr-done .about__body {
  transition: -webkit-clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path .75s cubic-bezier(.77, 0, .175, 1) 0s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media (min-width:1022px) {
  .page-home .about__section {
    margin-bottom: 50px
  }
}

.page-home .about__image {
  position: relative;
  z-index: 2;
  max-width: 455px;
  margin-bottom: -38px;
  margin-left: -28px;
  transform: translate(60px, 0);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

@media (min-width:768px) {
  .page-home .about__image {
    top: 0;
    right: 0;
    z-index: 2;
    float: right;
    width: 55%;
    max-width: 485px;
    margin: 42px 0 0
  }
}

@media (min-width:1022px) {
  .page-home .about__image {
    width: 50%
  }
}

.page-home .about__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, .65)
}

.page-home .about__body {
  padding: 68px 28px 10px;
  margin-right: -28px;
  margin-left: 30px;
  font-size: .9375rem;
  line-height: 1.65;
  color: #000;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media (min-width:768px) {
  .page-home .about__body {
    width: calc(55% + 92px);
    min-height: 232px;
    padding: 42px 182px 32px 47px;
    margin: 0 auto 0 0
  }
  .page-home .about__body .btn--home {
    min-width: 240px;
    font-size: 1.1875rem
  }
}

@media (min-width:1022px) {
  .page-home .about__body {
    width: calc(50% + 152px);
    padding-right: 190px;
    font-size: 1.0625rem
  }
}

.page-home .about__heading {
  margin-bottom: 10px;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1.352823;
  color: #185aa5
}

@media (min-width:1022px) {
  .page-home .about__heading {
    margin-bottom: 20px;
    font-size: 1.375rem;
    letter-spacing: .05em
  }
}

@media (min-width:1022px) {
  .page-home .about__heading {
    font-size: 1.8125rem
  }
}

@media (min-width:768px) {
  .page-home .about__section--bus .about__image {
    margin-top: 58px
  }
}

.page-home .voice__more {
  margin-top: 26px;
  text-align: center
}

.page-home .voice-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px
}

.page-home .voice-list__item {
  flex: 0 1 33.3333%;
  max-width: calc(33.3333% - 12px);
  margin: 6px
}

.page-home .voice-list__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.page-home .voice-list__img:before {
  display: block;
  padding-top: 100%;
  content: ""
}

.page-home .access {
  background-color: #a4c3d0
}

@media (max-width:767.98px) {
  .page-home .access {
    padding-bottom: 52px
  }
}

.page-home .access .container {
  padding-right: 10px;
  padding-left: 10px
}

.page-home .access__map {
  position: relative;
  margin-bottom: 8px
}

@media (min-width:768px) {
  .page-home .access__map {
    margin-top: 62px
  }
}

.page-home .access__map:before {
  display: block;
  padding-top: 68%;
  content: ""
}

@media (min-width:768px) {
  .page-home .access__map:before {
    padding-top: 580px
  }
}

.page-home .access__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.page-home .access__slider {
  margin-bottom: 15px
}

@media (min-width:768px) {
  .page-home .access__slider {
    margin-bottom: 40px
  }
}

.page-home .access__address {
  margin-bottom: 16px;
  font-size: .9375rem;
  text-align: center
}

@media (min-width:768px) {
  .page-home .access__address {
    margin-bottom: 32px;
    font-size: 1.625rem
  }
}

.page-home .access .swiper-container {
  padding-bottom: 0
}

@media (min-width:768px) {
  .page-home .calendar {
    padding-bottom: 60px
  }
}

.page-home .calendar__iframe {
  display: block;
  width: 300px;
  height: 330px;
  margin: 0 auto;
  border: 0
}

@media (min-width:768px) {
  .page-home .calendar__iframe {
    width: 342px;
    margin-top: 52px
  }
}

.page-home .calendar__row {
  max-width: 320px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #cecbc5
}

@media (min-width:768px) {
  .page-home .calendar__row {
    display: flex;
    justify-content: space-between;
    max-width: 490px;
    border: none
  }
}

.page-home .calendar__col {
  padding: 0 10px;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5
}

@media (min-width:768px) {
  .page-home .calendar__col {
    flex: 0 1 48%;
    max-width: 48%;
    padding: 0;
    font-size: .8125rem
  }
}

.page-home .calendar__heading {
  padding: 8px 15px;
  margin: 0 -10px 10px;
  font-size: .9375rem;
  background-color: #d6eaeb
}

@media (min-width:768px) {
  .page-home .calendar__heading {
    padding: 5px 10px;
    margin: 0 0 10px;
    font-size: .8125rem
  }
}

.page-home .calendar__icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: .75em;
  vertical-align: text-bottom;
  border: 3px solid #168ec2
}

.page-home .calendar__icon.att5 {
  background-color: #cce57f;
  border-color: #cce57f
}

.page-home .calendar__icon.att3 {
  background-color: #f5e671;
  border-color: #f5e671
}

.page-home .calendar__icon.att2 {
  background-color: #189fda;
  border-color: #189fda
}

.page-home .calendar__icon.att1 {
  background-color: #ff5b85;
  border-color: #ff5b85
}

.page-home .calendar__icon.att6 {
  background-color: #FFD966;
  border-color: #FFD966
}


@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.15)
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.15)
  }
}

.simulation {
  max-width: 900px;
  padding: 35px 0;
  margin: 70px auto 70px;
  font-size: 1rem;
  background-color: #d6e0e3
}

@media (min-width:768px) {
  .simulation {
    padding: 50px
  }
}

@media (min-width:1022px) {
  .simulation {
    padding: 65px 95px
  }
}

@media (max-width:767.98px) {
  .license-section .simulation {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: -30px;
    margin-left: -30px
  }
}

.simulation__ttl {
  margin-bottom: 25px;
  font-weight: 700;
  color: #185aa5;
  text-align: center
}

@media (min-width:768px) {
  .simulation__ttl {
    margin-bottom: 60px
  }
}

.simulation__ttl__ja {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .simulation__ttl__ja {
    font-size: 1.875rem
  }
}

.simulation__ttl__en {
  display: block;
  font-size: .5625rem;
  line-height: 1.5;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .simulation__ttl__en {
    font-size: 1.0625rem
  }
}

.simulation__form {
  position: relative;
  max-width: 710px;
  padding: 25px 20px 10px;
  margin: 0 auto 80px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

@media (min-width:768px) {
  .simulation__form {
    padding: 30px 40px 25px;
    margin-bottom: 90px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px
  }
}

@media (min-width:1022px) {
  .simulation__form {
    padding: 55px 80px 25px
  }
}

.simulation__form:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 10%;
  margin-top: -1px;
  content: "";
  background: url("../img/license/common/simulation-body-bg.svg") center top/auto 100% no-repeat
}

@media (min-width:768px) {
  .simulation__form .simulation__note-list {
    font-size: .875rem
  }
}

.simulation__step {
  margin-bottom: 25px
}

@media (min-width:768px) {
  .simulation__step {
    margin-bottom: 40px
  }
}

.simulation__heading {
  margin-bottom: 15px;
  font-size: .9375rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .simulation__heading {
    margin-bottom: 20px;
    font-size: 1.5rem
  }
}

.simulation__num {
  font-size: .75rem
}

@media (min-width:768px) {
  .simulation__num {
    font-size: .9375rem
  }
}

.simulation__result {
  max-width: 557px;
  margin: 0 auto 30px;
  border: 2px solid #185aa5
}

@media (min-width:768px) {
  .simulation__result {
    margin-bottom: 55px
  }
}

.simulation__result__head {
  padding: 2px 0;
  margin: 0;
  font-size: .9375rem;
  color: #fff;
  text-align: center;
  background-color: #185aa5
}

@media (min-width:768px) {
  .simulation__result__head {
    padding: 4px 0;
    font-size: 1.625rem
  }
}

.simulation__result__body {
  padding: 25px 20px;
  background-color: #fff
}

@media (min-width:768px) {
  .simulation__result__body {
    padding: 40px 30px
  }
}

.simulation__result__time {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  font-size: .9375rem;
  letter-spacing: .06em
}

@media (min-width:768px) {
  .simulation__result__time {
    justify-content: space-between;
    font-size: 1.625rem
  }
}

.simulation__result__time li {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
  padding-left: 1.5em;
  margin: 0;
  line-height: 1.5
}

@media (min-width:768px) {
  .simulation__result__time li {
    padding-left: 1.75em
  }
}

.simulation__result__time li:before {
  position: absolute;
  top: .125em;
  left: .125em;
  width: 1.25em;
  height: 1.25em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.simulation .simulation__result__gino:before {
  background-image: url("../img/common/icon-gino.svg")
}

.simulation .simulation__result__gakka:before {
  background-image: url("../img/common/icon-gakka.svg")
}

.simulation__result__border {
  margin: 16px 0;
  border-top: 2px solid #000
}

@media (min-width:768px) {
  .simulation__result__border {
    margin: 30px 0
  }
}

@media (max-width:767.98px) {
  .simulation__result__price {
    text-align: center
  }
}

.simulation__result__price dt {
  margin-bottom: 10px;
  font-size: 1.625rem;
  font-weight: 700
}

@media (max-width:767.98px) {
  .simulation__result__price dt {
    display: inline-block;
    padding: .15em .75em;
    font-size: .9375rem;
    border: 1px solid #000
  }
}

.simulation__result__price dd {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .simulation__result__price dd {
    font-size: 2.0625rem
  }
}

@media (max-width:767.98px) {
  .simulation__result__tax {
    display: block;
    font-size: 1.625rem
  }
}

.simulation__table__caption {
  padding: 2px 0;
  margin: 0;
  font-size: .9375rem;
  font-weight: 700;
  color: #000;
  caption-side: top
}

@media (min-width:768px) {
  .simulation__table__caption {
    font-size: 1rem
  }
}

.simulation__table {
  width: 100%;
  font-size: .75rem;
  border: 1px solid #000
}

@media (min-width:768px) {
  .simulation__table {
    font-size: 1rem
  }
}

.simulation__table td, .simulation__table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid grey
}

.simulation__table th {
  background-color: #d6e0e3
}

.simulation__table thead th {
  padding: 5px;
  font-weight: 400;
  color: #fff;
  background-color: #000
}

.simulation__section {
  margin-bottom: 30px;
  font-size: .75rem;
  line-height: 1.750106
}

@media (min-width:768px) {
  .simulation__section {
    max-width: 660px;
    margin: 0 auto 40px;
    font-size: 1.25rem;
    line-height: 1.7
  }
}

.simulation__note-list {
  padding-left: 0;
  list-style: none;
  font-size: .75rem;
  line-height: 1.545609
}

@media (min-width:768px) {
  .simulation__note-list {
    font-size: 1rem;
    line-height: 1.75
  }
}

.simulation__note-list li {
  margin-bottom: 5px
}

.simulation__point {
  font-size: .9375rem;
  font-weight: 700
}

@media (min-width:768px) {
  .simulation__point {
    font-size: 1.875rem
  }
}

.simulation__bnr {
  margin: 40px 0;
  text-align: center
}

@media (min-width:768px) {
  .simulation__bnr {
    margin: 50px 0
  }
}

.simulation__error {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8125rem;
  font-weight: 700;
  color: #e60012;
  letter-spacing: .06em
}

@media (min-width:768px) {
  .simulation__error {
    font-size: .9375rem
  }
}

.page-simulation .page-ttl {
  background-image: url("../img/simulation/page-ttl-sp.webp")
}

.no-webp .page-simulation .page-ttl {
  background-image: url("../img/simulation/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-simulation .page-ttl {
    background-image: url("../img/simulation/page-ttl.webp")
  }
  .no-webp .page-simulation .page-ttl {
    background-image: url("../img/simulation/page-ttl.jpg")
  }
}

.page-simulation .simulation {
  max-width: 100%;
  margin: 0
}


.simulationbox {
	border: 4px solid #E60012;
	text-align: center;
	width: 710px;
	margin: 0 auto 3%;
	padding: 3%;
	font-size: 1.125rem;
	font-weight: bold;
}

.simulationbox a {
	color: #E60012;
	text-decoration: underline;
}

@media (max-width:767.98px) {
.simulationbox {
	width: 100%;
	font-size: 1rem;
	margin: 0 auto 6%;
}
.simchu {
font-size: 0.9rem;
}
}


.simulationryoukin {
	display: table;
	margin: 0 auto 30px;
	border: 1px solid #000;
	padding: 20px 60px 10px;
	text-align: center;
	line-height: 1.5;
}

.simulationryoukinbox {
	background: #fff100;
	padding: 15px 30px;
}

.simulationryoukin a {
	color: #036eb8;
	text-decoration: underline;
}

@media (max-width:767.98px) {
.simulationryoukin {
	padding: 5% 5% 2%;
	width: 100%;
}
.simulationryoukinbox {
	padding: 3%;
}
}





.page-bus .page-ttl {
  background-image: url("../img/bus/page-ttl-sp.webp")
}

.no-webp .page-bus .page-ttl {
  background-image: url("../img/bus/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-bus .page-ttl {
    background-image: url("../img/bus/page-ttl.webp")
  }
  .no-webp .page-bus .page-ttl {
    background-image: url("../img/bus/page-ttl.jpg")
  }
}

.page-bus .top {
  max-width: 880px;
  margin: 35px auto 40px;
  text-align: center
}

@media (min-width:768px) {
  .page-bus .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px auto 70px
  }
}

.page-bus .top__lead {
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-bus .top__lead {
    padding-left: 30px;
    margin: 0;
    font-size: 2.125rem;
    line-height: 1.5;
    text-align: left
  }
}

.page-bus .top__image {
  max-width: 140px;
  margin: 0 auto
}

@media (min-width:768px) {
  .page-bus .top__image {
    flex: 0 0 192px;
    order: -1;
    max-width: 192px;
    margin: 0
  }
}

.page-bus .bus-icon {
  margin-bottom: 30px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-bus .bus-icon {
    width: 82px;
    margin: 0 auto 10px
  }
}

.page-bus .bus-ttl {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-bus .bus-ttl {
    font-size: 2.375rem;
    line-height: 1
  }
}

.page-bus .bus-ttl__small {
  font-size: .75rem
}

@media (min-width:768px) {
  .page-bus .bus-ttl__small {
    font-size: 1.3125rem
  }
}

.page-bus .bus-maps {
  position: relative;
  padding: 35px 0 25px;
  margin-top: 45px
}

@media (min-width:768px) {
  .page-bus .bus-maps {
    padding: 55px 0 60px;
    margin-top: 95px
  }
}

.page-bus .bus-maps:before {
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  content: "";
  border-right: 15px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid transparent
}

@media (min-width:768px) {
  .page-bus .bus-maps:before {
    top: -63px;
    margin-left: -32px;
    border-right-width: 32px;
    border-bottom-width: 64px;
    border-left-width: 32px
  }
}

.page-bus .bus-maps--183 {
  background-color: #920783
}

.page-bus .bus-maps--183:before {
  border-bottom-color: #920783
}

.page-bus .bus-maps--midori {
  background-color: #1D2088
}

.page-bus .bus-maps--midori:before {
  border-bottom-color: #1D2088
}

.page-bus .bus-maps--sin {
  background-color: #920683
}

.page-bus .bus-maps--sin:before {
  border-bottom-color: #920683
}

.page-bus .bus-maps--haru {
  background-color: #9a0000
}

.page-bus .bus-maps--haru:before {
  border-bottom-color: #9a0000
}

.page-bus .bus-maps--syu {
  background-color: #8ec31e
}

.page-bus .bus-maps--syu:before {
  border-bottom-color: #8ec31e
}

.page-bus .bus-maps--go {
  background-color: #eb6000
}

.page-bus .bus-maps--go:before {
  border-bottom-color: #eb6000
}

.page-bus .bus-maps--kami {
  background-color: #e50011
}

.page-bus .bus-maps--kami:before {
  border-bottom-color: #e50011
}

.page-bus .bus-maps--a {
  background-color: #e4007e
}

.page-bus .bus-maps--a:before {
  border-bottom-color: #e4007e
}

.page-bus .bus-maps--mori {
  background-color: #00a0e8
}

.page-bus .bus-maps--mori:before {
  border-bottom-color: #00a0e8
}

.page-bus .bus-maps--hachi {
  background-color: #00A0E9
}

.page-bus .bus-maps--hachi:before {
  border-bottom-color: #00A0E9
}

.page-bus .bus-map {
  position: relative;
  margin-bottom: 20px
}

@media (min-width:768px) {
  .page-bus .bus-map {
    margin-bottom: 35px
  }
}

.page-bus .bus-map:before {
  display: block;
  padding-top: 478px;
  content: ""
}

@media (min-width:768px) {
  .page-bus .bus-map:before {
    padding-top: 500px
  }
}

.page-bus .bus-map__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.page-bus .bus-map-pdf {
  font-size: .6875rem;
  color: #fff;
  text-decoration: underline
}

@media (min-width:768px) {
  .page-bus .bus-map-pdf {
    font-size: 1.125rem
  }
}

.page-bus .bus-map-pdf:hover {
  text-decoration: none
}

.page-bus .bus-time {
  padding: 55px 0 30px
}

@media (min-width:768px) {
  .page-bus .bus-time {
    padding: 80px 0 50px
  }
}

.page-bus .bus-time__ttl {
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-bus .bus-time__ttl {
    font-size: 2.375rem
  }
}

.page-bus .bus-time__table {
  position: relative;
  padding: 0 0 15px;
  margin: 0 auto;
  text-align: center
}

@media (max-width:767.98px) {
  .page-bus .bus-time__table .swipe-guide__img {
    margin-right: 28px
  }
}

.page-bus .bus-note {
  margin-bottom: 70px;
  font-size: .9375rem;
  line-height: 1.587333
}

@media (min-width:768px) {
  .page-bus .bus-note {
    margin-bottom: 125px;
    font-size: 1rem;
    line-height: 1.8125;
    text-align: center
  }
}

.page-bus .app {
  padding: 62px 0 30px;
  background-color: #a4c3d0
}

@media (min-width:768px) {
  .page-bus .app {
    padding: 130px 0 75px
  }
}

.page-bus .app__ttl {
  margin-bottom: 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.581162;
  text-align: center
}

@media (min-width:768px) {
  .page-bus .app__ttl {
    font-size: 2.125rem
  }
}

.page-bus .app__ttl__icon {
  display: block;
  margin: 0 auto 25px;
  margin-bottom: 10px
}

@media (max-width:767.98px) {
  .page-bus .app__ttl__icon {
    width: 101px;
    margin-bottom: 30px
  }
}

.page-bus .app__lead {
  margin-bottom: 20px;
  font-size: .9375rem;
  line-height: 1.587333
}

@media (min-width:768px) {
  .page-bus .app__lead {
    margin-bottom: 50px;
    font-size: 1.125rem;
    line-height: 1.833333;
    text-align: center
  }
}

.page-bus .app__row {
  display: flex;
  padding-bottom: 10px
}

.page-bus .app__col {
  flex: 0 0 276px;
  width: 276px;
  max-width: 276px;
  margin: 0 10px;
  text-align: center
}

@media (min-width:768px) {
  .page-bus .app__col {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    padding: 0 15px;
    margin: 0
  }
}

.page-bus .app__num {
  margin-bottom: 10px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-bus .app__num {
    font-size: 1.25rem
  }
}

.page-bus .app__caption {
  margin: 15px 0 0;
  font-size: .9375rem;
  line-height: 1.587333;
  text-align: left
}

@media (min-width:768px) {
  .page-bus .app__caption {
    font-size: .8125rem
  }
}

.page-bus .app__id {
  margin-top: 20px;
  margin-bottom: 35px
}

@media (min-width:768px) {
  .page-bus .app__id {
    margin-top: 40px
  }
}

.page-bus .app__id__ttl {
  padding: 6px 0;
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  background-color: #000
}

@media (min-width:768px) {
  .page-bus .app__id__ttl {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #000;
    background: 0 0
  }
}

.page-bus .app__id__row {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .page-bus .app__id__row {
    display: flex;
    justify-content: space-between;
    max-width: 924px;
    margin: 0 auto 85px
  }
}

.page-bus .app__id__col {
  margin-top: -1px
}

@media (min-width:768px) {
  .page-bus .app__id__col {
    flex: 0 1 49%;
    max-width: 49%
  }
}

.page-bus .app__id__table {
  width: 100%;
  background-color: #fff
}

.page-bus .app__id__table td, .page-bus .app__id__table th {
  padding: 4px 5px 4px 10px;
  font-size: .75rem;
  border: 1px solid #000
}

@media (min-width:768px) {
  .page-bus .app__id__table td, .page-bus .app__id__table th {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.0625rem
  }
}

.page-bus .app__id__table td {
  width: 10.35em
}

.page-bus .please {
  padding: 70px 0 60px;
  font-size: .9375rem;
  line-height: 1.587333
}

@media (min-width:768px) {
  .page-bus .please {
    padding: 140px 0 160px;
    font-size: 1.125rem;
    line-height: 1.769444
  }
}

.page-bus .please__ttl {
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-bus .please__ttl {
    margin-bottom: 50px;
    font-size: 2.125rem
  }
}

.page-bus .please .list {
  max-width: 780px;
  margin: 0 auto 20px
}

@media (min-width:768px) {
  .page-bus .please .list {
    margin-bottom: 60px
  }
}


.bus-kaitei {
	background:#e6e6e6;
	padding: 35px 60px 40px;
	text-align: center;
	display: table;
	margin: 0 auto 50px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	font-feature-settings: "palt";
	position: relative;
}

.bus-kaitei .button {
	background: #e60012;
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 10px 15px;
	line-height: 1;
}

.bus-kaitei .button a {
	color: #FFF;
}

.bus-kaitei .important {
	position: absolute;
	margin-top: -80px;
	margin-left: -80px;
}


@media (max-width:767.98px) {
.bus-kaitei {
	width: 92%;
	padding: 10% 4%;
	margin: 0 auto 50px;
	font-size: 0.9rem;
	font-weight: 700;
}
.bus-kaitei .important {
	margin-top: -19%;
	margin-left: -7%;
}
.bus-kaitei .important img {
	width: 70px;
}
}


.bus-kaitei .bus-menu {
	margin-bottom: 20px;
}
.bus-kaitei .bus-menu__item {
    flex-basis: 25%;
    max-width: 25%;
}

@media (max-width:767.98px) {
.bus-kaitei .bus-menu {
    width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.bus-kaitei .bus-menu__item {
    flex-basis: 50%;
    max-width: 50%;
}
}


.bus-menu-ttl {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .bus-menu-ttl {
    font-size: 1.875rem
  }
}

.bus-menu-ttl__inner {
  display: inline-block;
  width: 111px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000
}

@media (min-width:768px) {
  .bus-menu-ttl__inner {
    width: 169px;
    padding-bottom: 5px;
    border-bottom-width: 2px
  }
}

.bus-menu-guide {
  margin-bottom: 15px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .bus-menu-guide {
    margin-bottom: 30px;
    font-size: 1.0625rem
  }
}

.bus-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border-top: 1px solid #000;
  border-left: 1px solid #000
}

@media (min-width:768px) {
  .bus-menu {
    margin-bottom: 105px
  }
}

.bus-menu__item {
  position: relative;
  flex: 0 1 33.3333%;
  max-width: 33.3333%;
  padding: 15px 0;
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #FFF;
}

@media (min-width:768px) {
  .bus-menu__item {
    flex-basis: 25%;
    max-width: 25%;
    padding: 20px 0 24px
  }
}

@media (min-width:1022px) {
  .bus-menu__item {
    /*flex-basis: 16.666667%;
    max-width: 16.666667%*/
    flex-basis: 20%;
    max-width: 20%
  }
}

.bus-menu__item:after {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .bus-menu__item:after {
    right: 6px;
    bottom: 6px;
    width: 18px;
    height: 18px
  }
}

.bus-menu__item--red {
  color: #e50011
}

.bus-menu__item--red:after {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23e50011%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

.bus-menu__item .stretched-link:after {
  background-color: #fff;
  opacity: 0;
  transition: all .2s ease-in-out
}

.bus-menu__item .stretched-link:hover:after {
  opacity: .45
}

.bus-menu__icon {
  display: block;
  width: 52px;
  margin: 0 auto 5px
}

@media (min-width:768px) {
  .bus-menu__icon {
    width: 80px;
    margin-bottom: 12px
  }
}

.bus-menu__name {
  display: block;
  font-size: 1rem;
  line-height: 1.375
}

@media (min-width:768px) {
  .bus-menu__name {
    font-size: 1.5rem
  }
}

.bus-menu__small {
  display: block;
  font-size: .625rem
}

@media (min-width:768px) {
  .bus-menu__small {
    font-size: .9375rem
  }
}

.bus-menu__red {
	color: #e60012;
	text-decoration: underline;
}

.page-numajitube .numajitube-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin: 0;
  background-color: #f2eeea
}

@media (min-width:768px) {
  .page-numajitube .numajitube-ttl {
    height: 380px
  }
}

.page-numajitube .numajitube-ttl__inner {
  flex: 0 1 265px;
  width: 265px;
  max-width: 265px
}

@media (min-width:768px) {
  .page-numajitube .numajitube-ttl__inner {
    flex: 0 1 500px;
    width: 500px;
    max-width: 500px
  }
}

.page-numajitube .top {
  padding: 60px 0 0
}

.page-numajitube .top__description {
  margin-bottom: 25px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.06653
}

@media (min-width:768px) {
  .page-numajitube .top__description {
    font-size: 1.125rem;
    line-height: 2.066136;
    text-align: center
  }
}

@media (min-width:1022px) {
  .page-numajitube .top__description {
    font-size: 1.25rem
  }
}

.page-numajitube .top__point {
  font-weight: 700;
  border-bottom: 2px solid #e60012
}

.page-numajitube .numajitube-link {
  width: 243px;
  padding: 20px 0;
  margin: 0 auto 75px;
  text-align: center;
  background-color: #f2eeea
}

@media (min-width:768px) {
  .page-numajitube .numajitube-link {
    width: 274px;
    padding: 25px 0;
    margin-bottom: 85px
  }
}

.page-numajitube .numajitube-tab-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .page-numajitube .numajitube-tab-wrap {
    padding-left: 28px
  }
}

.page-numajitube .numajitube-tab {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0
}

@media (min-width:576px) {
  .page-numajitube .numajitube-tab {
    justify-content: center
  }
}

.page-numajitube .numajitube-tab__item {
  position: relative;
  flex: 0 0 auto;
  margin: 0 16px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  transition: opacity .3s ease-in-out
}

@media (min-width:768px) {
  .page-numajitube .numajitube-tab__item {
    margin: 0 20px
  }
}

.page-numajitube .numajitube-tab__item:hover {
  opacity: .65
}

.page-numajitube .numajitube-tab .stretched-link {
  display: inline-block;
  padding: 5px 0
}

@media (min-width:768px) {
  .page-numajitube .numajitube-tab .stretched-link {
    padding: 5px 15px
  }
}

.page-numajitube .numajitube-tab .stretched-link.active {
  border-bottom: 2px solid #000
}

.page-numajitube .numajitube {
  padding: 30px 0;
  background-color: #f2eeea
}

@media (min-width:768px) {
  .page-numajitube .numajitube {
    padding: 65px 0
  }
}


.page-numajitube .numajitube .container {
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {
  .page-numajitube .numajitube-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 746px;
    margin: 0 auto
  }
}

.page-numajitube .numajitube-col {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-numajitube .numajitube-col {
    flex: 0 1 48%
  }
}

.page-numajitube .numajitube-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.page-numajitube .numajitube-image:before {
  display: block;
  padding-top: 56.25%;
  content: ""
}

.page-numajitube .numajitube-caption {
  margin: 5px 0 0;
  font-size: 1rem;
  line-height: 1.375
}

.page-access .page-ttl {
  background-image: url("../img/access/page-ttl-sp.webp")
}

.no-webp .page-access .page-ttl {
  background-image: url("../img/access/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-access .page-ttl {
    background-image: url("../img/access/page-ttl.webp")
  }
  .no-webp .page-access .page-ttl {
    background-image: url("../img/access/page-ttl.jpg")
  }
}

.page-access .top {
  padding: 45px 0;
  text-align: center
}

@media (min-width:768px) {
  .page-access .top {
    padding: 100px 0 170px
  }
}

@media (max-width:767.98px) {
  .page-access .top .container {
    padding-right: 10px;
    padding-left: 10px
  }
}

.page-access .top__ttl {
  margin-bottom: 30px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-access .top__ttl {
    margin-bottom: 60px;
    font-size: 2.15rem
  }
}

.page-access .top__figure {
  margin: 0
}

.page-access .access {
  padding: 40px 0;
  background-color: #9fbecb
}

@media (min-width:768px) {
  .page-access .access {
    padding: 100px 0 130px
  }
  .page-access .access .ttl-section {
    margin-bottom: 60px
  }
}

@media (max-width:767.98px) {
  .page-access .access .container {
    padding-right: 10px;
    padding-left: 10px
  }
}

.page-access .access__map {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

@media (min-width:768px) {
  .page-access .access__map {
    margin-bottom: 30px
  }
}

.page-access .access__map:before {
  display: block;
  padding-top: 240px;
  content: ""
}

@media (min-width:768px) {
  .page-access .access__map:before {
    padding-top: 580px
  }
}

.page-access .access__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.page-access .access__address {
  margin-bottom: 20px;
  font-size: .9375rem;
  text-align: center
}

@media (min-width:768px) {
  .page-access .access__address {
    margin-bottom: 40px;
    font-size: 1.625rem
  }
}

@media (max-width:767.98px) {
  .page-access .access .btn {
    font-size: .78125rem
  }
}

@media (min-width:768px) {
  .page-access .access .btn {
    font-size: 1.36125rem
  }
}

.page-access .caution {
  padding: 50px 0
}

@media (min-width:768px) {
  .page-access .caution {
    padding: 130px 0
  }
}

.page-access .caution__head {
  margin-bottom: 20px;
  text-align: center
}

@media (max-width:1021.98px) {
  .page-access .caution__head {
    width: 65px;
    margin: 0 auto 10px
  }
}

.page-access .caution__ttl {
  margin-bottom: 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 1.515152;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-access .caution__ttl {
    margin-bottom: 40px;
    font-size: 2.028125rem;
    line-height: 1.514946
  }
}

@media (max-width:767.98px) {
  .page-access .caution .btn {
    width: 150px;
    font-size: .78125rem
  }
}

@media (min-width:768px) {
  .page-access .caution .btn {
    width: 265px;
    font-size: 1.36125rem
  }
}

.page-access .bus {
  padding: 60px 0 25px
}

@media (min-width:768px) {
  .page-access .bus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 30px
  }
}

.page-access .bus__text {
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-access .bus__text {
    margin: 0;
    font-size: 2.345625rem;
    line-height: 1.466827;
    text-align: left
  }
}

@media (max-width:767.98px) {
  .page-access .bus__image {
    width: 140px;
    margin: 0 auto
  }
}

@media (min-width:768px) {
  .page-access .bus__image {
    order: -1;
    margin-right: 30px
  }
}

.page-apply .app {
  padding: 60px 10px;
  background-color: #8fc31f
}

@media (min-width:768px) {
  .page-apply .app {
    padding: 110px 0
  }
}

.page-apply .app__ttl {
  margin: 0 auto 80px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-apply .app__ttl {
    max-width: 269px;
    margin-bottom: 45px
  }
}

.page-apply .app__image {
  margin: 0 auto 80px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-apply .app__image {
    max-width: 330px;
    margin-bottom: 40px
  }
}

.page-apply .app__point {
  margin-bottom: 55px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.750802;
  text-align: center
}

@media (min-width:768px) {
  .page-apply .app__point {
    margin-bottom: 45px;
    font-size: 1.84125rem;
    line-height: 1.751188
  }
}

.page-apply .app__point__head {
  display: block;
  margin: 0 auto 10px
}

@media (max-width:767.98px) {
  .page-apply .app__point__head {
    max-width: 99px;
    margin-bottom: 5px
  }
}

.page-apply .app-links {
  padding: 15px 0
}

@media (min-width:768px) {
  .page-apply .app-links {
    padding: 80px 0 60px
  }
}

.page-campaign .page-ttl {
  background-image: url("../img/campaign/common/page-ttl-sp.webp")
}

.no-webp .page-campaign .page-ttl {
  background-image: url("../img/campaign/common/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-campaign .page-ttl {
    background-image: url("../img/campaign/common/page-ttl.webp")
  }
  .no-webp .page-campaign .page-ttl {
    background-image: url("../img/campaign/common/page-ttl.jpg")
  }
}

.page-campaign .top {
  padding: 55px 0
}

@media (min-width:768px) {
  .page-campaign .top {
    padding: 100px 0
  }
}

.page-campaign .top__ttl {
  margin-bottom: 45px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-campaign .top__ttl {
    max-width: 274px;
    margin: 0 auto 35px
  }
}

.page-campaign .top__lead {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-campaign .top__lead {
    margin-bottom: 70px;
    line-height: 1.75;
    text-align: center
  }
}

@media (max-width:767.98px) {
  .page-campaign .top__row {
    margin-bottom: -20px
  }
}

@media (min-width:768px) {
  .page-campaign .top__row {
    display: flex;
    justify-content: center
  }
}

.page-campaign .top__col {
  margin-bottom: 90px
}

@media (min-width:768px) {
  .page-campaign .top__col {
    margin-bottom: 70px;
    text-align: center
  }
  .page-campaign .top__col:nth-child(2n) {
    margin-left: 90px
  }
}

@media (max-width:767.98px) {
  .page-campaign .top__row--plus {
    position: relative
  }
  .page-campaign .top__row--plus .top__col:not(:first-child):before {
    display: block;
    width: 33px;
    height: 33px;
    margin: -54px auto 24px;
    content: "";
    background: url("../img/campaign/friend/plus.svg") center center/33px 33px no-repeat
  }
}

@media (min-width:768px) {
  .page-campaign .top__row--plus .top__col:nth-child(2n) {
    position: relative;
    margin-left: 130px
  }
  .page-campaign .top__row--plus .top__col:nth-child(2n):before {
    position: absolute;
    top: 130px;
    left: -95px;
    width: 54px;
    height: 54px;
    content: "";
    background: url("../img/campaign/friend/plus.svg") center center/54px 54px no-repeat
  }
}

@media (max-width:767.98px) {
  .page-campaign .top__futsuu_jidou {
    display: block;
    max-width: 215px;
    margin: 0 auto 10px
  }
}

@media (max-width:767.98px) {
  .page-campaign .top__jidou_nirin {
    display: block;
    max-width: 180px;
    margin: -10px auto 10px
  }
}

@media (min-width:768px) {
  .page-campaign .top__jidou_nirin {
    margin-top: -12px
  }
}

@media (min-width:768px) {
  .page-campaign .top__message {
    line-height: 1.75;
    text-align: center
  }
}

.page-campaign .discount {
  line-height: 1.25;
  text-align: center
}

.page-campaign .discount__head {
  display: block;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.655629;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-campaign .discount__head {
    margin-bottom: 10px;
    font-size: 1.5625rem
  }
}

.page-campaign .discount__price {
  display: inline-block
}

.page-campaign .discount__note {
  display: inline-block
}

@media (max-width:767.98px) {
  .page-campaign .discount__note {
    font-size: .8125rem
  }
}

@media (min-width:768px) {
  .page-campaign .discount__note {
    font-size: 1.221875rem
  }
}

@media (max-width:767.98px) {
  .page-campaign .discount--5500 .discount__price {
    max-width: 254px
  }
}

@media (min-width:768px) {
  .page-campaign .discount--5500 .discount__price {
    max-width: 382px
  }
}

@media (max-width:767.98px) {
  .page-campaign .discount--11000 {
    margin-bottom: 50px
  }
}

@media (min-width:768px) {
  .page-campaign .discount--11000 {
    margin-top: 75px;
    margin-bottom: 80px
  }
}

@media (min-width:768px) {
  .page-campaign .discount--11000 .discount__head {
    font-size: 2.0625rem
  }
}

@media (max-width:767.98px) {
  .page-campaign .discount--11000 .discount__price {
    max-width: 274px;
    margin-top: 10px
  }
}

@media (min-width:768px) {
  .page-campaign .discount--11000 .discount__price {
    margin-top: 10px
  }
}

@media (max-width:767.98px) {
  .page-campaign .discount--present .discount__price {
    max-width: 274px;
    margin-bottom: 10px
  }
}

@media (min-width:768px) {
  .page-campaign .discount--present .discount__price {
    max-width: 416px;
    margin-bottom: 20px
  }
}

.page-campaign .flow {
  margin-bottom: 90px
}

@media (min-width:768px) {
  .page-campaign .flow {
    margin-top: -40px;
    margin-bottom: 120px
  }
}

@media (max-width:767.98px) {
  .page-campaign .flow .ttl-block {
    margin-bottom: 35px
  }
}

.page-campaign .flow-list {
  padding-left: 0;
  list-style: none;
  line-height: 1.65;
  counter-reset: flow
}

@media (min-width:768px) {
  .page-campaign .flow-list {
    padding: 30px 0 0
  }
}

.page-campaign .flow-list li {
  margin-bottom: 30px;
  counter-increment: flow
}

@media (min-width:768px) {
  .page-campaign .flow-list li {
    margin-bottom: 50px
  }
}

.page-campaign .flow-list li:before {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5;
  content: counter(flow) "."
}

@media (min-width:768px) {
  .page-campaign .flow-list li:before {
    font-size: 1.75rem
  }
}

.page-campaign .form {
  margin-bottom: 80px
}

@media (min-width:768px) {
  .page-campaign .form {
    margin-bottom: 110px
  }
}

@media (max-width:767.98px) {
  .page-campaign .form__text {
    font-size: .78125rem
  }
}

@media (min-width:768px) {
  .page-campaign .form__text {
    padding-top: 20px;
    line-height: 1.75
  }
}

.campaign-list {
  padding-left: 0;
  list-style: none;
  padding: 60px 25px 50px;
  text-align: center
}

@media (min-width:768px) {
  .campaign-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 105px 25px 80px
  }
}

.campaign-list li {
  margin-bottom: 35px
}

@media (min-width:768px) {
  .campaign-list li {
    flex: 0 1 48%;
    max-width: 48%;
    margin-bottom: 55px
  }
}

.page-contact .page-ttl {
  background-image: url("../img/contact/page-ttl-sp.webp")
}

.no-webp .page-contact .page-ttl {
  background-image: url("../img/contact/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-contact .page-ttl {
    background-image: url("../img/contact/page-ttl.webp")
  }
  .no-webp .page-contact .page-ttl {
    background-image: url("../img/contact/page-ttl.jpg")
  }
}

.page-contact .footer-contact__tel, .page-contact .footer-contact__to-contact, .page-contact .footer-contact__ttl {
  display: none
}


@media (min-width:768px) {
.page-contact .footer-contact__tel {
	margin-top: 35px;
}
  .page-contact .footer-contact__to-nyuko {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .page-contact .footer-contact__aside__link {
    padding-top: 26px
  }
}

@media (min-width:1022px) {
  .page-contact .footer-contact__aside__link {
    padding-top: 22px
  }
}

.page-contact .top {
  padding: 50px 0 60px;
  text-align: center
}

@media (min-width:768px) {
  .page-contact .top {
    padding: 110px 0 150px
  }
}

.page-contact .top__ttl {
  margin-bottom: 50px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-contact .top__ttl {
    margin-bottom: 110px;
    font-size: 2.125rem
  }
}

.page-contact .top__qa {
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #185aa5;
  text-align: center;
  letter-spacing: .025em
}

@media (min-width:768px) {
  .page-contact .top__qa {
    margin-bottom: 25px;
    font-size: 1.8125rem
  }
}

.page-contact .top .btn--primary, .page-contact .top .btn--submit {
  width: 100%;
  max-width: 420px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.3125rem
}

@media (min-width:768px) {
  .page-contact .top .btn--primary, .page-contact .top .btn--submit {
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 1.6875rem
  }
  .page-contact .top .btn--primary:after, .page-contact .top .btn--submit:after {
    right: 1em
  }
}

.page-contact .contact-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px
}

@media (min-width:768px) {
  .page-contact .contact-menu {
    max-width: 689px;
    margin: 0 auto 60px
  }
}

.page-contact .contact-menu__item {
  flex: 0 1 96px;
  max-width: 96px
}

@media (min-width:768px) {
  .page-contact .contact-menu__item {
    flex-basis: 192px;
    max-width: 192px
  }
}

.page-contact .contact-menu .stretched-link {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.333333;
  color: #185aa5;
  text-align: center;
  letter-spacing: .05em;
  border: 3px solid #185aa5;
  border-radius: 100%
}

@media (min-width:768px) {
  .page-contact .contact-menu .stretched-link {
    width: 192px;
    height: 192px;
    font-size: 2.4375rem;
    border-width: 6px
  }
}

.page-contact .contact-menu .stretched-link.active {
  color: #fff;
  background-color: #185aa5
}

.page-contact .contact-menu .stretched-link.active:before {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -9px;
  content: "";
  border-top: 25px solid #185aa5;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent
}

@media (min-width:768px) {
  .page-contact .contact-menu .stretched-link.active:before {
    bottom: -54px;
    margin-left: -15px;
    border-top-width: 55px;
    border-right-width: 15px;
    border-left-width: 15px
  }
}

.page-contact .form-btns {
  margin-top: 50px
}

.page-contact .contact-tel {
  margin: 50px 0 80px
}

@media (min-width:768px) {
  .page-contact .contact-tel {
    margin: 110px 0 150px
  }
}

@media (min-width:768px) {
  .page-contact .tel-box-ttl {
    font-size: 1.6875rem
  }
}

@media (min-width:768px) {
  .page-contact .tel-box {
    max-width: 570px;
    padding-bottom: .9em;
    font-size: 1.6875rem
  }
}

@media (min-width:768px) {
  .page-contact .tel-box__tel {
    font-size: 3.0625rem
  }
}

@media (min-width:768px) {
  .page-contact .tel-box__time {
    font-size: 1.6875rem
  }
}

.page-skillup .top {
  padding: 60px 0;
  overflow: hidden;
  background-color: #fff100
}

@media (min-width:768px) {
  .page-skillup .top {
    padding: 120px 0
  }
}

.page-skillup .top__ttl {
  margin-bottom: 60px;
  text-align: center
}

@media (min-width:768px) {
  .page-skillup .top__ttl {
    margin-bottom: 100px
  }
}

.page-skillup .top__row {
  margin: 0 auto
}

@media (max-width:767.98px) {
  .page-skillup .top__row {
    max-width: 331px
  }
}

@media (min-width:768px) {
  .page-skillup .top__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
  }
}

.page-skillup .top__col {
  position: relative;
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-skillup .top__col {
    margin-bottom: 40px;
    text-align: center
  }
}

@media (min-width:768px) {
  .page-skillup .top__image {
    display: inline-block
  }
}

.page-skillup .top__text {
  position: absolute;
  margin: 0
}

@media (min-width:768px) {
  .page-skillup .top__col--01 {
    flex: 0 1 100%
  }
}

.page-skillup .top__col--01 .top__image {
  max-width: 346px
}

@media (max-width:767.98px) {
  .page-skillup .top__col--01 .top__image {
    width: 92%;
    margin-left: -28px
  }
}

@media (max-width:767.98px) {
  .page-skillup .top__col--01 .top__text {
    top: 10%;
    right: 0;
    width: 79px
  }
}

@media (min-width:768px) {
  .page-skillup .top__col--01 .top__text {
    top: 15px;
    left: 50%;
    margin-left: 145px
  }
}

.page-skillup .top__col--02 .top__image {
  width: 312px
}

@media (max-width:767.98px) {
  .page-skillup .top__col--02 .top__image {
    width: 83%;
    margin-right: -28px;
    margin-left: auto
  }
}

@media (max-width:767.98px) {
  .page-skillup .top__col--02 .top__text {
    top: -15px;
    left: 0;
    width: 106px
  }
}

@media (min-width:768px) {
  .page-skillup .top__col--02 .top__text {
    top: -25px;
    left: -50px
  }
}

@media (min-width:1022px) {
  .page-skillup .top__col--02 .top__text {
    left: -100px
  }
}

@media (min-width:768px) {
  .page-skillup .top__col--03 {
    margin-top: 80px;
    margin-right: -30px;
    margin-left: 20px
  }
}

@media (min-width:1022px) {
  .page-skillup .top__col--03 {
    margin-left: 40px
  }
}

.page-skillup .top__col--03 .top__image {
  width: 318px
}

@media (max-width:767.98px) {
  .page-skillup .top__col--03 .top__image {
    width: 85%;
    margin-left: -28px
  }
}

@media (max-width:767.98px) {
  .page-skillup .top__col--03 .top__text {
    top: -20px;
    right: 10px;
    width: 106px
  }
}

@media (min-width:768px) {
  .page-skillup .top__col--03 .top__text {
    top: -30px;
    right: -20px
  }
}

@media (min-width:1022px) {
  .page-skillup .top__col--03 .top__text {
    right: -75px
  }
}

.page-skillup .top__next {
  margin: 0 auto 80px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-skillup .top__next {
    width: 174px;
    margin-bottom: 50px
  }
}

.page-skillup .top__bike {
  margin: -20px auto 100px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-skillup .top__bike {
    width: 205px;
    margin-bottom: 80px
  }
}

.page-skillup .price {
  max-width: 524px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff
}

@media (min-width:768px) {
  .page-skillup .price {
    padding: 40px
  }
}

@media (max-width:767.98px) {
  .page-skillup .price .ttl-section {
    margin-bottom: 20px
  }
}

.page-skillup .price__num {
  display: inline-block;
  margin: 0 auto 10px
}

@media (max-width:767.98px) {
  .page-skillup .price__num {
    width: 235px
  }
}

.page-skillup .price__note {
  width: 368px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  border: 1px solid #000
}

@media (max-width:767.98px) {
  .page-skillup .price__note {
    width: 235px;
    font-size: 1.0625rem
  }
}

.page-skillup .point {
  max-width: 523px;
  margin: 0 auto;
  text-align: center
}

@media (max-width:767.98px) {
  .page-skillup .point dt {
    width: 145px;
    margin: 0 auto
  }
}

.page-skillup .point dd {
  padding: 41px 0;
  margin: -1px 0;
  border: 1px solid #000
}

@media (max-width:767.98px) {
  .page-skillup .point dd {
    padding: 26px 0
  }
}

@media (max-width:767.98px) {
  .page-skillup .point__01 {
    width: 232px
  }
}

@media (max-width:767.98px) {
  .page-skillup .point__02 {
    width: 252px
  }
}

@media (max-width:767.98px) {
  .page-skillup .point__03 {
    width: 227px
  }
}

@media (max-width:767.98px) {
  .page-skillup .point__04 {
    width: 230px
  }
}

.page-skillup .info {
  padding: 70px 0
}

@media (min-width:768px) {
  .page-skillup .info {
    padding: 140px 0
  }
}

.page-skillup .info .btn--primary, .page-skillup .info .btn--submit {
  display: block;
  padding: 15px 2em;
  font-size: 1.3125rem
}

@media (min-width:768px) {
  .page-skillup .info .btn--primary, .page-skillup .info .btn--submit {
    display: inline-block;
    padding: 30px 3em;
    margin-top: 10px;
    font-size: 2.125rem;
	width: 750px;
  }
}

.page-skillup .calendar-iframe {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 310px;
  margin: 0 auto 30px
}

@media (min-width:768px) {
  .page-skillup .calendar-iframe {
    margin: 50px auto 40px
  }
}

.page-skillup .booking-note {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-skillup .booking-note {
    margin: 40px 0 130px;
    text-align: center
  }
}

.page-skillup .calendar {
  width: 100%;
  margin: 15px auto 40px;
  font-size: 90%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #3f7fa9
}

@media (min-width:768px) {
  .page-skillup .calendar {
    width: 530px;
    margin-bottom: 80px
  }
}

.page-skillup .calendar th {
  height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #3f7fa9;
  border: 1px solid #3f7fa9
}

.page-skillup .calendar .month {
  width: 240px;
  margin: 10px auto 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #168ec2
}

.page-skillup .calendar td {
  padding: 7px 0;
  text-align: center;
  border: 1px solid #3f7fa9
}

.page-skillup .calendar .open, .page-skillup .calendar .today {
  background-color: #e7cc61
}

.page-corona .top {
  padding: 50px 0
}

@media (min-width:768px) {
  .page-corona .top {
    padding: 80px 0 90px
  }
}

.page-corona .section {
  margin-bottom: 70px
}

@media (min-width:768px) {
  .page-corona .section {
    margin-bottom: 90px
  }
}

.page-corona .figures {
  max-width: 280px;
  margin: 85px auto
}

@media (min-width:768px) {
  .page-corona .figures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 730px;
    margin-top: 100px
  }
}

.page-corona .figure {
  margin-bottom: 40px;
  text-align: center
}

@media (min-width:768px) {
  .page-corona .figure {
    flex: 0 1 47%;
    max-width: 47%;
    margin-bottom: 50px
  }
}

.page-qa .page-ttl {
  background-image: url("../img/entry/qa/page-ttl-sp.webp")
}

.no-webp .page-qa .page-ttl {
  background-image: url("../img/entry/qa/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-qa .page-ttl {
    background-image: url("../img/entry/qa/page-ttl.webp")
  }
  .no-webp .page-qa .page-ttl {
    background-image: url("../img/entry/qa/page-ttl.jpg")
  }
}

.page-qa .qa-main {
  padding: 70px 0 30px
}

@media (min-width:768px) {
  .page-qa .qa-main {
    padding: 180px 0 140px
  }
}

.page-qa .page-menu {
  margin-bottom: 70px
}

@media (min-width:768px) {
  .page-qa .page-menu {
    max-width: 462px;
    margin-bottom: 120px
  }
}

.page-qa .page-menu__item {
  padding: 15px 5px 11px 17px;
  font-size: .9375rem
}

@media (min-width:768px) {
  .page-qa .page-menu__item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 18px 5px 18px 25px;
    font-size: 1.28125rem
  }
}

.page-qa .qa-section {
  max-width: 900px;
  margin: 0 auto 75px
}

@media (min-width:768px) {
  .page-qa .qa-section {
    margin-bottom: 120px
  }
}

.page-qa .qa-ttl {
  margin: 0 0 10px -10px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .page-qa .qa-ttl {
    padding: 0 20px;
    margin: 0 0 15px;
    font-size: 1.5rem
  }
}

.page-qa .qa-block {
  padding: 15px 15px 1px;
  margin: 0 -28px;
  border-top: 1px solid grey
}

.page-qa .qa-block:last-child {
  border-bottom: 1px solid grey
}

@media (min-width:768px) {
  .page-qa .qa-block {
    padding: 28px 28px 1px;
    margin: 0
  }
}

.page-qa .qa-q {
  padding: 0 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8
}

@media (min-width:768px) {
  .page-qa .qa-q {
    margin-bottom: 28px;
    font-size: 1.25rem
  }
}

.page-qa .qa-toggle {
  position: relative;
  display: block;
  padding-right: 45px;
  color: #000;
  background: url("../img/entry/qa/plus.svg") right center/22px 22px no-repeat
}

.page-qa .qa-toggle[aria-expanded=true] {
  background-image: url("../img/entry/qa/minus.svg")
}

@media (min-width:768px) {
  .page-qa .qa-toggle {
    background-size: 33px 33px
  }
}

.page-qa .qa-a {
  padding: 20px;
  margin: 0 0 22px;
  line-height: 1.75;
  background-color: #dee6e9
}

@media (min-width:768px) {
  .page-qa .qa-a {
    padding: 30px 40px;
    margin: 0 10px 35px
  }
}

.page-remote .top {
  padding: 60px 0 70px;
  color: #fff;
  background-color: #00b4ed
}

@media (min-width:768px) {
  .page-remote .top {
    padding-top: 115px
  }
}

.page-remote .top__ttl {
  padding: 0 10px;
  margin-bottom: 45px;
  text-align: center
}

@media (min-width:768px) {
  .page-remote .top__ttl {
    margin-bottom: 60px
  }
}

.page-remote .top__description {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-remote .top__description {
    max-width: 800px;
    margin: 0 auto 100px
  }
}

.page-remote .top__catch {
  margin-bottom: 80px;
  text-align: center
}

@media (min-width:768px) {
  .page-remote .top__catch {
    margin-bottom: 120px
  }
}

.page-remote .top__message {
  margin-bottom: 85px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff100;
  text-align: center
}

@media (min-width:768px) {
  .page-remote .top__message {
    margin-bottom: 115px;
    font-size: 1.6875rem
  }
}

.page-remote .point {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-remote .point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 0
  }
}

.page-remote .point2 {
  margin-bottom: 100px;
  margin-top: -50px;
}

.page-remote .point2 img {
	padding: 0 15px;
}

@media (min-width:768px) {
  .page-remote .point2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 0
  }
}

@media (max-width:767.98px) {
.page-remote .point2 {
  margin-bottom: 15%;
  margin-top: -7%;
}
.page-remote .point2 img {
	padding: 0 25px;
}
.page-remote .point2 h3 {
	margin:0 0 7%;
	padding: 0;
}
}

.page-remote .point__ttl {
  position: relative;
  margin-bottom: 35px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-remote .point__ttl {
    flex: 0 1 100%;
    margin-bottom: 45px;
    font-size: 2rem
  }
}

.page-remote .point__ttl:after {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg)
}

@media (min-width:768px) {
  .page-remote .point__ttl:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-width: 2px
  }
}

.page-remote .point__col {
  margin-bottom: 50px;
  text-align: center
}

@media (min-width:768px) {
  .page-remote .point__col {
    flex: 0 1 32%;
    max-width: 32%
  }
}

.page-remote .schedule {
  margin-bottom: 10px;
  text-align: center
}

.page-remote .schedule-note {
  max-width: 610px;
  margin: 0 auto 60px
}

@media (max-width:767.98px) {
  .page-remote .schedule-note {
    margin-bottom: 30px;
    font-size: .84375rem;
    text-align: center
  }
}

.page-remote .attention {
  margin: 30px 0;
  text-align: center
}

@media (min-width:768px) {
  .page-remote .attention {
    margin: 60px 0 75px
  }
}

.page-remote .flow {
  max-width: 605px;
  padding: 35px 10px 25px;
  margin: 0 auto;
  background-color: #fff
}

@media (min-width:768px) {
  .page-remote .flow {
    padding: 75px 10px 65px
  }
}

.page-remote .flow__ttl {
  margin-bottom: 50px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-remote .flow__ttl {
    width: 160px;
    margin: 0 auto 25px
  }
}

.page-remote .flow__list {
  padding-left: 0;
  list-style: none;
  text-align: center
}

.page-remote .flow__list li {
  margin-bottom: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000
}

@media (min-width:768px) {
  .page-remote .flow__list li {
    font-size: 2.343125rem
  }
}

.page-remote .flow__list li:after {
  display: block;
  width: 0;
  height: 25px;
  margin: 20px auto;
  content: "";
  border-top: 25px solid #00b4ed;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent
}

@media (min-width:768px) {
  .page-remote .flow__list li:after {
    height: 50px;
    margin: 35px auto;
    border-width: 50px
  }
}

.page-remote .flow__list li:last-child:after {
  display: none
}

.page-remote .form {
  padding-bottom: 70px;
  margin-top: -1px;
  overflow: hidden
}

@media (min-width:1022px) {
  .page-remote .form .container {
    max-width: 810px
  }
}

.page-remote .form:before {
  display: block;
  margin: 0 0 70px;
  content: "";
  border-top: 60px solid #00b4ed;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent
}

@media (min-width:768px) {
  .page-remote .form:before {
    margin-bottom: 150px;
    border-top-width: 190px
  }
}

.page-remote .form__ttl {
  margin-bottom: 40px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-remote .form__ttl {
    margin-bottom: 60px;
    font-size: 2.5rem
  }
}

.page-remote .notice-block {
  padding: 20px 5px 1px 20px;
  margin: 0 0 20px;
  color: #e60012;
  border: 1px solid #e60012
}

@media (min-width:768px) {
  .page-remote .notice-block {
    padding: 30px 30px 1px 40px;
    margin-bottom: 50px
  }
}

.page-remote .notice-block li {
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em
}

/*.page-remote input {
  width: 100%
}*/

.page-zoom {
  background-color: #9dc814
}

.page-zoom .top {
  background: 0 0
}

.page-zoom .top__ttl {
  margin-bottom: 45px
}

.page-zoom .top__description {
  margin-bottom: 85px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  text-align: center
}

@media (max-width:767.98px) {
  .page-zoom .top__description {
    margin-bottom: 60px;
    font-size: 1.5rem
  }
}

@media (max-width:575.98px) {
  .page-zoom .top__description {
    font-size: 4vw
  }
}

.page-zoom .attention {
  margin: 22px 0
}

@media (max-width:767.98px) {
  .page-zoom .attention {
    margin: 15px 0 10px
  }
}

.page-zoom .flow {
  max-width: 650px;
  background: 0 0
}

.page-zoom .flow__ttl {
  margin-bottom: 30px
}

@media (max-width:767.98px) {
  .page-zoom .flow__ttl {
    width: 220px;
    margin-bottom: 15px
  }
}

.page-zoom .flow__list {
  padding: 40px 0;
  background-color: #fff
}

@media (max-width:767.98px) {
  .page-zoom .flow__list {
    padding: 25px 0
  }
}

.page-zoom .flow__list li {
  font-size: 2.0625rem
}

@media (max-width:767.98px) {
  .page-zoom .flow__list li {
    font-size: 1.125rem
  }
}

@media (max-width:575.98px) {
  .page-zoom .flow__list li {
    font-size: 3.8vw
  }
}

.page-zoom .flow__list li:after {
  border-top-color: #9dc814
}

.page-zoom .form {
  font-weight: 700;
  color: #fff
}

.page-zoom .form:before {
  display: none
}

.page-zoom .form-table {
  color: #000;
  background-color: #fff
}

.page-zoom .receive-email {
  color: #000;
  background-color: #fff
}

.page-touroku .top {
  padding: 60px 0 70px;
  color: #fff;
  background-color: #ef8200
}

.page-line .top {
  padding: 60px 0 70px;
  color: #fff;
  background-color: #22AC38
}

.page-line .button {
  display: block;
  background: #22AC38;
  display: table;
  padding: 1rem 3rem;
  margin-top: 15px;
  border-radius: 10rem;
  color: #FFF;
  text-decoration: none;
  box-shadow: 3px 3px 10px 5px rgba(0,0,0,0.15);
  font-weight: 900;
  font-size: 150%;
}

セレクタ {
    box-shadow: 横の位置 縦の位置 影のぼかし度 影の広さ 色;
}

@media (min-width:768px) {
  .page-touroku .top,
  .page-line .top {
    padding: 115px 0 120px
  }
}

.page-touroku .top__ttl,
.page-line .top__ttl {
  padding: 0 10px;
  margin: 0 0 60px;
  text-align: center
}

@media (min-width:768px) {
  .page-touroku .top__ttl,
  .page-line .top__ttl {
    margin-bottom: 85px
  }
}

.page-touroku .top__01,
.page-line .top__01 {
  position: relative;
  margin-bottom: 50px
}

@media (min-width:768px) {
  .page-touroku .top__01,
  .page-line .top__01 {
    margin-bottom: 70px;
    text-align: center
  }
}

.page-touroku .top__image,
.page-line .top__image {
  display: inline-block
}

@media (max-width:767.98px) {
  .page-touroku .top__image,
  .page-line .top__image {
    width: 92%;
    margin-left: -28px
  }
}

@media (min-width:768px) {
  .page-touroku .top__image,
  .page-line .top__image {
    margin-right: 130px
  }
}

.page-touroku .top__text,
.page-line .top__text {
  position: absolute;
  margin: 0
}

@media (max-width:767.98px) {
  .page-touroku .top__text,
  .page-line .top__text {
    top: 10%;
    right: 0;
    width: 104px
  }
}

@media (min-width:768px) {
  .page-touroku .top__text,
  .page-line .top__text {
    top: 45px;
    left: 50%;
    margin-left: 175px
  }
}

.page-touroku .top__flow,
.page-line .top__flow {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center
}

@media (min-width:768px) {
  .page-touroku .top__flow,
  .page-line .top__flow {
    margin-bottom: 85px
  }
}

.page-touroku .top__box,
.page-line .top__box {
  max-width: 903px;
  padding: 40px 30px;
  margin: 0 auto;
  line-height: 1.75;
  border: 1px solid #fff
}

@media (min-width:768px) {
  .page-touroku .top__box,
  .page-line .top__box {
    padding: 50px 70px
  }
}

.page-touroku .top__box__ttl,
.page-line .top__box__ttl {
  margin-bottom: 30px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center
}

@media (min-width:768px) {
  .page-touroku .top__box__ttl,
  .page-line .top__box__ttl {
    margin-bottom: 25px;
    font-size: 1.9375rem
  }
}

.page-touroku .caution,
.page-line .caution {
  padding-top: 100px;
  margin: 80px 0 30px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 2.4375rem;
  font-weight: 900;
  text-align: center;
  background: url("../img/touroku/icon-caution.svg") center top/87px 87px no-repeat
}

@media (max-width:575.98px) {
  .page-touroku .caution,
  .page-line .caution {
    font-size: 1.5rem;
    background-size: 60px 60px
  }
}

@media (max-width:767.98px) {
  .page-touroku .caution,
  .page-line .caution {
    font-size: 5.8vw
  }
}

.page-touroku .menjo,
.page-line .menjo {
  max-width: 903px;
  margin: 0 auto 80px
}

@media (min-width:768px) {
  .page-touroku .menjo,
  .page-line .menjo {
    margin-bottom: 100px
  }
}

@media (min-width:768px) {
  .page-touroku .menjo__row,
  .page-line .menjo__row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto
  }
}

.page-touroku .menjo__col,
.page-line .menjo__col {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-touroku .menjo__col,
  .page-line .menjo__col {
    flex: 0 1 49%;
    max-width: 49%
  }
}

@media (min-width:768px) {
  .page-touroku .menjo .list,
  .page-line .menjo .list {
    font-size: 1.0625rem
  }
}

.page-touroku .form {
  padding: 70px 0
}

.page-line .form {
  padding: 70px 0
}

@media (min-width:768px) {
  .page-touroku .form {
    padding: 115px 0 70px
  }
}

@media (min-width:1022px) {
  .page-touroku .form .container,
  .page-line .form .container {
    max-width: 933px
  }
}

.page-touroku .form__ttl {
  margin-bottom: 55px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-touroku .form__ttl {
    width: 240px;
    margin: 0 auto 30px
  }
}

.page-touroku .form-btns {
  margin-top: 50px
}
@media (min-width:768px) {
  .page-touroku .form-btns {
    margin-top: 100px
  }
}

.page-company .page-ttl {
  background-image: url("../img/company/page-ttl-sp.webp")
}

.no-webp .page-company .page-ttl {
  background-image: url("../img/company/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-company .page-ttl {
    background-image: url("../img/company/page-ttl.webp")
  }
  .no-webp .page-company .page-ttl {
    background-image: url("../img/company/page-ttl.jpg")
  }
}

.page-company .top {
  padding: 50px 0 60px
}

@media (min-width:768px) {
  .page-company .top {
    padding: 110px 0 85px
  }
}

@media (min-width:768px) {
  .page-company .page-menu {
    max-width: 532px
  }
}

.page-company .page-menu__item {
  flex-basis: 50%;
  max-width: 50%
}

@media (max-width:767.98px) {
  .page-company .page-menu__item {
    padding: 2px 5px 2px 10px
  }
}

.page-company .section {
  margin-bottom: 100px
}

@media (min-width:768px) {
  .page-company .section {
    margin-bottom: 275px
  }
}

.page-company .section .ttl-block {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .page-company .section .ttl-block {
    margin-bottom: 80px
  }
}

.page-company .outline__table {
  width: 100%;
  margin-bottom: 70px;
  font-size: 1.1875rem
}

@media (max-width:767.98px) {
  .page-company .outline__table {
    display: block;
    margin-bottom: 55px
  }
  .page-company .outline__table tbody, .page-company .outline__table td, .page-company .outline__table th, .page-company .outline__table tr {
    display: block;
    width: 100%;
    font-size: .9375rem
  }
}

.page-company .outline__table td, .page-company .outline__table th {
  padding: 15px 40px;
  border: 3px solid #e1e9ec
}

@media (max-width:767.98px) {
  .page-company .outline__table td, .page-company .outline__table th {
    padding: 10px 20px
  }
}

.page-company .outline__table th {
  width: 304px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  background-color: #e1e9ec;
  border-top: 3px solid #fff
}

@media (min-width:768px) {
  .page-company .outline__table th {
    border-bottom: 3px solid #fff
  }
}

@media (max-width:767.98px) {
  .page-company .outline__table th {
    width: 100%;
    padding: 7px 0;
    font-size: 1.0625rem;
    border-top-color: #e1e9ec
  }
}

.page-company .outline__table tr:first-child th {
  border-top-color: #e1e9ec
}

.page-company .outline__table tr:last-child th {
  border-bottom-color: #e1e9ec
}

.page-company .outline__image {
  margin-bottom: 35px;
  text-align: center
}

@media (min-width:768px) {
  .page-company .outline__image {
    margin-bottom: 65px
  }
}

@media (min-width:768px) {
  .page-company .brands {
    padding-top: 60px
  }
}

.page-company .brand {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-company .brand {
    margin-bottom: 100px
  }
}

.page-company .brand__logo {
  margin-bottom: 45px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-company .brand__logo {
    margin: 0 auto 25px
  }
}

@media (max-width:767.98px) {
  .page-company .brand__logo--center {
    width: 292px
  }
}

@media (max-width:767.98px) {
  .page-company .brand__logo--drone {
    width: 258px
  }
}

@media (max-width:767.98px) {
  .page-company .brand__logo--museum {
    width: 268px
  }
}

.page-company .afys__catch {
  padding: 0 20px;
  margin-bottom: 45px;
  text-align: center
}

@media (min-width:768px) {
  .page-company .afys__catch {
    margin-bottom: 65px
  }
}

.page-company .policy__list {
  padding-left: 0;
  list-style: none
}

.page-company .policy__list li {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-company .policy__list li {
    margin-bottom: 65px
  }
}

.page-company .policy__heading {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5;
  letter-spacing: .04em
}

@media (min-width:768px) {
  .page-company .policy__heading {
    font-size: 1.75rem
  }
}

.page-company .history__list {
  padding-left: 0;
  list-style: none
}

@media (min-width:768px) {
  .page-company .history__list {
    padding-left: 45px
  }
}

.page-company .history__item {
  position: relative;
  padding: 10px 0 20px
}

@media (min-width:1022px) {
  .page-company .history__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px
  }
}

.page-company .history__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #185aa5
}

.page-company .history__item:last-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 25px;
  content: "";
  border-left: 1px solid #185aa5;
  transform: rotateZ(45deg);
  transform-origin: bottom left
}

@media (min-width:768px) {
  .page-company .history__item:last-child:after {
    height: 35px
  }
}

.page-company .history__body {
  position: relative;
  padding-left: 30px;
  margin-right: auto;
  font-size: .875rem;
  line-height: 1.5
}

@media (min-width:768px) {
  .page-company .history__body {
    padding-left: 35px;
    font-size: 1.125rem
  }
}

.page-company .history__body:last-child {
  padding-bottom: 30px
}

.page-company .history__heading {
  position: relative;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .page-company .history__heading {
    font-size: 1rem
  }
}

.page-company .history__heading:before {
  position: absolute;
  top: .5em;
  left: -30px;
  width: 25px;
  height: 1px;
  content: "";
  background-color: #185aa5
}

@media (min-width:768px) {
  .page-company .history__heading:before {
    left: -35px;
    width: 27px
  }
}

.page-company .history__heading:after {
  position: absolute;
  top: .5em;
  left: -32px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  content: "";
  background-color: #185aa5;
  border-radius: 100%
}

@media (min-width:768px) {
  .page-company .history__heading:after {
    left: -38px;
    width: 6px;
    height: 6px;
    margin-top: -3px
  }
}

.page-company .history__image {
  padding-left: 30px;
  margin: 0 auto;
  text-align: center
}

@media (min-width:1022px) {
  .page-company .history__image {
    flex: 0 0 auto;
    height: 1px;
    margin: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--h4-4-18 {
    width: 55%;
    padding: 0
  }
}

@media (min-width:1022px) {
  .page-company .history__image--h4-4-18 {
    position: absolute;
    top: 60px;
    right: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--h8-4-25 {
    width: 55%;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--h19-1-21 {
    width: 55%;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--h21-5-20 {
    width: 55%;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--museum {
    width: 210px;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--center {
    width: 230px;
    padding: 0
  }
}

@media (max-width:767.98px) {
  .page-company .history__image--drone {
    width: 180px;
    padding: 0
  }
}

.page-company .history__note {
  margin-left: 1em;
  font-size: .75rem;
  color: #9fa0a0;
  text-indent: -1em
}

@media (min-width:768px) {
  .page-company .history__note {
    font-size: 1rem
  }
}

.page-student .page-ttl {
  background-image: url("../img/student/page-ttl-sp.webp")
}

.no-webp .page-student .page-ttl {
  background-image: url("../img/student/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-student .page-ttl {
    background-image: url("../img/student/page-ttl.webp")
  }
  .no-webp .page-student .page-ttl {
    background-image: url("../img/student/page-ttl.jpg")
  }
}

.page-student .top {
  padding: 55px 0
}

@media (min-width:768px) {
  .page-student .top {
    padding: 120px 0 140px
  }
}

.page-student .top__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto 35px
}

@media (min-width:576px) {
  .page-student .top__menu {
    max-width: 824px
  }
}

@media (min-width:768px) {
  .page-student .top__menu {
    margin: 0 auto 50px
  }
}

.page-student .top__menu__item {
  position: relative;
  display: flex;
  flex: 0 1 147px;
  align-items: center;
  justify-content: center;
  max-width: 147px;
  height: 140px;
  margin-bottom: 30px;
  font-size: 1.96875rem;
  font-weight: 700;
  line-height: 1.253968;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  background-color: #185aa5;
  border: 3px solid #185aa5;
  transition: opacity .3s ease-in-out
}

@media (min-width:576px) {
  .page-student .top__menu__item {
    flex-basis: 220px;
    max-width: 220px;
    height: 200px;
    font-size: 2.625rem;
    line-height: 1.254108;
    border-width: 4px
  }
}

@media (min-width:1022px) {
  .page-student .top__menu__item {
    flex-basis: 244px;
    max-width: 244px;
    height: 233px;
    font-size: 3rem
  }
}

@media screen and (max-width:375px) {
  .page-student .top__menu__item {
    flex: 0 1 46%;
    max-width: 46%;
    height: 136px
  }
}

.page-student .top__menu__item:hover {
  opacity: .65
}

.page-student .top__menu__item:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .page-student .top__menu__item:after {
    width: 16px;
    height: 16px
  }
}

.page-student .top__menu__small {
  display: block;
  font-size: 1.16875rem;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-student .top__menu__small {
    font-size: 1.625rem
  }
}

@media (min-width:1022px) {
  .page-student .top__menu__small {
    font-size: 1.9375rem
  }
}

.page-student .top__menu__item--mantensama {
  color: #185aa5;
  background-color: #fff
}

@media (min-width:768px) {
  .page-student .top__menu__item--mantensama {
    font-size: 2.5rem;
    line-height: 1.217391
  }
  .page-student .top__menu__item--mantensama:after {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50% 50%;
    background-size: contain
  }
  .page-student .top__menu__item--mantensama .top__menu__small {
    width: 116px;
    margin-top: 5px;
    margin-bottom: -5px
  }
}

@media (min-width:1022px) {
  .page-student .top__menu__item--mantensama {
    font-size: 2.875rem
  }
}

@media (max-width:767.98px) {
  .page-student .top__menu__item--mantensama {
    flex: 0 1 100%;
    max-width: 100%;
    height: auto;
    padding: 7px 0;
    font-size: 1.3125rem;
    text-align: center;
    letter-spacing: .1em
  }
  .page-student .top__menu__item--mantensama:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -12px;
    background: 0 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #185aa5
  }
  .page-student .top__menu__item--mantensama .top__menu__small {
    display: inline-block;
    width: 89px;
    vertical-align: middle
  }
}

@media screen and (max-width:375px) {
  .page-student .top__menu__item--mantensama {
    font-size: 1.125rem
  }
}

.page-student .page-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px
}

@media (min-width:768px) {
  .page-student .page-menu {
    max-width: 532px
  }
}

.page-student .page-menu__item {
  flex-basis: 50%;
  max-width: 50%;
  padding: 23px 5px 23px 30px;
  font-size: 1.4375rem
}

@media (max-width:767.98px) {
  .page-student .page-menu__item {
    padding: 13px 5px 13px 20px;
    font-size: .875rem
  }
}

.page-student .time-table-head {
  position: relative
}

@media (min-width:768px) {
  .page-student .time-table-head {
    max-width: 720px;
    margin: 0 auto 15px;
    text-align: center
  }
}

.page-student .time-table-month {
  margin-bottom: 0
}

.page-student .time-table-today {
  position: absolute;
  top: .125em;
  left: 0
}

@media (max-width:767.98px) {
  .page-student .time-table-today {
    right: 4em;
    left: inherit
  }
}

.page-student .time-table-next {
  position: absolute;
  top: .125em;
  right: 0
}

@media (max-width:767.98px) {
  .page-student .js-scrollable {
    margin-right: -28px
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .page-student .js-scrollable {
    margin-right: -10px;
    margin-left: -10px
  }
}

.page-student .time-table {
  max-width: 730px;
  margin: 0 auto 60px;
  text-align: center
}

.page-student .time-table td[rowspan="3"][colspan="2"] {
  position: sticky;
  left: 0;
  width: 5.5em
}

.page-student .time-table td[rowspan="3"][colspan="2"]:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 1px solid #1d2382
}

@media all and (-ms-high-contrast:none) {
  .page-student .time-table td[rowspan="3"][colspan="2"]:before {
    display: none
  }
}

.page-student .time-table td.siro:first-child:not([colspan]) {
  position: sticky;
  left: 0;
  width: 3em
}

.page-student .time-table td.siro:first-child:not([colspan]):before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 1px solid #1d2382
}

@media all and (-ms-high-contrast:none) {
  .page-student .time-table td.siro:first-child:not([colspan]):before {
    display: none
  }
}

.page-student .time-table td.siro:first-child:not([colspan])+td {
  position: sticky;
  left: 3.75em;
  width: 2em
}

.page-student .time-table td.siro:first-child:not([colspan])+td:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 1px solid #1d2382
}

@media all and (-ms-high-contrast:none) {
  .page-student .time-table td.siro:first-child:not([colspan])+td:before {
    display: none
  }
}

@media (max-width:767.98px) {
  .page-student .time-table table {
    margin: 0
  }
}

.page-student .kigo {
  margin-bottom: 60px
}

.page-student .kigo__ttl {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5;
  text-align: center;
  letter-spacing: .04em
}

@media (min-width:768px) {
  .page-student .kigo__ttl {
    font-size: 2rem
  }
}

.page-student .kigo__body {
  padding: 30px 0 10px;
  font-size: 1.46875rem;
  line-height: 1.25;
  text-align: center;
  background-color: #e7edf1
}

@media (min-width:768px) {
  .page-student .kigo__body {
    display: flex;
    justify-content: space-around;
    padding: 45px 10px 5px;
    font-size: 1.7125rem
  }
}

@media (min-width:1022px) {
  .page-student .kigo__body {
    padding-right: 20px;
    padding-left: 20px
  }
}

.page-student .kigo__col {
  margin-bottom: 30px
}

.page-student .kigo__num {
  display: inline-block;
  min-width: 3em;
  padding: 0 5px;
  margin: 0 6px;
  vertical-align: middle;
  border: 1px solid #000
}

.page-student .kigo__num--01 {
  background-color: #bee5bb
}

.page-student .kigo__num--02 {
  background-color: #e3bbdc
}

.page-student .kigo__num--03 {
  color: #999;
  background-color: #fffddd
}

.page-student .kigo__num--03 .text-red {
  color: #c00
}

.page-student .kigo__note {
  margin: 10px 0 0;
  font-size: .86875rem
}

@media (min-width:1022px) {
  .page-student .kigo__note {
    font-size: 1rem
  }
}

@media (max-width:767.98px) {
  .page-student .js-scrollable__inner {
    width: 480px
  }
}

.page-student .schedule-table {
  width: 100%
}

@media (max-width:767.98px) {
  .page-student .schedule-table {
    width: 480px
  }
}

@media (min-width:1022px) {
  .page-student .schedule-table {
    width: 755px;
    margin: 20px auto
  }
}

.page-student .schedule-table td, .page-student .schedule-table th {
  padding: 8px 10px;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000
}

@media (min-width:768px) {
  .page-student .schedule-table td, .page-student .schedule-table th {
    padding: 9px 20px;
    font-size: 1.3125rem
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .page-student .schedule-table td, .page-student .schedule-table th {
    font-size: 1.125rem
  }
}

.page-student .schedule-table thead th {
  font-weight: 700;
  color: #fff;
  background-color: #9fbecb
}

.page-student .schedule-table tbody th {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #d8d9d9
}

@media (min-width:768px) {
  .page-student .schedule-table tbody th {
    width: 9em
  }
}

.page-student .schedule-table__small {
  font-size: .65625rem
}

@media (min-width:768px) {
  .page-student .schedule-table__small {
    font-size: .875rem
  }
}

.page-student .schedule-table .schedule-table__intermission {
  padding: 5px 0;
  font-size: .625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #c5c6c6
}

@media (min-width:768px) {
  .page-student .schedule-table .schedule-table__intermission {
    padding: 7px;
    font-size: .8125rem
  }
}

.page-student .section {
  margin-bottom: 110px
}

@media (min-width:768px) {
  .page-student .section {
    margin-bottom: 160px
  }
}

@media (min-width:768px) {
  .page-student .section .ttl-block {
    margin-bottom: 60px
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .page-student .section--gakka .container {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media (min-width:768px) and (max-width:1021.98px) {
  .page-student .section--gakka .container--contain .ttl-block {
    margin-right: -10px;
    margin-left: -10px
  }
}

.page-student .section--kyosyu .schedule-table {
  margin: 40px auto 0
}

@media (max-width:767.98px) {
  .page-student .section--kyosyu .schedule-table {
    width: 260px
  }
}

@media (min-width:768px) {
  .page-student .section--kyosyu .schedule-table {
    width: 350px
  }
}

.page-student .time-table .mark {
  line-height: 2.2em
}

.page-student .time-table .siro {
  color: #fff
}

.page-student .time-table .red {
  color: #e00
}

.page-student .time-table .black {
  color: #000
}

.page-student .time-table .c0 {
  color: #c00;
  background-color: #fdd
}

.page-student .time-table .c1 {
  color: #000;
  background-color: #9ca0e3
}

.page-student .time-table .c2 {
  color: #000;
  background-color: #9ca0e3
}

.page-student .time-table .c3 {
  color: #000;
  background-color: #9ca0e3
}

.page-student .time-table .c4 {
  color: #000;
  background-color: #9ca0e3
}

.page-student .time-table .c5 {
  color: #000;
  background-color: #9ca0e3
}

.page-student .time-table .c6 {
  color: #039;
  background-color: #ccf
}

.page-student .time-table .cc0 {
  color: #c00;
  background-color: #fdd
}

.page-student .time-table .cc6 {
  color: #039;
  background-color: #ccf
}

.page-student .time-table .b1 {
  background: #bee5bb
}

.page-student .time-table .b2 {
  background: #e3bbdc
}

.page-student .time-table .b3 {
  background: #ce9e8c
}

.page-student .time-table .b4 {
  background: #ebf695
}

.page-student .time-table .b5 {
  background: #f5c192
}

.page-student .time-table .b6 {
  background: #c2e6e9
}

.page-student .time-table .b7 {
  background: #ada3cf
}

.page-student .time-table .b50 {
  color: #999;
  background: #ffd
}

.page-student .time-table * {
  font-size: 12px
}

.page-student .time-table .tt {
  width: 714px;
  margin-left: 5px;
  border: solid #1d2382;
  border-width: 1px 0 0 1px
}

.page-student .time-table .tt td {
  border: solid #1d2382;
  border-width: 0 1px 1px 0
}

.page-student .time-table #br2px {
  border-color: #1d2382
}

.page-student .time-table .t1 {
  border: solid #666;
  border-width: 1px 0 0 1px
}

.page-student .time-table .t1 td {
  border: solid #666;
  border-width: 0 1px 1px 0
}

.page-student .time-table .t2 {
  border: solid #666;
  border-width: 1px 0 0 1px
}

.page-student .time-table .t2 td {
  text-align: center;
  border: solid #666;
  border-width: 0 1px 1px 0
}

.page-student .time-table .kigou1 {
  padding: 0 8px;
  background-color: #bee5bb;
  border: solid 1px #ccc
}

.page-student .time-table .kigou2 {
  padding: 0 8px;
  background-color: #e3bbdc;
  border: solid 1px #ccc
}

.page-student .time-table .kigou3 {
  padding: 0 8px;
  background-color: #ce9e8c;
  border: solid 1px #ccc
}

.page-student .time-table .kigou4 {
  padding: 0 8px;
  background-color: #ebf695;
  border: solid 1px #ccc
}

.page-student .time-table .kigou5 {
  padding: 0 8px;
  background-color: #f5c192;
  border: solid 1px #ccc
}

.page-student .time-table .kigou6 {
  padding: 0 8px;
  background-color: #c2e6e9;
  border: solid 1px #ccc
}

.page-student .time-table .kigou7 {
  padding: 0 8px;
  background-color: #ada3cf;
  border: solid 1px #ccc
}

.page-student .time-table .kigou8 {
  padding: 0 8px;
  color: #c00;
  background-color: #ffd;
  border: solid 1px #ccc
}

.page-student .time-table .kigou8_1 {
  padding: 0 8px;
  color: #999;
  background-color: #ffd;
  border: solid 1px #ccc
}

.page-student .time-table .kigou9 {
  padding: 0 8px;
  color: #c00;
  background-color: #ffd;
  border: solid 1px #ccc
}

.page-student .time-table .lv01 {
  padding: 1px 5px;
  background-color: #cec;
  border: 1px solid #09c
}

.page-student .time-table .lv02 {
  padding: 1px 5px;
  background-color: #ffe7ff;
  border: 1px solid #09c
}

.page-student .time-table .en {
  padding: 1px 5px;
  background-color: #ad0;
  border: 1px solid #09c
}

.page-student .time-table .tm {
  padding: 1px 5px;
  background-color: #fc9;
  border: 1px solid #09c
}

.page-student .time-table .ft {
  padding: 1px 5px;
  background-color: #ff6;
  border: 1px solid #09c
}

.page-student .time-table .ts {
  padding: 1px 5px;
  background-color: #cff;
  border: 1px solid #09c
}

.page-student .time-table .rs {
  padding: 1px 5px;
  background-color: #ffc;
  border: 1px solid #09c
}

.page-student .time-table .subject {
  width: 625px;
  margin-left: 5px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #09c
}

.page-student .time-table .subject td {
  border: 1px solid #09c
}

.page-student .time-table .subject .td00 {
  color: #fff;
  background-color: #007aa3;
  border: 1px solid #09c
}

.page-student .time-table .subject .td01 {
  color: #fff;
  background-color: #168ebf;
  border: 1px solid #09c
}

.page-student .time-table .subject .td02 {
  color: #fff;
  background-color: #8dc8e0;
  border: 1px solid #09c
}

.page-student .time-table .subject .td03 {
  background-color: #eee;
  border: 1px solid #09c
}

.page-student .time-table .subject .day {
  background-color: #c4e6f3
}

.page-student .time-table .subject .sun {
  color: red;
  background-color: #fcc
}

.page-student .time-table .subject .sat {
  color: #00f;
  background-color: #ddf
}

.page-student .time-table .subject .level01 {
  background-color: #cec
}

.page-student .time-table .subject .level01sat {
  color: #00f;
  background-color: #cec
}

.page-student .time-table .subject .level01sun {
  color: red;
  background-color: #cec
}

.page-student .time-table .subject .level02 {
  background-color: #ffe0ff
}

.page-student .time-table .subject .level02sat {
  color: #00f;
  background-color: #fef
}

.page-student .time-table .subject .level02sun {
  color: red;
  background-color: #ffe7ff
}

.page-student .time-table .subject .temp {
  background-color: #fc9
}

.page-student .time-table .subject .tempsat {
  color: #00f;
  background-color: #fc9
}

.page-student .time-table .subject .tempsun {
  color: red;
  background-color: #fc9
}

.page-student .time-table .subject .fit {
  background-color: #ff6
}

.page-student .time-table .subject .fitsat {
  color: #00f;
  background-color: #ff6
}

.page-student .time-table .subject .fitsun {
  color: red;
  background-color: #ff6
}

.page-student .time-table .subject .ent {
  background-color: #ad0
}

.page-student .time-table .subject .entsat {
  color: #00f;
  background-color: #ad0
}

.page-student .time-table .subject .entsun {
  color: red;
  background-color: #ad0
}

.page-student .time-table .subject .rest {
  background-color: #ffc
}

.page-policy .top {
  padding: 50px 0
}

@media (min-width:768px) {
  .page-policy .top {
    padding: 70px 0
  }
}

.page-policy .top__intro {
  margin-bottom: 70px
}

@media (min-width:768px) {
  .page-policy .top__intro {
    margin-bottom: 90px
  }
}

.page-policy .section {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-policy .section {
    margin-bottom: 90px
  }
}

.page-policy .section .ttl-block {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-policy .section .ttl-block {
    margin-bottom: 40px
  }
}

.page-school .page-ttl {
  background-image: url("../img/numaji/school/page-ttl-sp.webp")
}

.no-webp .page-school .page-ttl {
  background-image: url("../img/numaji/school/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-school .page-ttl {
    background-image: url("../img/numaji/school/page-ttl.webp")
  }
  .no-webp .page-school .page-ttl {
    background-image: url("../img/numaji/school/page-ttl.jpg")
  }
}

.page-school .school {
  padding: 50px 0
}

@media (min-width:768px) {
  .page-school .school {
    padding: 110px 0
  }
}

.page-school .section {
  margin-bottom: 80px
}

@media (min-width:768px) {
  .page-school .section {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

.page-school .section__image {
  margin-bottom: 20px;
  text-align: center
}

@media (min-width:768px) {
  .page-school .section__image {
    flex: 0 1 50%;
    max-width: 50%
  }
}

@media (min-width:768px) {
  .page-school .section__body {
    flex: 0 1 45%;
    max-width: 45%
  }
}

@media (min-width:768px) {
  .page-school .section-row {
    display: flex;
    justify-content: space-between
  }
  .page-school .section-row .section {
    flex: 0 1 45%;
    max-width: 45%
  }
  .page-school .section-row .section__body {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (max-width:767.98px) {
  .page-school .ttl-section {
    margin-bottom: 20px
  }
}

.page-school .ttl-section__main {
  letter-spacing: 0
}

@media (min-width:768px) {
  .page-school .ttl-section__main {
    font-size: 1.6875rem
  }
}

@media (max-width:767.98px) {
  .page-school .btn--01, .page-school .btn--02, .page-school .btn--home {
    font-size: .8125rem
  }
}

@media (min-width:768px) {
  .page-school .btn--01, .page-school .btn--02, .page-school .btn--home {
    min-width: 234px
  }
}

.page-nursery .page-ttl {
  background-image: url("../img/numaji/nursery/page-ttl-sp.webp")
}

.no-webp .page-nursery .page-ttl {
  background-image: url("../img/numaji/nursery/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-nursery .page-ttl {
    background-image: url("../img/numaji/nursery/page-ttl.webp")
  }
  .no-webp .page-nursery .page-ttl {
    background-image: url("../img/numaji/nursery/page-ttl.jpg")
  }
}

.page-nursery .nursery {
  padding: 50px 0
}

@media (min-width:768px) {
  .page-nursery .nursery {
    padding: 100px 0
  }
}

  .page-nursery .nursery .ttl-section {
    margin-bottom: 60px
  }
@media (min-width:768px) {
  .page-nursery .nursery .ttl-section {
    margin-bottom: 110px
  }
}

@media (min-width:1022px) {
  .page-nursery .nursery .container {
    max-width: 820px
  }
}

.page-nursery .tel-box {
  margin-bottom: 40px
}

.page-nursery .section {
  margin-bottom: 90px
}

@media (min-width:768px) {
  .page-nursery .belongings {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px 10px 50px;
    margin-bottom: 180px;
    background-color: #e0e9e8
  }
}

@media (min-width:1022px) {
  .page-nursery .belongings {
    padding: 40px 70px 10px 100px
  }
}

.page-nursery .belongings__ttl {
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  color: #185aa5;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-nursery .belongings__ttl {
    flex: 0 0 243px;
    max-width: 243px;
    height: 243px;
    padding-top: 40px;
    margin-top: 50px;
    font-size: 1.875rem;
    line-height: 1.333333;
    background-color: #fff;
    border-radius: 100%
  }
}

.page-nursery .belongings .list {
  padding: 30px;
  background-color: #e0e9e8
}

@media (min-width:768px) {
  .page-nursery .belongings .list {
    flex: 0 1 310px;
    max-width: 310px;
    padding: 0
  }
}

.page-nursery .belongings__note {
  font-size: .8125rem;
  line-height: 1.615385
}

@media (min-width:768px) {
  .page-nursery .belongings__note {
    position: absolute;
    top: 220px;
    left: 50px;
    width: 243px;
    font-size: .875rem;
    line-height: 1.642857
  }
}

@media (min-width:1022px) {
  .page-nursery .belongings__note {
    left: 100px
  }
}

.page-nursery .message {
  margin: 10px 0 80px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.578947;
  text-align: center;
  letter-spacing: .05em
}

@media (min-width:768px) {
  .page-nursery .message {
    margin: 30px 0 60px;
    font-size: 2.125rem
  }
}

.page-pay .page-ttl {
  background-image: url("../img/entry/pay/page-ttl-sp.webp")
}

.no-webp .page-pay .page-ttl {
  background-image: url("../img/entry/pay/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-pay .page-ttl {
    background-image: url("../img/entry/pay/page-ttl.webp")
  }
  .no-webp .page-pay .page-ttl {
    background-image: url("../img/entry/pay/page-ttl.jpg")
  }
}

.page-pay .top {
  padding: 50px 0;
  font-size: .78125rem;
  line-height: 1.75
}

@media (min-width:768px) {
  .page-pay .top {
    padding: 120px 0 110px;
    font-size: 1.25rem;
    line-height: 1.5
  }
}

@media (min-width:1022px) {
  .page-pay .top {
    max-width: 765px;
    margin: 0 auto
  }
}

.page-pay .top__ttl {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center
}

@media (min-width:768px) {
  .page-pay .top__ttl {
    margin-bottom: 30px;
    font-size: 1.75rem
  }
}

.page-pay .pay {
  padding: 1px 0
}

@media (min-width:768px) {
  .page-pay .pay {
    padding-bottom: 40px
  }
}

.page-pay .pay-nav {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 40px
}

.page-pay .pay-nav li {
  flex: 0 1 45%;
  max-width: 45%;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .04em
}

.page-pay .pay-nav .pay-hiroshin {
  color: #008c70
}

.page-pay .pay-nav .pay-hiroshima {
  color: #126dda
}

.page-pay .pay-nav .pay-momiji {
  color: #e56100
}

.page-pay .pay-nav .pay-yucho {
  color: #009300
}

.page-pay .pay-list {
  padding-left: 0;
  list-style: none;
  margin: 0
}

@media (min-width:768px) {
  .page-pay .pay-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px 0
  }
}

.page-pay .pay-list li {
  margin-bottom: 30px;
  border: 1px solid #828383
}

@media (max-width:767.98px) {
  .page-pay .pay-list li:last-child {
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .page-pay .pay-list li {
    flex: 0 1 48%;
    max-width: 48%;
    margin-bottom: 35px
  }
}

.page-pay .pay-list__ttl {
  padding: 5px 0;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: .04em
}

@media (min-width:1022px) {
  .page-pay .pay-list__ttl {
    padding: 7px 0;
    font-size: 1.5rem
  }
}

.page-pay .pay-list__ttl.pay-hiroshin {
  background-color: #008c70
}

.page-pay .pay-list__ttl.pay-hiroshima {
  background-color: #126dda
}

.page-pay .pay-list__ttl.pay-momiji {
  background-color: #e56100
}

.page-pay .pay-list__ttl.pay-yucho {
  background-color: #009300
}

.page-pay .pay-list__info {
  padding: 30px 10px 20px 20px;
  margin: 0;
  font-size: 1rem
}

@media (min-width:768px) {
  .page-pay .pay-list__info {
    font-size: .9375rem
  }
}

@media (min-width:1022px) {
  .page-pay .pay-list__info {
    padding: 30px 10px 20px 30px;
    font-size: 1.375rem
  }
}

.page-pay .pay-list__info dt {
  float: left;
  font-weight: 400;
  color: #185aa5
}

.page-pay .pay-list__info dd {
  margin-bottom: 5px;
  overflow: hidden
}

.page-news .page-ttl {
  background-image: url("../img/news/page-ttl-sp.webp")
}

.no-webp .page-news .page-ttl {
  background-image: url("../img/news/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-news .page-ttl {
    background-image: url("../img/news/page-ttl.webp")
  }
  .no-webp .page-news .page-ttl {
    background-image: url("../img/news/page-ttl.jpg")
  }
}

.page-news .news-main {
  padding: 40px 0 1px
}

@media (min-width:768px) {
  .page-news .news-main {
    padding: 100px 0 40px
  }
}

.page-news .news-post {
  padding-bottom: 50px;
  border-bottom: 1px solid #185aa5
}

@media (min-width:1022px) {
  .page-news .news-post {
    max-width: 792px;
    padding-bottom: 70px;
    margin: 0 auto;
    border-width: 2px
  }
}

.page-news .news-date {
  margin-bottom: 5px;
  font-size: .75rem;
  font-weight: 700
}

@media (min-width:768px) {
  .page-news .news-date {
    margin-bottom: 20px;
    font-size: .75rem
  }
}

.page-news .news-ttl {
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.470588;
  color: #185aa5;
  border-bottom: 1px solid #185aa5
}

@media (min-width:768px) {
  .page-news .news-ttl {
    padding-bottom: 30px;
    margin-bottom: 55px;
    font-size: 1.9375rem;
    border-width: 2px
  }
}

.news-list {
  max-width: 790px;
  margin: 0 auto
}

.news-list__item {
  position: relative;
  margin-bottom: 22px
}

@media (min-width:768px) {
  .news-list__item {
    display: flex
  }
}

.news-list__date {
  display: block;
  margin-bottom: 5px;
  font-size: .75rem;
  font-weight: 700
}

@media (min-width:768px) {
  .news-list__date {
    flex: 0 1 9.5em;
    width: 9.5em;
    margin-bottom: 0;
    font-size: 1.125rem
  }
}

.news-list__ttl {
  margin: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5
}

@media (min-width:768px) {
  .news-list__ttl {
    flex: 0 1 100%;
    font-size: 1.125rem
  }
}

.news-list .stretched-link {
  color: #185aa5
}

.news-list .stretched-link:hover {
  text-decoration: underline
}

.page-entry .page-ttl {
  background-image: url("../img/entry/index/page-ttl-sp.webp")
}

.no-webp .page-entry .page-ttl {
  background-image: url("../img/entry/index/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-entry .page-ttl {
    background-image: url("../img/entry/index/page-ttl.webp")
  }
  .no-webp .page-entry .page-ttl {
    background-image: url("../img/entry/index/page-ttl.jpg")
  }
}

.page-entry .top {
  padding: 50px 0 70px
}

@media (min-width:768px) {
  .page-entry .top {
    padding: 100px 0 120px
  }
}

@media (min-width:768px) {
  .page-entry .page-menu {
    width: 464px
  }
}

.page-entry .page-menu__item {
  flex-basis: 50%;
  max-width: 50%
}

@media (max-width:767.98px) {
  .page-entry .page-menu__item {
    height: 44px;
    padding: 8px 5px 8px 5px
  }
}

.page-entry .section {
  margin-bottom: 50px
}

@media (min-width:768px) {
  .page-entry .section {
    margin-bottom: 80px
  }
}

@media (min-width:1022px) {
  .page-entry .shikaku-swiper {
    width: 700px;
    margin: 0 auto
  }
}

.page-entry .shikaku-swiper .swiper-slide {
  background-color: #fff
}

.page-entry .shikaku-next, .page-entry .shikaku-prev {
  position: absolute;
  top: -5px;
  z-index: 2;
  color: #e60012;
  transition: opacity .3s ease-in-out
}

@media (min-width:768px) {
  .page-entry .shikaku-next, .page-entry .shikaku-prev {
    top: 0;
    font-size: 1.625rem
  }
}

.page-entry .shikaku-next:hover, .page-entry .shikaku-prev:hover {
  opacity: .65
}

.page-entry .shikaku-prev {
  left: 50%;
  margin-left: -100px
}

@media (min-width:768px) {
  .page-entry .shikaku-prev {
    margin-left: -160px
  }
}

.page-entry .shikaku-next {
  right: 50%;
  margin-right: -100px
}

@media (min-width:768px) {
  .page-entry .shikaku-next {
    margin-right: -160px
  }
}

.page-entry .shikaku-ttl {
  margin-bottom: 10px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .1em
}

@media (min-width:768px) {
  .page-entry .shikaku-ttl {
    margin-bottom: 15px;
    font-size: 2.125rem
  }
}

@media (min-width:1022px) {
  .page-entry .shikaku-ttl {
    width: 700px
  }
}

@media (min-width:1022px) {
  .page-entry .shikaku-table {
    width: 700px
  }
}

@media (min-width:1022px) {
  .page-entry .admission-box {
    width: 700px;
    margin-right: auto;
    margin-left: auto
  }
}

.page-entry .entry-flow {
  padding-left: 0;
  list-style: none;
  padding-top: 20px
}

.page-entry .entry-flow li {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .page-entry .entry-flow li {
    margin-bottom: 50px
  }
}

.page-entry .entry-flow__num {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5
}

@media (min-width:768px) {
  .page-entry .entry-flow__num {
    font-size: 1.75rem
  }
}

.page-entry .entry-flow-note {
  padding-left: 0;
  list-style: none;
  margin: 50px 0
}

@media (min-width:768px) {
  .page-entry .entry-flow-note {
    margin-bottom: 80px
  }
}

.page-entry .oath {
  padding: 45px 25px 30px;
  margin-bottom: 30px;
  line-height: 1.75;
  border: 1px solid #185aa5
}

@media (min-width:768px) {
  .page-entry .oath {
    padding: 70px 60px 50px;
    margin-bottom: 50px;
    border-width: 2px
  }
}

.page-entry .oath__ttl {
  margin-bottom: 30px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center
}

@media (min-width:768px) {
  .page-entry .oath__ttl {
    margin-bottom: 40px;
    font-size: 2.375rem;
    letter-spacing: .05em
  }
}

@media (max-width:767.98px) {
  .page-entry .oath__small {
    font-size: .84375rem
  }
}

.page-entry .oath-policy {
  margin-bottom: 50px
}

@media (min-width:768px) {
  .page-entry .oath-policy {
    margin-bottom: 70px
  }
}

.page-entry .university {
  padding: 60px 0;
  line-height: 1.75
}

@media (min-width:768px) {
  .page-entry .university {
    padding: 110px 0
  }
}

.page-entry .university__section {
  margin-bottom: 40px
}

@media (min-width:768px) {
  .page-entry .university__section {
    margin-bottom: 70px
  }
}

.page-entry .university__ttl {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #185aa5;
  letter-spacing: .04em
}

@media (min-width:768px) {
  .page-entry .university__ttl {
    font-size: 1.75rem
  }
}

.page-brand {
  margin-top: 20px
}

@media (min-width:768px) {
  .page-brand {
    margin-top: 0
  }
}

.page-brand .header {
  display: none
}

.page-brand .top {
  position: relative;
  margin: 0 auto
}

.page-brand .top__image {
  opacity: 0
}

.page-brand .top__text {
  position: absolute;
  z-index: 2
}

.page-brand .top.sr-done .top__text {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 1s
}

.page-brand .top.sr-done .top__image {
  opacity: 1;
  transition: 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transform: translate(0, 0)
}

.page-brand .top-brand {
  margin-bottom: 250px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-brand .top-brand {
    width: 190px;
    margin: 0 auto 125px
  }
}

.page-brand .top-catch {
  margin: 506px 0 420px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-brand .top-catch {
    padding: 0 35px;
    margin: 285px auto 270px
  }
}

.page-brand .top--01 {
  max-width: 750px;
  padding: 395px 0 70px
}

@media (max-width:767.98px) {
  .page-brand .top--01 {
    padding: 175px 0 35px
  }
}

.page-brand .top--01 .top__text {
  position: absolute;
  top: 85px;
  left: 175px;
  z-index: 2;
  padding: 0 5px 40px;
  margin: 0;
  text-align: right;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--01 .top__text {
    top: 20px;
    left: 90px;
    width: 27px;
    padding: 0 2px 18px
  }
}

.page-brand .top--01 .top__text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff
}

.page-brand .top--01 .top__text__inner {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

.page-brand .top--01 .top__image {
  opacity: 0;
  transform: translate(0, -20px)
}

.page-brand.is-start .top--01 .top__text {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.page-brand.is-start .top--01 .top__text__inner {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: opacity 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, opacity 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, opacity 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.page-brand.is-start .top--01 .top__image {
  opacity: 1;
  transition: 1s cubic-bezier(.77, 0, .175, 1) 1s;
  transform: translate(0, 0)
}

.page-brand .top--02 {
  max-width: 750px;
  padding-bottom: 265px;
  padding-left: 100px
}

@media (max-width:767.98px) {
  .page-brand .top--02 {
    padding: 0 0 135px 13%
  }
}

.page-brand .top--02 .top__text {
  bottom: 160px;
  left: 215px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--02 .top__text {
    bottom: 60px;
    left: 105px;
    width: 23px
  }
}

.page-brand .top--02 .top__image {
  transform: translate(20px, 0)
}

.page-brand .top--03 {
  max-width: 752px;
  padding-bottom: 220px
}

@media (max-width:767.98px) {
  .page-brand .top--03 {
    padding-bottom: 130px
  }
}

.page-brand .top--03 .top__text {
  bottom: 25px;
  left: 220px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media (max-width:767.98px) {
  .page-brand .top--03 .top__text {
    bottom: 30px;
    left: 100px;
    width: 95px
  }
}

.page-brand .top--03 .top__image {
  transform: translate(0, 20px)
}

.page-brand .top--04 {
  max-width: 750px;
  padding: 130px 0 320px
}

@media (max-width:767.98px) {
  .page-brand .top--04 {
    padding: 95px 16% 210px 0
  }
}

.page-brand .top--04 .top__text {
  top: 0;
  right: 175px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--04 .top__text {
    right: 85px;
    width: 23px
  }
}

.page-brand .top--04 .top__image {
  transform: translate(-20px, 0)
}

.page-brand .top--04.sr-done .top__text {
  transition-delay: 0s
}

.page-brand .top--04.sr-done .top__image {
  transition-delay: 1s
}

.page-brand .top--05 {
  max-width: 750px
}

@media (max-width:767.98px) {
  .page-brand .top--05 {
    padding: 0 0 0 23%
  }
}

.page-brand .top--05 .top__text {
  bottom: 45px;
  left: 120px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

@media (max-width:767.98px) {
  .page-brand .top--05 .top__text {
    bottom: 22px;
    left: 50px;
    width: 85px
  }
}

.page-brand .top--05 .top__image {
  text-align: right;
  transform: translate(20px, 0)
}

.page-brand .top--06 {
  max-width: 750px;
  padding-top: 242px
}

@media (max-width:767.98px) {
  .page-brand .top--06 {
    padding: 120px 15% 0 0
  }
}

.page-brand .top--06 .top__text {
  top: 120px;
  right: 165px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--06 .top__text {
    top: 30px;
    right: 80px;
    width: 24px
  }
}

.page-brand .top--06 .top__image {
  transform: translate(-20px, 0)
}

.page-brand .top--06.sr-done .top__text {
  transition-delay: 0s
}

.page-brand .top--06.sr-done .top__image {
  transition-delay: 1s
}

.page-brand .top--07 {
  max-width: 750px;
  padding-top: 442px
}

@media (max-width:767.98px) {
  .page-brand .top--07 {
    padding: 220px 0 0 12%
  }
}

.page-brand .top--07 .top__text {
  top: 320px;
  left: 248px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--07 .top__text {
    top: 125px;
    left: 122px;
    width: 22px
  }
}

.page-brand .top--07 .top__image {
  text-align: right;
  transform: translate(0, 20px)
}

.page-brand .top--07.sr-done .top__text {
  transition-delay: 0s
}

.page-brand .top--07.sr-done .top__image {
  transition-delay: 1s
}

.page-brand .top--08 {
  max-width: 674px;
  padding: 100px 0 360px;
  padding-top: 100px
}

@media (max-width:767.98px) {
  .page-brand .top--08 {
    padding: 65px 5% 140px
  }
}

.page-brand .top--08 .top__text {
  top: 5px;
  right: 110px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

@media (max-width:767.98px) {
  .page-brand .top--08 .top__text {
    top: 0;
    right: 70px;
    width: 22px
  }
}

.page-brand .top--08 .top__image {
  transform: translate(0, 20px)
}

.page-brand .top--08.sr-done .top__text {
  transition-delay: 0s
}

.page-brand .top--08.sr-done .top__image {
  transition-delay: 1s
}

.page-brand .cm {
  padding: 240px 0 120px;
  text-align: center;
  background-color: #a1bdc9
}

@media (max-width:767.98px) {
  .page-brand .cm {
    padding: 135px 0 50px
  }
}

.page-brand .cm__video {
  margin-bottom: 150px
}

@media (max-width:767.98px) {
  .page-brand .cm__video {
    padding: 0 40px;
    margin-bottom: 80px
  }
}

.page-brand .cm__text {
  margin-bottom: 70px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.34;
  color: #fff
}

@media (max-width:767.98px) {
  .page-brand .cm__text {
    margin-bottom: 40px;
    font-size: 1.15625rem
  }
}

@media (max-width:575.98px) {
  .page-brand .cm__text {
    font-size: 4.6vw
  }
}

.page-brand .cheer {
  padding: 190px 0
}

@media (max-width:767.98px) {
  .page-brand .cheer {
    padding: 112px 0 90px
  }
}

.page-brand .cheer__catch {
  margin-bottom: 0;
  text-align: center
}

@media (max-width:767.98px) {
  .page-brand .cheer__catch {
    margin-bottom: 10px
  }
}

.page-brand .cheer__message {
  margin-bottom: 80px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.2;
  color: #185aa5;
  text-align: center
}

@media (max-width:767.98px) {
  .page-brand .cheer__message {
    margin-bottom: 60px;
    font-size: 1.1875rem;
    line-height: 1.9
  }
}

@media (max-width:575.98px) {
  .page-brand .cheer__message {
    font-size: 4.55vw
  }
}

.page-brand .cheer__video {
  max-width: 700px;
  margin: 0 auto 205px
}

@media (max-width:767.98px) {
  .page-brand .cheer__video {
    margin-bottom: 90px
  }
}

.page-brand .point {
  max-width: 700px;
  padding: 70px;
  margin: 0 auto 80px;
  font-size: 1.125rem;
  background-color: #fe0
}

@media (max-width:767.98px) {
  .page-brand .point {
    padding: 50px 20px;
    margin-bottom: 55px;
    font-size: .9375rem;
    line-height: 1.75
  }
}

.page-brand .point__ttl {
  margin-bottom: 40px
}

.page-brand .project {
  max-width: 700px;
  padding: 60px 70px;
  margin: 0 auto;
  font-size: 1.125rem;
  background: #e3e3e3
}

@media (max-width:767.98px) {
  .page-brand .project {
    padding: 40px 20px;
    font-size: .9375rem;
    line-height: 1.75
  }
}

.page-brand .project__image {
  margin: 30px 0 90px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-brand .project__image {
    margin: 20px 0 50px
  }
}

.page-brand .project .btn {
  padding: 10px 40px;
  margin-top: 25px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  background: #fff
}

@media (max-width:767.98px) {
  .page-brand .project .btn {
    padding: 5px 25px;
    margin-top: 20px;
    font-size: .785625rem
  }
}

.page-brand .project .btn:hover {
  color: #000;
  background: #fff
}

.page-gakusei .page-ttl {
  background-image: url("../img/gakusei/page-ttl-sp.webp")
}

.no-webp .page-gakusei .page-ttl {
  background-image: url("../img/gakusei/page-ttl-sp.jpg")
}

@media (min-width:768px) {
  .page-gakusei .page-ttl {
    background-image: url("../img/gakusei/page-ttl.webp");
    background-position: center top
  }
  .no-webp .page-gakusei .page-ttl {
    background-image: url("../img/gakusei/page-ttl.jpg")
  }
}

.page-gakusei .top-space {
  margin-top: 55px
}

@media (min-width:768px) {
  .page-gakusei .top-space {
    margin-top: 110px
  }
}

.page-gakusei .top {
  margin: 55px 0 0;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .top {
    margin: 120px 0 100px
  }
}

.page-gakusei .top__ttl {
  margin: 0 auto 30px
}

@media (max-width:767.98px) {
  .page-gakusei .top__ttl {
    max-width: 315px;
    margin-bottom: 20px
  }
}

.page-gakusei .top__text {
  margin-bottom: 5px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: .96875rem;
  font-weight: 700;
  line-height: 1.363636
}

@media (min-width:768px) {
  .page-gakusei .top__text {
    margin-bottom: 10px;
    font-size: 2.0625rem
  }
}

.page-gakusei .top__image {
  margin-bottom: 95px
}

@media (max-width:767.98px) {
  .page-gakusei .top__image {
    width: 230px;
    margin: 0 auto 42px
  }
}

.page-gakusei .top-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px
}

@media (min-width:768px) {
  .page-gakusei .top-menu {
    max-width: 880px;
    margin: 0 auto
  }
}

.page-gakusei .top-menu li {
  position: relative;
  flex: 0 1 50%;
  max-width: calc(50% - 30px);
  margin: 0 15px 30px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #185aa5;
  border: 3px solid #185aa5
}

@media (min-width:576px) and (max-width:767.98px) {
  .page-gakusei .top-menu li {
    flex-basis: 33.3333%;
    max-width: calc(33.3333% - 30px)
  }
}

@media (min-width:768px) {
  .page-gakusei .top-menu li {
    flex-basis: 33.3333%;
    max-width: calc(33.3333% - 40px);
    margin: 0 20px 40px;
    font-size: 1.5rem;
    border-width: 4px
  }
}

@media (min-width:1022px) {
  .page-gakusei .top-menu li {
    font-size: 2.125rem
  }
}

.page-gakusei .top-menu li:before {
  display: block;
  padding-top: 92%;
  content: ""
}

.page-gakusei .top-menu li:after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.56%2017.56%22%3E%3Cpath%20d%3D%22M17.56%200v17.56H0L17.56%200z%22%20fill%3D%22%23185AA5%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain
}

@media (min-width:768px) {
  .page-gakusei .top-menu li:after {
    width: 16px;
    height: 16px
  }
}

.page-gakusei .top-menu__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center
}

.page-gakusei .top-menu__3 {
  line-height: 1
}

@media (min-width:1022px) {
  .page-gakusei .top-menu__3 {
    font-size: 1.875rem
  }
}

.page-gakusei .gakusei-section {
  max-width: 744px;
  margin: 25px auto 80px
}

@media (min-width:768px) {
  .page-gakusei .gakusei-section {
    margin-top: 40px;
    margin-bottom: 140px
  }
}

.page-gakusei .gakusei-intruction {
  margin-bottom: 60px
}

@media (min-width:768px) {
  .page-gakusei .gakusei-intruction {
    max-width: 772px;
    margin: 0 auto 100px
  }
}

@media (min-width:768px) {
  .page-gakusei .gakusei-intruction__text {
    padding-right: 10px;
    padding-left: 10px
  }
}

@media (max-width:767.98px) {
  .page-gakusei .gakusei-intruction .ttl-03, .page-gakusei .gakusei-intruction .ttl-block {
    margin-bottom: 35px
  }
}

.page-gakusei .shudo-top {
  padding: 55px 0;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .shudo-top {
    padding: 120px 0 130px
  }
}

.page-gakusei .shudo-top__ttl {
  margin: 0 auto 60px
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-top__ttl {
    width: 277px;
    margin-bottom: 50px
  }
}

.page-gakusei .shudo-top__map {
  padding-right: 30px;
  margin: 0 auto
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-top__map {
    padding: 0;
    margin-left: -10px
  }
}

.page-gakusei .shudo-point {
  padding: 40px 0;
  text-align: center;
  background-color: #ffef00
}

@media (min-width:768px) {
  .page-gakusei .shudo-point {
    padding: 80px 0 95px
  }
}

.page-gakusei .shudo-point__ttl {
  margin-bottom: 20px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3
}

@media (min-width:768px) {
  .page-gakusei .shudo-point__ttl {
    margin-bottom: 30px;
    font-size: 3.125rem
  }
}

.page-gakusei .shudo-point__mark {
  background: linear-gradient(to bottom, transparent 60%, #fff 60%)
}

.page-gakusei .shudo-point__image {
  margin-bottom: 30px
}

@media (max-width:1021.98px) {
  .page-gakusei .shudo-point__image {
    margin-bottom: 20px
  }
}

.page-gakusei .shudo-point__message {
  margin: 0
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-point__message {
    width: 232px;
    margin: -20px auto 5px
  }
}

.page-gakusei .shudo-bus {
  padding: 55px 0 65px
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus {
    padding: 120px 0 160px
  }
}

.page-gakusei .shudo-bus__fukidashi {
  margin: 0 auto 30px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-bus__fukidashi {
    width: 202px
  }
}

.page-gakusei .shudo-bus__bus {
  margin-bottom: 20px;
  text-align: center
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-bus__bus {
    width: 150px;
    margin: 0 auto 10px
  }
}

.page-gakusei .shudo-bus__top {
  margin-bottom: 40px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.05625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__top {
    font-size: 2.0625rem;
    line-height: 1.4
  }
}

.page-gakusei .shudo-bus__flow {
  position: relative;
  margin-bottom: 80px;
  font-size: .9375rem;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__flow {
    margin-bottom: 100px;
    font-size: 1.15625rem
  }
}

.page-gakusei .shudo-bus__flow:after {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg)
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__flow:after {
    bottom: -28px;
    left: calc(50% - 22px);
    width: 44px;
    height: 44px
  }
}

@media (min-width:1022px) {
  .page-gakusei .shudo-bus__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px
  }
}

@media (min-width:1022px) {
  .page-gakusei .shudo-bus__row--center {
    justify-content: center
  }
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__row--block {
    display: block
  }
  .page-gakusei .shudo-bus__row--block .shudo-bus__col {
    margin-right: auto;
    margin-left: auto
  }
}

.page-gakusei .shudo-bus__col {
  width: 46.5%;
  margin-bottom: 75px
}

@media (max-width:1021.98px) {
  .page-gakusei .shudo-bus__col {
    width: 429px;
    margin: 0 auto 60px
  }
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-bus__col {
    width: 300px
  }
}

.page-gakusei .shudo-bus__ttl {
  position: relative;
  width: 230px;
  padding: 20px 0 0 30px;
  margin: 0 auto 20px;
  font-size: 1.21875rem;
  font-weight: 700;
  background: url("../img/gakusei/shudo/icon-bus.webp") left top/16px 42px no-repeat
}

.no-webp .page-gakusei .shudo-bus__ttl {
  background-image: url("../img/gakusei/shudo/icon-bus.png")
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__ttl {
    width: 100%;
    max-width: 330px;
    padding: 30px 0 0 40px;
    font-size: 1.75rem;
    background-size: 23px 62px
  }
}

.page-gakusei .shudo-bus__ttl--ichiritsu {
  width: 7em
}

.page-gakusei .shudo-bus__ttl--keizai {
  width: 9em
}

.page-gakusei .shudo-bus__ttl--5 {
  width: 100%;
  max-width: 100%;
  white-space: nowrap
}

.page-gakusei .shudo-bus__ttl--yasuhigashi {
  width: 6em
}

.page-gakusei .shudo-bus__head {
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: .71875rem;
  font-weight: 400
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__head {
    top: 5px;
    left: 40px;
    font-size: 1rem
  }
}

.page-gakusei .shudo-bus__box {
  border: 1px solid #000
}

.page-gakusei .shudo-bus__body {
  padding: 10px 20px 5px
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__body {
    padding: 15px 25px 5px
  }
}

.page-gakusei .shudo-bus__area {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 35px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__area {
    padding-left: 45px;
    margin-bottom: 10px;
    font-size: 1.4375rem
  }
}

.page-gakusei .shudo-bus__icon {
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-bus__icon {
    width: 25px
  }
}

.page-gakusei .shudo-bus__note {
  font-size: .8125rem;
  color: red
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__note {
    margin-top: 5px;
    font-size: 1.125rem
  }
}

.page-gakusei .shudo-bus__message {
  margin-bottom: 60px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5
}

@media (min-width:576px) {
  .page-gakusei .shudo-bus__message {
    text-align: center
  }
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus__message {
    margin-bottom: 90px;
    font-size: 1.5rem
  }
}

@media (min-width:1022px) {
  .page-gakusei .shudo-bus__message {
    font-size: 1.875rem
  }
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-bus .btn--02 {
    width: 150px;
    font-size: .75rem
  }
}

@media (min-width:768px) {
  .page-gakusei .shudo-bus .btn--02 {
    width: 265px;
    font-size: 1.375rem
  }
}

.page-gakusei .shudo-request {
  padding: 60px 0 70px;
  text-align: center;
  background-color: #ffef00
}

@media (min-width:768px) {
  .page-gakusei .shudo-request {
    padding: 100px 0
  }
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-request {
    padding-right: 10px;
    padding-left: 10px
  }
}

.page-gakusei .shudo-request__ttl {
  position: relative;
  margin-bottom: 36px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__ttl {
    padding-bottom: 5px;
    margin-bottom: 62px;
    font-size: 1.875rem
  }
}

.page-gakusei .shudo-request__ttl:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 56px);
  width: 112px;
  height: 1px;
  content: "";
  background-color: #000
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__ttl:after {
    left: calc(50% - 85px);
    width: 170px
  }
}

.page-gakusei .shudo-request__image {
  margin-bottom: 30px
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__image {
    margin-bottom: 62px
  }
}

.page-gakusei .shudo-request__place {
  padding: 15px 0;
  margin-bottom: 5px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 14px
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__place {
    width: 462px;
    padding: 25px 0 20px;
    margin: 0 auto 7px;
    font-size: 2.1875rem;
    border-radius: 22px
  }
}

.page-gakusei .shudo-request__small {
  display: block;
  font-size: .875rem;
  font-weight: 400
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__small {
    margin-top: 7px;
    font-size: 1.375rem
  }
}

.page-gakusei .shudo-request__or {
  margin-bottom: 5px;
  font-size: .96875rem;
  font-weight: 700
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__or {
    font-size: 1.5rem
  }
}

.page-gakusei .shudo-request__message {
  margin-top: 130px
}

@media (max-width:767.98px) {
  .page-gakusei .shudo-request__message {
    margin: 60px -22px 0 -15px
  }
}

.page-gakusei .shudo-request__caption {
  margin: 10px 0 0;
  font-size: .9375rem;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__caption {
    font-size: 1.875rem
  }
}

.page-gakusei .shudo-request__flow:before {
  display: block;
  width: 76px;
  margin: -10px auto 30px;
  content: "";
  border-top: 32px solid #fff;
  border-right: 38px solid transparent;
  border-left: 38px solid transparent
}

@media (min-width:768px) {
  .page-gakusei .shudo-request__flow:before {
    width: 152px;
    margin-top: -20px;
    margin-bottom: 46px;
    border-top: 64px solid #fff;
    border-right: 76px solid transparent;
    border-left: 76px solid transparent
  }
}

.page-gakusei .school-tel {
  margin-bottom: 64px
}

@media (min-width:768px) {
  .page-gakusei .school-tel {
    margin: 50px 0 80px
  }
}

@media (min-width:768px) {
  .page-gakusei .school-tel .tel-box {
    max-width: 560px;
    padding: 30px 0 20px
  }
}

@media (min-width:768px) {
  .page-gakusei .school-tel .tel-box__tel {
    font-size: 3.0625rem
  }
}

@media (min-width:768px) {
  .page-gakusei .school-tel .tel-box__time {
    margin-top: 5px;
    font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
    font-size: 1.625rem
  }
}

.page-gakusei .school-parent {
  padding: 15px 0 60px
}

@media (min-width:768px) {
  .page-gakusei .school-parent {
    padding: 60px 0
  }
}

.page-gakusei .school-parent__ttl {
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.46875rem;
  font-weight: 700;
  color: #185aa5;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .school-parent__ttl {
    padding: 30px 0;
    margin-bottom: 100px;
    font-size: 2.25rem
  }
}

.page-gakusei .school-parent__ttl:after, .page-gakusei .school-parent__ttl:before {
  position: absolute;
  width: 30px;
  height: 34px;
  content: ""
}

@media (min-width:768px) {
  .page-gakusei .school-parent__ttl:after, .page-gakusei .school-parent__ttl:before {
    width: 46px;
    height: 52px
  }
}

.page-gakusei .school-parent__ttl:before {
  top: 0;
  left: calc(50% - 125px);
  border-top: 2px solid #185aa5;
  border-left: 2px solid #185aa5
}

@media (min-width:768px) {
  .page-gakusei .school-parent__ttl:before {
    left: calc(50% - 190px)
  }
}

.page-gakusei .school-parent__ttl:after {
  right: calc(50% - 125px);
  bottom: 0;
  border-right: 2px solid #185aa5;
  border-bottom: 2px solid #185aa5
}

@media (min-width:768px) {
  .page-gakusei .school-parent__ttl:after {
    right: calc(50% - 190px)
  }
}

@media (max-width:767.98px) {
  .page-gakusei .school-parent .btn--to-brand {
    width: 200px;
    font-size: 1.125rem
  }
}

@media (max-width:767.98px) {
  .page-gakusei .school-parent .btn--to-brand .btn__en {
    font-size: .625rem
  }
}

.page-gakusei .keizai-point {
  padding: 80px 0;
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif;
  font-size: 1.40625rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center
}

@media (min-width:768px) {
  .page-gakusei .keizai-point {
    padding: 120px 0;
    font-size: 3.125rem
  }
}

@media all and (-ms-high-contrast:none) {
  .page-home .top__slide--01-sp {
    background-image: url("../img/home/top-01-sp.jpg")!important
  }
  .page-home .top__slide--01 {
    background-image: url("../img/home/top-01.jpg")!important
  }
  .page-home .about__lead:after, .page-home .about__lead:before {
    display: none
  }
  .page-home .about__lead__img {
    opacity: 1
  }
  .page-license .license-top__bg-wide {
    opacity: .2
  }
}

.bg-primary {
  background-color: #185aa5!important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #124278!important
}

.bg-secondary {
  background-color: #a4c3d0!important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #82adbf!important
}

.bg-success {
  background-color: #28a745!important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34!important
}

.bg-info {
  background-color: #1696d5!important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #1175a7!important
}

.bg-warning {
  background-color: #ffff64!important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #ffff31!important
}

.bg-danger {
  background-color: #e60012!important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #b3000e!important
}

.bg-light {
  background-color: #f8f9fa!important
}

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

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

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

.bg-white {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}

.border {
  border: 1px solid #dee2e6!important
}

.border-top {
  border-top: 1px solid #dee2e6!important
}

.border-right {
  border-right: 1px solid #dee2e6!important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important
}

.border-left {
  border-left: 1px solid #dee2e6!important
}

.border-0 {
  border: 0!important
}

.border-top-0 {
  border-top: 0!important
}

.border-right-0 {
  border-right: 0!important
}

.border-bottom-0 {
  border-bottom: 0!important
}

.border-left-0 {
  border-left: 0!important
}

.border-primary {
  border-color: #185aa5!important
}

.border-secondary {
  border-color: #a4c3d0!important
}

.border-success {
  border-color: #28a745!important
}

.border-info {
  border-color: #1696d5!important
}

.border-warning {
  border-color: #ffff64!important
}

.border-danger {
  border-color: #e60012!important
}

.border-light {
  border-color: #f8f9fa!important
}

.border-dark {
  border-color: #343a40!important
}

.border-white {
  border-color: #fff!important
}

.rounded-sm {
  border-radius: .2rem!important
}

.rounded {
  border-radius: .25rem!important
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important
}

.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important
}

.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important
}

.rounded-lg {
  border-radius: .3rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 50rem!important
}

.rounded-0 {
  border-radius: 0!important
}

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

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: flex!important
}

.d-inline-flex {
  display: inline-flex!important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
}

@media (min-width:1022px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
}

@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: flex!important
  }
  .d-print-inline-flex {
    display: inline-flex!important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left!important
  }
  .float-sm-right {
    float: right!important
  }
  .float-sm-none {
    float: none!important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left!important
  }
  .float-md-right {
    float: right!important
  }
  .float-md-none {
    float: none!important
  }
}

@media (min-width:1022px) {
  .float-lg-left {
    float: left!important
  }
  .float-lg-right {
    float: right!important
  }
  .float-lg-none {
    float: none!important
  }
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: sticky!important
}

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

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

@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.m-0 {
  margin: 0!important
}

.mt-0, .my-0 {
  margin-top: 0!important
}

.mr-0, .mx-0 {
  margin-right: 0!important
}

.mb-0, .my-0 {
  margin-bottom: 0!important
}

.ml-0, .mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1, .my-1 {
  margin-top: .25rem!important
}

.mr-1, .mx-1 {
  margin-right: .25rem!important
}

.mb-1, .my-1 {
  margin-bottom: .25rem!important
}

.ml-1, .mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

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

.mr-2, .mx-2 {
  margin-right: .5rem!important
}

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

.ml-2, .mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3, .my-3 {
  margin-top: 1rem!important
}

.mr-3, .mx-3 {
  margin-right: 1rem!important
}

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

.ml-3, .mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

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

.mr-4, .mx-4 {
  margin-right: 1.5rem!important
}

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

.ml-4, .mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 2rem!important
}

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

.mr-5, .mx-5 {
  margin-right: 2rem!important
}

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

.ml-5, .mx-5 {
  margin-left: 2rem!important
}

.m-6 {
  margin: 3rem!important
}

.mt-6, .my-6 {
  margin-top: 3rem!important
}

.mr-6, .mx-6 {
  margin-right: 3rem!important
}

.mb-6, .my-6 {
  margin-bottom: 3rem!important
}

.ml-6, .mx-6 {
  margin-left: 3rem!important
}

.m-7 {
  margin: 4rem!important
}

.mt-7, .my-7 {
  margin-top: 4rem!important
}

.mr-7, .mx-7 {
  margin-right: 4rem!important
}

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

.ml-7, .mx-7 {
  margin-left: 4rem!important
}

.m-8 {
  margin: 5rem!important
}

.mt-8, .my-8 {
  margin-top: 5rem!important
}

.mr-8, .mx-8 {
  margin-right: 5rem!important
}

.mb-8, .my-8 {
  margin-bottom: 5rem!important
}

.ml-8, .mx-8 {
  margin-left: 5rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0, .py-0 {
  padding-top: 0!important
}

.pr-0, .px-0 {
  padding-right: 0!important
}

.pb-0, .py-0 {
  padding-bottom: 0!important
}

.pl-0, .px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1, .py-1 {
  padding-top: .25rem!important
}

.pr-1, .px-1 {
  padding-right: .25rem!important
}

.pb-1, .py-1 {
  padding-bottom: .25rem!important
}

.pl-1, .px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2, .py-2 {
  padding-top: .5rem!important
}

.pr-2, .px-2 {
  padding-right: .5rem!important
}

.pb-2, .py-2 {
  padding-bottom: .5rem!important
}

.pl-2, .px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3, .py-3 {
  padding-top: 1rem!important
}

.pr-3, .px-3 {
  padding-right: 1rem!important
}

.pb-3, .py-3 {
  padding-bottom: 1rem!important
}

.pl-3, .px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4, .py-4 {
  padding-top: 1.5rem!important
}

.pr-4, .px-4 {
  padding-right: 1.5rem!important
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4, .px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 2rem!important
}

.pt-5, .py-5 {
  padding-top: 2rem!important
}

.pr-5, .px-5 {
  padding-right: 2rem!important
}

.pb-5, .py-5 {
  padding-bottom: 2rem!important
}

.pl-5, .px-5 {
  padding-left: 2rem!important
}

.p-6 {
  padding: 3rem!important
}

.pt-6, .py-6 {
  padding-top: 3rem!important
}

.pr-6, .px-6 {
  padding-right: 3rem!important
}

.pb-6, .py-6 {
  padding-bottom: 3rem!important
}

.pl-6, .px-6 {
  padding-left: 3rem!important
}

.p-7 {
  padding: 4rem!important
}

.pt-7, .py-7 {
  padding-top: 4rem!important
}

.pr-7, .px-7 {
  padding-right: 4rem!important
}

.pb-7, .py-7 {
  padding-bottom: 4rem!important
}

.pl-7, .px-7 {
  padding-left: 4rem!important
}

.p-8 {
  padding: 5rem!important
}

.pt-8, .py-8 {
  padding-top: 5rem!important
}

.pr-8, .px-8 {
  padding-right: 5rem!important
}

.pb-8, .py-8 {
  padding-bottom: 5rem!important
}

.pl-8, .px-8 {
  padding-left: 5rem!important
}

.m-n1 {
  margin: -.25rem!important
}

.mt-n1, .my-n1 {
  margin-top: -.25rem!important
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem!important
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem!important
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem!important
}

.m-n2 {
  margin: -.5rem!important
}

.mt-n2, .my-n2 {
  margin-top: -.5rem!important
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem!important
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem!important
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem!important
}

.m-n3 {
  margin: -1rem!important
}

.mt-n3, .my-n3 {
  margin-top: -1rem!important
}

.mr-n3, .mx-n3 {
  margin-right: -1rem!important
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem!important
}

.ml-n3, .mx-n3 {
  margin-left: -1rem!important
}

.m-n4 {
  margin: -1.5rem!important
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem!important
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem!important
}

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

.ml-n4, .mx-n4 {
  margin-left: -1.5rem!important
}

.m-n5 {
  margin: -2rem!important
}

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

.mr-n5, .mx-n5 {
  margin-right: -2rem!important
}

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

.ml-n5, .mx-n5 {
  margin-left: -2rem!important
}

.m-n6 {
  margin: -3rem!important
}

.mt-n6, .my-n6 {
  margin-top: -3rem!important
}

.mr-n6, .mx-n6 {
  margin-right: -3rem!important
}

.mb-n6, .my-n6 {
  margin-bottom: -3rem!important
}

.ml-n6, .mx-n6 {
  margin-left: -3rem!important
}

.m-n7 {
  margin: -4rem!important
}

.mt-n7, .my-n7 {
  margin-top: -4rem!important
}

.mr-n7, .mx-n7 {
  margin-right: -4rem!important
}

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

.ml-n7, .mx-n7 {
  margin-left: -4rem!important
}

.m-n8 {
  margin: -5rem!important
}

.mt-n8, .my-n8 {
  margin-top: -5rem!important
}

.mr-n8, .mx-n8 {
  margin-right: -5rem!important
}

.mb-n8, .my-n8 {
  margin-bottom: -5rem!important
}

.ml-n8, .mx-n8 {
  margin-left: -5rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto, .my-auto {
  margin-top: auto!important
}

.mr-auto, .mx-auto {
  margin-right: auto!important
}

.mb-auto, .my-auto {
  margin-bottom: auto!important
}

.ml-auto, .mx-auto {
  margin-left: auto!important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0!important
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0!important
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  .m-sm-5 {
    margin: 2rem!important
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 2rem!important
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 2rem!important
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 2rem!important
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 2rem!important
  }
  .m-sm-6 {
    margin: 3rem!important
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 3rem!important
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 3rem!important
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 3rem!important
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 3rem!important
  }
  .m-sm-7 {
    margin: 4rem!important
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 4rem!important
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 4rem!important
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 4rem!important
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 4rem!important
  }
  .m-sm-8 {
    margin: 5rem!important
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 5rem!important
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 5rem!important
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 5rem!important
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 5rem!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0!important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0!important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important
  }
  .p-sm-5 {
    padding: 2rem!important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 2rem!important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 2rem!important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 2rem!important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 2rem!important
  }
  .p-sm-6 {
    padding: 3rem!important
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 3rem!important
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 3rem!important
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 3rem!important
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 3rem!important
  }
  .p-sm-7 {
    padding: 4rem!important
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 4rem!important
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 4rem!important
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 4rem!important
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 4rem!important
  }
  .p-sm-8 {
    padding: 5rem!important
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 5rem!important
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 5rem!important
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 5rem!important
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 5rem!important
  }
  .m-sm-n1 {
    margin: -.25rem!important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem!important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem!important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem!important
  }
  .m-sm-n2 {
    margin: -.5rem!important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem!important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem!important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem!important
  }
  .m-sm-n3 {
    margin: -1rem!important
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem!important
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem!important
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem!important
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem!important
  }
  .m-sm-n4 {
    margin: -1.5rem!important
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem!important
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem!important
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem!important
  }
  .m-sm-n5 {
    margin: -2rem!important
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -2rem!important
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -2rem!important
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -2rem!important
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -2rem!important
  }
  .m-sm-n6 {
    margin: -3rem!important
  }
  .mt-sm-n6, .my-sm-n6 {
    margin-top: -3rem!important
  }
  .mr-sm-n6, .mx-sm-n6 {
    margin-right: -3rem!important
  }
  .mb-sm-n6, .my-sm-n6 {
    margin-bottom: -3rem!important
  }
  .ml-sm-n6, .mx-sm-n6 {
    margin-left: -3rem!important
  }
  .m-sm-n7 {
    margin: -4rem!important
  }
  .mt-sm-n7, .my-sm-n7 {
    margin-top: -4rem!important
  }
  .mr-sm-n7, .mx-sm-n7 {
    margin-right: -4rem!important
  }
  .mb-sm-n7, .my-sm-n7 {
    margin-bottom: -4rem!important
  }
  .ml-sm-n7, .mx-sm-n7 {
    margin-left: -4rem!important
  }
  .m-sm-n8 {
    margin: -5rem!important
  }
  .mt-sm-n8, .my-sm-n8 {
    margin-top: -5rem!important
  }
  .mr-sm-n8, .mx-sm-n8 {
    margin-right: -5rem!important
  }
  .mb-sm-n8, .my-sm-n8 {
    margin-bottom: -5rem!important
  }
  .ml-sm-n8, .mx-sm-n8 {
    margin-left: -5rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto!important
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0!important
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0!important
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem!important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem!important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem!important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem!important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem!important
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem!important
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important
  }
  .m-md-5 {
    margin: 2rem!important
  }
  .mt-md-5, .my-md-5 {
    margin-top: 2rem!important
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 2rem!important
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 2rem!important
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 2rem!important
  }
  .m-md-6 {
    margin: 3rem!important
  }
  .mt-md-6, .my-md-6 {
    margin-top: 3rem!important
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 3rem!important
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 3rem!important
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 3rem!important
  }
  .m-md-7 {
    margin: 4rem!important
  }
  .mt-md-7, .my-md-7 {
    margin-top: 4rem!important
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 4rem!important
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 4rem!important
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 4rem!important
  }
  .m-md-8 {
    margin: 5rem!important
  }
  .mt-md-8, .my-md-8 {
    margin-top: 5rem!important
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 5rem!important
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 5rem!important
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 5rem!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0!important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0!important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0!important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem!important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem!important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem!important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem!important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem!important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem!important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important
  }
  .p-md-5 {
    padding: 2rem!important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 2rem!important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 2rem!important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 2rem!important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 2rem!important
  }
  .p-md-6 {
    padding: 3rem!important
  }
  .pt-md-6, .py-md-6 {
    padding-top: 3rem!important
  }
  .pr-md-6, .px-md-6 {
    padding-right: 3rem!important
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 3rem!important
  }
  .pl-md-6, .px-md-6 {
    padding-left: 3rem!important
  }
  .p-md-7 {
    padding: 4rem!important
  }
  .pt-md-7, .py-md-7 {
    padding-top: 4rem!important
  }
  .pr-md-7, .px-md-7 {
    padding-right: 4rem!important
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 4rem!important
  }
  .pl-md-7, .px-md-7 {
    padding-left: 4rem!important
  }
  .p-md-8 {
    padding: 5rem!important
  }
  .pt-md-8, .py-md-8 {
    padding-top: 5rem!important
  }
  .pr-md-8, .px-md-8 {
    padding-right: 5rem!important
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 5rem!important
  }
  .pl-md-8, .px-md-8 {
    padding-left: 5rem!important
  }
  .m-md-n1 {
    margin: -.25rem!important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem!important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem!important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem!important
  }
  .m-md-n2 {
    margin: -.5rem!important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem!important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem!important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem!important
  }
  .m-md-n3 {
    margin: -1rem!important
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem!important
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem!important
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem!important
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem!important
  }
  .m-md-n4 {
    margin: -1.5rem!important
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem!important
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem!important
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem!important
  }
  .m-md-n5 {
    margin: -2rem!important
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -2rem!important
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -2rem!important
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -2rem!important
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -2rem!important
  }
  .m-md-n6 {
    margin: -3rem!important
  }
  .mt-md-n6, .my-md-n6 {
    margin-top: -3rem!important
  }
  .mr-md-n6, .mx-md-n6 {
    margin-right: -3rem!important
  }
  .mb-md-n6, .my-md-n6 {
    margin-bottom: -3rem!important
  }
  .ml-md-n6, .mx-md-n6 {
    margin-left: -3rem!important
  }
  .m-md-n7 {
    margin: -4rem!important
  }
  .mt-md-n7, .my-md-n7 {
    margin-top: -4rem!important
  }
  .mr-md-n7, .mx-md-n7 {
    margin-right: -4rem!important
  }
  .mb-md-n7, .my-md-n7 {
    margin-bottom: -4rem!important
  }
  .ml-md-n7, .mx-md-n7 {
    margin-left: -4rem!important
  }
  .m-md-n8 {
    margin: -5rem!important
  }
  .mt-md-n8, .my-md-n8 {
    margin-top: -5rem!important
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -5rem!important
  }
  .mb-md-n8, .my-md-n8 {
    margin-bottom: -5rem!important
  }
  .ml-md-n8, .mx-md-n8 {
    margin-left: -5rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto!important
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto!important
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto!important
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width:1022px) {
  .m-lg-0 {
    margin: 0!important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0!important
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0!important
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  .m-lg-5 {
    margin: 2rem!important
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 2rem!important
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 2rem!important
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2rem!important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 2rem!important
  }
  .m-lg-6 {
    margin: 3rem!important
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 3rem!important
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 3rem!important
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 3rem!important
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 3rem!important
  }
  .m-lg-7 {
    margin: 4rem!important
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 4rem!important
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 4rem!important
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 4rem!important
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 4rem!important
  }
  .m-lg-8 {
    margin: 5rem!important
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 5rem!important
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 5rem!important
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 5rem!important
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 5rem!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0!important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0!important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important
  }
  .p-lg-5 {
    padding: 2rem!important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 2rem!important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 2rem!important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 2rem!important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 2rem!important
  }
  .p-lg-6 {
    padding: 3rem!important
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 3rem!important
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 3rem!important
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 3rem!important
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 3rem!important
  }
  .p-lg-7 {
    padding: 4rem!important
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 4rem!important
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 4rem!important
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 4rem!important
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 4rem!important
  }
  .p-lg-8 {
    padding: 5rem!important
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 5rem!important
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 5rem!important
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 5rem!important
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 5rem!important
  }
  .m-lg-n1 {
    margin: -.25rem!important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem!important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem!important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem!important
  }
  .m-lg-n2 {
    margin: -.5rem!important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem!important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem!important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem!important
  }
  .m-lg-n3 {
    margin: -1rem!important
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem!important
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem!important
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem!important
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem!important
  }
  .m-lg-n4 {
    margin: -1.5rem!important
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem!important
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem!important
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem!important
  }
  .m-lg-n5 {
    margin: -2rem!important
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -2rem!important
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -2rem!important
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -2rem!important
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -2rem!important
  }
  .m-lg-n6 {
    margin: -3rem!important
  }
  .mt-lg-n6, .my-lg-n6 {
    margin-top: -3rem!important
  }
  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -3rem!important
  }
  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -3rem!important
  }
  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -3rem!important
  }
  .m-lg-n7 {
    margin: -4rem!important
  }
  .mt-lg-n7, .my-lg-n7 {
    margin-top: -4rem!important
  }
  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -4rem!important
  }
  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -4rem!important
  }
  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -4rem!important
  }
  .m-lg-n8 {
    margin: -5rem!important
  }
  .mt-lg-n8, .my-lg-n8 {
    margin-top: -5rem!important
  }
  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -5rem!important
  }
  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -5rem!important
  }
  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -5rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto!important
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important
  }
}

.text-monospace {
  font-family: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
  text-align: justify!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important
  }
  .text-sm-right {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important
  }
  .text-md-right {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:1022px) {
  .text-lg-left {
    text-align: left!important
  }
  .text-lg-right {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

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

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

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

.font-weight-bolder {
  font-weight: bolder!important
}

.font-italic {
  font-style: italic!important
}

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

.text-primary {
  color: #185aa5!important
}

a.text-primary:focus, a.text-primary:hover {
  color: #0e3662!important
}

.text-secondary {
  color: #a4c3d0!important
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #72a2b6!important
}

.text-success {
  color: #28a745!important
}

a.text-success:focus, a.text-success:hover {
  color: #19692c!important
}

.text-info {
  color: #1696d5!important
}

a.text-info:focus, a.text-info:hover {
  color: #0f6590!important
}

.text-warning {
  color: #ffff64!important
}

a.text-warning:focus, a.text-warning:hover {
  color: #ffff18!important
}

.text-danger {
  color: #e60012!important
}

a.text-danger:focus, a.text-danger:hover {
  color: #9a000c!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416!important
}

.text-body {
  color: #000!important
}

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

.text-black-50 {
  color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5)!important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none!important
}

.text-break {
  word-break: break-word!important;
  word-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.text-red {
  color: #e60012!important
}

.text-yellow {
  color: #ffff64!important
}

.text-note {
  font-size: 88%
}

.align-baseline {
  vertical-align: baseline
}

.text-link {
  color: #185aa5;
  text-decoration: underline
}

.text-link:hover {
  color: #185aa5;
  text-decoration: none
}

.line-height-175 {
  line-height: 1.75
}

.font-size-14 {
  font-size: .875rem
}

.font-size-15 {
  font-size: .9375rem
}

.font-size-16 {
  font-size: 1rem
}

.font-size-17 {
  font-size: 1.0625rem
}

.font-size-18 {
  font-size: 1.125rem
}

@media (min-width:768px) {
  .font-size-md-14 {
    font-size: .875rem
  }
  .font-size-md-15 {
    font-size: .9375rem
  }
  .font-size-md-16 {
    font-size: 1rem
  }
  .font-size-md-17 {
    font-size: 1.0625rem
  }
  .font-size-md-18 {
    font-size: 1.125rem
  }
}

.js-sr, .js-sr-bottom, .js-sr-dur, .js-sr-dur-left, .js-sr-dur-right, .js-sr-left, .js-sr-right, .js-sr-top {
  visibility: hidden
}

@media all and (-ms-high-contrast:none) {
  .js-sr, .js-sr-bottom, .js-sr-dur, .js-sr-dur-left, .js-sr-dur-right, .js-sr-left, .js-sr-pop, .js-sr-right, .js-sr-top, ::-ms-backdrop {
    visibility: visible
  }
}

.hover-opacity {
  transition: opacity .2s ease-in-out
}

.hover-opacity:hover {
  opacity: .65
}

.hover-zoom-wrap {
  display: block;
  overflow: hidden
}

.hover-zoom {
  transition: transform .3s linear
}

.hover-zoom:hover {
  transform: scale(1.1)
}

.js-slide-door {
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all .5s ease-in
}

.js-slide-door.sr-done {
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.js-slide-door--rev {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

.js-slide-shutter {
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all .5s ease-in
}

.js-slide-shutter.sr-done {
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-clip-path 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.js-slide-shutter--rev {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
  }
  48% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  52% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
  }
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
  }
  48% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  52% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
  }
}

@media (max-width:767.98px) {
  .swipe-guide {
    position: relative
  }
  .container .swipe-guide {
    padding-left: 28px;
    margin-right: -28px;
    margin-left: -28px
  }
  .swipe-guide__img:not(.lazyload) {
    max-width: inherit
  }
}

.is-scrollable .js-scrollable__inner {
  position: relative
}

.is-scrollable .js-scrollable__inner:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 28px;
  height: 1px;
  content: ""
}

@media print {
  *, ::after, ::before {
    text-shadow: none!important;
    box-shadow: none!important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]::after {
    content: " (" attr(title) ")"
  }
  pre {
    white-space: pre-wrap!important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 1022px!important
  }
  .container {
    min-width: 1022px!important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse!important
  }
  .table td, .table th {
    background-color: #fff!important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6!important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

@media print {
  body {
    min-width: 0;
    font-family: "ヒラギノ角ゴ ProN W3", "hiragino kaku gothic pron", "Yu Gothic", "游ゴシック", yugothic, "游ゴシック体", -apple-system, blinkmacsystemfont, "Helvetica Neue", arial, "メイリオ", meiryo, sans-serif
  }
}

.tred {
  color: red
}

.skilluptb input {
  max-width: 100%
}

.skilluptb textarea {
  width: 100%
}

.page-jyun_cyugata .kdnone01, .page-kenin .kdnone01, .page-tokusyu .kdnone01 {
  display: none
}

.page-cyugata .kdnone02, .page-futsuu_nisyu .kdnone02, .page-ogata .kdnone02, .page-ogata_nisyu .kdnone02 {
  display: none
}

.page-license.page-jyun_cyugata .page-ttl {
  background-image: url("../img/license/jyun_cyugata/page-ttl.webp")
}

@media (max-width:767.98px) {
  .page-license.page-jyun_cyugata .page-ttl {
    background-image: url("../img/license/jyun_cyugata/page-ttl-sp.webp")
  }
}

.syudai_cp {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.syudai_cp img {
  z-index: 10;
  margin-top: -50px;
  position: absolute;
  right: 0;
  width: 140px;
}

.syudai_cp_txt {
  background: #FFF000;
  font-size: 1rem;
  color: #000;
  padding: 2px 5px;
}

@media (max-width:767.98px) {
  .syudai_cp {
    width: 90%;
    margin: 0 5%;
    position: relative;
  }
  .syudai_cp img {
    margin-top: -25%;
    width: 35%;
  }
  .syudai_cp_txt {
    font-size: 0.7rem;
  }
}


/* オンライン教習 */

#online_back {
  background: url(../../online/img/back_pc.jpg) repeat-y;
  background-size: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

#onlin_title img {
  max-width: 90%;
  margin: 0 5%;
  text-align: center;
}

.online_t01 {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 80px;
}

.online_t02 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.online_t03 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.online_must {
  margin-bottom: 150px;
}

.online_step {
  margin: 45px auto 65px;
}

.online_button01 {
  margin: 80px auto 100px;
}

.online_button02 {
  margin: 80px auto 20px;
}

.online_jyukou {
  width: 661px;
  margin: 0 auto 40px;
  border: 1px solid #000;
  text-align: left;
  background: #FFF;
  padding: 40px 30px;
}

.online_jyukou li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
}

.online_jyukou li:last-of-type {
  margin-bottom: 0;
}

.online_jyukou02 {
  margin-bottom: 1rem;
}

.online_jyukou02 li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 0;
}

.online_jyukou p {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.online_flow01 {
  margin: 150px auto 30px;
}

.online_box01 {
  padding: 100px 0;
  text-align: center;
}

.online_box01 p {
  margin-bottom: 80px;
}

.online_box01 p:last-of-type {
  margin-bottom: 0;
}

.online_box01 li, .online_box02 li {
  text-align: left;
  list-style: none;
}

.online_box02 {
  max-width: 644px;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

.online_box01 li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 1rem;
}

.online_attention {
  background: #ef7e00;
  padding: 60px 0;
  text-align: center;
}

.online_box02 ul {
  padding-left: 0;
}

.online_ul01 {
  margin-top: 2.5rem;
}

.online_ul01 li {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
  margin-bottom: 1rem;
}

.online_ul02 li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.online_fumei {
  margin: 10% auto;
}

.youtube {
  width: 1000px;
  aspect-ratio: 16 / 9;
  margin: 2% auto 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (max-width:767.98px) {
  .youtube {
    width: 90%;
    margin: 5% 5% 0;
  }
}

@media (max-width:767.98px) {
  #online_back {
    background: url(../../online/img/back_sp.jpg) repeat-x;
    padding: 10% 0;
  }
  .online_t01 {
    font-size: 0.8rem;
    margin: 0 0 40px;
  }
  .online_t02 {
    font-size: 1.6rem;
  }
  .online_t03 {
    font-size: 1.2rem;
  }
  .online_must {
    margin-bottom: 15%;
  }
  .online_step {
    margin: -20% auto 5%;
  }
  .online_button01 {
    margin: 12% auto;
  }
  .online_button02 {
    margin: 12% auto 3%;
  }
  .online_jyukou {
    width: 90%;
    padding: 8% 5%;
    margin: 0 auto 8%;
  }
  .online_flow01 {
    margin: 20% auto 5%;
  }
  .online_box01 {
    padding: 10% 0;
  }
  .online_box02 {
    padding: 10% 5%;
  }
  .online_box01 p {
    margin-bottom: 10%;
  }
  .online_attention {
    padding: 8%;
  }
}


/*佐伯ボタン追加*/

.bus-menu {
  margin-bottom: 50px;
}

.bus-saeki {
  margin-bottom: 80px;
  text-align: center;
}

.bus-saeki img {
  transition: 0.3s;
}

.bus-saeki img:hover {
  opacity: 0.5;
}

.bus-saeki-page {
  text-align: center;
  margin: 10% 0 0 0;
}

.bus-saeki-page img {
  margin-bottom: 5%;
}

.saekigmap {
  width: 800px;
  margin: 0 auto 10%;
  text-align: center;
}

.saekigmap iframe {
  margin-bottom: 30px;
}

.saekigmap a {
  text-decoration: underline;
}

.saekigmap a:hover {
  text-decoration: none;
}

@media (max-width:767.98px) {
  .bus-menu {
    margin-bottom: 25px;
  }
  .bus-saeki {
    margin: 0 1% 50px;
  }
  .bus-saeki-page img {
    width: 80%;
  }
  .saekigmap {
    width: 90%;
    margin: 0 5% 10%;
  }
}

.tel-box__week {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .025em
}

@media (max-width:767.98px) {
  .tel-box__week {
    font-size: 5vw
  }
}


/*　選べる学科教習　*/

#online_select {
  background: #f19ca6;
  padding: 120px 0 100px;
  text-align: center;
}

#online_select table {
  text-align: left;
  width: 880px;
}

.online_select_main {
  margin-bottom: 80px;
}

.online_select_arrow {
  margin-bottom: 80px;
}

#online_select .img img {
  max-width: 380px !important;
}

.online_select_ttl {
  border-bottom: 2px solid #000;
  text-align: center;
}

.online_select_txt {
  padding: 0 15px;
}

.online_select_inperson {
  margin-bottom: 80px;
}

.online_select_btn {
  position: relative;
  display: block;
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.online_select_btn:after {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.26%2025.42%22%3E%3Cpath%20d%3D%22M0%2025.42V0l17.26%2012.71z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-size: contain;
}

@media (max-width:767.98px) {
  #online_select {
    padding: 15% 5%;
  }
  #online_select table {
    width: 100%;
  }
  .online_select_main {
    margin-bottom: 10%;
  }
  .online_select_arrow {
    width: 25%;
    margin: 0 auto 18%;
  }
  #online_select td {
    width: 100%;
    display: block;
  }
  #online_select .img img {
    max-width: 90% !important;
    margin: 0 5% 5%;
  }
  .online_select_inperson {
    margin-bottom: 12%;
  }
  .online_select_btn {
    font-size: 1.2rem;
  }
}


/*　スキルアップスクール　*/

.skilluptxt {
  width: 615px;
  margin: 0 auto 35px;
}

.skillupbeginner {
  background: url(../img/skillup/beginner.svg), #5bb647;
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 25px;
}

.skillupkaisu {
  font-size: 55%;
  font-weight: normal;
}

.skillup_txtleft {
	display: table;
	text-align: left;
	margin: 0 auto;
}

@media (max-width:767.98px) {
  .skilluptxt {
    width: 100%;
    margin: 0 auto 5%;
  }
  .skillupbeginner {
    background-size: 8%;
    background-position: 3%;
  }
  .skillupkaisu {
    font-size: 50%;
    font-weight: normal;
  }
}


/* 二輪車無料体験走行 */

#back_white {
  padding: 70px 0 100px;
  text-align: center;
}

.nirin_trials_txt01 {
	width: 800px;
	margin: 0 auto;
}

.nirin_trials_txt02 {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

.nirin_trials_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 908px;
  margin: 0 auto 100px;
}

.nirin_trials_img p {
	width: 48%;
	margin: 0 1%;
}

.nirin_trials_img img {
	width: 100%;
}

.nirin_trials_midashi img {
	width: 452px;
}

.nirin_trials_bikemodel {
	font-size: 120%;
}

@media screen and (max-width:768px) {
#back_white {
  padding: 40px 0 100px;
  text-align: center;
}
.nirin_trials_title {
	max-width: 90%;
	margin: 0 10%;
}
.nirin_trials_txt01 {
	margin: 0 8%;
	width: 84%;
}
.nirin_trials_txt02 {
	width: 86%;
	margin: 0 7%;
}
.nirin_trials_img {
  width: 90%;
  margin: 0 5% 15%;
}

.nirin_trials_img p {
	width: 100%;
	margin-bottom: 5%;
}
.nirin_trials_midashi img {
	width: 78%;
	margin: 0 11%;
}
.nirin_trials_bike img {
	width: 74%;
	margin: 0 13%;
}
}



@media print, screen and (min-width: 769px){

.spview {
	display: none;
}

}

@media screen and (max-width:768px) {

.pcview {
	display: none;
}

}


.tchu {
	border: 2px solid #e60012;
	display: table;
	margin: 5% auto -5%;
	padding: 20px 30px;
	color: #e60012;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
}
.tchu01 {
	font-size: 160%;
}
.tchu p {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
.tchu {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	padding: 3% 5%;
}
.tchu01 {
	font-size: 140%;
}
}


.takujicopy {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

@media (min-width:768px) {
  .takujicopy {
    font-size: 1.875rem
  }
}

.takujiimg {
	margin-top: 35px;
	margin-bottom: 40px;
}

.takujicopy2:after {
  background: none;
}

.takujicopy3 {
	border-bottom: 1px solid #e60012;
}

@media screen and (max-width:768px) {
.takujicopy3 {
	padding-bottom: 7px;
}
}



/*　高校生ページ　*/

.gakuseitb {
	margin: 0 auto;
}

.gakuseitb td {
	padding: 0 20px;
}

.gakusei_cp {
	background: #FFEC3E;
	padding: 80px 0;
}

.gakuseipt_tb {
	margin: 0 auto;
	width: 950px;
}

.gakuseipt_tb td {
	width: 50%;
	vertical-align: text-top;
	padding: 0 35px;
}

.gakuseipt_tb img {
	margin-top: 30px;
}

@media screen and (max-width:768px) {
.page-gakusei .gakusei_illust {
	width: 85%;
	text-align: center;
}

.gakuseitb {
	margin: 0 7% 8%;
}

.gakuseitb td {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.gakusei_cp {
	padding: 12% 7%;
}

.gakusei_cpttl {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.gakuseipt_tb {
	width: 100%;
}

.gakuseipt_tb td {
	width: 100%;
	display: block;
	padding: 0;
}

.gakuseipt_tb img {
	margin: 20px 5% 0 5%;
	width: 90%;
}
}


.lineformbutton {
	display: none !important;
}

.page-contact .lineformbutton {
	display: block !important;
}



/*教習料金の改定*/

.kaiteimidashi {
    position: relative;
    padding: 0;
	margin: 5% auto 5%;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #353535;
}

.kaiteimidashi::before {
    position: absolute;
    border-bottom: 2px solid #353535;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    content: '';
}

.kaiteibox01 {
	background: #dfe5e8;
	padding: 50px;
	margin-bottom: 8%;
}

.kaiteibox02 {
	background: #ffec00;
	padding: 30px 30px 20px;
	text-align: center;
	margin-bottom: 10%;
}

.kaiteitxt01 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

.kaiteitxt02 {
	font-size: 110%;
	font-weight: bold;
	color: #f80000;
}

.kaiteitxt03 {
    font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}

.kaiteiarrow {
	text-align: center;
	margin: 5% auto;
}

.kaireired {
	color: #f80000;
}

@media screen and (max-width:768px) {
.kaiteimidashi {
    font-size: 1rem;
	margin-bottom:5%;
}

.kaiteimidashi::before {
    width: 50%;
}
.kaiteibox01 {
	padding: 8% 8% 4%;
	margin-bottom: 8%;
}
.kaiteibox02 {
	padding: 4% 4% 2%;
	margin-bottom: 10%;
}
.kaiteitxt03 {
    font-size: 1rem;
}
.kaiteiryoukin {
	width: 500px;
}
}



.linkblue a {
	color:#185aa5;
	text-decoration: underline;
}
.linkblue a:hover {
	color: #0089c2;
	text-decoration: none;
}


/*　検定コース　*/

body.page-kentei{
	margin-top: 0 !important;
	background: #a4c3d0;
}

.page-kentei .top {
  padding: 40px 0 40px;
  background-color: #a4c3d0
}

.page-kentei .btn--submit {
  margin: 0 auto 30px;
}

.page-kenteititle {
	background: #FFF;
	text-align: center;
	padding: 20px 0;
}

.page-kentei-copyright {
	font-size: 0.8rem;
	text-align: center;
	padding-bottom: 20px;
}


.ryoukibnr {
	text-align: center;
	width: 306px;
	max-width: 70%;
	margin: 70px auto 0;
}

.chubox {
	display: table;
	margin: -70px auto 80px;
	color: #d12c25;
	padding: 15px 25px;
	border: 2px solid #d12c25;
}

@media screen and (max-width:768px) {
.chubox {
	margin: -5% 20px 8%;
	padding: 3% 4%;
}
}