@charset "UTF-8";
/*------------------------------
 footer add contents
------------------------------*/
.ft-con {
  /* set */
  color: #232323;
  font-feature-settings: "palt";
  /* ex */
  /* gallery */
}

.ft-con.contact-bg {
  gap: 30px;
}

@media (min-width: 768px) {
  .ft-con.contact-bg {
    gap: 22px;
    padding: 40px 15px;
  }
}

.ft-con .contact-guide-btn {
  background: #232323;
}

.ft-con .txtBr {
  display: inline-block;
}

.ft-con .note {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .ft-con .note {
    text-align: center;
  }
}

.ft-con .ft-conEx {
  background: #fff;
  padding: 15px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .ft-con .ft-conEx {
    padding: 15px 44px 15px 24px;
  }
}

.ft-con .ft-conEx__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .ft-con .ft-conEx__ttl {
    font-size: 17px;
  }
}

.ft-con .ft-conEx__list {
  font-size: 12px;
  line-height: 1.58;
}

@media (min-width: 768px) {
  .ft-con .ft-conEx__list {
    font-size: 13px;
  }
}

.ft-con .ft-conEx__list li {
  margin-top: 7px;
  text-indent: -4px;
  padding-left: 5px;
}

.ft-con .ft-conEx__list li > span {
  text-indent: 0;
}

.ft-con .ft-conEx__list li:before {
  content: '・';
  display: inline-block;
  clear: both;
  margin-right: 1px;
}

.ft-con .ft-conGry {
  background: rgba(0, 204, 255, 0.1);
  padding: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry {
    padding: 24px 16px 16px;
  }
}

@media (min-width: 768px) {
  .ft-con .ft-conGry > .note {
    margin-top: 16px;
  }
}

.ft-con .ft-conGry__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__ttl {
    font-size: 20px;
  }
}

.ft-con .ft-conGry__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 1%;
  }
}

.ft-con .ft-conGry__list .imgBox {
  position: relative;
}

.ft-con .ft-conGry__list .imgBox__cap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  padding: 4px 4px;
}

.ft-con .ft-conGry__list .imgBox img {
  width: 100%;
}

.ft-con .ft-conGry__list .txtBox__ttl {
  font-size: 15px;
  font-weight: 900;
  color: #0075c1;
  padding-top: 5px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .txtBox__ttl {
    padding-top: 0px;
  }
}

.ft-con .ft-conGry__list .txtBox__txt {
  font-size: 13px;
  margin-top: 4px;
}

.ft-con .ft-conGry__list .boxBg {
  background: #fff;
  padding: 20px 20px 12px 20px;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .boxBg {
    padding: 13px;
  }
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list li:nth-child(odd) {
    width: 37%;
  }
  .ft-con .ft-conGry__list li:nth-child(even) {
    width: 62%;
  }
}

.ft-con .ft-conGry__list .list01 .etcBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft-con .ft-conGry__list .list01 .etcBox .logo {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-right: 6px;
}

.ft-con .ft-conGry__list .list01 .etcBox .note {
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .list02 .boxBg {
    display: flex;
    justify-content: space-between;
  }
  .ft-con .ft-conGry__list .list02 .boxBg .imgBox {
    width: 54.5%;
  }
  .ft-con .ft-conGry__list .list02 .boxBg .txtBox {
    width: 42.5%;
  }
}

.ft-con .ft-conGry__list .list03 .boxBg {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.ft-con .ft-conGry__list .list03 .boxBg .imgBox {
  width: 48.5%;
}

.ft-con .ft-conGry__list .list03 .boxBg .txtBox {
  width: 48.5%;
}

.ft-con .ft-conGry__list .list04 .imgBoxWrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.ft-con .ft-conGry__list .list04 .imgBoxWrap .imgBox {
  width: 48.5%;
}

.ft-con .ft-conGry__list .list04 .imgBoxWrap .imgBox__cap {
  background: #231815;
  text-align: center;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .list04 .boxBg {
    display: flex;
    justify-content: space-between;
  }
  .ft-con .ft-conGry__list .list04 .boxBg .imgBoxWrap {
    width: 54.5%;
  }
  .ft-con .ft-conGry__list .list04 .boxBg .txtBox {
    width: 42.5%;
  }
}

.ft-con .ft-conGry__list .list03 .boxBg,
.ft-con .ft-conGry__list .list04 .boxBg {
  position: relative;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .list03 .boxBg,
  .ft-con .ft-conGry__list .list04 .boxBg {
    padding-top: 13px;
  }
}

.ft-con .ft-conGry__list .list03 .txtBox__ttl,
.ft-con .ft-conGry__list .list04 .txtBox__ttl {
  position: absolute;
  top: 8px;
  left: 20px;
}

@media (min-width: 768px) {
  .ft-con .ft-conGry__list .list03 .txtBox__ttl,
  .ft-con .ft-conGry__list .list04 .txtBox__ttl {
    position: static;
  }
}

/*# sourceMappingURL=ft_con.css.map */