@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.top-menu {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .top-menu {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .top-menu {
    margin-top: 40px;
  }
}

.sec01 {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.sec01 .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex {
    gap: 30px;
  }
}
.sec01 .flex img {
  display: block;
  width: 36.36%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex img {
    width: 70%;
  }
}
.sec01 .flex .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: justify;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txt {
    font-size: 14px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txt {
    font-size: 12px;
    width: 100%;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  background-color: #f6f6f7;
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.sec02 .info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 900px;
  width: 100%;
}
.sec02 .info > div {
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
  display: flex;
  gap: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .info > div {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .info > div {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.sec02 .info > div p:nth-of-type(1) {
  color: #1a1f53;
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  width: 170px;
}
@media screen and (max-width: 1080px) {
  .sec02 .info > div p:nth-of-type(1) {
    font-size: 14px;
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .info > div p:nth-of-type(1) {
    font-size: 13px;
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .info > div p:nth-of-type(1) {
    font-size: 12px;
  }
}
.sec02 .info > div p:nth-of-type(2) {
  color: #222222;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .sec02 .info > div p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .info > div p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .info > div p:nth-of-type(2) {
    font-size: 12px;
    padding-left: 10px;
  }
}
.sec02 .info > div p:nth-of-type(2) a,
.sec02 .info > div p:nth-of-type(2) span {
  color: #222222;
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 1080px) {
  .sec02 .info > div p:nth-of-type(2) a,
.sec02 .info > div p:nth-of-type(2) span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .info > div p:nth-of-type(2) a,
.sec02 .info > div p:nth-of-type(2) span {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .info > div p:nth-of-type(2) a,
.sec02 .info > div p:nth-of-type(2) span {
    font-size: 12px;
  }
}
.sec02 .access .ttl {
  color: #033792;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec02 .access .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .access .ttl {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .access .ttl {
    font-size: 18px;
  }
}
.sec02 .access .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .access .flex {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .access .flex {
    gap: 30px;
  }
}
.sec02 .access .flex img {
  display: block;
  width: 54.54%;
}
@media screen and (max-width: 768px) {
  .sec02 .access .flex img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .access .flex img {
    width: 70%;
  }
}
.sec02 .access .flex .txts {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec02 .access .flex .txts {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec02 .access .flex .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02 .access .flex .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .access .flex .txt {
    font-size: 12px;
  }
}
.sec02 .access .flex .c-btn {
  margin-left: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .access .flex .c-btn {
    margin-left: auto;
  }
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  background-color: #f3f9ff;
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.sec03 h3 {
  color: #033792;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 h3 {
    font-size: 22px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 h3 {
    font-size: 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 h3 {
    font-size: 18px;
    margin-top: 50px;
  }
}
.sec03 .wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .wrap {
    gap: 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wrap {
    gap: 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .wrap {
    gap: 40px;
    margin-top: 30px;
  }
}
.sec03 .wap02 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .wap02 {
    gap: 20px;
    margin-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .wap02 {
    gap: 10px;
    margin-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .wap02 {
    margin-top: 10px;
  }
}
.sec03 .box02 {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .sec03 .box02 {
    flex-direction: column;
    gap: 5px;
  }
}
.sec03 .subttl {
  color: #033792;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec03 .subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .subttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .subttl {
    font-size: 14px;
  }
}
.sec03 h5 {
  color: #033792;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 200px;
}
@media screen and (max-width: 1080px) {
  .sec03 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.sec03 .lists > div {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .lists > div {
    flex-direction: column;
    gap: 0;
  }
}
.sec03 .lists p:nth-of-type(1) {
  flex-shrink: 0;
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  line-height: 2.175;
  width: 390px;
}
@media screen and (max-width: 1080px) {
  .sec03 .lists p:nth-of-type(1) {
    font-size: 14px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .lists p:nth-of-type(1) {
    font-size: 13px;
    line-height: 1.8;
        width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .lists p:nth-of-type(1) {
    font-size: 12px;
  }
}
.sec03 .lists p:nth-of-type(2) {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  line-height: 2.175;
}
@media screen and (max-width: 1080px) {
  .sec03 .lists p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .lists p:nth-of-type(2) {
    font-size: 13px;
    line-height: 1.8;
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .lists p:nth-of-type(2) {
    font-size: 12px;
    padding-left: 10px;
  }
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
/*# sourceMappingURL=sourcemaps/company.css.map */