footer {
  background: none;
}

.btn {
  text-align: center;
}
.btn a {
  display: block;
  background: #f3a515;
  font-size: 1.125em;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

.visual {
  position: relative;
  text-align: center;
}
.visual:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: url(../img/common/bg.gif) repeat;
  width: 100%;
  height: 250px;
  margin-top: -125px;
}
@media screen and (max-width: 600px) {
  .visual:before {
    background: none;
  }
}
@media screen and (max-width: 900px) {
  .visual img {
    width: 100%;
  }
}

.swiper-container {
  width: 1280px;
  height: 500px;
  padding: 0 40px;
}
@media screen and (max-width: 1250px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }
}

.swiper-slide {
  width: 1200px;
  height: 500px;
}
@media screen and (max-width: 1250px) {
  .swiper-slide {
    height: auto;
  }
}

.swiper-button-prev {
  background: url(../img/top/slider_prev.png) 0 0 no-repeat;
  left: 0;
  width: 20px;
  height: 40px;
  z-index: 999;
}

.swiper-button-next {
  background: url(../img/top/slider_next.png) 0 0 no-repeat;
  right: 0;
  z-index: 999;
  width: 20px;
  height: 40px;
}

.center {
  text-align: center;
}

.idea {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .idea {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 80px;
    overflow: hidden;
  }
}
.idea-ttl {
  font-size: 26px;
  padding: 60px 0;
}
.idea-ttl span {
  position: relative;
}
.idea-ttl span:before, .idea-ttl span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  top: 50%;
}
.idea-ttl span:before {
  left: -40px;
}
.idea-ttl span:after {
  right: -40px;
}
@media screen and (max-width: 600px) {
  .idea-ttl {
    padding: 4rem 0 2.5rem;
  }
}
.idea-catch {
  position: relative;
  width: 90%;
  margin: 0 auto 60px;
}
.idea-catch:before, .idea-catch:after {
  position: absolute;
  content: "";
  top: -85px;
  width: 189px;
  height: 199px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .idea-catch:before, .idea-catch:after {
    opacity: 0.3;
  }
}
.idea-catch:before {
  left: 72px;
  background: url(../img/top/deco_left.png);
}
@media screen and (max-width: 600px) {
  .idea-catch:before {
    left: -40px;
  }
}
.idea-catch:after {
  right: 72px;
  background: url(../img/top/deco_right.png);
}
@media screen and (max-width: 600px) {
  .idea-catch:after {
    right: -40px;
  }
}
.idea-txt {
  line-height: 2.5;
}
@media screen and (max-width: 600px) {
  .idea-txt {
    line-height: 2.2;
  }
}

