@charset "UTF-8";
.outline_page {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.IBM-l {
  font-weight: 300;
}
.IBM-m {
  font-weight: 500;
}
.IBM-semibold {
  font-weight: 600;
}
section.wrapper {
  padding: 0 0 90px;
}
.hero_wrap {
  padding: 80px 0;
}
.hero_outline {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  align-items: baseline;
  font-size: 17px;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 940px;
  line-height: 1em;
}
.hero_outline img {
  max-width: 300px;
  margin-right: 14px;
}

@media screen and (max-width: 1023px) {
  .hero_outline {
    font-size: 16px;
    flex-direction: column;
  }
  .hero_wrap {
    padding: 80px 0 80px 20px;
  }
  .hero_outline img {
    max-width: 190px;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 1023px) {
}

.top_lead {
  padding-top: 540px;
  background-image: url(../images/outline/img01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.top_lead_txt {
  position: absolute;
  right: 10.16%;
  bottom: 8.89%;
  color: #fff;
  font-size: 16px;
  line-height: 2.1875em;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top_lead_txt {
    right: unset;
    bottom: 8.89%;
    left: 20px;
    letter-spacing: 0;
    font-size: 14px;
  }
}
.section_system {
  padding: 80px 0;
}
.ttl_system img {
  height: 76px;
  width: auto;
  margin: 0 auto 50px;
}
.system_lead {
  font-size: 30px;
  letter-spacing: 0.3em;
  padding: 16px 0;
  text-align: center;
  background-color: #435764;
  color: #fff;
  max-width: 940px;
  margin: 0 auto 80px;
}
img.table01 {
  display: block;
  max-width: 970px;
  margin: 0 auto 50px;
}
.rod {
  height: 150px;
  width: 2px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    #c9caca 0%,
    #c9caca 50%,
    #0068b7 50%,
    #0068b7 100%
  );
}

@media screen and (max-width: 1023px) {
  h4.ttl_system {
    text-align: left;
    padding-left: 20px;
  }
  .ttl_system img {
    height: 50px;
  }
  .system_lead {
    font-size: 18px;
  }
  img.table01 {
    padding: 0 20px;
  }
  .rod {
    height: 80px;
  }
}

.ttl_mission {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  align-items: baseline;
  font-size: 17px;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 520px;
  line-height: 1em;
}

.ttl_mission img {
  height: 57px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .section_mission {
    padding: 0 20px;
  }
  .ttl_mission {
    font-size: 14px;
  }
  .ttl_mission img {
    height: 40px;
    margin-bottom: 10px;
  }
}

.tabs {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0 36px;
}
.tab {
  width: 30%;
}
.tab div {
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 70px 20px 20px;
  display: flex;
  flex-direction: column;
}
.tab div img {
  width: 90px;
  margin: 0 auto;
  display: block;
}
.tab div p {
  color: #000;
  text-align: center;
}
.tab div p:nth-of-type(1) {
  font-size: 20px;
  margin: 30px auto;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.tab div p:nth-of-type(2) {
  font-size: 15px;
  letter-spacing: 0;
  flex-grow: 1;
  font-weight: 500;
}

.dh_content {
  background-image: url(../images/outline/bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  padding: 10px;
  max-width: 940px;
  margin: 0 auto;
}
.dh_content > div {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 50px;
}
.dh_lead {
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-style: normal;

  color: #435764;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 10px;
}
.dh_txt {
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 2em;
}

.dh_box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: start;
}
.company_number_wrap {
  width: 50%;
  margin-top: 50px;
}
.company_number_txt p:nth-of-type(1) {
  color: #435764;
}

.company_number_txt p:nth-of-type(2) {
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .tabs {
    gap: 30px;
    padding: 0 0 36px;
    flex-direction: column;
    align-items: center;
  }
  .tab {
    width: 90%;
  }
  .tab div {
    padding: 20px 20px 20px;
  }
  .tab div p:nth-of-type(1) {
    font-size: 16px;
    margin: 30px auto;
  }
  .tab div p:nth-of-type(2) {
    font-size: 14px;
  }

  .dh_content {
    padding: 5px;
  }
  .dh_content > div {
    padding: 20px 10px;
  }
  .dh_txt {
    padding: 20px 10px;
    font-size: 14px;
  }
  .dh_box {
    flex-direction: column;
  }
  .company_number_wrap {
    width: 100%;
  }
}

.section_project {
  margin: 180px auto 200px;
}
.project_box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
  gap: 100px;
}
.project_txt {
  margin-top: 100px;
  position: relative;
}
.project_txt ::before {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  height: 100%;
  width: 2px;
  background: linear-gradient(
    180deg,
    #0068b7 0%,
    #0068b7 30%,
    #c9caca 30%,
    #c9caca 100%
  );
}
.project_txt h5 {
  font-size: 40px;
  letter-spacing: 0.35em;
  color: #595757;
  margin-bottom: 30px;
  line-height: 1em;
}
.project_txt span {
  font-family:
    'satoshi', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, sans-serif;
  display: block;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1em;
  color: #435764;
}

.project_txt p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}

.project_img img + img {
  margin-top: 20px;
}

.project_box + .project_box {
  margin-top: 50px;
  gap: 50px;
}
.project_box + .project_box ::before {
  right: unset;
  left: -40px;
}
.project_box + .project_box .project_txt {
  order: 1;
}
.project_box + .project_box .project_img {
  order: 2;
}
@media screen and (max-width: 1023px) {
  .section_project {
    margin: 100px auto;
  }
  .project_box {
    gap: 0px;
    padding: 0 20px;
    flex-direction: column;
  }
  .project_txt {
    margin-top: 50px;
  }

  .project_box + .project_box .project_img {
    order: 1;
  }
  .project_box + .project_box .project_txt {
    order: 2;
  }
  .project_box + .project_box {
    margin-top: 50px;
    gap: 0px;
  }
  .project_txt h5 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .project_txt span {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .project_txt p {
    font-size: 14px;
  }
}
.section_hello {
  margin: 0 auto 115px;
}
.section_hello h4 {
  letter-spacing: 0.3em;
  font-size: 24px;
  color: #595757;
  padding: 45px 0;
  text-align: center;
  background-color: #f4f4f4;
}
.hello_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.hello_txt {
  order: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  background: #000102;
  background: -moz-linear-gradient(left, #0068b7 0%, #000102 100%);
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(#0068b7),
    to(#000102)
  );
  background: -webkit-linear-gradient(left, #0068b7 0%, #000102 100%);
  background: -o-linear-gradient(left, #0068b7 0%, #000102 100%);
  background: linear-gradient(to right, #0068b7 0%, #000102 100%);
}
.hello_img {
  order: 2;
  width: 50%;
}

.hello_txt_in {
  max-width: 530px;
  padding: 0 80px 0 20px;
  box-sizing: border-box;
}
.hello_txt_in > p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2em;
  margin: 0 auto 80px;
}
.hello_txt_in .profile {
  position: relative;
}
.profile_waku {
  position: absolute;
  right: 0;
  top: 16px;
  width: 218px;
}
.hello_txt_in .profile p {
  color: #fff;
  font-size: 16px;
}

.hello_txt_in .profile table {
  color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
}
.hello_txt_in .profile table tr,
.hello_txt_in .profile table td,
.hello_txt_in .profile table th {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}
.hello_txt_in .profile table td {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1023px) {
  .section_hello h4 {
    font-size: 18px;
  }
  .hello_box {
    flex-direction: column;
  }
  .hello_img {
    order: 1;
    width: 100%;
  }
  .hello_txt {
    order: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hello_txt_in {
    max-width: 100%;
    padding: 40px 20px;
  }

  .hello_txt_in > p {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto 40px;
  }

  .hello_txt_in .profile table {
    font-size: 12px;
    letter-spacing: 0;
  }
  .profile_waku {
    top: 14px;
    width: 90px;
  }
}
/*

概要部分

*/

.table {
  max-width: 650px;
  margin: 80px auto;
}
.no-margin-ul ul {
  margin-left: 0;
  padding-left: 1em; /* 調整用 */
}

/* テーブル全体の見た目を整える */
.custom-table {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
}

/* 左列（<th>）を30%、右列（<td>）を70%に */
.custom-table th {
  width: 40%;
  vertical-align: top; /* 複数行表示でも整列 */
  text-align: left;
  background-color: transparent; /* 見やすくするため */
  padding: 15px 0 15px 60px;
  font-weight: normal;
}

/* 右列（<td>） */
.custom-table td {
  width: 60%;
  padding: 0.75em;
}
.custom-table th,
.custom-table td {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .section_hello .custom-table {
    padding: 0px;
    max-width: 100%;
    width: calc(100% - 40px);
    font-size: 12px;
  }
  .custom-table th {
    width: 30%;
    padding: 0.75em 0 0.75em 0.75em;
  }
  .custom-table td {
    width: 70%;
    padding: 0.75em;
  }
}

.access_wrap {
  display: flex;
  justify-content: center;
  align-items: normal;
  max-width: 940px;
  margin: 100px auto 20px;
  gap: 20px;
}
.map_box {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 50%;
}
.map_ttl {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  color: #595757;
  padding: 20px 0;
  line-height: 1em;
}
.map_wrap iframe {
  width: 100%;
  height: 300px;
  border: none;
  padding: 0 3px;
}
.access_txt {
  padding: 10px 20px 20px;
}
.access_txt p {
  color: #000;
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.access_txt p.indent {
  padding-left: 6em;
  text-indent: -6em;
}
.tel {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  max-width: 940px;
  margin: 0 auto;
  padding: 26px 0;
}
.tel img {
  display: block;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .access_wrap {
    flex-direction: column;
    margin: 50px auto 20px;
    gap: 50px;
    padding: 0 20px;
  }
  .map_box {
    width: 100%;
  }
  .map_ttl {
    font-size: 16px;
  }
  .tel {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
