@charset "utf-8";
/* リセット */
body {
  overflow-x: hidden;
  background-color: #fff;
}
ul {
  margin-bottom: 0;
  padding: 0;
  -webkit-padding-start: 0;
  list-style: none;
}
a.btn:hover, a.btn:active, a.btn:focus, button.btn:hover, button.btn:active, button.btn:focus, input.btn:hover, input.btn:active, input.btn:focus {
  opacity: 0.8;
  color: #fff;
}
.on-event:hover, .on-event:active, .on-event:focus {
  opacity: 0.8;
  color: #333;
}
.breadcrumb-wrap {
  margin-bottom: 0;
}
.kyokai {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.kyokai a:hover, .kyokai a:focus {
  text-decoration: none;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.section-wrap {
  padding: 3em 1em;
}
.max-w {
  max-width: 960px;
  margin: 0 auto;
}
.color-w {
  color: #fff;
}
.color01 {
  color: #218c58;
}
.color02 {
  color: #895fbd;
}
.sub-bg-color {
  background-color: #fffac1;
}
.sub-bg-color02 {
  background-color: #fcf8f0;
}
.fs-big {
  font-size: 120%;
}
.fs-bigger {
  font-size: 160%;
}
.fs-title {
  font-size: 180%;
}
.btn-cam {
  position: relative;
  width: 85vw;
  max-width: 550px;
  margin: 0.6em 0.4em;
  padding: 1.2em 24px 1.2em 0;
  border: none;
  border-bottom: .2rem solid #155b38;
  background-color: #218c58;
  color: #fff;
  font-size: 120%;
  white-space: inherit;
}
.btn-cam::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 10px;
  height: 32px;
  margin: auto;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f0da";
}
.btn-sub {
  border: 1px solid #218c58;
  border-bottom: 0.2rem solid #218c58;
  background-color: #fff;
  color: #218c58;
}
.btn-sub:hover, .btn-sub:active, .btn-sub:focus {
  border: 1px solid #218c58;
  border-bottom: 0.2rem solid #218c58;
  color: #218c58 !important;
}
.main-img {
  border: 1px solid #ddd;
  background-color: #fff;
}
.contest-nav-wrap {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.contest-nav {
  width: 200px;
  text-align: center;
}
.contest-nav.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.contest-nav-btn, .contest-nav-btn:not(.active)::after {
  -webkit-transition: 0.5s ease 0s;
  -moz-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}
.contest-nav-btn {
  display: block;
  position: relative;
  padding: 1.2em 0;
  color: #333;
  font-size: 90%;
}
.contest-nav-btn:hover, .contest-nav-btn:active, .contest-nav-btn:focus {
  color: #333;
}
.contest-nav-btn::after {
  display: block;
  position: absolute;
  bottom: 0.8em;
  right: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #555;
  content: "";
}
.contest-nav-btn:not(.active):hover::after, .contest-nav-btn.active::after {
  width: 40%;
}
.slide-wrap {
  position: relative;
  background-color: #fff8ab;
}
.slide-title > img {
  max-width: 200px;
}
.slide-img .slick-slide > div {
  font-size: 0;
}
.slide-img .slick-prev, .slide-img .slick-next {
  top: 30px;
  z-index: 2;
}
.slide-img .slick-prev {
  left: 910px;
}
.slide-img .slick-next {
  right: 0;
}
.slide-img .slick-prev::before, .slide-img .slick-next::before {
  opacity: 0.4;
  color: #333;
}
.slide-img .slick-prev::before {
  content: "<";
}
.slide-img .slick-next::before {
  content: ">";
}
.slide-img-detail {
  max-width: 600px;
  margin-right: auto;
}
.slide-img-detail > img {
  border-radius: 15px;
}
.slide-img-contents {
  position: relative;
}
.slide-img-contents, .slide-img-contents:hover, .slide-img-contents:active, .slide-img-contents:focus {
  color: #333;
}
.slide-text {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 330px;
  font-size: 1.3rem;
  text-align: left;
}
.introduction-group {
  margin-right: -1em;
  margin-left: -1em;
}
.introduction-contents {
  flex: 1 0;
  padding: 1.5em 1em .5em;
}
.introduction-contents .small {
  font-size: 90%;
}
.interview-title {
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.8em 1.8em;
  background-image: url("/images/kyokai/relaxationcontest/interview_title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 180%;
  letter-spacing: 2px;
}
.interview-title > img {
  max-width: 170px;
}
.interview-title-pr {
  background-image: url("/images/kyokai/relaxationcontest/report_title.png");
}
.tag-article {
  padding: 0.3em 0.6em;
  border-radius: 5px;
  font-size: 75%;
  line-height: 1;
}
.tag-interview {
  background-color: #c2e6d2;
}
.tag-repo {
  background-color: #d3c8e2;
}
.interview-list {
  border-radius: 15px;
  background-color: #fff;
}
.interview-list-contents {
  position: relative;
  padding: 1.5em 2em 1.5em 1.5em;
  color: #333;
}
.interview-list-contents + .interview-list-contents {
  border-top: 1px dotted #ddd;
}
.interview-list-img {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
.interview-list-img > img {
  border-radius: 10px;
}
.interview-list-text {
  margin-left: 1em;
}
.interview-list-info {
  justify-content: space-between;
}
.interview-list-date {
  font-size: 90%;
}
.interview-list-date .tag-article {
  margin-right: 0.4em;
}
.interview-list-name {
  margin-bottom: 0.5em;
}
.interview-list-name > span {
  padding-bottom: 0.1em;
  border-bottom: 2px solid #9cd5b6;
  font-size: 140%;
}
.interview-list-text .under_link {
  color: #888;
}
.interview-list-arrow, .report-list-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  transform: rotate(45deg);
  width: 1.2em;
  height: 1.2em;
  margin: auto 0 auto auto;
  border: 2px solid;
  border-color: #218c58 #218c58 transparent transparent;
}
.report-list-arrow {
  border-color: #895fbd #895fbd transparent transparent;
}
.report-list-lead {
  font-size: 90%;
}
.shop-data {
  position: relative;
  padding: 2em;
  border: dashed medium #218c58;
  border-radius: 15px;
  color: #333;
}
.shop-data-img {
  position: relative;
  max-width: 240px;
}
.shop-data-img > img {
  border-radius: 10px;
}
.shop-data-icon {
  position: absolute;
  top: -35px;
  left: 42px;
  z-index: 1;
  width: 220px;
}
.banner-list {
  padding-top: 2em;
}
.banner-list > a {
  display: inline-block;
}
.banner-list img {
  width: 100%;
}
/*終了文言*/
.text-info {
  color: #d43633;
  font-size: 120%;
}
/*コンテストの概要*/
.info-wrap {
  position: relative;
  padding-top: 6em;
}
.info-wrap::after {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 0;
  max-width: 960px;
  height: 0;
  margin: auto;
  border-top: 4.5em solid #fff;
  border-right: 50vw solid rgba(0, 0, 0, 0);
  border-left: 50vw solid rgba(0, 0, 0, 0);
  content: "";
}
.info-ttl-emp {
  position: relative;
  padding: 0 2em;
  letter-spacing: 2px;
}
.info-ttl-emp::before, .info-ttl-emp::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 2px;
  opacity: 0.8;
  content: "";
}
.info-ttl-emp::before {
  left: 0;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  background-color: #218c58;
}
.info-ttl-emp::after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #218c58;
}
.info-title {
  font-size: 220%;
  letter-spacing: 1px;
}
.info-title-img {
  max-width: 200px;
  margin: 0.3em auto 0;
}
.info-list-title {
  margin: 1.8em auto 0.5em;
  padding: 0.4em 1.5em;
  border: 1px dotted;
  background: #fff;
  line-height: 1;
  letter-spacing: 3px;
}

/* max-width:1023px
__________________________________________*/
@media (max-width: 1023px) {
  .slide-wrap {
    padding-top: 2em;
  }
  .slide-img {
    padding: 2em 1em 1.5em;
  }
  .slide-img.slick {
    padding-bottom: 45px;
  }
  .slick-slider {
    max-width: 600px;
  }
  .slide-img-detail {
    margin-left: auto;
  }
  .slide-img .slick-prev, .slide-img .slick-next {
    top: auto;
    bottom: 5px;
  }
  .slide-img .slick-prev {
    left: 10px;
  }
  .slide-img .slick-next {
    right: 10px;
  }
  .slide-text {
    position: relative;
    max-width: 600px;
    padding: 1em 0 0;
  }
}

/* max-width: 767px
__________________________________________*/
@media (max-width: 767px) {
  .kyokai {
    font-size: 14px;
  }
  .contest-nav-btn {
    font-size: 1.1rem;
  }
  .introduction-group {
    flex-direction: column;
  }
  .interview-list-contents {
    padding: 1em 2em 1em 1em;
  }
  .interview-list-text {
    margin-left: 0;
    padding: 0 0.5em;
    font-size: 90%;
  }
  .report-list .interview-list-text {
    padding: 0;
  }
  .report-list {
    flex-direction: column;
    padding: 1em;
  }
  .report-list .interview-list-img {
    max-width: 100%;
    padding-bottom: 1em;
  }
  .report-list-arrow {
    display: none;
  }
  .shop-data {
    flex-direction: column;
    align-items: center;
    padding: 2em 1em 1em;
  }
  .shop-data-img {
    margin-bottom: 0.5em;
  }
  .shop-data-icon {
    top: -5vw;
    right: 0;
    left: 0;
    width: 31vw;
    min-width: 135px;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-list {
    padding-right: 1em;
    padding-left: 1em;
  }
  .banner-list > a:first-of-type {
    margin-bottom: 1em;
  }
}

/* max-width: 480px
__________________________________________*/
@media (max-width: 480px) {
  .btn-cam {
    padding-left: 0.3em;
    font-size: 14px;
  }
  .btn-sub {
    font-size: 3.8vw;
  }
  .info-wrap {
    padding-top: 4.5em;
  }
  .info-wrap::after {
    border-top: 3.5em solid #fff;
  }
  .info-ttl-emp {
    font-size: 1.3rem;
  }
  .info-title {
    font-size: 6.7vw;
    line-height: 1.6;
  }
  .info-title-img {
    max-width: 150px;
  }
  .info-list-text .small {
    font-size: 1.3rem;
  }
  .interview-title > img {
    max-width: 130px;
  }
  .interview-list-arrow {
    width: 1em;
    height: 1em;
  }
}
@media (min-width: 768px) {
  .introduction-group .introduction-contents:last-of-type {
    border-left: 2px dotted #73c699;
  }
  .banner-list {
    display: -webkit-flex;
    display: flex;
  }
  .shop-data-img {
    margin-right: 1em;
  }
  .banner-list > a:first-of-type {
    margin-right: 0.5em;
  }
  .banner-list > a:last-of-type {
    margin-left: 0.5em;
  }
}

@media (min-width: 1024px) {
  .slide-title {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .slide-title > img {
    position: absolute;
    top: 40px;
    right: 65px;
  }
  .slide-img {
    padding: 25px 0;
  }
  .slide-text {
    top: 150px;
  }
}
