img {
  vertical-align: baseline;
}

/*------------------------------
    COMMON
--------------------------------*/
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 50px;
  }
}
.container.container__s {
  max-width: 800px;
}

.visible-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .visible-pc {
    display: block;
  }
}

.visible-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .visible-sp {
    display: none;
  }
}

.page-title-wrap {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .page-title-wrap {
    margin-bottom: 50px;
  }
}
.page-title-wrap .title {
  font-size: 20px;
  font-weight: 600;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .page-title-wrap .title {
    font-size: 28px;
  }
}
.page-title-wrap .dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #e45a24;
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  .row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .row .col-2 {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (min-width: 769px) {
  .row .col-3 {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .row > * {
    margin-top: 20px;
  }
}

.section {
  padding: 2em 0;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 3em 0;
  }
}
.section figure {
  text-align: center;
}

.section-title, .section-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #e45a24;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .section-title, .section-sub-title {
    font-size: 28px;
  }
}
.section-title .small, .section-sub-title .small {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .section-title .small, .section-sub-title .small {
    font-size: 16px;
  }
}

.section-sub-title {
  color: #e45a24;
  border-bottom: 1px solid #e45a24;
  margin-bottom: 1em;
}

.lead-large-text {
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .lead-large-text br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lead-large-text {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .lead-large-text {
    font-size: 26px;
    margin-bottom: 1.5em;
  }
}

.point-title {
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (min-width: 769px) {
  .point-title {
    font-size: 1.2em;
  }
}

.footer-btn {
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .footer-btn {
    margin-top: 3em;
  }
}
.footer-btn a {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  background: #99BCCE;
  color: #fff;
  padding: 1em 5px;
  border-radius: 50px;
  text-align: center;
  max-width: 90%;
}
@media screen and (min-width: 769px) {
  .footer-btn a {
    font-size: 20px;
    max-width: 670px;
  }
}
.footer-btn a:hover {
  background: #77a5bd;
}

.main-visual {
  text-align: center;
}
.main-visual img {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

/*------------------------------
    FC LIST
--------------------------------*/
.hfc-list .ttl {
  border-bottom: 1px solid #e45a24;
  font-size: 2rem;
  padding: 0.5em;
  margin-top: 1em;
  color: #e45a24;
}
.hfc-list dt, .hfc-list dd {
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .hfc-list dt {
    width: 30%;
    float: left;
  }
}
.hfc-list dd {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .hfc-list dd {
    left: 30%;
  }
}
.hfc-list dd ul {
  list-style: none;
}
.hfc-list dd ul li {
  display: inline-block;
}
.hfc-list dd ul li:not(:last-child) {
  margin-right: 1em;
}

/*------------------------------
    FC
--------------------------------*/
.main-visual__fc {
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section__fc_bg {
  background: #f5f5f5;
}

.hfc-lead {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .hfc-lead {
    margin-bottom: 3em;
  }
}
.hfc-lead .col-3 {
  font-size: 16px;
  font-weight: 600;
  background: #e45a24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .hfc-lead .col-3 {
    font-size: 22px;
  }
}

.hfc-point .hfc-point-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4em;
}
.hfc-point .hfc-point-list li {
  text-align: center;
  background-color: #555;
  color: #fff;
  width: calc(50% - 10px);
  border-radius: 50px;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .hfc-point .hfc-point-list li {
    width: calc(25% - 20px);
    font-size: 26px;
  }
}
.hfc-point .main-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 600;
  color: #e45a24;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .hfc-point .main-ttl {
    font-size: 28px;
  }
}

.hfc-item .main-ttl {
  text-align: center;
  font-size: 18px;
  color: #e45a24;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .hfc-item .main-ttl {
    font-size: 28px;
  }
}
.hfc-item .ttl {
  font-weight: 600;
  font-size: 16px;
  margin: 0.5em 0;
}
@media screen and (min-width: 769px) {
  .hfc-item .ttl {
    font-size: 18px;
  }
}