@charset "UTF-8";
#support h2, #about .heading h2, #news h2 {
  padding-top: 70px;
  background: url(../images/title-icon.png) no-repeat center top;
  color: #3f3f3f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

#support h2 small, #about .heading h2 small, #news h2 small {
  display: block;
  margin-bottom: 20px;
  color: #80cce3;
  font-size: 11px;
}

@media (max-width: 767px) {
  #support h2, #about .heading h2, #news h2 {
    font-size: 24px;
  }
}

#support .btn a, #recruit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 51px;
  border: 1px solid #ed858c;
  border-radius: 26px;
  color: #ed858c;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.5s ease-out;
}

#support .btn a:hover, #recruit .btn a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  margin-bottom: 72px;
}

#mainvisual .inner {
  position: relative;
}

#mainvisual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#mainvisual .pickup {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

#mainvisual .pickup .inner {
  width: 100%;
  max-width: 414px;
  margin: 0 0 0 auto;
  padding: 18px 17px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

#mainvisual .pickup .title {
  margin-bottom: 15px;
}

#mainvisual .pickup .title span {
  display: block;
  padding: 6px;
  border-radius: 22px;
  background: #56c1e1;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

#mainvisual .pickup .title a {
  text-decoration: none;
}

#mainvisual .pickup .title a span {
  transition: all 0.5s ease-out;
  padding: 6px 40px;
  background: url(../images/arrow-wh.png) no-repeat right 13px center, #56c1e1;
}

#mainvisual .pickup .title a span:hover {
  opacity: 0.6;
}

#mainvisual .pickup .text {
  line-height: 1.6;
}

@media (max-width: 999px) {
  #mainvisual .catch {
    left: 10px;
    right: auto;
    width: calc(100% - 434px);
  }
  #mainvisual .pickup {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  #mainvisual .catch {
    width: calc(100% - 20px);
  }
  #mainvisual .pickup {
    position: relative;
    top: 0;
    bottom: auto;
  }
  #mainvisual .pickup .title span {
    font-size: 18px;
  }
}

#mainslider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #mainslider img {
    height: auto;
  }
}

/* ----------------------------------------------
support
------------------------------------------------- */
#support {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 68px;
}

#support h2 {
  margin-bottom: 60px;
}

#support .images {
  display: flex;
  margin-bottom: 40px;
}

#support .images .image {
  position: relative;
  width: 32.15686%;
  padding-top: 19.11765%;
  border-radius: 10px;
  overflow: hidden;
}

#support .images .image:not(:first-child) {
  margin-left: 1.76471%;
}

#support .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#support .text {
  margin-bottom: 30px;
  color: #353535;
  line-height: 2;
}

#support .btn {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  margin-bottom: 78px;
}

#about .heading {
  height: 422px;
  padding: 65px 0 0;
  background: url(../images/about-bg.jpg) no-repeat right 40% center/cover;
}

#about .contents {
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -145px;
}

#about .contents .block {
  width: 32.2549%;
  background: #fff;
  border-radius: 10px;
}

#about .contents .block:not(:first-child) {
  margin-left: 1.61765%;
}

#about .contents .block a {
  display: block;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#about .contents .block a:hover {
  opacity: 0.6;
}

#about .contents .image {
  position: relative;
  width: 100%;
  padding-top: 59.27052%;
  border-radius: 10px;
  overflow: hidden;
}

#about .contents .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#about .contents .title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 250px;
  height: 51px;
  margin: -25px auto 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 26px;
  background: #fff;
  font-weight: 700;
}

#about .contents .block:first-child .title {
  border-color: #ed858c;
  color: #ed858c;
}

#about .contents .block:nth-child(2) .title {
  border-color: #80cce3;
  color: #80cce3;
}

#about .contents .block:nth-child(3) .title {
  border-color: #977246;
  color: #9b794f;
}

@media (max-width: 1300px) {
  #about .contents {
    margin-top: -14.21569%;
  }
}

@media (max-width: 767px) {
  #about .heading {
    height: 256px;
    padding-top: 20px;
    background-position: right 20% top;
  }
  #about .contents {
    flex-direction: column;
    max-width: 329px;
    margin: -80px auto 0;
  }
  #about .contents .block {
    width: 100%;
  }
  #about .contents .block:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  width: 100%;
  max-width: 868px;
  margin: 0 auto 80px;
}

#recruit .heading {
  position: relative;
}

#recruit .heading .top {
  position: absolute;
  top: 4.49309%;
  left: 4.49309%;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
}

#recruit .heading .image {
  border-radius: 10px;
  overflow: hidden;
}

#recruit .heading h2 {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  margin-bottom: 40px;
  text-align: center;
}

#recruit .heading h2 svg {
  overflow: visible;
}

#recruit .heading h2 svg use:nth-of-type(1) {
  stroke-width: 4px;
  paint-order: stroke;
  stroke-linejoin: round;
}

#recruit .heading h2 svg use:nth-of-type(2) {
  stroke-width: 0;
}

#recruit .heading h2 text {
  fill: #3f3f3f;
  stroke: #fff;
  font-size: 36px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: central;
}

#recruit .text {
  max-width: 720px;
  margin: 0 auto 30px;
  padding: 0 10px;
  color: #353535;
  line-height: 2;
}

#recruit .btn {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #recruit .heading .top {
    font-size: 20px;
  }
  #recruit .heading .image img {
    min-height: 164px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #recruit .heading h2 {
    margin-bottom: 0;
  }
  #recruit .heading h2 svg use:nth-of-type(1) {
    stroke-width: 2px;
  }
  #recruit .heading h2 text {
    font-size: 20px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

#news h2 {
  margin-bottom: 60px;
}

#news article {
  display: flex;
  padding: 26px 0;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  line-height: 1.625;
}

#news .date {
  width: 165px;
  padding-left: 25px;
  color: #80cce3;
  font-weight: 700;
}

#news .text {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media (max-width: 767px) {
  #news h2 {
    margin-bottom: 20px;
  }
  #news article {
    flex-direction: column;
    font-size: 15px;
  }
  #news .date {
    padding-left: 0;
  }
}
/*# sourceMappingURL=index.css.map */