@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
/* ----------------------------------------------------------------------
 COMPANY
---------------------------------------------------------------------- */
/* --------------------
 SEC_MESSAGE
-------------------- */
#sec_message {
  color: #fff;
}
#sec_message .l_flex {
  justify-content: space-between;
}
#sec_message .title_wrap {
  position: relative;
}
#sec_message .name {
  text-align: right;
}
#sec_message .title_m {
  position: relative;
}
@media screen and (min-width: 1240px) {
  #sec_message .l_flex {
    margin-right: calc((100% - 1200px) / 2);
  }
  #sec_message .img {
    max-width: 41%;
  }
  #sec_message .txt {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #sec_message {
    padding: 120px 0 145px;
  }
  #sec_message .l_flex {
    align-items: center;
  }
  #sec_message .title_m {
    margin: 25px auto;
    padding-right: 80px;
    display: inline-block;
  }
  #sec_message .title_m:before {
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #sec_message p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_message .l_flex {
    padding-right: 20px;
  }
  #sec_message .img {
    max-width: 35%;
  }
  #sec_message .txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #sec_message {
    padding: 70px 0 0;
  }
  #sec_message .inner {
    max-width: 600px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
  }
  #sec_message .title_m {
    margin-top: 35px;
    padding-right: 60px;
    display: inline-block;
  }
  #sec_message .title_m + p {
    margin-top: 30px;
    font-size: 14px;
  }
  #sec_message .title_m:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #sec_message .name {
    margin-top: 15px;
    font-size: 14px;
  }
  #sec_message .img {
    margin-top: 50px;
    position: relative;
    margin-left: -20px;
  }
}
@media screen and (max-width: 374px) {
  #sec_message .title_m:before {
    content: none;
  }
}

/* --------------------
 SEC_PHOLOSOPHY
-------------------- */
.sec_philosophy {
  position: relative;
}
.sec_philosophy h3 {
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 768px) {
  .sec_philosophy {
    padding-bottom: 180px;
  }
  .sec_philosophy:before {
    content: "";
    display: block;
    width: 50%;
    height: 40px;
    bottom: 0;
    left: 0;
    background: url(../img/common/frame_b_bottom_pc.svg) no-repeat top right;
    position: absolute;
  }
  .sec_philosophy .l_flex {
    align-items: center;
  }
  .sec_philosophy .img {
    width: 45%;
  }
  .sec_philosophy .txt {
    width: 45%;
  }
  .sec_philosophy h3 {
    margin: 24px auto 35px;
    line-height: 1.8;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  .sec_philosophy h3 span {
    font-size: clamp(20px, 1.9vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .sec_philosophy {
    padding: 158px 0 82px;
  }
  .sec_philosophy h3 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
  .sec_philosophy h3 span {
    font-size: 20px;
  }
  .sec_philosophy h3 + p {
    margin-top: 32px;
  }
  .sec_philosophy .img {
    margin-top: 55px;
    margin-right: -20px;
  }
}

/* --------------------
 SEC_OUTLINE
-------------------- */
#sec_outline {
  background: rgba(0, 69, 255, 0.2);
}
@media screen and (min-width: 768px) {
  #sec_outline .title_wrap {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #sec_outline .txt {
    width: calc(100% - 300px);
  }
}
#sec_outline .img_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #sec_outline .img_wrap .l_flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1240px) {
  #sec_outline .img_wrap .img {
    width: calc((100% - 80px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_outline .img_wrap .img {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #sec_outline .img_wrap .img {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #sec_outline {
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_outline {
    padding: 73px 0;
  }
}

.list_outline > li {
  border-bottom: 1px solid #344d94;
  line-height: 1.8;
}
.list_outline > li:first-child {
  border-top: 1px solid #344d94;
}
.list_outline > li p {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.list_outline dt {
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 768px) {
  .list_outline > li {
    padding: 20px 0 26px;
  }
  .list_outline > li ul {
    display: flex;
    flex-wrap: wrap;
  }
  .list_outline > li li {
    width: 50%;
  }
  .list_outline dl {
    display: flex;
  }
  .list_outline dt {
    width: 170px;
  }
  .list_outline dd {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 767px) {
  .list_outline {
    margin-top: 50px;
  }
  .list_outline > li {
    padding: 23px 0 24px;
    font-size: 14px;
  }
  .list_outline dd {
    margin-top: 17px;
  }
  .list_outline dd.address {
    line-height: 2;
  }
}

/* --------------------
 SEC_HISTORY
-------------------- */
@media screen and (min-width: 768px) {
  #sec_history {
    padding: 100px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  #sec_history {
    padding: 115px 0 83px;
  }
}
#sec_history .l_flex {
  align-items: flex-start;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  #sec_history .l_flex {
    margin-top: 66px;
  }
}
@media screen and (min-width: 1240px) {
  #sec_history .img_wrap {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_history .img_wrap {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  #sec_history .img_wrap {
    margin-top: 70px;
  }
}
#sec_history .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_history .img {
    max-width: 400px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #sec_history .img_02 {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_history .img_02 {
    margin: 40px auto 0;
  }
}
#sec_history .img_03 {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  #sec_history .img_03 {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_history .img_03 {
    max-width: 250px;
    margin: 40px auto 0;
  }
}

.list_history_wrap {
  position: relative;
}
.list_history_wrap:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  background: #1FAAF2;
}
@media screen and (min-width: 768px) {
  .list_history_wrap:before {
    top: 10px;
    height: 100%;
    left: 109px;
  }
}
@media screen and (max-width: 767px) {
  .list_history_wrap:before {
    top: -10px;
    height: calc(100% + 20px);
    left: 104px;
  }
}
@media screen and (min-width: 1240px) {
  .list_history_wrap {
    width: calc(100% - 485px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .list_history_wrap {
    width: 70%;
  }
}

.list_history li {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .list_history li {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .list_history li {
    margin-bottom: 38px;
    font-size: 14px;
  }
}
.list_history dl {
  display: flex;
}
.list_history dt {
  position: relative;
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 768px) {
  .list_history dt {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .list_history dt {
    width: 150px;
  }
}
.list_history dt:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/company/co_dot_01.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 1240px) {
  .list_history dt:after {
    top: 5px;
    right: 39px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .list_history dt:after {
    top: 5px;
    right: 36px;
  }
}
@media screen and (max-width: 767px) {
  .list_history dt:after {
    top: 0;
    right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .list_history dd {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .list_history dd {
    width: calc(100% - 150px);
  }
}

/* --------------------
 SEC_SDGS
-------------------- */
#sec_sdgs {
  background: url(../img/company/co_bg_01.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec_sdgs {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs {
    padding: 70px 0 90px;
  }
}
#sec_sdgs:before, #sec_sdgs:after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #sec_sdgs:before, #sec_sdgs:after {
    width: 220px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs:before, #sec_sdgs:after {
    width: 80px;
    height: 20px;
  }
}
#sec_sdgs:before {
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #sec_sdgs:before {
    background: url(../img/common/frame_b_ti_pc_01.svg) no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs:before {
    background: url(../img/common/frame_b_ti_sp_01.svg) no-repeat top center;
  }
}
#sec_sdgs:after {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sec_sdgs:after {
    background: url(../img/common/frame_b_ti_pc_02.svg) no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs:after {
    background: url(../img/common/frame_b_ti_sp_02.svg) no-repeat top center;
  }
}
@media screen and (min-width: 768px) {
  #sec_sdgs .title_m {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs .title_m {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) {
  #sec_sdgs p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #sec_sdgs p {
    margin-top: 27px;
    font-size: 14px;
  }
}/*# sourceMappingURL=company.css.map */