@charset "UTF-8";
a {
  color: #248FDC;
  text-decoration: none;
}
a:hover {
  color: #005DA0;
  text-decoration: none;
}
a[href^="tel:"], a[href^="tel:"]:hover {
  cursor: default;
  text-decoration: none;
}
a.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-tel, .link-tel:hover, .link-tel:visited {
  color: #333;
  text-decoration: none;
}
[class^="col"] {
  position: relative;
}
.dp-none {
  display: none !important;
}
.scroll-hint-icon-wrap {
  z-index: 2;
}
/* Img
----------------------------*/
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; /* 縮小画像がぼける時 */
}
.photo {
  text-align: center;
}
.photo img {
  margin-bottom: 0.75rem;
}
.photo p {
  font-size: 1.4rem;
  margin-bottom: 2rem !important;
}
/* Margin
----------------------------*/
.mt-5rem {
  margin-top: 3rem !important;
}
.mt-7rem {
  margin-top: 5rem !important;
}
.mb-5rem {
  margin-bottom: 3rem !important;
}
.mb-7rem {
  margin-bottom: 5rem !important;
}
.mb-10rem {
  margin-bottom: 5rem !important;
}
.mb-175rem {
  margin-bottom: 1.75rem !important;
}
/* Padding
----------------------------*/
.pt-5rem, .pt-7rem {
  padding-top: 2rem !important;
}
.pb-5rem, .pb-7rem {
  padding-bottom: 2rem !important;
}
.px-5vw {
  padding-right: 5vw !important;
  padding-left: 5vw !important;
}
/* Table
----------------------------*/
.table {
  border-collapse: collapse
}
.table-sm th, .table-sm td {
  padding: 1rem;
}
.table p, .table ul, .table ol, .table dl, .table dt {
  margin: 0 !important;
}
.table dd {
  margin-bottom: 1.5rem;
}
.table > thead > tr > th, .table > tbody > tr > td {
  vertical-align: middle;
}
.table > thead > tr > th {
  white-space: nowrap;
  border-bottom-width: 1px;
}
.table + p, .table + ul, .table-responsive + p, .table-responsive + ul {
  margin-top: 2rem;
}
.table td ul {
  margin: 0 1rem 0;
  padding: 0;
}
.table td [class^="list-"] {
  padding-left: 2rem;
}
.th-25 th, .th-20 th, .th-15 th {
  width: 100%;
}
.th-gray th {
  background: #F6F6F6 !important;
}
.th-darkgray th {
  background: #545653 !important;
  color: #fff;
}
.th-green th {
  background: #9cc453 !important;
  color: #fff;
}
.td-white td {
  background: #fff !important;
}
.table-center th, .table-center td {
  text-align: center;
}
.table-basic {
  width: 100%;
  margin: 0 auto 3rem;
  border-collapse: collapse;
  border-bottom: 1px solid #dee2e6;
}
.table-basic td, .table-basic th {
  vertical-align: middle;
  display: block;
  background: rgba(255, 255, 255, 0.75);
}
.table-basic th {
  padding: 1.6rem 1.2rem 0;
  border-top: 1px solid #dee2e6;
  border-bottom: none;
  font-weight: 600;
}
.table-basic td {
  border-bottom: none;
  padding: 0.5rem 1.2rem 1.6rem;
}
.table-basic.th-gray th {
  padding: 1.25rem 1.2rem;
}
.table-basic.th-gray td {
  padding: 2rem 1.2rem 2.25rem;
}
.table-responsive table td, .table-responsive table th {
  display: table-cell;
  white-space: nowrap;
}
.table-responsive .table-sm th, .table-responsive .table-sm td {
  padding: 1.2rem;
}
.table-tile tr {
  padding: .35rem;
  border-bottom: 2px solid #fff;
}
.table-tile thead th {
  border-right: 2px solid #fff;
  color: #fff;
  text-align: center;
}
.table-tile tbody th {
  color: #fff;
  vertical-align: middle;
  border-right: 2px solid #f6f6f6;
  text-align: center;
}
.table-tile tbody td {
  background: #fff;
  border-right: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
/* Backbround
----------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #f6f6f6 !important;
}
.bg-darkgray {
  background-color: #E9E9E9 !important;
}
.bg-blue {
  background-color: #5caed6 !important;
}
.bg-blue-gradient {
  background: linear-gradient(0deg, #4595cd, #006cb7);
}
.bg-blue-gradient * {
  color: #fff !important;
}
.bg-green {
  background-color: #1361a9 !important;
}
.bg-dark-green {
  background-color: #288C19 !important;
}
.bg-red {
  background-color: #CB3F3A !important;
}
.bg-beige {
  background-color: #f0ebe4 !important;
}
/* Button
----------------------------*/
.btn {
  border: 0;
  white-space: pre-wrap;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.4s 0s ease;
  z-index: 2;
  border-radius: 9999px;
}
.btn:hover {
  text-decoration: none;
}
.btn-xsm {
  padding: 0.5rem 3rem !important;
  font-size: 1.3rem !important;
  width: fit-content;
}
.btn-sm {
  padding: 2rem !important;
  font-size: 1.5rem !important;
  width: 15% !important;
  min-width: 200px !important;
}
.btn-md {
  padding: 1.75rem 1rem !important;
  font-size: 1.6rem !important;
  width: 270px !important;
}
.btn-lg {
  padding: 3rem !important;
  font-size: 1.8rem !important;
  min-width: 280px !important;
}
.btn i {
  margin-right: 0.5rem;
}
.btn:disabled {
  background: #424242 !important;
}
.btn-white {
  background-color: #fff !important;
  color: #1361a9 !important;
}
.btn-white:hover {
  background-color: #006cb7 !important;
  border: solid 1px #fff;
  color: #fff !important;
}
.btn-gray {
  background-color: #e4e4e4 !important;
  color: #000 !important;
}
.btn-gray:hover {
  background-color: #CBCBCB !important;
}
.btn-blue {
  background-color: #006cb7 !important;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #005896 !important;
}
.btn-red {
  background-color: #e8390e !important;
  color: #fff !important;
}
.btn-red:hover {
  background-color: #D1330C !important;
}
.btn-green {
  background-color: #1361a9 !important;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #b6d964 !important;
}
.btn-green-line {
  border: #1361a9 solid 1px !important;
  color: #1361a9 !important;
  background: #fff;
}
.btn-green-line:hover {
  border: #1361a9 solid 1px !important;
  background-color: #1361a9 !important;
  color: #fff !important;
}
.btn-transparent {
  background-color: transparent;
  color: #fff !important;
  border: #fff solid 1px;
}
.btn-transparent:hover {
  background-color: #1361a9;
  color: #fff;
}
.btn-chevron-right svg {
  width: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-link-center .btn, .btn-link-center .btn-lg {
  width: 100%;
  margin: 2rem auto;
}
section .btn-link-center .btn:last-of-type, section .btn-link-center .btn-lg:last-of-type {
  margin-bottom: 0;
} /* Icon
----------------------------*/
.icon-before::before {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 0.75rem;
}
.icon-after::after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  margin-left: 0.75rem;
}
.btn.icon-before::before, .btn-lg.icon-before::before {
  position: relative;
  right: 1rem;
  font-size: 0.8rem;
  top: -1px;
}
.btn.icon-after::after, .btn-lg.icon-after::after {
  position: absolute;
  right: 2.5rem;
  font-size: 1.5rem;
  top: 35%;
}
.btn-xsm.icon-after::after {
  position: absolute;
  right: 1.25rem;
  font-size: 1rem;
  top: 28%;
}
.icon-chevron-right-before::before, .icon-chevron-right-after::after {
  content: '\f054' !important;
}
.icon-chevron-left-before::before, .icon-chevron-left-after::after {
  content: '\f053' !important;
}
.icon-chevron-down-before::before, .icon-chevron-down-after::after {
  content: '\f078' !important;
}
.icon-angle-right-before::before, .icon-angle-right-after::after {
  content: '\f105' !important;
}
.icon-arrow-right-before::before, .icon-angle-right-after::after {
  content: '\f061' !important;
}
.icon-pdf-before::before, .icon-pdf-after::after {
  content: '\f1c1' !important;
}
.icon-phone-before::before, .icon-phone-after::after {
  content: '\f879' !important;
}
.icon-pdf-before::before, .icon-pdf-after::after {
  content: '\f1c1' !important;
  color: #e00101;
}
.icon-file-before::before, .icon-file-after::after {
  content: '\f15b' !important;
  color: #fff;
  font-size: 1.1rem !important;
  right: 1.5rem !important;
}
.icon-word-before::before, .icon-word-after::after {
  content: '\f1c2' !important;
  color: #185ABD;
}
.icon-excel-before::before, .icon-excel-after::after {
  content: '\f1c3' !important;
  color: #107C41;
}
.icon-external-before::before, .icon-external-after::after {
  content: '\f2d2' !important;
}
ul.asterisk {
  padding-left: 0;
}
p.asterisk, ul.asterisk li, dd.asterisk {
  text-indent: -0.8rem;
  padding-left: 1.5rem;
}
p.asterisk::before, ul.asterisk li::before, dd.asterisk::before {
  content: "※";
  display: inline-block;
}
/* Font
----------------------------*/
.ff-noto-serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.ff-noto-serif-bold {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-40, .fs-35, .fs-30, .fs-25, .fs-20 {
  font-size: 2rem !important;
  line-height: 1.5;
}
.fs-18 {
  font-size: 1.8rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-15 {
  font-size: 1.5rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
  line-height: 1.6;
}
.fs-13 {
  font-size: 1.3rem !important;
}
.small, small {
  font-size: 90% !important;
  font-weight: 400 !important;
}
.fc-black {
  color: #333 !important;
}
.fc-white {
  color: #fff !important;
}
.fc-red, .ermsg {
  color: #d90808 !important;
}
.fc-blue {
  color: #014B96 !important;
}
.fc-green {
  color: #1361a9 !important;
}
.fc-darkgreen {
  color: #40902F !important;
}
.fc-pink {
  color: #ee8697 !important;
}
.fc-brown {
  color: #a37c3a !important;
}
.f-underline {
  background: linear-gradient(transparent 50%, #ffec60 60%);
}
.f-dashed {
  text-decoration: underline;
  text-underline-offset: 0.825rem;
  text-decoration-thickness: 0.125rem;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}
/* Indent
----------------------------*/
ul.indent, ul.indent3, ul.indent4 {
  padding: 0;
}
.indent-nomal {
  text-indent: 1.6rem;
}
.indent, .indent li {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.indent3, .indent3 li {
  padding-left: 2.7rem;
  text-indent: -2.7rem;
}
.indent4, .indent4 li {
  padding-left: 3.7rem;
  text-indent: -3.7rem;
}
.indent li, .indent3 li, .indent4 li {
  margin-bottom: 0.5rem;
}
/* Border
----------------------------*/
.border p, .border dl, .border dt {
  margin: 0;
}
.border-gray {
  border: 1px solid #dee2e6;
}
/* Ul・Ol
----------------------------*/
ul li {
  list-style: none;
  position: relative;
  text-align: left;
}
ol {
  counter-reset: number;
}
ol li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
ol > li::before {
  counter-increment: number;
  content: '（'counter(number) '）';
  position: absolute;
  left: -3rem;
}
.listbox {
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
}
.listbox li {
  margin: 0 0 1.25rem 1rem;
}
.listbox li:last-child {
  margin-bottom: 0 !important;
}
.list-inline li {
  display: inline;
  margin-right: 2rem;
}
.list-inline li:last-child {
  margin-right: 0;
}
.list-disc > li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #212324;
  left: -1.25rem;
  top: 14px;
  border-radius: 2px;
}
.list-decimal > li {
  list-style-type: decimal;
  padding-left: 0.25rem;
}
.list-decimal.count-from2 > li:first-of-type {
  list-style: none;
  position: relative;
  margin-left: -2.25rem;
  margin-bottom: 2rem;
}
.list-ideographic > li {
  list-style-type: cjk-ideographic;
  padding-left: 0.25rem;
}
.list-latinLower > li {
  list-style-type: lower-latin;
  padding-left: 0.25rem;
}
.list-latinUpper > li {
  list-style-type: upper-latin;
  padding-left: 0.25rem;
}
.list-square > li {
  list-style-type: square;
  padding-left: 0.25rem;
}
.list-circle > li {
  list-style-type: circle;
}
/* Dl
----------------------------*/
dd {
  margin-bottom: 2.5rem;
  margin-left: 0;
}
dd:last-child {
  margin-bottom: 0 !important;
}
dd ul {
  margin: 0 !important;
}
.dl-basic {
  margin: 3rem 0;
}
.dl-basic dd {
  margin: 0.5rem 0 0 1rem;
}
.dl-decimal dt {
  display: list-item;
  list-style-type: decimal;
  margin-left: 2rem;
}
.dl-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dl-flex dt {
  width: 100%;
  padding: 1rem 1.25rem;
  margin-bottom: 0.5rem;
  background-color: #e3e3e3;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
}
.dl-flex dd {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.dl-flex dt:last-of-type, .dl-flex dd:last-of-type {
  margin-bottom: 0;
}
/* Form
----------------------------*/
input[type="text"] {
  margin: 0.5rem 0;
  padding: 0.5rem;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.25rem;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0.2rem;
}
td input.input-30, td select.input-30 {
  display: inline;
  width: 30%;
}
.sct-form input, .sct-form textarea {
  font-size: 1.6rem;
}
.sct-form td label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.sct-form td .w-25 {
  width: 50% !important;
}
.sct-form .table-basic th .fc-red {
  margin-left: 0.5rem;
}
.sct-form .form-btn input {
  margin: 1rem 1.25rem;
}
/* Scrollbar
----------------------------*/ ::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #ccc inset;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BFBFBF;
}
/* Media Query
----------------------------*/
/* 575px and under */
@media (max-width: 575px) {
  .dp-none-sm-under {
    display: none;
  }
  .container, .container-fluid {
    padding: 0 1.5rem;
  }
}
/* Small devices (landscape phones, 576px and over, .col-sm-*) */
@media (min-width: 576px) {
  .dp-none-sm {
    display: none;
  }
  .mt-5rem, .mt-7rem {
    margin-top: 3rem !important;
  }
  .mb-5rem, .mb-7rem {
    margin-bottom: 3rem !important;
  }
  .mb-10rem {
    margin-bottom: 5rem !important;
  }
  .pt-5rem, .pt-7rem {
    padding-top: 3rem !important;
  }
  .pb-5rem, .pb-7rem {
    padding-bottom: 3rem !important;
  }
  .fs-40 {
    font-size: 4rem !important;
  }
  .fs-35 {
    font-size: 3.5rem !important;
  }
  .fs-30 {
    font-size: 3rem !important;
  }
  .fs-25 {
    font-size: 2.5rem !important;
  }
  .indent3 {
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
/* 767px and under */
@media (max-width: 767px) {
  .dp-none-md-under {
    display: none;
  }
}
/* Medium devices (tablets, 768px and over, .col-md-*) */
@media (min-width: 768px) {
  .dp-none-md {
    display: none;
  }
  .mt-5rem {
    margin-top: 5rem !important;
  }
  .mb-5rem {
    margin-bottom: 5rem !important;
  }
  .pt-5rem {
    padding-top: 5rem !important;
  }
  .pb-5rem {
    padding-bottom: 5rem !important;
  }
  .mt-7rem {
    margin-top: 7rem !important;
  }
  .mb-7rem {
    margin-bottom: 7rem !important;
  }
  .pt-7rem {
    padding-top: 7rem !important;
  }
  .pb-7rem {
    padding-bottom: 7rem !important;
  }
  .mb-10rem {
    margin-bottom: 10rem !important;
  }
  .sct-form td .w-25 {
    width: 25% !important;
  }
  .sct-form td label {
    display: inline-block;
    width: auto;
    margin: 0 1.5rem 1rem 0;
  }
}
/* 991px under */
@media (max-width: 991px) {
  .dp-none-lg-under {
    display: none;
  }
  .px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  main a.btn-100 {
    width: 100%;
  }
}
/* Large devices (desktops, 992px and over, .col-lg-*) */
@media (min-width: 992px) {
  a[href^="tel:"], a[href^="tel:"]:hover {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
  .dp-none-lg {
    display: none;
  }
  .th-15 th {
    width: 15%;
  }
  .th-20 th {
    width: 20%;
  }
  .th-25 th {
    width: 25%;
  }
  .table-basic {
    border-bottom: 1px solid #dee2e6;
  }
  .table-basic th, .table-basic td {
    padding: 3rem 2rem;
    display: table-cell;
  }
  .table-responsive table th, .table-responsive table td {
    white-space: initial;
  }
  .table-basic td {
    border-top: 1px solid #dee2e6;
  }
  .table-basic.th-gray th, .table-basic.th-gray td {
    padding: 2.25rem 2rem;
  }
  .table-basic.th-gray .td-select {
    padding-bottom: 1.25rem
  }
  .table-sm th, .table-sm td {
    padding: 1.25rem;
  }
  .btn-md {
    padding: 2.75rem 1rem !important;
    width: 300px !important;
  }
  .btn-link-center .btn, .btn-link-center .btn-lg {
    width: 30%;
    margin: 4rem auto;
  }
  input[type="text"] {
    padding: 0.75rem;
  }
  .dl-flex dt {
    justify-content: center;
    width: 25%;
  }
  .dl-flex dd {
    width: 75%;
    padding: 2rem 2.5rem;
  }
}
/* 1199px under */
@media (max-width: 1199px) {
  .dp-none-xl-under {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*) */
@media (min-width: 1200px) {
  .dp-none-xl {
    display: none;
  }
}