.program {
  background-image: url(../img/top/program_bg.jpg);
  background-size: cover;
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 600px) {
  .program {
    padding: 40px 0 50px 0;
  }
}
.program-ttl {
  text-align: center;
  margin-bottom: 45px;
}
.program-ttl span {
  display: inline-block;
  border-bottom: 4px solid #f3a515;
  padding-bottom: 20px;
}
.program-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .program-wrap {
    display: block;
  }
}
.program-p0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30.6%;
  background: #fff;
  margin-right: 4%;
}
.program-p0:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .program-p0 {
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.program-p0 h4 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 65px 0 30px;
}
@media screen and (max-width: 600px) {
  .program-p0 h4 {
    padding: 4rem 0 2rem;
  }
}
@media screen and (max-width: 400px) {
  .program-p0 h4 {
    padding: 3rem 0 1.5rem;
  }
}
.program-p0 p {
  padding: 0 40px 30px;
}
@media screen and (max-width: 600px) {
  .program-p0 p {
    padding: 0 5rem 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  .program-p0 p {
    height: 135px;
    overflow: hidden;
    margin-bottom: 1rem;
  }
}
.program .detail_btn {
  text-align: center;
  margin-top: auto;
}
.program .detail_btn a {
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 17px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .program .detail_btn a {
    padding: 7px 50px;
  }
}
.program .detail_btn a:hover {
  opacity: 0.7;
}
.program .p01 {
  border: 4px solid #f6c923;
}
@media screen and (max-width: 600px) {
  .program .p01 {
    margin-bottom: 3rem;
  }
}
.program .p01 .detail_btn a {
  background: #f6c923;
}
.program .p02 {
  border: 4px solid #f3a515;
}
.program .p02 .detail_btn a {
  background: #f3a515;
}
.program .pc_hidden {
  display: none;
}
@media screen and (max-width: 600px) {
  .program .pc_hidden {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .program .sp_hidden {
    display: none;
  }
}

.flow {
  background: #f3a515;
}
.flow-link {
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 400px) {
  .flow-link {
    padding: 2.5rem 2rem;
  }
}
.flow-link a {
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 40px;
  padding: 25px 100px 25px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flow-link a:after {
  position: absolute;
  content: url(../img/top/arrow.png);
  top: 50%;
  right: 50px;
  margin-top: -13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flow-link a:hover:after {
  right: 40px;
}

.infomation {
  padding: 48px 0;
}
@media screen and (max-width: 900px) {
  .infomation {
    background-size: 64px 64px;
    padding: 9.4% 0;
  }
}
.infomation__ttl {
  font-weight: normal;
  font-size: 24px;
}
.infomation .btn {
  width: 200px;
  margin: 0 auto 48px auto;
}
@media screen and (max-width: 600px) {
  .infomation .btn {
    width: 90%;
  }
}

.post {
  margin: 40px 0 48px 0;
}
@media screen and (max-width: 900px) {
  .post {
    margin: 0 3% 3% 3%;
  }
}
.post li {
  display: table;
  float: left;
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .post li {
    width: 29%;
  }
}
@media screen and (max-width: 900px) {
  .post li {
    width: 100%;
    padding: 10px;
  }
}
.post li + li {
  margin: 0 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .post li + li {
    margin: 0 0 0 6%;
  }
}
@media screen and (max-width: 900px) {
  .post li + li {
    border-top: 1px solid #e0e0e0;
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .post .img-box {
    width: 80px;
    height: 80px;
    margin-right: 25px;
  }
}
.post img {
  display: table-cell;
  width: 100px;
}
.post div {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  padding: 0 15px 0 10px;
}
@media screen and (max-width: 1200px) {
  .post div {
    width: 54%;
  }
}
@media screen and (max-width: 900px) {
  .post div {
    width: 100%;
    padding: 0;
  }
}

.date {
  font-size: 0.75em;
  color: #f3a515;
}

.text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 5px 0 0 0;
}
.text a {
  text-decoration: underline;
  color: #000;
}
.text a:hover {
  text-decoration: none;
}

.scroll {
  display: block;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 900px) {
  .scroll {
    display: none;
  }
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 199px;
  margin-right: 20px;
}
.simply-scroll-list li img {
  display: block;
}

.contact_area {
  padding: 40px;
  border: 6px solid #000;
  -o-border-image: url(../img/common/contact_bg.jpg) 24 24 round;
     border-image: url(../img/common/contact_bg.jpg) 24 24 round;
  margin-bottom: 50px;
}
.contact_area .fax_sp {
  display: none;
  text-align: center;
  padding: 0 4rem;
}
.contact_area .fax_sp img {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .contact_area {
    border: none;
    padding: 0;
  }
  .contact_area .fax_pc {
    display: none;
  }
  .contact_area .fax_sp {
    display: block;
  }
  .contact_area img {
    width: 100%;
  }
}
.contact_area .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .contact_area .contact {
    background: url(../img/top/bg.gif) repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem;
  }
}
.contact_area .btn a {
  font-size: 0;
  text-shadow: initial;
  padding: 15px 20px;
}
@media screen and (max-width: 900px) {
  .contact_area .btn a {
    padding: 0;
  }
}
.contact_area p {
  margin: 0 20px;
}
@media screen and (max-width: 900px) {
  .contact_area p {
    margin: 0;
    width: 100%;
  }
}

#map {
  float: left;
  width: 50%;
  height: 460px;
}
@media screen and (max-width: 900px) {
  #map {
    float: none;
    width: 100%;
    height: 320px;
  }
}

.access .contain {
  float: right;
  width: 50%;
  height: 460px;
  background: #fbfbfb;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 900px) {
  .access .contain {
    float: none;
    width: auto;
    height: auto;
    background-size: 64px 64px;
    padding: 34.4% 0 0 0;
  }
}
.access .title {
  text-align: left;
  font-weight: normal;
  border-left: 6px solid #f3a515;
  font-size: 1.25em;
  padding: 10px 0 10px 20px;
  margin: 0 0 34px 60px;
}
@media screen and (max-width: 1100px) {
  .access .title {
    border-left: 3px solid #f3a515;
    font-size: 1.8rem;
    line-height: 1;
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin: 0 0 4% 6.25%;
  }
}
.access dl {
  margin: 0 20px 0 60px;
}
@media screen and (max-width: 1100px) {
  .access dl {
    margin: 0 6.25%;
  }
}
.access dt {
  clear: left;
  float: left;
  width: 98px;
  font-size: 0.938em;
  color: #f3a515;
}
@media screen and (max-width: 1100px) {
  .access dt {
    clear: inherit;
    float: none;
    width: auto;
    font-size: 1.6rem;
  }
}
.access dd {
  font-size: 0.875em;
  padding: 2px 0 32px 98px;
}
@media screen and (max-width: 1100px) {
  .access dd {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .access dd {
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 1% 0 4% 0;
  }
  .access dd span {
    display: block;
    font-weight: bold;
  }
}

@media screen and (max-width: 900px) {
  .btn a {
    font-size: 1.8rem;
    padding: 6.7% 0;
  }
  .swiper-container {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .swiper-slide {
    width: 100%;
    height: auto;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}