@charset "UTF-8";
/* メイン */
.main_image {
  position: relative;
}
.main_image .work {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7fb57f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.main_image .main_image_lead {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  font-weight: 600;
}
.main_image .blue {
  background-color: #1d7fc1;
}
@media (min-width: 768px) {
  .main_image {
    margin: 50px 0 0;
  }
  .main_image .work {
    font-size: 22px;
    width: 150px;
    height: 70px;
    border-radius: 0 20px 0 20px;
  }
  .main_image .main_image_lead {
    font-size: 26px;
    bottom: 40px;
  }
  .main_image .main_image_lead p {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: 55px;
    margin: 0 0 10px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_image .main_image_lead p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .main_image {
    margin: 50px 0 0;
  }
  .main_image img {
    border-radius: 20px;
  }
  .main_image .work {
    font-size: 20px;
    width: 120px;
    height: 54px;
    border-radius: 0 12px 0 12px;
  }
  .main_image .main_image_lead {
    font-size: 16px;
    bottom: 20px;
  }
  .main_image .main_image_lead p {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    margin: 0 0 7px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .main_image .main_image_lead p:last-child {
    margin-bottom: 0;
  }
}

/* 所属 */
.profile .department {
  color: #7fb57f;
  font-weight: 600;
}
.profile .division {
  color: #a0acbf;
  font-weight: 600;
}
.profile .join {
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .profile {
    margin: 20px 0 0 0;
  }
  .profile .department {
    font-size: 18px;
    margin: 0 20px 0 0;
  }
  .profile .division {
    font-size: 18px;
  }
  .profile .join {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .profile {
    margin: 20px 0 0 0;
  }
  .profile .department {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .profile .division {
    font-size: 14px;
  }
  .profile .join {
    font-size: 14px;
  }
}

/* 質問 */
.faq_box .q {
  font-weight: 600;
}
.faq_box .a strong {
  font-weight: 600;
}
.faq_box .a p {
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .faq_box {
    margin: 50px 0 0 0;
  }
  .faq_box.faq_box_top {
    margin: 35px 0 0 0;
  }
  .faq_box .q {
    font-size: 18px;
    margin: 0 0 16px 0;
  }
  .faq_box .margin {
    margin-top: 30px;
  }
  .faq_box .a strong {
    color: #7fb57f;
    font-size: 19px;
    display: block;
    margin: 0 0 12px 0;
  }
  .faq_box .a p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .faq_box {
    margin: 40px 0 0 0;
  }
  .faq_box.faq_box_top {
    margin: 35px 0 0 0;
  }
  .faq_box .q {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .faq_box .margin {
    margin-top: 30px;
  }
  .faq_box .a strong {
    color: #7fb57f;
    font-size: 17px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }
  .faq_box .a p {
    font-size: 13px;
  }
}

/* 画像横並び */
@media (min-width: 768px) {
  .image_flex {
    display: flex;
    margin: 60px 0 0 0;
  }
  .image_flex .faq_box {
    width: calc(100% - 480px);
    padding: 0 30px 0 0;
    margin: 0;
  }
  .image_flex .image_box {
    width: 480px;
  }
  .image_flex.image_flex_rv {
    display: flex;
  }
  .image_flex.image_flex_rv .faq_box {
    width: calc(100% - 480px);
    padding: 0 0 0 30px;
    margin: 0;
  }
  .image_flex.image_flex_rv .image_box {
    width: 480px;
  }
}
@media (max-width: 767.98px) {
  .image_flex {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 0;
  }
  .image_flex .faq_box {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .image_flex .image_box {
    width: 100%;
  }
  .image_flex.image_flex_rv {
    display: flex;
  }
  .image_flex.image_flex_rv .faq_box {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .image_flex.image_flex_rv .image_box {
    width: 100%;
  }
}

/* キャリアパス */
@media (min-width: 768px) {
  .career_box {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .career_box {
    margin: 50px 0 0 0;
  }
}

/* スケジュール・三和酒類の魅力 */
.blue_box {
  background-color: #97cce6;
}
.blue_box > div {
  background-color: #fff;
  border-radius: 20px;
}
.blue_box > div h3 {
  background-color: #4aa6f2;
  color: #fff;
}
.blue_box .schedule_box .schedule_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blue_box .charm_box p {
  margin: 0;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .blue_box {
    display: flex;
    padding: 50px 26px 30px;
    gap: 0 30px;
    border-radius: 15px;
    margin: 50px 0 0 0;
  }
  .blue_box > div {
    background-color: #fff;
    border-radius: 20px;
    width: 460px;
    position: relative;
    padding: 40px 18px 15px;
  }
  .blue_box > div h3 {
    width: 240px;
    height: 40px;
    border-radius: 50px;
    background-color: #4aa6f2;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 120px);
  }
  .blue_box .schedule_box .schedule_list .schedule {
    display: flex;
    align-items: stretch;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .blue_box .schedule_box .schedule_list .schedule .time {
    width: 45px;
    line-height: 1.6;
    text-align: right;
    padding: 0 8px 0 0;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru {
    position: relative;
    top: 10px;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru::before {
    content: "";
    background-color: #4aa6f2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru::after {
    content: "";
    background-color: #4aa6f2;
    width: 2px;
    height: 120%;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
  }
  .blue_box .schedule_box .schedule_list .schedule .detail {
    padding: 0 0 0 15px;
    line-height: 1.6;
  }
  .blue_box .schedule_box .schedule_list .schedule:last-child .maru::after {
    display: none;
  }
  .blue_box .schedule_box .long01 .schedule {
    margin-bottom: 24px;
  }
  .blue_box .schedule_box .long01 .schedule .maru::after {
    height: 176%;
  }
  .blue_box .schedule_box .long01 .schedule:last-child {
    margin-bottom: 0;
  }
  .blue_box .schedule_box .long02 .schedule {
    margin-bottom: 42px;
  }
  .blue_box .schedule_box .long02 .schedule .maru::after {
    height: 260%;
  }
  .blue_box .schedule_box .long02 .schedule:last-child {
    margin-bottom: 0;
  }
  .blue_box .charm_box p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .blue_box {
    display: flex;
    flex-direction: column;
    padding: 35px 15px 15px;
    gap: 0 30px;
    border-radius: 20px;
    margin: 50px 0 0 0;
  }
  .blue_box > div {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    position: relative;
    padding: 40px 18px 15px;
  }
  .blue_box > div h3 {
    width: 200px;
    height: 38px;
    border-radius: 20px;
    background-color: #4aa6f2;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
  }
  .blue_box .schedule_box {
    margin: 0 0 40px 0;
  }
  .blue_box .schedule_box .schedule_list .schedule {
    display: flex;
    align-items: stretch;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  .blue_box .schedule_box .schedule_list .schedule .time {
    width: 45px;
    line-height: 1.6;
    text-align: right;
    padding: 0 8px 0 0;
    font-size: 13px;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru {
    position: relative;
    top: 8px;
    width: 8px;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru::before {
    content: "";
    background-color: #4aa6f2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .blue_box .schedule_box .schedule_list .schedule .maru::after {
    content: "";
    background-color: #4aa6f2;
    width: 2px;
    height: 120%;
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
  }
  .blue_box .schedule_box .schedule_list .schedule .detail {
    padding: 0 0 0 10px;
    line-height: 1.6;
    width: calc(100% - 53px);
    font-size: 13px;
  }
  .blue_box .schedule_box .schedule_list .schedule .detail small {
    line-height: 1.6;
    display: block;
  }
  .blue_box .schedule_box .schedule_list .schedule:last-child .maru::after {
    display: none;
  }
  .blue_box .charm_box p {
    font-size: 13px;
    font-weight: 500;
  }
}

/* 私の好きな自社商品 */
.favorite_box {
  background-color: #f5ecd3;
  padding: 20px;
}
@media (min-width: 768px) {
  .favorite_box {
    border-radius: 15px;
    margin: 40px 0 0 0;
  }
  .favorite_box .favorite_ingbox {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
  }
  .favorite_box .favorite_ingbox .favorite_text {
    width: calc(100% - 300px);
  }
  .favorite_box .favorite_ingbox .favorite_text h3 {
    background-color: #ff9d29;
    color: #fff;
    display: flex;
    align-items: center;
    width: 240px;
    height: 40px;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 14px 0;
    border-radius: 0 50px 50px 0;
    position: relative;
    left: -20px;
  }
  .favorite_box .favorite_ingbox .favorite_text strong {
    font-size: 20px;
    margin: 0 0 7px 0;
    display: block;
  }
  .favorite_box .favorite_ingbox .favorite_text p {
    font-size: 14px;
    margin: 0;
  }
  .favorite_box .favorite_ingbox .favorite_img {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .favorite_box .favorite_ingbox .favorite_img .img1 {
    width: 60px;
  }
  .favorite_box .favorite_ingbox .favorite_img .img2 {
    width: 150px;
    margin: 0 0 0 35px;
  }
}
@media (max-width: 767.98px) {
  .favorite_box {
    border-radius: 20px;
    margin: 40px 0 0 0;
    padding: 15px;
  }
  .favorite_box .favorite_ingbox {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .favorite_box .favorite_ingbox .favorite_text {
    width: 100%;
  }
  .favorite_box .favorite_ingbox .favorite_text h3 {
    background-color: #ff9d29;
    color: #fff;
    display: flex;
    align-items: center;
    width: 210px;
    height: 40px;
    font-size: 15px;
    padding: 0 0 0 20px;
    margin: 0 0 14px 0;
    border-radius: 0 50px 50px 0;
    position: relative;
    left: -20px;
  }
  .favorite_box .favorite_ingbox .favorite_text strong {
    font-size: 18px;
    margin: 0 0 10px 0;
    display: block;
  }
  .favorite_box .favorite_ingbox .favorite_text p {
    font-size: 13px;
    margin: 0;
  }
  .favorite_box .favorite_ingbox .favorite_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0 0 0;
  }
  .favorite_box .favorite_ingbox .favorite_img .img1 {
    width: 60px;
  }
  .favorite_box .favorite_ingbox .favorite_img .img2 {
    width: 150px;
    margin: 0 0 0 25px;
  }
}

/* リスト */
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_box .interview_box {
  text-decoration: none;
}
.flex_box .interview_box .img {
  position: relative;
}
.flex_box .interview_box .img .work {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #7fb57f;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_box .interview_box .img .blue {
  background-color: #1d7fc1;
}
@media (min-width: 768px) {
  .flex_box .interview_box {
    width: 30%;
    margin-top: 30px;
  }
  .flex_box .interview_box .work {
    width: 100px;
    height: 40px;
    border-radius: 20px 0 20px 0;
  }
  .flex_box .contents {
    margin: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .flex_box .interview_box {
    width: 48%;
    margin-top: 20px;
  }
  .flex_box .interview_box .work {
    width: 60px;
    height: 25px;
    border-radius: 10px 0 10px 0;
  }
  .flex_box .contents {
    margin: 10px 0;
  }
}/*# sourceMappingURL=interview.css.map */