@charset "UTF-8";
.main_image {
  position: relative;
  height: 377px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(/images/company/company_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .title_text {
  position: relative;
  z-index: 2;
  width: 525px;
  max-width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  padding-bottom: 10px;
  border-bottom: 4px solid #1d9c93;
}
.main_image .text {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 30vw;
    padding-top: 3vw;
    box-sizing: border-box;
    background: url(/images/company/company_key.webp) center/contain no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .title_text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1vw;
    text-align: center;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
    padding-bottom: 1vw;
    border-bottom: 2px solid #1d9c93;
  }
  .main_image .text {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
  }
}

.lead_sec {
  margin-bottom: 155px;
}
.lead_sec .or_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.lead_sec .flexbox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 155px;
}
.lead_sec .flexbox .box {
  width: 531px;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: 0px 15px 24px 7px rgba(0, 0, 0, 0.3);
}
.lead_sec .flexbox .box .box_head {
  padding: 20px;
  height: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: #1d9c93;
}
.lead_sec .flexbox .box .box_head .title {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .flexbox .box .box_head .sub_titile {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .flexbox .box .list {
  padding: 0 70px;
  margin-bottom: 40px;
  flex-grow: 1;
}
.lead_sec .flexbox .box .list .item {
  width: 100%;
}
.lead_sec .flexbox .box .list .item .date {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lead_sec .flexbox .box .list .item .item_text {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lead_sec .flexbox .box .list .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.lead_sec .flexbox .box .btn {
  margin-top: auto;
  width: 254px;
  height: 50px;
  margin: 0 auto 45px;
  background-color: #1d9c93;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.lead_sec .flexbox .box .btn p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.lead_sec .flexbox .box .btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/arrow_white.webp) center/contain no-repeat;
  width: 8px;
  height: 11px;
}
.lead_sec .flexbox .box:nth-of-type(1) {
  margin-right: 50px;
}
.lead_sec .service_box {
  width: 1102px;
  max-width: 100%;
  margin: 0 auto;
}
.lead_sec .service_box .box {
  border: 2px solid #182d76;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.lead_sec .service_box .box:not(:last-of-type) {
  margin-bottom: 30px;
}
.lead_sec .service_box .left_image {
  width: 241px;
  max-width: 23%;
  margin-right: 10px;
}
.lead_sec .service_box .textbox {
  width: 587px;
  max-width: 77%;
}
.lead_sec .service_box .textbox .title {
  padding: 22px 0 25px 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #182d76;
}
.lead_sec .service_box .textbox .text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.lead_sec .service_box .box:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/images/index/service_security02.webp) center/cover no-repeat;
  width: 219px;
  height: 147px;
}
.lead_sec .service_box .box:nth-of-type(1) .link .about_btn {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 374px;
  height: 50px;
  background-color: #182d76;
}
.lead_sec .service_box .box:nth-of-type(1) .link .about_btn p {
  padding-right: initial;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.lead_sec .service_box .box:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/images/index/service_keibi02.webp) center/cover no-repeat;
  width: 214px;
  height: 166px;
}
.lead_sec .service_box .box:nth-of-type(2) .link .about_btn {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 300px;
  height: 50px;
  background-color: #182d76;
}
.lead_sec .service_box .box:nth-of-type(2) .link .about_btn p {
  padding-right: initial;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.lead_sec .service_box .box:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/images/index/service_camera02.webp) center/cover no-repeat;
  width: 260px;
  height: 171px;
}
.lead_sec .service_box .box:nth-of-type(3) .link .about_btn {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 285px;
  height: 50px;
  background-color: #182d76;
}
.lead_sec .service_box .box:nth-of-type(3) .link .about_btn p {
  padding-right: initial;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.lead_sec .service_box .box:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/images/index/service_aed02.webp) center/cover no-repeat;
  width: 238px;
  height: 153px;
}
.lead_sec .service_box .box:nth-of-type(4) .link .about_btn {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 285px;
  height: 50px;
  background-color: #182d76;
}
.lead_sec .service_box .box:nth-of-type(4) .link .about_btn p {
  padding-right: initial;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.lead_sec .service_box .box:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/images/index/service_kanri02.webp) center/cover no-repeat;
  width: 268px;
  height: 157px;
}
.lead_sec .service_box .box:nth-of-type(5) .link .about_btn {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 312px;
  height: 50px;
  background-color: #182d76;
}
.lead_sec .service_box .box:nth-of-type(5) .link .about_btn p {
  padding-right: initial;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
  .lead_sec .or_box {
    display: none;
  }
  .lead_sec .flexbox {
    padding-top: 13.8vw;
    display: block;
    margin-bottom: 8vw;
  }
  .lead_sec .flexbox .box {
    width: 100%;
    max-width: 100%;
  }
  .lead_sec .flexbox .box_head {
    padding: 20px;
    height: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: #1d9c93;
  }
  .lead_sec .flexbox .box_head .title {
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lead_sec .flexbox .box_head .sub_titile {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .lead_sec .flexbox .list {
    padding: 0 70px;
    margin-bottom: 40px;
    flex-grow: 1;
  }
  .lead_sec .flexbox .list .item {
    width: 100%;
  }
  .lead_sec .flexbox .list .item .date {
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .lead_sec .flexbox .list .item .item_text {
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .lead_sec .flexbox .list .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .lead_sec .flexbox .btn {
    margin-top: auto;
    width: 254px;
    height: 50px;
    margin: 0 auto 45px;
    background-color: #1d9c93;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
  }
  .lead_sec .flexbox .btn p {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .lead_sec .flexbox .btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/common/arrow_white.webp) center/contain no-repeat;
    width: 8px;
    height: 11px;
  }
  .lead_sec .box:nth-of-type(1) {
    margin-right: 50px;
  }
}

.sec01 {
  margin-bottom: 135px;
}
.sec01 .cont {
  width: 924px;
  max-width: 100%;
  margin: 0 auto 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .textbox {
  width: 590px;
  max-width: 63%;
  margin-right: 80px;
}
.sec01 .cont_title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
.sec01 .name {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec01 .name span {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.sec01 .imagebox {
  width: 254px;
  max-width: 37%;
}
.sec01 .message_text {
  width: 968px;
  max-width: 100%;
  margin: 0 auto 150px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec01 .licence_box {
  width: 785px;
  max-width: 100%;
  margin: 0 auto 130px;
  box-sizing: border-box;
}
.sec01 .licence_box .title {
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #1d9c93;
  margin-bottom: 70px;
}
.sec01 .licence_box .list {
  -moz-column-count: 2;
       column-count: 2;
}
.sec01 .licence_box .item {
  position: relative;
  list-style: none;
  list-style-position: inside;
  padding-left: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.sec01 .licence_box .item span {
  color: #1d9c93;
}
.sec01 .licence_box .item::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #1d9c93;
}
.sec01 .certification_box {
  width: 785px;
  max-width: 100%;
  margin: 0 auto 130px;
  box-sizing: border-box;
}
.sec01 .certification_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #1d9c93;
  margin-bottom: 70px;
}
.sec01 .certification_box .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .certification_box .kenkou {
  width: 201px;
  margin-right: 45px;
}
.sec01 .certification_box .kenkou img {
  width: 100%;
}
.sec01 .certification_box .goals {
  width: 232px;
  margin-right: 45px;
}
.sec01 .certification_box .goals img {
  width: 100%;
}
.sec01 .certification_box .nintei_box {
  width: 253px;
  height: 112px;
  background-color: #fff;
  border: 1.5px solid #182d76;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec01 .certification_box .nintei_box .text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #182d76;
}
.sec01 .power_box {
  width: 785px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .power_box .title {
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #1d9c93;
  margin-bottom: 40px;
}
.sec01 .power_box .flexbox {
  margin-bottom: 40px;
  box-sizing: border-box;
}
.sec01 .power_box .flexbox .imagebox {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  margin-right: 40px;
}
.sec01 .power_box .flexbox .textbox {
  width: 65%;
  margin-right: initial;
}
.sec01 .power_box .flexbox .textbox .text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_header {
    text-align: left;
    align-items: flex-start;
  }
  .sec01 .sec_header .sec_title {
    font-size: 6.4vw;
    margin-bottom: 1.33vw;
  }
  .sec01 .sec_header .sub_titile {
    font-size: 4vw;
  }
  .sec01 .cont {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    display: block;
  }
  .sec01 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec01 .cont_title {
    font-size: 6.4vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .name {
    font-size: 5.8vw;
    text-align: center;
  }
  .sec01 .name span {
    font-size: 4vw;
  }
  .sec01 .imagebox {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .sec01 .imagebox img {
    width: 67.73vw;
    height: auto;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec01 .message_text {
    font-size: 4vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec01 .licence_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .sec01 .licence_box .title {
    font-size: 6.4vw;
    text-align: left;
    padding-bottom: 2.4vw;
    border-bottom: 2px solid #1d9c93;
    margin-bottom: 6.2vw;
  }
  .sec01 .licence_box .list {
    -moz-column-count: 1;
         column-count: 1;
  }
  .sec01 .licence_box .item {
    position: relative;
    list-style: none;
    list-style-position: inside;
    padding-left: 1.5em;
    font-size: 4vw;
    letter-spacing: 0.05em;
    margin-bottom: 6vw;
    box-sizing: border-box;
  }
  .sec01 .licence_box .item span {
    color: #1d9c93;
  }
  .sec01 .licence_box .item::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #1d9c93;
  }
  .sec01 .certification_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vws;
    box-sizing: border-box;
  }
  .sec01 .certification_box .title {
    font-size: 6.4vw;
    text-align: center;
    padding-bottom: 2.4vw;
    border-bottom: 2px solid #1d9c93;
    margin-bottom: 6.2vw;
  }
  .sec01 .certification_box .list {
    display: block;
    justify-content: center;
  }
  .sec01 .certification_box .kenkou {
    width: 53.6vw;
    margin-right: initial;
    margin: 0 auto 13.8vw;
  }
  .sec01 .certification_box .kenkou img {
    width: 100%;
  }
  .sec01 .certification_box .goals {
    width: 61.8vw;
    margin-right: initial;
    margin: 0 auto 13.8vw;
  }
  .sec01 .certification_box .goals img {
    width: 100%;
  }
  .sec01 .certification_box .nintei_box {
    width: 67.46vw;
    height: 29.86vw;
    background-color: #fff;
    border: 1.5px solid #182d76;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .certification_box .nintei_box .text {
    font-size: 5.8vw;
  }
  .sec01 .power_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .power_box .title {
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #1d9c93;
    margin-bottom: 40px;
  }
  .sec01 .power_box .flexbox {
    display: block;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .power_box .flexbox .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec01 .power_box .flexbox .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec01 .power_box .flexbox .textbox .text {
    font-size: 4.2vw;
  }
}

.sec02 {
  margin-bottom: 235px;
}
.sec02 .dbox {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .dbox .dline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.sec02 .dbox .term {
  width: 37%;
  min-width: 280px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec02 .dbox .data {
  width: 63%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  box-sizing: border-box;
}
.sec02 .dbox .text_company {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec02 .dbox .affairs_list {
  counter-reset: number 0;
}
.sec02 .dbox .affairs_list .affairs_list {
  margin: 0;
  padding: 0;
  counter-reset: number;
}
.sec02 .dbox .affairs_list .item {
  position: relative;
  list-style: none;
  list-style-position: inside;
  padding-left: 1.5em;
}
.sec02 .dbox .affairs_list .item::before {
  counter-increment: number;
  content: counter(number) "．";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 27.6vw;
  }
  .sec02 .dbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .dbox .dline {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8vw;
    box-sizing: border-box;
  }
  .sec02 .dbox .term {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-size: 4.2vw;
  }
  .sec02 .dbox .data {
    width: 100%;
    letter-spacing: 0.05em;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 4.2vw;
  }
  .sec02 .dbox .text_company {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
  .sec02 .dbox .img_company {
    width: 90vw;
  }
  .sec02 .dbox .affairs_list {
    counter-reset: number 0;
  }
  .sec02 .dbox .affairs_list .affairs_list {
    margin: 0;
    padding: 0;
    counter-reset: number;
  }
  .sec02 .dbox .affairs_list .item {
    position: relative;
    list-style: none;
    list-style-position: inside;
    padding-left: 1.5em;
    font-size: 4.2vw;
  }
  .sec02 .dbox .affairs_list .item::before {
    counter-increment: number;
    content: counter(number) "．";
    position: absolute;
    left: 0;
  }
}/*# sourceMappingURL=company.css.map */