@charset "UTF-8";
/*第二階層*/
.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 1;
  width: 89%;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  color: #fff;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li.current {
  color: #9dd7e8;
}
.breadcrumb ul li:first-child:before {
  content: '';
  border: none;
  margin: 0;
}
.breadcrumb ul li:before {
  content: '・';
  margin: 0 10px;
  color: #fff;
}
.breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  opacity: 1;
  color: #9dd7e8;
}
.second .bg {
  position: relative;
  z-index: 1;
  padding: 200px 0 80px;
  background-image: url("../img/bg_ttl.jpg");
  background-position: center;
  background-size: cover;
}
.second .bg:after {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.second h2 {
  font-size: 46px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
.second h3 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0f2c35;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
.second h3:after {
  width: 100px;
  height: 8px;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -90px;
  margin: auto;
}
.second h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #0f2c35;
  border-bottom: solid 2px #0f2c35;
  padding: 0 0 10px 30px;
  margin: 0 auto 20px;
  position: relative;
}
.second h4:before {
  width: 18px;
  height: 18px;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  bottom: 0;
  margin: auto;
}
.second h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #0f2c35;
  background-color: #e5f5fb;
  padding: 10px 20px 10px 35px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.second h5:before {
  position: absolute;
  top: .75em;
  left: 15px;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  background-color: #0f2c35;
  border-radius: 5px;
}
.second h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #0f2c35;
  padding-left: 20px;
  position: relative;
  margin: 0 auto -10px;
}
.second h6:before {
  width: 10px;
  height: 10px;
  background-color: #0f2c35;
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.second .inner section {
  margin-bottom: 70px;
}
.second .inner section:last-child {
  margin-bottom: 0;
}
.second .inner section section {
  margin-bottom: 50px;
}
.second .inner section section:last-child {
  margin-bottom: 0;
}
.second .inner {
  padding: 60px 0;
}
.second .inner a {
  color: #000;
}
/*グレー枠*/
.second .box_gray {
  padding: 5px 3%;
  background-color: #f1f1f1;
  border-radius: 10px;
}
/*ボックス*/
.second .box {
  margin-bottom: 30px;
}
.second .box:last-child {
  margin-bottom: 0;
}
/*ボタン*/
/*申し込みボタン*/
.second p.btn_form a {
  display: block;
  text-decoration: none;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1), rgba(9, 154, 198, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 18px;
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.second p.btn_form a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.second p.btn_form a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  font-size: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second p.btn_form a:hover:after {
  right: 30px;
}
/*通常ボタン*/
.second ul.btn {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center;
}
.second ul.btn li {
  display: inline-block;
  vertical-align: middle;
  width: 42% !important;
  margin: 0 2% !important;
}
.second ul.btn li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  background: linear-gradient(45deg, rgba(22, 66, 79, 1), rgba(29, 87, 105, 1), rgba(22, 66, 79, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.second ul.btn li a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.second ul.btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  font-size: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second ul.btn li a:hover:after {
  right: 30px;
}
.second p.btn a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  background: linear-gradient(45deg, rgba(22, 66, 79, 1), rgba(29, 87, 105, 1), rgba(22, 66, 79, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
  text-align: center;
  border-radius: 50px;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.second p.btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
.second p.btn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  font-size: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
.second p.btn a:hover:after {
  right: 30px;
}
/*テーブル*/
.second table {
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #0f2c35;
}
.second table th, .second table td {
  padding: 10px 2%;
  border: solid 1px #0f2c35;
}
.second table th {
  background-color: #e5f5fb;
}
.second table thead th {
  background-color: #b0dfed;
}
/*左メニュー*/
.second .index_box {
  width: 25%;
  float: left;
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 70px;
  background-color: #0f2c35;
  border-radius: 10px;
}
.second .contents_box {
  width: 72%;
  float: right;
  margin-top: -30px;
}
.second .index_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second .index_box ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
.second .index_box ul li:last-child a {
  border-radius: 0 0 10px 10px;
}
.index_box ul li a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 0 10px 35px;
  border-bottom: dashed 1px #ccebf8;
  position: relative;
  line-height: 28px;
}
.second .index_box ul li:last-child a {
  border: none;
}
.second .index_box ul li a:before {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.second .index_box ul li a:hover {
  opacity: 1;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(140, 198, 63, 1));
  color: #fff;
}
.second .index_box ul li.current a {
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(140, 198, 63, 1));
  color: #fff;
}
.second .contents_box ul, .second .contents_box ol {
  padding: 0 0 0 20px;
}
.second .contents_box ul li, .second .contents_box ol li {
  margin: 5px auto;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  .breadcrumb {
    bottom: 10px;
    width: 89%;
  }
  .second .bg {
    padding: 100px 0 80px;
  }
  .second h2 {
    font-size: 28px;
  }
  .second h3 {
    font-size: 26px;
    margin: 0 auto 50px;
  }
  .second h3:after {
    width: 80px;
    height: 7px;
    bottom: -70px;
  }
  .second .inner section {
    margin-bottom: 50px;
  }
  .second .inner section section {
    margin-bottom: 30px;
  }
  .second .inner {
    padding: 30px 0;
  }
  /*グレー枠*/
  .second .box_gray {
    padding: 5px 5%;
  }
  /*ボタン*/
  /*申し込みボタン*/
  .second p.btn_form a {
    font-size: 16px;
    width: auto;
  }
  /*通常ボタン*/
  .second ul.btn li {
    display: block;
    width: auto !important;
    margin: 0 auto 10px !important;
  }
  .second p.btn a {
    width: auto;
  }
  /*左メニュー*/
  .second .index_box {
    display: none;
  }
  .second .contents_box {
    width: auto;
    float: none;
    margin-top: 0;
  }
  /*テーブル*/
  .second .scroll table {
    width: 1100px !important;
  }
  .second .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .second .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .second .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .second .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .second .scroll table th, .second .scroll table td {
    white-space: normal !important;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}