body {
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #294766;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a:hover::after {
  transform: scale(1, 1);
}
h1, h2, #message01 h3 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
h3, h4, h5, h6 {
  font-size: 1.0rem;
  margin: 0;
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.4rem;
  }
}
h2 {
  text-align: center;
}
h2::after {
  background-color: #294766;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 18px auto 0;
  width: 40px;
  height: 3px;
  content: '';
}
hr {
  border-color: #294766;
}
nav {
  background-image: url("../images/bg_image.png");
  font-size: 0.9rem;
}
nav .title_img {
  max-height: 43px;
}
nav .navbar-nav {
  display: flex;
}
@media (min-width: 769px) {
  nav .navbar-nav {
    align-items: flex-end;
  }
}
nav .nav-item {
  margin: 0 10px;
}
nav .tel {
  font-size: 1.2rem;
}
nav a::after {
  bottom: -2px;
  background: #ffffff;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.carousel-inner {
  display: block;
  height: 100vh;
}
.carousel-inner a::after {
  display: none;
}
.carousel-inner .fa-chevron-down {
  display: inline-block;
  animation: bounce 3s ease infinite normal 6s none running;
}
.carousel-item .img-fluid {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.carousel-item {
  z-index: 1;
  height: 100vh;
}
.carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-inner .content_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.5em;
  text-align: center;
  color: #ffffff;
  z-index: 100;
}
@media (max-width: 768px) {
  .carousel-inner .content_box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .carousel-inner .content_box {
    width: 72%;
  }
}
@media (max-width: 425px) {
  .carousel-inner .content_box {
    width: 65%;
  }
}
@media (max-width: 375px) {
  .carousel-inner .content_box {
    width: 80%;
  }
}
.carousel-inner .content_box .text_box {
  border: 2px solid #FFFFFF;
  padding: 20px;
  margin-bottom: 40px;
}
.carousel-inner .content_box a {
  color: white;
}
.container {
  margin: 40px auto;
  padding: 0 40px;
  max-width: 1000px;
}
@media (max-width: 720px) {
  .container {
    padding: 0;
  }
}
.content_box {
  margin: 50px auto;
  padding: 20px;
  max-width: 1000px;
}
@media (max-width: 575px) {
  .content_box {
    padding: 20px 20px 0 20px;
  }
}
.content_box_2 {
  padding: 30px;
}
@media (max-width: 720px) {
  .content_box_2 {
    padding: 30px 0;
  }
}
.row {
  margin-right: 0;
  margin-left: 0;
}
#message01 {
  padding: 40px 0 0 0;
}
#message01 p {
  font-size: 1.2rem;
}
#greeting {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #294766 50%, #294766 0%);
  display: block;
  padding: 30px 0;
}
#greeting .container {
  padding: 0 10px;
}
#greeting .content_box {
  margin: 50px auto;
  padding: 20px 50px 50px 50px;
  max-width: 1000px;
}
#greeting .greeting_msg {
  font-family: 'Noto Serif JP', serif;
  padding-right: 20px !important;
}
#greeting .greeting_photo {
  padding-left: 20px !important;
}
#greeting .name {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 720px) {
  #greeting {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #294766 30%, #294766 0%);
  }
  #greeting .container {
    padding: 0 20px;
  }
  #greeting .content_box {
    padding: 20px 0 0 0;
  }
  #greeting .greeting_msg {
    padding-right: 0 !important;
  }
  #greeting .greeting_photo {
    padding-left: 0 !important;
  }
}
#field {
  padding: 30px 0;
}
.field_box_square {
  border: 1px solid #294766;
  vertical-align: middle;
  text-align: center;
  color: #294766;
  width: 110px;
  height: 60px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .field_box_square {
    width: 150px;
    height: 60px;
  }
}
#process {
  margin-bottom: 50px;
  background-color: #F8F7F3;
  padding: 30px 0;
}
.process_box {
  position: relative;
  margin-top: 50px;
  padding: 0 10px;
}
.process_box dl {
  margin-left: 90px;
  counter-reset: number;
}
.process_box dl::before {
  position: absolute;
  top: 0px;
  left: 44px;
  width: 2px;
  height: 100%;
  content: '';
  background: #294766;
}
.process_box dl::after {
  position: absolute;
  top: 0px;
  left: 35px;
  width: 20px;
  height: 100%;
  content: '';
  border-bottom: 2px solid #294766;
}
.process_box dt {
  font-size: 1.125rem;
  color: #294766;
}
.process_box dt::before {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  counter-increment: number;
  content: counter(number);
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  color: #294766;
  text-align: center;
  border: 1px solid #294766;
  background: #fff;
  z-index: 99;
}
.process_box dd {
  margin-bottom: 50px;
}
.process_box dd p {
  margin-bottom: 0.5rem;
}
.process_box dd a {
  color: #294766;
}
#process table {
  margin-top: 0.5rem;
}
#process th {
  background-color: #ffffcc;
  font-weight: normal;
}
@media (min-width: 768px) {
  .process_box dl {
    margin-left: 150px;
  }
  .process_box dl::before {
    left: 84px;
    width: 4px;
  }
  .process_box dl::after {
    left: 66px;
    width: 40px;
    border-bottom: 4px solid #294766;
    z-index: 1;
  }
  .process_box dt::before {
    left: 45px;
    width: 80px;
    height: 80px;
    font-size: 3rem;
  }
}
.box_square {
  border: 1px solid #294766;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #294766;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .box_square {
    width: 100vw;
    height: auto;
    padding: 20px;
  }
}
.co-12, .col-md-2, .col-md-6, .col-md-10 {
  padding-right: 0;
  padding-left: 0;
}
#fees {
  padding: 30px 0;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #294766;
  border-radius: 0;
  margin-bottom: 30px;
}
.card-header {
  border-bottom: 1px solid #294766;
  background-color: #294766;
}
.card-header a {
  color: #ffffff;
}
.card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 1px solid #294766;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #294766;
}
#accordion dl {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
#accordion dt {
  background-color: #B2D8FF;
  text-align: center;
  font-weight: normal;
  padding: 20px 40px;
  border-bottom: 1px solid #cccccc;
}
#accordion dd {
  margin: 0;
  padding: 20px 40px;
  border-bottom: 1px solid #cccccc;
}
.table-responsive th, .table-responsive td {
  white-space: nowrap;
}
.table-responsive td.wrap {
  white-space: normal;
}
.scroll {
  margin-bottom: 1rem;
}
.scroll::-webkit-scrollbar {
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.table {
  margin-bottom: 0;
}
.card-body p, #accordion table {
  font-size: 0.875rem;
}
#accordion th {
  background-color: #ffffcc;
}
@media (max-width: 720px) {
  #accordion dt {
    padding: 5px 10px;
  }
  #accordion dd {
    padding: 5px 10px;
  }
}
#accordion a[data-toggle="collapse"] {
  display: block;
  padding: 10px 8px 10px 30px;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
}
#accordion a[data-toggle="collapse"]::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  position: absolute;
  left: 0;
  margin-top: 3px;
  vertical-align: middle;
}
#accordion a[aria-expanded=false]::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
  vertical-align: middle;
}
#accordion a[aria-expanded=true]::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
  vertical-align: middle;
}
#access {
  color: #ffffff;
}
#access h2 {
  text-align: center;
  color: #ffffff;
}
#access h2::after {
  background-color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 18px auto 0;
  width: 40px;
  height: 3px;
  content: '';
}
#access .access_content {
  padding: 50px;
  text-align: center;
  background-color: #294766;
}
#access .access_map {
  height: 0;
}
@media (max-width: 720px) {
  #access .access_map {
    height: 450px;
  }
}
#access img, #access p {
  padding-top: 30px;
}
#contact {
  position: relative;
  min-height: 70vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url("../images/contact/bg-image.jpg");
}
#contact .container {
  margin: 0 auto;
  padding: 120px 30px;
}
@media (max-width: 720px) {
  #contact .container {
    padding: 30px 30px;
  }
}
#contact .contact_box {
  border: 1px solid #294766;
  background-color: #ffffff;
  padding: 50px;
  text-align: center;
}
#contact p {
  padding-top: 40px;
}
#contact a, #contact a:hover {
  color: #294766;
}
@media (max-width: 720px) {
  #contact .tel {
    font-size: 1.5rem;
  }
}
footer {
  background-color: #294766;
  background-image: url("../images/bg_image.png");
  color: #ffffff;
  text-align: center;
  padding: 30px;
}
.break_sp {
  display: inline;
}
.break_pc {
  display: none;
}
@media (min-width: 720px) {
  .break_sp {
    display: none;
  }
  .break_pc {
    display: inline;
  }
}