@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
/*後で消す
.site-wrapper{
  @media (max-width: 1240px) {
    min-width: 100%;
  }
}
.page .ttl{
  @media (max-width: 1240px) {
    padding: 110px 5% 30px;
  }
}*/
@media (max-width: 1240px) {
  .inner {
    width: 100%;
    padding: 0px 5%;
  }
}

@media (max-width: 767px) {
  .page .contents .section-category {
    padding-top: auto;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.page .ttl {
  height: auto;
}

.main_vi {
  background: red;
  padding: 120px 0px 120px;
  overflow: hidden;
  background: linear-gradient(to bottom, #E7F5FF, #BDE3FF);
  position: relative;
}
@media (max-width: 1024px) {
  .main_vi {
    padding: 80px 5% 70px;
  }
}
@media (max-width: 767px) {
  .main_vi {
    padding: 80px 25px 70px;
  }
}
.main_vi .phil_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 140px;
}
.main_vi .phil_wrap img {
  max-width: 865px;
  width: 100%;
}
@media (max-width: 767px) {
  .main_vi .phil_wrap {
    margin: 0 auto 40px;
  }
}
.main_vi h1 {
  text-align: center;
  position: relative;
}
.main_vi h1 img {
  width: 445px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main_vi h1 img {
    width: 269px;
  }
}
@media (min-width: 1500px) {
  .main_vi h1 {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.main_vi h1::before {
  content: "";
  width: 545px;
  height: 388px;
  background: url(../img/company/main1.png);
  background-size: 100%;
  position: absolute;
  top: -90px;
  left: -30px;
  transition: transform 0.3s ease;
}
@media (min-width: 1500px) {
  .main_vi h1::before {
    left: 0px;
  }
}
@media (max-width: 1400px) {
  .main_vi h1::before {
    transform: translateX(clamp(-50px, (100vw - 1400px) * 1, 0px));
  }
}
@media (max-width: 1300px) {
  .main_vi h1::before {
    left: -100px;
  }
}
@media (max-width: 1100px) {
  .main_vi h1::before {
    left: -130px;
  }
}
@media (max-width: 1024px) {
  .main_vi h1::before {
    width: 500px;
    height: 356px;
    top: 260px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .main_vi h1::before {
    background: url(../img/company/main1_sp.png);
    background-size: 100%;
    width: 390px;
    height: 238px;
    top: 180px;
    left: -60px;
    transform: translate(0px, 0px);
  }
}
.main_vi h1::after {
  content: "";
  width: 472px;
  height: 379px;
  background: url(../img/company/main2.png);
  background-size: 100%;
  position: absolute;
  top: -90px;
  right: -40px;
  transition: transform 0.3s ease;
}
@media (min-width: 1500px) {
  .main_vi h1::after {
    right: -10px;
  }
}
@media (max-width: 1400px) {
  .main_vi h1::after {
    transform: translateX(clamp(50px, (100vw - 1400px) * 1, 0px));
  }
}
@media (max-width: 1300px) {
  .main_vi h1::after {
    right: -100px;
  }
}
@media (max-width: 1200px) {
  .main_vi h1::after {
    right: -130px;
  }
}
@media (max-width: 1024px) {
  .main_vi h1::after {
    top: 300px;
    right: 50px;
  }
}
@media (max-width: 820px) {
  .main_vi h1::after {
    width: 400px;
    height: 321px;
    top: 470px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .main_vi h1::after {
    background: url(../img/company/main2_sp.png);
    background-size: 100%;
    width: 380px;
    height: 216px;
    top: 370px;
    right: -60px;
    transform: translate(0px, 0px);
  }
}
.main_vi .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 107px;
  /*
  .col:nth-child(1){
     background: #F59219;
  }
  .col:nth-child(1)::before {
    content: "";
    width: 70px;
    height: 76px;
    background: url(../img/company/no1.svg);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    @media (max-width: 767px) {
      width: 62px;
      height: 67px;
      transform: translate(-50%,-60%);
    }  
  }
  .col:nth-child(2){
     background: #DC778E;
  }
  .col:nth-child(2)::before {
    content: "";
    width: 70px;
    height: 76px;
    background: url(../img/company/no2.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    @media (max-width: 767px) {
      width: 62px;
      height: 67px;
      transform: translate(-50%,-60%);
    }  
  }
  .col:nth-child(3){
     background: #89BC00;
  }
  .col:nth-child(3)::before {
    content: "";
    width: 70px;
    height: 76px;
    background: url(../img/company/no3.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    @media (max-width: 767px) {
      width: 62px;
      height: 67px;
      transform: translate(-50%,-60%);
    }  
  }
  .col:nth-child(4){
     background: #1FC352;
  }
  .col:nth-child(4)::before {
    content: "";
    width: 70px;
    height: 71px;
    background: url(../img/company/no4.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    @media (max-width: 767px) {
      width: 62px;
      height: 53px;
      transform: translate(-50%,-60%);
    }  
  }
  .col:nth-child(5){
     background: #2989D3;
  }
  .col:nth-child(5)::before {
    content: "";
    width: 70px;
    height: 76px;
    background: url(../img/company/no5.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
    @media (max-width: 767px) {
      width: 62px;
      height: 67px;
      transform: translate(-50%,-60%);
    } 
  }
  */
}
.main_vi .column .col {
  width: 200px;
  height: 200px;
  position: relative;
}
.main_vi .column .col p {
  text-align: center;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-47%, -90%);
  width: 100%;
  background: none;
}
@media (max-width: 767px) {
  .main_vi .column .col p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .main_vi .column .col {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 820px) {
  .main_vi .column .col {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .main_vi .column .col {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 414px) {
  .main_vi .column .col {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .main_vi .column .col {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .main_vi .column {
    margin-top: 480px;
  }
}
@media (max-width: 820px) {
  .main_vi .column {
    margin-top: 700px;
  }
}
@media (max-width: 768px) {
  .main_vi .column {
    margin-top: 600px;
  }
}
@media (max-width: 767px) {
  .main_vi .column {
    justify-content: center;
    gap: 10px;
    margin-top: 480px;
  }
}

.main_vi::before {
  content: "";
  width: 3000px;
  height: 141px;
  background: url(../img/company/main_txt.png);
  background-size: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0, 0px);
}
@media (max-width: 1024px) {
  .main_vi::before {
    width: 1500px;
    height: 216px;
    top: 50%;
    left: 0;
    background: url(../img/company/main_txt_sp.png);
    background-size: 100%;
    transform: translate(0px, -420px);
  }
}
@media (max-width: 820px) {
  .main_vi::before {
    transform: translate(-30px, -470px);
  }
}
@media (max-width: 768px) {
  .main_vi::before {
    width: 1200px;
    height: 173px;
    transform: translate(-30px, -420px);
  }
}
@media (max-width: 767px) {
  .main_vi::before {
    width: 1000px;
    height: 143px;
    transform: translate(-30px, -360px);
  }
}

.cnt1 {
  margin-bottom: 100px;
}
.cnt1 h2 {
  max-width: 683px;
  margin-bottom: 69px;
}
.cnt1 h2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .cnt1 h2 {
    margin-bottom: 40px;
  }
}
.cnt1 .value {
  background: #A3D5FC;
  padding: 90px;
}
.cnt1 .value .column {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #000;
}
.cnt1 .value .column .col {
  width: 33.3333333333%;
  padding: 27px 20px 27px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  border-right: none;
  position: relative;
}
.cnt1 .value .column .col .col_ttl {
  text-align: center;
  padding-bottom: 17px;
  border-bottom: dotted 3px #000;
}
.cnt1 .value .column .col .col_ttl p {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cnt1 .value .column .col .col_ttl p {
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cnt1 .value .column .col .col_ttl {
    padding-bottom: 16px;
  }
}
.cnt1 .value .column .col .img {
  padding: 31px 0px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cnt1 .value .column .col .img {
    padding: 28px 0px;
    max-width: 240px;
  }
}
.cnt1 .value .column .col .txt {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cnt1 .value .column .col .txt span {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #0068B7;
}
@media (max-width: 820px) {
  .cnt1 .value .column .col .txt span {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cnt1 .value .column .col .txt span {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .cnt1 .value .column .col .txt {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cnt1 .value .column .col {
    width: 100%;
  }
}
.cnt1 .value .column .col:nth-child(3n) {
  border-right: solid 2px #000;
}
@media (max-width: 767px) {
  .cnt1 .value .column .col:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cnt1 .value .column {
    display: block;
    border-right: solid 2px #000;
  }
}
@media (max-width: 1024px) {
  .cnt1 .value {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .cnt1 .value {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cnt1 {
    margin-bottom: 96px;
  }
}

.cnt2 h2 {
  max-width: 832px;
  margin-bottom: 69px;
}
.cnt2 h2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .cnt2 h2 {
    max-width: 318px;
    margin-bottom: 40px;
  }
}
.cnt2 h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 19px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .cnt2 h3 {
    font-size: 1.5625rem;
    margin-top: 40px;
  }
}
.cnt2 h3::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/company/txt_icon.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cnt2 .column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.cnt2 .column > div {
  width: calc(50% - 25px);
}
@media (max-width: 767px) {
  .cnt2 .column > div {
    width: 100%;
  }
}
.cnt2 .column .txt p.col_txt {
  font-size: 1rem;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .cnt2 .column .txt p.col_txt {
    font-size: 0.9375rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cnt2 .column {
    display: block;
  }
}
.cnt2 .cnt2_1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cnt2 .cnt2_1 {
    margin-bottom: 60px;
  }
}
.cnt2 .cnt2_2 {
  margin-bottom: 80px;
}
.cnt2 .cnt2_2 .column .col {
  width: calc(50% - 25px);
}
.cnt2 .cnt2_2 .column .col .img img {
  width: 100%;
  margin-bottom: 18px;
}
.cnt2 .cnt2_2 .column .col p.col_ttl {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cnt2 .cnt2_2 .column .col p.col_ttl {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
}
.cnt2 .cnt2_2 .column .col p.note {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .cnt2 .cnt2_2 .column .col {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cnt2 .cnt2_2 .column {
    display: block;
  }
}/*# sourceMappingURL=company.css.map */