/*sass function*/
/*@include mq(){}*/
#recruit p > span.large {
  font-size: 22px;
}
#recruit h2.headline {
  margin-bottom: 0;
}
#recruit h3.headline {
  margin-top: 0;
}
#recruit .init {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
#recruit .init .ttl {
  width: 170px;
  margin: auto;
}
#recruit .init p {
  font-size: 22px;
}
#recruit .policy h4 {
  background: #DE755B;
  display: inline;
  padding: 0.5rem;
  color: #fff;
}
#recruit .box_wrap {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fcf1ef 10px, #fcf1ef 19px);
  padding: 30px;
  margin: 5rem 0;
}
@media screen and (max-width: 698px) {
  #recruit .box_wrap {
    padding: 5%;
  }
}
#recruit .box_wrap .box_inner {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 698px) {
  #recruit .box_wrap .box_inner {
    padding: 3%;
  }
}
#recruit .box_wrap .box_inner ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#recruit .box_wrap .box_inner ul li > * {
  flex-shrink: 0;
}
#recruit .box_wrap .box_inner ul li figure {
  padding-top: 0.5rem;
  width: 17px;
  margin-right: 5px;
}
#recruit .box_wrap .box_inner ul li p {
  margin: 0 auto 3rem;
  width: calc(100% - 23px);
}
#recruit .enum {
  padding: 2.5rem 0 7.5rem 0;
  text-align: center;
}
#recruit .enum ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 698px) {
  #recruit .enum ul {
    flex-direction: column;
  }
}
#recruit .enum ul li {
  width: 24%;
  box-sizing: border-box;
  background: #DE755B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 698px) {
  #recruit .enum ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#recruit .teacher {
  background: #FFFDD6;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 698px) {
  #recruit .teacher {
    flex-direction: column;
    padding: 8% 5%;
  }
}
#recruit .teacher .left {
  max-width: 280px;
  max-height: 280px;
  width: 37.5%;
  flex-shrink: 0;
}
@media screen and (max-width: 698px) {
  #recruit .teacher .left {
    width: 100%;
  }
}
#recruit .teacher .right {
  width: 62.5%;
  flex-shrink: 0;
}
@media screen and (max-width: 698px) {
  #recruit .teacher .right {
    width: 100%;
  }
}
#recruit .teacher .right p {
  margin: 0.25rem;
}
#recruit .mail {
  margin: 3.5rem 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 85px;
  width: calc(100% - 75px);
}
@media screen and (max-width: 698px) {
  #recruit .mail {
    flex-flow: column;
    height: auto;
    width: 100%;
  }
}
#recruit .mail figure {
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 3;
}
@media screen and (max-width: 698px) {
  #recruit .mail figure {
    width: 25%;
  }
}
#recruit .mail p {
  flex-shrink: 0;
  background: #F9EBE9;
  width: calc(100% - 50px);
  padding-left: 105px;
  margin: 0;
  transform: translateX(-85px);
  z-index: 1;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 698px) {
  #recruit .mail p {
    width: 100%;
    height: auto;
    padding: 3.5rem 3% 3% 3%;
    transform: translateY(-3.5rem);
  }
}
#recruit .mail p br {
  display: none;
}
@media screen and (max-width: 698px) {
  #recruit .mail p br {
    display: inline-block;
  }
}
#recruit .switch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  border-bottom: 2px solid #DE755B;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 698px) {
  #recruit .switch {
    flex-direction: column;
    border: none;
  }
}
#recruit .switch .btn {
  margin: 0 1rem;
  font-size: 18px;
  border: none;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  width: 40%;
  background-color: #F9EBE9;
  color: #DE755B;
}
@media screen and (max-width: 698px) {
  #recruit .switch .btn {
    margin: 0.5rem 0;
    width: 100%;
    border-radius: 0;
    padding: 0.5rem;
  }
}
#recruit .switch .btn:hover {
  background-color: #DE755B;
  cursor: pointer;
  color: #fff;
}
#recruit .switch .btn.active {
  background-color: #DE755B;
  color: #fff;
}
#recruit .switch .btn.active:hover {
  cursor: default;
}
#recruit #for_japanese h3 {
  font-size: 26px;
  margin-top: 0;
}
#recruit #for_japanese .meeting {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 698px) {
  #recruit #for_japanese .meeting {
    flex-direction: column;
    justify-content: center;
  }
}
#recruit #for_japanese .meeting figure img {
  width: 67px;
  margin-right: 1rem;
}
#recruit #for_japanese .meeting .icon {
  border: 1px solid #DE755B;
  box-sizing: border-box;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem;
  color: #DE755B;
  text-align: center;
}
@media screen and (max-width: 698px) {
  #recruit #for_japanese .meeting .icon {
    width: 250px;
    margin: 0.5rem 0;
  }
}
#recruit #for_japanese .mail {
  font-weight: 300;
}
#recruit #for_japanese .mail b {
  font-weight: bold;
  margin-right: 1.5rem;
}
#recruit #for_japanese .mail b br {
  display: none;
}
@media screen and (max-width: 698px) {
  #recruit #for_japanese .mail b br {
    display: block;
  }
}
#recruit #for_japanese .remark {
  padding-left: 3rem;
}
@media screen and (max-width: 698px) {
  #recruit #for_japanese .remark {
    display: none;
  }
}
#recruit #for_japanese .message {
  font-size: 26px;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 698px) {
  #recruit #for_japanese .message {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
}
#recruit #for_japanese .box_wrap {
  padding: 1px 30px;
}
#recruit #for_japanese .box_wrap .box_inner {
  margin: 30px 0;
}
#recruit #for_japanese {
  display: none;
}
#recruit #for_english {
  display: none;
}
#recruit #for_japanese.active {
  display: block;
}
#recruit #for_english.active {
  display: block;
}/*# sourceMappingURL=recruit.css.map */