@charset "utf-8";
a {
  color: #00b1d2;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #00b1d2;
}
.page-main {
  display: flex;
  justify-content: right;
  position: relative;
  margin-bottom: 120px;
}
.page-main .main-title {
  color: #FFF;
  padding: 80px 45px 80px 0;
  display: block;
  text-decoration: none;
  align-items: center;
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 1;
}
.page-main .main-title.bg-01 {
  background: #14bcd0;
}
.page-main .main-title.bg-02 {
  background: #076ab6;
}
.page-main .main-img {
  position: relative;
  width: 68%;
}
.page-main .main-img-inner {
  position: relative;
}
.page-main .main-img img {
  width: 100%;
}
.main-img .tagline {
  position: absolute;
  right: -3px;
  bottom: -3px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 38px;
  color: #FFF;
  letter-spacing: 0;
  font-size: clamp(20px, 3vw, 38px);
}
h2 {
  /*line-height: 2.5;
  font-size: 42px;*/
  font-size: 32px;
  line-height: 1.8;
  font-weight: 700;
  border-left: 11px solid #FFF;
  padding: 0 0 0 30px;
  width: 100%;
  font-size: clamp(20px, 2vw, 32px);
}
h2 span {
  font-size: 32px;
  display: block;
  line-height: 1;
}
h3 {
  border-left: 8px solid #404040;
  padding: 0 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
h3 span {
  display: block;
  font-weight: 300;
  font-size: 18px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.breadcrumb {
  display: block;
  padding: 0;
  background: none;
  font-size: 13px;
  color: #FFF;
  margin: 15px 0 0 0;
}
.breadcrumb > .active {}
.breadcrumb a {
  text-decoration: underline;
  color: #404040;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.content {
  margin-bottom: 160px;
}
.content-list {
  margin-left: 15px;
  line-height: 1.5;
}
.content-list li {
  list-style: disc;
  margin-bottom: 15px;
}
.contact-box-01 {
  border: 5px solid #078bb6;
  padding: 30px;
  margin: 30px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.contact-box-01 svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #404040;
}
.color-01 {
  /*color: #fb6969 !important;*/
  color: #404040;
}
.color-02 {
  /*color: #f24b7d !important;*/
  color: #404040;
}
.tel-link {
  font-size: 18px;
  line-height: 1;
  color: #404040 !important;
}
.tel-link a {
  color: #404040 !important;
}
.contact-box-01 .tel-link {
  font-size: 22px;
}
.tel-link.s-01 {
  font-size: 18px;
  line-height: 1;
}
.mail-link {
  font-size: 18px;
  line-height: 1;
}
.btn-info {
  color: #fff;
  background-color: #078bb6;
  border-color: #078bb6;
}
.btn-info:hover {
  background-color: #06a0bc;
}
.content-flex {
  display: flex;
  justify-content: space-between;
}
.content-flex-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-flex-02 .text {
  width: 65%
}
.content-flex-02 .img-01 {
  width: 33%;
}
.content-flex-02 .img-01 img {
  width: 100%;
}
.content-flex-03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
.content-flex-03::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.content-flex-03::after {
  content: "";
  display: block;
  width: 23%;
}
.content-flex-03 li {
  width: 23%;
  /*font-size: clamp(12px, 1vw, 14px);*/
  margin-bottom: 30px;
  font-size: 14px;
}
.content-flex-03 li img {
  width: 100%;
}
.content-flex-04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
.content-flex-04 li {
  width: 48%;
}
.content-flex-04 li img {
  width: 100%;
}
.btn-01 {
  width: 48%;
  position: relative;
}
.btn-01 a {
  background: #078bb6 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
  background-size: 30px auto;
  font-size: clamp(12px, 1vw, 15px);
}
.btn-01 a:hover {
  background: #0babe0 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
}
.btn-01 .line {
  background: #cdcccb;
  height: 70%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-02 {
  width: 350px;
  position: relative;
  margin-top: 30px;
}
.btn-02 a {
  background: #078bb6 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
  background-size: 30px auto;
}
.btn-02 a:hover {
  background: #0babe0 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
}
.btn-02 .line {
  background: #cdcccb;
  height: 70%;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-03 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.btn-03 a {
  background: #7F2892 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
  background-size: 30px auto;
}
.btn-03 a:hover {
  background: #BF3EDC url("../../assets/img/icon_more.png") 96% 85% no-repeat;
}
.btn-04 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.btn-04 a {
  background: #078bb6 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
  background-size: 30px auto;
}
.btn-04 a:hover {
  background: #0babe0 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
}
.btn-05 {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.btn-05 a {
  background: /*#e45983*/#078bb6 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
  background-size: 30px auto;
}
.btn-05 a:hover {
  background: /*#ff84a9*/#0babe0 url("../../assets/img/icon_more.png") 96% 85% no-repeat;
}
.btn-01 a, .btn-02 a, .btn-03 a, .btn-04 a, .btn-05 a {
  color: #FFF;
  padding: 30px 45px;
  text-decoration: none;
  border-radius: 10px;
  display: block;
}
.btn-01 a:hover, .btn-02 a:hover, .btn-03 a:hover, .btn-04 a:hover, .btn-05 a:hover {
  background-size: 30px auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#link_01, #link_02, #link_03, #link_04, #link_05, #link_06, #link_07, #link_08, #link_09, #link_10 {
  padding-top: 130px;
  margin-top: -130px;
}
.btn {
  white-space: normal;
}
#target-01, #target-02, #target-03, #target-04, #target-05, #target-06 {
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) {
  .page-main {
    margin-bottom: 90px;
    margin-top: 72px;
    display: flex;
    flex-flow: column;
    position: relative;
  }
  .page-main .main-title {
    padding: 20px 45px 20px 0;
    width: 100%;
    position: static;
    transform: none !important;
    order: 2;
  }
  h2 {
    line-height: 1.6;
    font-size: 22px;
    font-weight: 700;
    border-left: none;
    padding: 0 0 0 20px;
  }
  .page-main .main-img {
    position: static;
    width: 100%;
  }
  .main-img .tagline {
    display: none;
    /*position: absolute;
    right: -5px;
    bottom: auto;
    font-size: 32px;
    top: 0;*/
  }
  .breadcrumb {
    display: block;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #FFF;
    margin: 0 15px;
    position: absolute;
    bottom: -30px;
    z-index: 2;
  }
    .breadcrumb>li+li:before {
    padding: 0 1px;
}
  h3 {
    border-left: 5px solid #404040;
    padding: 0 0 0 15px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  h3 span {
    font-size: 18px;
  }
  h3 span.span-info {
    display: none;
  }
  .contact-box-01 {
    border: 5px solid #078bb6;
    padding: 30px;
    margin: 30px 0;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
  }
  .tel-link {
    font-size: 24px;
  }
  .contact-box-01 svg {
    width: 20px;
    height: 20px;
  }
  .btn-01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-01 a {
    padding: 30px;
  }
  .btn-02 {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .mail-link {
    font-size: 18px;
  }
  .content-flex {
    display: block;
  }
  .content-flex-02 {
    display: block;
  }
  .content-flex-02 .text, .content-flex-02 .img-01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-flex-03 {}
  .content-flex-03 li {
    width: 48%;
    margin-bottom: 15px;
  }
  .content-flex-04 {
    display: block;
  }
  .content-flex-04 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-flex-03 {
    display: block;
  }
  .content-flex-03 li {
    width: 100%;
    margin-bottom: 15px;
  }
  #qa dd, #qa dd.selected {
    margin: 0 !important;
    padding: 0 10px !important;
  }
  .content {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {
    
    .breadcrumb {
    position: absolute;
    bottom: -50px;
  }
}
@media screen and (max-width: 480px) {}