.theme {
  color: #EF4B4B;
}
.theme-bg {
  background: #EF4B4B;
}
.theme-opa {
  color: #F38C8C;
}

.theme2 {
  color: #FFBB33;
}
.theme2-bg {
  background: #FFBB33;
}

.theme3 {
  color: #4BCF00;
}
.theme3-bg {
  background: #4BCF00;
}

.theme4 {
  color: #3D2900;
}
.theme4-bg {
  background: #3D2900;
}

.fade {
  color: #888;
}
.fade-bg {
  background: #888;
}

.red {
  color: #EF4B4B;
}
.red-bg {
  background: #EF4B4B;
}

.sin {
  color: #FA8A34;
}
.sin-bg {
  background: #FA8A34;
}

.taro {
  color: #355E95;
}
.taro-bg {
  background: #355E95;
}

.yh {
  color: #515151;
}
.yh-bg {
  background: #515151;
}

.bold {
  font-weight: bold;
}

.df {
  display: flex;
}

input, textarea {
  accent-color: #FFBB33;
  font-family: inherit;
}
input:focus-visible, textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 10px #FFBB33;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  input[type=text],
input[type=number],
input[type=email],
input[type=password] {
    height: 40px;
  }
}

.sub-visual {
  position: relative;
}
.sub-visual img {
  width: 100%;
  height: auto;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.sub-visual .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .sub-visual .txt {
    width: calc(100% - 20px);
  }
}
.sub-visual .txt b {
  font-size: 2.125rem;
  display: block;
  margin-bottom: 1.5rem;
}
.sub-visual .txt p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.sub-visual .txt ul.hash {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 0px 12px;
  line-height: 1.75;
  max-width: calc(100% - 20px);
  flex-wrap: wrap;
}
.sub-visual .txt ul.hash li:not(:last-child) {
  margin-right: 10px;
}

.sub-banner {
  display: flex;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .sub-banner {
    margin-bottom: 3rem;
  }
}
.sub-banner > p {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 15px;
  height: 60px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.sub-banner > p b {
  display: block;
  margin-right: 40px;
  position: relative;
}
.sub-banner > p b:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.sub-banner > p span {
  margin-right: 8px;
}
.sub-banner > p:first-child {
  background: #757D8D;
}
.sub-banner > p:last-child {
  background: #A18383;
}

@media (max-width: 768px) {
  .sub-banner {
    flex-direction: column;
  }
  .sub-banner > p {
    width: 100%;
    padding: 10px 12px;
    height: auto;
    font-size: 0.93rem;
  }
  .sub-banner > p b {
    display: block;
    margin-right: 30px;
    position: relative;
  }
  .sub-banner > p b:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
  }
}
.item_tab {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .item_tab {
    width: calc(100% - 20px);
  }
}
.item_tab li {
  flex: 1;
}
.item_tab li a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  height: 65px;
  text-align: center;
  color: #999;
  border-bottom: 2px solid #ddd;
}
.item_tab li a.on {
  color: #232323;
  border-bottom: 2px solid #555;
}

@media (max-width: 768px) {
  .item_tab {
    margin-bottom: 40px;
  }
  .item_tab li a {
    font-size: 20px;
    height: 60px;
  }
}
.tab_contents article {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  display: none;
}
@media (max-width: 768px) {
  .tab_contents article {
    width: calc(100% - 20px);
  }
}
.tab_contents article.on {
  display: block;
}
.tab_contents article .review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.tab_contents article .review-head .chat {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.tab_contents article .review-head .chat img {
  margin-right: 4px;
}
.tab_contents article .review-head button {
  border: 0;
  width: 105px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFBB33;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 30px;
  color: #FFBB33;
}
.tab_contents article .review_contents .review_content {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 20px;
}
.tab_contents article .review_contents .review_content .review_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tab_contents article .review_contents .review_content .review_name b {
  font-size: 18px;
  display: block;
  margin-right: 30px;
  position: relative;
}
.tab_contents article .review_contents .review_content .review_name span {
  font-size: 12px;
}
.tab_contents article .review_contents .review_content .review_txt p {
  line-height: 1.4;
  font-size: 14px;
  color: #373737;
}
.tab_contents article .review_contents .review_content.review_reply {
  width: calc(100% - 70px);
  margin-left: auto;
  position: relative;
}
.tab_contents article .review_contents .review_content.review_reply:before {
  content: "";
  display: block;
  width: 32px;
  height: 38px;
  background: url("/img/review_dir.png") no-repeat 0 0;
  position: absolute;
  left: -50px;
  top: 0;
}
.tab_contents article .review_contents .review_content .reple-tool {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-size: 0.875rem;
}
.tab_contents article .review_contents .review_content .reple-tool li:not(:last-child) {
  margin-right: 8px;
}
.tab_contents article .review_contents .review_content .reple-tool li.mod {
  position: relative;
  position: relative;
}
.tab_contents article .review_contents .review_content .reple-tool li.mod:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #888;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.tab_contents article .review_contents .review_content .reple-tool li input {
  border: 0;
  padding: 0;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tab_contents article .review_head {
    margin-bottom: 40px;
  }
  .tab_contents article .review_head h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .tab_contents article .review_contents .review_content {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .tab_contents article .review_contents .review_content .review_name {
    margin-bottom: 14px;
  }
  .tab_contents article .review_contents .review_content .review_name b {
    font-size: 16px;
    margin-right: 20px;
  }
  .tab_contents article .review_contents .review_content .review_name b:after {
    right: -10px;
  }
  .tab_contents article .review_contents .review_content.review_reply {
    width: calc(100% - 30px);
  }
  .tab_contents article .review_contents .review_content.review_reply:before {
    content: "";
    display: block;
    width: 16px;
    height: 19px;
    background: url("/img/review_dir.png") no-repeat 0 0/contain;
    left: -30px;
  }
}
.recruit {
  width: calc(100% - 40px);
  max-width: 1010px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 60px;
}
@media (max-width: 768px) {
  .recruit {
    width: calc(100% - 20px);
  }
}
.recruit > b {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .recruit {
    padding: 20px;
  }
}/*# sourceMappingURL=sub.css.map */