@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* index CONFIG
******************************************************************************************** */
.slider {
  max-width: 1100px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .slider {
    width: 100%;
  }
}

.pickup__in, .faq__in, .concept__in, .topics__in {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 640px) {
  .pickup__in, .faq__in, .concept__in, .topics__in {
    width: 100%;
  }
}
.pickup__ttl, .faq__ttl, .concept__ttl, .topics__ttl {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
}
.pickup__ttl span, .faq__ttl span, .concept__ttl span, .topics__ttl span {
  position: relative;
}
.pickup__ttl span::before, .faq__ttl span::before, .concept__ttl span::before, .topics__ttl span::before {
  content: "";
  display: block;
  position: absolute;
  top: -30%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  border-top: 4px solid #f08200;
}
.pickup__double {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.pickup__facebook {
  width: 48%;
}
.pickup__facebook iframe {
  width: 100%;
}
.pickup__bnr {
  width: 48%;
}
.pickup__bnr div {
  margin-bottom: 20px;
}

.topics__list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  min-width: 650px;
}
.topics__list li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.topics__date {
  margin-right: 20px;
}
.topics__btn {
  text-align: center;
  margin-top: 30px;
}
.topics__btn a {
  color: #f08200;
  background: #fff;
  border: 4px solid #f08200;
  display: inline-block;
  padding: 5px 40px;
  text-shadow: none;
  position: relative;
}
.topics__btn a i {
  margin-right: 1em;
}
.topics__btn a a {
  color: #f08200;
  display: block;
  font-weight: bold;
}
.topics__btn a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  background: #f08200;
  color: #fff;
}
.topics__btn a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.topics__btn a:hover a {
  color: #fff;
  text-decoration: none;
}
.topics__btn a--arrow {
  padding: 3px 20px 3px 40px;
}
.topics__btn a--arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
}

.concept__double {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.concept__img {
  width: 40%;
}
.concept__txt {
  width: 57%;
}
.concept__txt p {
  margin-top: 0;
}
.concept__btn {
  text-align: center;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.concept__btn a {
  color: #f08200;
  background: #fff;
  border: 4px solid #f08200;
  display: inline-block;
  padding: 5px 40px;
  text-shadow: none;
  position: relative;
  width: 48%;
  padding: 5px 25px;
}
.concept__btn a i {
  margin-right: 1em;
}
.concept__btn a a {
  color: #f08200;
  display: block;
  font-weight: bold;
}
.concept__btn a:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  background: #f08200;
  color: #fff;
}
.concept__btn a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.concept__btn a:hover a {
  color: #fff;
  text-decoration: none;
}
.concept__btn a--arrow {
  padding: 3px 20px 3px 40px;
}
.concept__btn a--arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
}

.faq__set {
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq__set:last-child {
  border: 0;
}
.faq__set dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.faq__set dt i {
  font-size: 28px;
  font-size: 1.75rem;
  color: #f08200;
  margin-right: 10px;
}/*# sourceMappingURL=index.css.map */