/******************************** 以下、会社情報 ********************************/
.campany_top_img {
  width: 100%;
  margin: 20px auto;
}

.campany_top_fm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.campany_top_cell {
  width: 100%;
  margin-bottom: 30px;
}
.campany_top_cell:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .campany_top_cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
  }
  .campany_top_cell:nth-child(odd) {
    padding-right: 8px;
  }
  .campany_top_cell:nth-child(even) {
    padding-left: 8px;
  }
  .campany_top_cell:last-child {
    margin-bottom: 30px;
  }
}

.campany_top_txt {
  display: block;
}

.bns_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  color: #ff0080;
  border-bottom: 2px solid #ff0080;
  margin-bottom: 8px;
  padding: 0 10px;
  width: 100%;
}

.campany_top_btn {
  display: block;
  width: 100%;
  margin: 1.2rem auto;
  border: none;
  border-radius: 8px;
  background: #ff30a0;
  box-shadow: 0 2px #cb257d;
  padding: 4px 8px;
  transition: 0.3s;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .campany_top_btn {
    font-size: 1.6rem;
    margin: 1.6rem auto;
    padding: 6px 12px;
  }
}
.campany_top_btn:hover {
  background: #ae206c;
  box-shadow: 0 2px #6e4919;
  cursor: pointer;
}

/******************************** 企業理念 ********************************/
.philosophy_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: bold;
  color: #ff30a0;
  margin: 40px auto;
}
@media screen and (min-width: 600px) {
  .philosophy_txt {
    font-size: 2rem;
  }
}

.philosophy_img {
  display: block;
  margin: 30px auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .philosophy_img {
    display: block;
    margin: 30px auto;
    width: 50%;
  }
}

/******************************** 会社概要 ********************************/
.profile_fm {
  width: 100%;
  border-top: 1px solid #c0c0c0;
}

.profile_tr {
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.3rem;
  overflow-wrap: normal;
}
@media screen and (min-width: 600px) {
  .profile_tr {
    display: flex;
    flex: 1 1 auto;
    font-size: 1.5rem;
  }
}

.profile_head {
  width: 100%;
  line-height: 1.4em;
  padding: 8px;
  background-color: #ede6e6;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .profile_head {
    width: 200px;
    padding: 14px;
    flex-grow: 0;
  }
}

.profile_contents {
  width: 100%;
  padding: 14px 8px;
  line-height: 1.6rm;
}
@media screen and (min-width: 600px) {
  .profile_contents {
    padding: 14px;
    flex-grow: 1;
  }
}

.google_map {
  width: 100%;
  height: 320px;
  margin: 30px auto;
}

.map_dtail {
  text-align: center;
  margin: 0 auto 30px;
}

/******************************** 業務内容 ********************************/

.field_work_fm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.field_work_cell {
  width: 100%;
  padding: 0 8px;
}
@media screen and (min-width: 600px) {
  .field_work_cell {
    width: 50%;
  }
}

.field_work_box {
  margin-bottom: 24px;
}

.field_work_title {
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
  border-radius: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background-color: #ff30a0;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .field_work_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 18px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
/******************************** 業務内容 ********************************/
.pref_fm {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.pref_tr {
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.3rem;
  overflow-wrap: normal;
}
@media screen and (min-width: 600px) {
  .pref_tr {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    font-size: 1.5rem;
    margin: 4px;
  }
}

.prefhead {
  width: 100%;
  font-weight: bold;
  padding: 8px 8px 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .prefhead {
    padding: 8px;
    font-size: 1.7rem;
  }
}

.preftxt {
  width: 100%;
  padding-left: 1em;
  padding-bottom: 4px;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .preftxt {
    padding-top: 6px;
    font-size: 1.4rem;
  }
}

.disp_list {
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .disp_list {
    margin: 0 12px 20px;
    font-size: 1.5rem;
  }
}
