@charset "UTF-8";
/* ------------------------------------------------------------
    mainvisual
------------------------------------------------------------ */
.mainvisual {
  max-width: 2000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*height: calc(100vh - 105px);*/
}

.mainvisual__copy {
  width: 15%;
  max-width: 150px;
  background: url(/img/mainvisual_sidetxt@2x.png) no-repeat center bottom 18px/23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .mainvisual__copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual__copy {
    display: none;
  }
}

.mainvisual__copy p {
  color: #be6a54;
  margin: 40px auto auto;
  letter-spacing: .3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mainvisual__copy__number {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.mainvisual__slide {
  width: calc(100% - 150px);
}

@media screen and (max-width: 1024px) {
  .mainvisual__slide {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual__slide {
    width: 100%;
  }
}

.mainvisual__slide img {
  width: 100%;
}

.mainvisual__slide__slick {
  width: 100%;
}

.mainvisual__slide__slick .slick-dots li {
  margin: 0;
}

.mainvisual__slide__slick .slick-dots li button {
  color: #fff;
}

.mainvisual__slide__slick .slick-dots li.slick-active button:before {
  color: #b65435;
  opacity: 1;
}

.mainvisual__slide__slick .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  font-size: 1.3rem;
}

.mainvisual__slide__slick .slick-dots {
  bottom: 15px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .mainvisual__slide__slick.pc_slide {
    display: none;
  }
}

.mainvisual__slide__slick.sp_slide {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainvisual__slide__slick.sp_slide {
    display: block;
  }
}

.mainvisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
    about
------------------------------------------------------------ */
.about {
  padding: 70px 0;
  background: url(/common/img/pattern_white.gif);
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}

.about__inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__catch {
  color: #5d523f;
  text-align: right;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .about__catch {
    margin-bottom: 30px;
  }
}

.about__catch .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.about__catch .underline::after {
  content: "";
  position: absolute;
  bottom: 7px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background: #ffac93;
}

.about__txt {
  width: 36%;
}

@media screen and (max-width: 1024px) {
  .about__txt {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .about__txt {
    width: 100%;
  }
}

.about__txt p {
  line-height: 2;
}

.about__img {
  width: 57%;
}

@media screen and (max-width: 1024px) {
  .about__img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .about__img {
    margin-top: 40px;
    width: 100%;
  }
}

.about__img img {
  width: 100%;
}

.about__img__name {
  margin-top: 25px;
  text-align: right;
}

.about__img__name img {
  display: inline-block;
  max-width: 180px;
}

.top_notice {
  padding: 40px;
  text-align: center;
  border: 2px solid red;
  width: 80%;
  margin: 0 auto 70px;
  font-size: 1.6rem;
  font-weight: 600;
}

.top_notice p {
  color: red;
}

/* ------------------------------------------------------------
    common
------------------------------------------------------------ */
.section__ttl {
  text-align: center;
  margin-bottom: 50px;
}

.section__ttl img {
  margin: auto;
}

.section__btn {
  width: 90%;
  max-width: 280px;
  margin: 50px auto 0;
}

.section__btn a {
  border-radius: 100px;
  border: solid 1px #fff;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  background: url(/common/img/ico_arrow_white@2x.png) no-repeat right 20px center/5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.section__btn a:hover {
  background: #fff url(/common/img/ico_arrow_red@2x.png) no-repeat right 20px center/5px;
  color: #bf6a54;
}

/* ------------------------------------------------------------
    features
------------------------------------------------------------ */
.features {
  width: 90%;
  max-width: 1000px;
  margin: 70px auto;
}

@media screen and (max-width: 1024px) {
  .features {
    margin: 70px auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .features {
    margin: 70px auto 0;
  }
}

.features .section__ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .features .section__ttl {
    margin-bottom: 60px;
  }
}

.features .section__ttl img {
  max-width: 323px;
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.features__list li {
  width: 31%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features__list li {
    width: 85%;
    margin: 0 auto 80px;
  }
}

.features__list li img {
  width: 100%;
}

.features__list li p {
  margin: 30px auto;
  line-height: 1.8;
  text-align: justify;
}

.features__ttl {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background: #ba7963;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .features__ttl {
    width: 96%;
    font-size: 1.6rem;
  }
}

.features__ttl::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ba7963 transparent transparent transparent;
}

.features__ttl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__ttl.box01 div:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 32px;
  background: url(/common/img/ico_point_01@2x.png) no-repeat center center/contain;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .features__ttl.box01 div:before {
    width: 20px;
    height: 24px;
  }
}

.features__ttl.box02 div:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 32px;
  background: url(/common/img/ico_point_02@2x.png) no-repeat center center/contain;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .features__ttl.box02 div:before {
    width: 20px;
    height: 24px;
  }
}

