@charset "UTF-8";
/* all section */
.title_column {
  gap: 4rem;
}
@media (max-width: 1024px) {
  .title_column {
    gap: 0;
  }
}
.title_column p.explain:first-of-type {
  padding-top: 1rem;
}

/* heroimage */
header .wrapimg > div h2:first-child {
  font-size: 3rem;
  text-align: center;
}

/* about us */
#about_us img[src="../img/pic_3circle.svg"] {
  width: 428px;
  display: block;
  margin: 3.375rem auto 5.625rem;
}
@media (max-width: 767px) {
  #about_us img[src="../img/pic_3circle.svg"] {
    width: 100%;
  }
}
#about_us .container {
  padding-bottom: 0;
}
#about_us .title_column {
  margin-bottom: 0;
}
#about_us .title_column h2 + p.explain {
  margin-top: 0;
}
@media (max-width: 767px) {
  #about_us .title_column h2 + p.explain {
    width: 100%;
  }
}

/* service */
#service div.baloon {
  align-items: flex-start;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0px;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #service div.baloon {
    text-align: left;
  }
}
#service div.baloon > p:first-child {
  color: #ffa001;
}
#service div.baloon + p.explain {
  color: #231815;
  background-color: white;
  max-width: 80%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  #service div.baloon + p.explain {
    max-width: 100%;
  }
}
#service .actions_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  #service .actions_wrapper {
    padding: 3rem 1rem;
  }
}
#service .actions_wrapper .img_sentence {
  width: 100%;
  max-width: 50rem;
}
#service .actions_wrapper .img_sentence .sentence_wrapper {
  max-width: initial;
}

/* works */
#works .grid_image {
  margin-bottom: 2rem;
}

/* company */
#company .double_table dl dt {
  width: 16rem;
}
@media (max-width: 767px) {
  #company .double_table dl dt {
    width: 100%;
  }
}

/*  フォーム用  */
.form_err {
  padding: 24px 0 24px;
}
@media (max-width: 767px) {
  .form_err {
    line-height: 1;
    padding: 12px 0 12px;
  }
}

/* 下層画面用 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* company lower */
#company_lower .phrase .phrase_en {
  font-size: 72px;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  #company_lower .phrase .phrase_en {
    font-size: 48px;
    font-size: 3rem;
  }
}
#company_lower .phrase .phrase_ja {
  margin-top: initial;
  color: #231815;
}
@media (max-width: 767px) {
  #company_lower .phrase .phrase_ja {
    margin-top: 12px;
  }
}
#company_lower .center_table_triple {
  width: 24%;
}
@media (max-width: 1024px) {
  #company_lower .center_table_triple {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #company_lower .center_table_triple img + div {
    max-width: 320px;
  }
}
#company_lower .center_table_triple img + div p:nth-child(1) {
  margin: 0 0 12px;
}
#company_lower .center_table_triple img + div p:nth-child(2) {
  margin: initial !important;
}