@charset "UTF-8";
a {
  color: initial;
  text-decoration: none;
  transition: all 0.4s 0s ease;
}
a:hover {
  color: #005DA0;
  text-decoration: none;
}
main a {
  text-decoration: underline;
}
a[href^="tel:"], a[href^="tel:"]:hover {
  color: inherit;
  cursor: default;
  text-decoration: none;
}
a.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section p, section ul, section ol, section dl, section table {
  margin-bottom: 1.75rem;
  line-height: 1.7;
  position: relative;
}
main section table:last-child, main section p:last-child, main section ul:last-child, main section ol:last-child, main section dl:last-child {
  margin-bottom: 0;
}
.link-tel, .link-tel:hover, .link-tel:visited {
  color: #333;
  text-decoration: none;
}
.dp-none {
  display: none !important;
}
.scroll-hint-icon-wrap {
  z-index: 2;
}
/* Img
----------------------------*/
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; /* 縮小画像がぼける時 */
}
.img-radius {
  border-radius: 7px;
}
.img-radius-right {
  border-radius: 0 10px 10px 0;
}
.img-radius-left {
  border-radius: 10px 0 0 10px;
}
.photo {
  text-align: center;
}
.photo img {
  margin-bottom: 1rem;
}
.photo p {
  font-size: 1.4rem;
  margin-bottom: 2rem !important;
}
/* Margin
----------------------------*/
.mt-5rem, .mt-7rem, .mt-10rem {
  margin-top: 2rem !important;
}
.mb-5rem, .mb-7rem, .mb-10rem {
  margin-bottom: 2rem !important;
}
/* Padding
----------------------------*/
.pt-5rem, .pt-7rem, .pt-10rem {
  padding-top: 2rem !important;
}
.pb-5rem, .pb-7rem, .pb-10rem {
  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: 1.25rem;
}
.table-md th, .table-md td {
  padding: 1.75rem 1rem;
}
.table-lg th, .table-lg td {
  padding: 1.75rem 1rem;
}
.table p, .table ul, .table td li:last-of-type, .table ol, .table dl, .table dt {
  margin-bottom: 0;
}
.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 1.25rem;
  padding: 0;
}
.th-25 th, .th-20 th, .th-15 th, .th-10 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;
}
.table-basic th, .table-basic td {
  vertical-align: middle;
  display: block;
}
.table-basic th {
  border-bottom: none;
  font-weight: 500;
  padding: 1.75rem 1rem 0 1rem;
}
.table-basic td {
  padding: 0.75rem 1rem 1.75rem 1rem;
}
.table-basic.table-bordered th {
  border-top: none;
}
.table-sm.th-gray th {
  padding-bottom: 1rem;
}
.table-responsive .table-basic th, .table-responsive .table-basic td {
  display: table-cell;
  border-top: 1px solid #ebebeb;
  white-space: nowrap;
}
.table-responsive .table-sm th, .table-responsive .table-sm td {
  padding: 1.2rem;
}
/* Backbround
----------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-darkgray {
  background-color: #E9E9E9 !important;
}
.bg-blue {
  background-color: #EFF3F9 !important;
}
.bg-blue-gradation {
  background: rgb(100, 187, 233);
  background: linear-gradient(0deg, rgba(100, 187, 233, 1) 0%, rgba(66, 167, 220, 1) 100%);
}
.bg-green {
  background-color: #5bba70 !important;
}
.bg-red {
  background-color: #e8390e !important;
}
/* Button
----------------------------*/
.btn {
  border: 0;
  white-space: pre-wrap;
  text-decoration: none;
  position: relative;
  display: block;
  transition: all 0.4s 0s ease;
  border-radius: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn-radius {
  border-radius: 999px;
}
.btn-sm {
  padding: 0.5rem !important;
  font-size: 1.5rem !important;
  width: 150px !important;
}
.btn-md {
  padding: 1.25rem !important;
  font-size: 1.6rem !important;
  width: 15% !important;
  min-width: 240px !important;
}
.btn-lg {
  padding: 1.25rem !important;
  font-size: 1.6rem !important;
  width: 28% !important;
  min-width: 300px !important;
}
.btn i {
  margin-right: 0.5rem;
}
.btn:disabled {
  background: #424242 !important;
}
.btn-white {
  background-color: #fff !important;
  color: #99c827 !important;
}
.btn-white:hover {
  background-color: #b6d964 !important;
  color: #fff !important;
}
.btn-gray {
  background-color: #e4e4e4 !important;
  color: #000 !important;
}
.btn-gray:hover {
  background-color: #CBCBCB !important;
}
.btn-blue {
  background-color: #569ace !important;
  color: #fff !important;
}
.btn-blue:hover {
  background-color: #43a7dd !important;
}
.btn-blue-line {
  border: #43a7dd solid 1px !important;
  color: #43a7dd !important;
  background: #fff;
}
.btn-blue-line:hover {
  border: #43a7dd solid 1px !important;
  background-color: #43a7dd !important;
  color: #fff !important;
}
.btn-red {
  background-color: #e8390e !important;
  color: #fff !important;
}
.btn-red:hover {
  background-color: #D1330C !important;
}
.btn-green {
  background-color: #5bba70 !important;
  color: #fff !important;
}
.btn-green:hover {
  background-color: #77C488 !important;
}
.btn-green-line {
  border: #99c827 solid 1px !important;
  color: #99c827 !important;
  background: #fff;
}
.btn-green-line:hover {
  border: #99c827 solid 1px !important;
  background-color: #99c827 !important;
  color: #fff !important;
}
.btn-transparent {
  background-color: transparent;
  color: #fff !important;
  border: #fff solid 1px;
}
.btn-transparent:hover {
  background-color: #3b9dd3;
  color: #fff;
}
.btn-chevron-right svg {
  width: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-center .btn, .btn-center .btn-lg {
  width: 100%;
  margin: 2rem auto;
}
.btn-link-center .btn, .btn-link-center .btn-lg {
  margin: 0 auto 4rem;
}
/* Icon（before）
----------------------------*/
.icon-before::before {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  position: relative;
  padding: 0 0.75rem 0 0.5rem;
}
.btn.icon-before::before, .btn-lg.icon-before::before {
  position: relative;
  right: 1rem;
  font-size: 0.8rem;
  top: -1px;
}
/* Icon（after）
----------------------------*/
.icon-after::after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-weight: 300;
  position: relative;
  padding: 0 1rem 0 0.75rem;
}
.btn.icon-after::after, .btn-lg.icon-after::after {
  position: absolute;
  right: 1.5rem;
  font-size: 1.5rem;
  top: 32%;
}
/* Icon（content）
----------------------------*/
.icon-pdf-before::before, .icon-pdf-after::after {
  content: '\f1c1' !important;
  color: #DC1A1A;
}
.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;
}
.icon-chevron-right-before::before, .icon-chevron-right-after::after {
  content: '\f054' !important;
  font-size: 1rem;
  top: -0.2rem;
}
.icon-chevron-left-before::before, .icon-chevron-left-after::after {
  content: '\f053' !important;
  font-size: 1rem;
  top: -0.2rem;
}
.icon-chevron-down-before::before, .icon-chevron-down-after::after {
  content: '\f078' !important;
  font-size: 1rem;
  top: -0.2rem;
}
.icon-angle-right-before::before, .icon-angle-right-after::after {
  content: '\f105' !important;
}
.icon-arrow-right-before::before, .icon-arrow-right-after::after {
  content: '\f061' !important;
}
.icon-phone-before::before, .icon-phone-after::after {
  content: '\f879' !important;
}
/* 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-300 {
  font-weight: 300;
}
.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;
}
.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: #43a7dd !important;
}
.fc-green {
  color: #44b45c !important;
}
.fc-darkgreen {
  color: #40902F !important;
}
.fc-pink {
  color: #ee8697 !important;
}
.fc-purple {
  color: #9552c1 !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 #ebebeb;
}
/* Ul・Ol
----------------------------*/
ul li {
  list-style: none;
  position: relative;
}
main ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
/* 数字にカッコを付ける場合
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: -3.5rem;
}*/
.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: #333;
  left: -1.25rem;
  top: 12px;
  border-radius: 2px;
}
.list-disc.fs-14 li:before {
  left: -1.1rem;
  top: 10px;
}
.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: 2rem;
}
dd:last-child {
  margin-bottom: 0 !important;
}
dd ul {
  margin: 0 !important;
}
.dl-basic {
  margin: 3rem 0;
}
.dl-basic dd {
  margin: 0.5rem 0 3rem 1.6rem;
}
.dl-decimal dt {
  display: list-item;
  list-style-type: decimal;
  margin-left: 2rem;
}
.dl-headline {
  margin: 0 0 2.5rem;
}
.dl-headline dt {
  border-left: 4px solid #1660b2;
  padding: 0 1rem;
}
/* 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 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
----------------------------*/
/* Small devices (575px and under)*/
@media (max-width: 575px) {
  .dp-none-sm-under {
    display: none !important;
  }
  .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 !important;
  }
  .mt-5rem, .mt-7rem, .mt-10rem {
    margin-top: 3rem !important;
  }
  .mb-5rem, .mb-7rem, .mb-10rem {
    margin-bottom: 3rem !important;
  }
  .pt-5rem, .pt-7rem, .pt-10rem {
    padding-top: 3rem !important;
  }
  .pb-5rem, .pb-7rem, .pb-10rem {
    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;
  }
}
/* Medium devices (767px and under)*/
@media (max-width: 767px) {
  .dp-none-md-under {
    display: none !important;
  }
  .table-basic[class*="w-"] {
    width: 100% !important;
  }
}
/* Medium devices (tablets, 768px and over, .col-md-*)*/
@media (min-width: 768px) {
  .dp-none-md {
    display: none !important;
  }
  .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;
  }
  .mt-10rem {
    margin-top: 10rem !important;
  }
  .mb-10rem {
    margin-bottom: 10rem !important;
  }
  .pt-10rem {
    padding-top: 10rem !important;
  }
  .pb-10rem {
    padding-bottom: 10rem !important;
  }
  .sct-form td .w-25 {
    width: 25% !important;
  }
  .sct-form td label {
    display: inline-block;
    width: auto;
    margin: 0 1.5rem 0 0;
  }
}
/* Large devices (991px under)*/
@media (max-width: 991px) {
  .dp-none-lg-under {
    display: none !important;
  }
  .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) {
  .dp-none-lg {
    display: none !important;
  }
  .th-10 th {
    width: 10%;
  }
  .th-15 th {
    width: 15%;
  }
  .th-20 th {
    width: 20%;
  }
  .th-25 th {
    width: 25%;
  }
  .table-basic {
    border-bottom: 1px solid #ebebeb;
  }
  .table-basic th, .table-basic td {
    border-top: 1px solid #ebebeb;
    padding: 3rem 2rem;
    display: table-cell;
    font-size: 1.6rem;
  }
  .table-responsive .table-basic th, .table-responsive .table-basic td {
    white-space: initial;
  }
  .table-sm th, .table-sm td {
    padding: 1rem 1.25rem;
  }
  .table-md th, .table-md td {
    padding: 2rem;
  }
  .table-lg th, .table-lg td {
    padding: 2.5rem 2rem;
  }
  .btn-link-center .btn, .btn-link-center .btn-lg {
    width: 30%;
    margin: 4rem auto;
  }
  .btn-md {
    padding: 1.75rem !important;
  }
  input[type="text"] {
    padding: 0.75rem;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*)*/
@media (min-width: 1200px) {}