.features__ttl.box03 div:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 32px;
  background: url(/common/img/ico_point_04@2x.png) no-repeat center center/contain;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .features__ttl.box03 div:before {
    width: 20px;
    height: 24px;
  }
}

.features__btn a {
  border: solid 1px #bf6a54;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #bf6a54;
  text-align: center;
  padding: 15px 0;
  background: url(/common/img/ico_arrow_red@2x.png) no-repeat center right 20px/5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.features__btn a:hover {
  color: #fff;
  border: solid 1px #bf6a54;
  border-radius: 100px;
  background: url(/common/img/ico_arrow_white@2x.png) #bf6a54 no-repeat center right 20px/5px;
}

/* ------------------------------------------------------------
    subject
------------------------------------------------------------ */
.subject {
  padding: 70px 0;
  background: url(/img/subject_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

.subject .section__ttl {
  margin-bottom: 20px;
}

.subject .section__ttl img {
  max-width: 230px;
}

.subject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.subject__box {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
  -webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .subject__box {
    width: 48%;
    margin-top: 15px;
  }
}

.subject__box__hover {
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.subject__box__hover a {
  color: #333;
  text-decoration: none;
}

.subject__box__hover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.subject__name {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .subject__name {
    margin-bottom: 0;
  }
}

.subject__img {
  height: 75px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .subject__img {
    margin-bottom: 5px;
  }
}

.subject__img img {
  margin: auto;
}

.subject__box:nth-child(1) img {
  max-width: 77px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(1) img {
    max-width: 57px;
  }
}

.subject__box:nth-child(2) img {
  max-width: 102px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(2) img {
    max-width: 82px;
  }
}

.subject__box:nth-child(3) img {
  max-width: 52px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(3) img {
    max-width: 38px;
  }
}

.subject__box:nth-child(4) img {
  max-width: 54px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(4) img {
    max-width: 38px;
  }
}

.subject__box:nth-child(5) img {
  max-width: 40px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(5) img {
    max-width: 28px;
  }
}

.subject__box:nth-child(6) img {
  max-width: 51px;
}

@media screen and (max-width: 767px) {
  .subject__box:nth-child(6) img {
    max-width: 32px;
  }
}

.subject__txt__br {
  display: none;
}

@media screen and (max-width: 767px) {
  .subject__txt__br {
    display: inline-block;
  }
}

/* ------------------------------------------------------------
    dentalceck
------------------------------------------------------------ */
.dentalcheck {
  padding: 70px 0;
  background: url(/img/dental_bg.png) no-repeat center/cover;
}

.dentalcheck__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.dentalcheck__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dentalcheck__box__check {
  width: 48%;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .dentalcheck__box__check {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__check {
    padding: 20px;
  }
}

.dentalcheck__box__check__list__ttl {
  display: inline-block;
  font-size: 2.0rem;
  color: #1B715C;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__check__list__ttl {
    font-size: 1.4rem;
  }
}

.dentalcheck__box__check__list__ttl::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #FFD99F;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}

.dentalcheck__box__check__list__area {
  color: #333333;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  vertical-align: -15px;
  margin-right: 20px;
  padding: 0 6px;
  border-right: 1px solid #CDD6DD;
  border-left: 1px solid #CDD6DD;
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__check__list__area {
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

.dentalcheck__box__check li {
  width: 100%;
  margin-bottom: 10px;
}

.dentalcheck__box__check li:hover {
  opacity: .8;
}

.dentalcheck__box__check a {
  background: #E5F0ED;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  background: url(/common/img/ico_vec01.svg) no-repeat center right 19px/5px, #E5F0ED;
  display: block;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__check a {
    padding: 10px;
  }
}

.dentalcheck__box__line {
  width: 48%;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .dentalcheck__box__line {
    width: 100%;
  }
}

.dentalcheck__box__line__fig img {
  border-radius: 20px 20px 0 0;
}

.dentalcheck__box__line__list {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__line__list {
    padding: 20px;
  }
}

.dentalcheck__box__line__list__btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .dentalcheck__box__line__list__btn {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .dentalcheck__box__line__list__btn {
    width: 100%;
  }
}

.dentalcheck__box__line__list__btn:hover {
  opacity: .8;
}

.dentalcheck__box__line__list a {
  background-color: #00B027;
  padding: 26px;
  text-decoration: none;
  border-radius: 10px;
  background: url(/common/img/ico_vec02.svg) no-repeat center right 19px/5px, #00B027;
  color: #fff;
  margin-top: 35px;
  display: block;
}

.dentalcheck__box__line__list :nth-child(1) {
  margin-bottom: 0;
}

.dentalcheck__box__ttl {
  margin-bottom: 20px;
  max-width: 330px;
}

/* ------------------------------------------------------------
    federation
------------------------------------------------------------ */
.federation {
  background: url(/common/img/pattern_white.gif);
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .federation {
    padding: 60px 0;
  }
}

.federation__inner {
  margin: auto;
}

.federation__ttl {
  width: 90%;
  margin: auto;
  font-size: 3rem;
  text-align: center;
  font-style: italic;
  color: #b65435;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .federation__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.federation__ttl__br {
  display: none;
}

@media screen and (max-width: 767px) {
  .federation__ttl__br {
    display: inline-block;
  }
}

.federation__slide {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .federation__slide {
    width: 98%;
    margin: auto;
  }
}

.federation__slide__slick {
  width: 100%;
}

.federation__slide__slick .slick-list {
  margin-right: -15px;
}

.federation__slide__slick li {
  width: 15%;
  margin-right: 15px;
}

.federation__slide__slick img {
  width: 100%;
}

.federation__btn a {
  display: block;
  width: 90%;
  max-width: 530px;
  margin: 0 auto 70px;
  padding: 30px;
  background: #fff url(/common/img/ico_pdf@2x.png) no-repeat right 40px center/40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 600;
  color: #bf6a54;
}

@media screen and (max-width: 767px) {
  .federation__btn a {
    padding: 30px;
    background: #fff url(/common/img/ico_pdf@2x.png) no-repeat right 20px center/38px;
    text-align: left;
  }
}

.federation__btn a img {
  margin: auto;
  max-width: 229px;
}

@media screen and (max-width: 767px) {
  .federation__btn a img {
    width: 80%;
    margin: 0;
  }
}

.federation__btn a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------
    news
------------------------------------------------------------ */
.news {
  padding: 70px 0 100px;
  background: #fff4e5;
}

.news .section__ttl img {
  max-width: 115px;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 60px 0;
  }
}

.news__slide {
  /*width: calc(100% - 35px);*/
}

.news__slide__slick {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .news__slide__slick {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .news__slide__slick {
    width: 70%;
  }
}

.news__slide__slick .slick-list {
  margin-right: -35px;
}

.news__slide .slick-prev, .news__slide .slick-next {
  width: 40px;
  height: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .news__slide .slick-prev, .news__slide .slick-next {
    width: 30px;
    height: 30px;
  }
}

.news__slide .slick-prev:hover, .news__slide .slick-next:hover {
  opacity: .7;
}

.news__slide .slick-prev {
  left: -65px;
}

@media screen and (max-width: 767px) {
  .news__slide .slick-prev {
    left: -45px;
  }
}

.news__slide .slick-next {
  right: -65px;
}

@media screen and (max-width: 767px) {
  .news__slide .slick-next {
    right: -45px;
  }
}

.news__box {
  /*width: 33%;
        max-width: 310px;*/
  margin-bottom: 10px;
  margin-right: 35px;
  padding: 3px;
}

.news__box__inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

.news__box__inner:hover {
  opacity: .8;
}

.news__img {
  height: 205px;
  overflow: hidden;
}

.news__img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.news__info {
  padding: 20px;
}

.news__info__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__date {
  font-size: 1.3rem;
}

.news__category {
  font-size: 1.3rem;
  padding: 3px;
  width: 50%;
  max-width: 97px;
  color: #fff;
  text-align: center;
  margin-left: 15px;
  border-radius: 2px;
}

.news__category.blog {
  background: #fa7c7c;
}

.news__category.notice {
  background: #e59900;
}

.news__ttl {
  margin: 10px 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.news__txt {
  font-size: 1.3rem;
}

.news .section__btn a {
  color: #bf6a54;
  background: url(/common/img/ico_arrow_red@2x.png) no-repeat right 20px center/5px;
  -webkit-transition: .5s;
  transition: .5s;
  border-color: #bf6a54;
}

.news .section__btn a:hover {
  color: #fff;
  background: url(/common/img/ico_arrow_white@2x.png) #bf6a54 no-repeat right 20px center/5px;
}

/* ------------------------------------------------------------
    sns
------------------------------------------------------------ */
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 60px 0 40px;
  }
}

.sns__ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sns__ttl {
    width: 100%;
  }
}

.sns__ttl img {
  width: 100%;
  max-width: 59px;
  padding-bottom: 16px;
  border-bottom: solid 4px #be6a54;
}

@media screen and (max-width: 767px) {
  .sns__ttl img {
    margin: 0 auto 30px;
  }
}

.sns__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 77.4%;
}

@media screen and (max-width: 767px) {
  .sns__bnr {
    width: 100%;
  }
}

.sns__bnr li {
  width: 47.4%;
}

@media screen and (max-width: 767px) {
  .sns__bnr li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sns__bnr a {
  -webkit-transition: .3s;
  transition: .3s;
}

.sns__bnr a:hover {
  opacity: .8;
}

.sns__bnr img {
  width: 100%;
}

/* ------------------------------------------------------------
    recruit
------------------------------------------------------------ */
.recruit {
  max-width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .recruit {
    border-radius: 0px;
  }
}

.recruit__txt {
  width: 39%;
  background: #be6a54;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 70px;
}

@media screen and (max-width: 1024px) {
  .recruit__txt {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .recruit__txt {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 50px;
  }
}

.recruit__txt p {
  color: #fff;
  line-height: 1.8;
}

.recruit__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.recruit__ttl img {
  max-width: 122px;
  margin: auto;
}

.recruit__img {
  position: relative;
  z-index: -1;
  width: 61%;
  background: #fce3ad;
}

@media screen and (max-width: 1024px) {
  .recruit__img {
    width: 100%;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .recruit__img {
    width: 100%;
    background: transparent;
  }
}

.recruit__img img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .recruit__img img {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .recruit__img img {
    position: relative;
  }
}

.recruit .section__btn {
  margin-top: 30px;
}

/* ------------------------------------------------------------
    bnr
------------------------------------------------------------ */
.top__bnr {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto;
}

@media screen and (max-width: 1024px) {
  .top__bnr {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .top__bnr {
    display: block;
  }
}

.top__bnr ul {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .top__bnr ul {
    margin: 60px auto 50px;
    width: 100%;
  }
}

.top__bnr li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top__bnr li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.top__bnr li:hover {
  opacity: .8;
}

.top__bnr li img {
  width: 100%;
}

.top__bnr__box :nth-child(2) {
  margin-top: 10px;
}

.top__bnr__calendar {
  width: 60%;
  height: 440px;
}

@media screen and (max-width: 767px) {
  .top__bnr__calendar {
    width: 100%;
  }
}

.top__bnr iframe {
  width: 100%;
  height: 440px;
}
/*# sourceMappingURL=top.css.map */