@charset "utf-8";

/*----------------------------------------------------------------------------------------

	company.css

----------------------------------------------------------------------------------------*/

body {
  font-size: 16px;
}

/* 汎用クラス（PC用） */
.pc-mt0 { margin-top: 0 !important; }
.pc-mt8 { margin-top: 8px !important; }
.pc-mt16 { margin-top: 16px !important; }
.pc-mt24 { margin-top: 24px !important; }
.pc-mt32 { margin-top: 32px !important; }
.pc-mt64 { margin-top: 64px !important; }

.pc-mb0 { margin-bottom: 0 !important; }
.pc-mb8 { margin-bottom: 8px !important; }
.pc-mb16 { margin-bottom: 16px !important; }
.pc-mb24 { margin-bottom: 24px !important; }
.pc-mb32 { margin-bottom: 32px !important; }
.pc-mb64 { margin-bottom: 64px !important; }

.pc-pt0 { padding-top: 0 !important; }
.pc-pt8 { padding-top: 8px !important; }
.pc-pt16 { padding-top: 16px !important; }
.pc-pt24 { padding-top: 24px !important; }
.pc-pt32 { padding-top: 32px !important; }
.pc-pt64 { padding-top: 64px !important; }

.pc-pb0 { padding-bottom: 0 !important; }
.pc-pb8 { padding-bottom: 8px !important; }
.pc-pb16 { padding-bottom: 16px !important; }
.pc-pb24 { padding-bottom: 24px !important; }
.pc-pb32 { padding-bottom: 32px !important; }
.pc-pb64 { padding-bottom: 64px !important; }

.contents_main-width {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

/* 会社概要ページの表示 */
.sticky_com-info_link-list_wrap {
  background-color: #fff;
}

.sticky_com-info_link-list {
  display: flex;
  justify-content: center;
  line-height: 70px;
}

.sticky_com-info_link-list li {
  position: relative;
  padding: 0 30px;
}
.sticky_com-info_link-list li:first-of-type {
  padding-right: 20px;
}
.sticky_com-info_link-list li + li:before {
  content: "|";
  display: inline-block;
  position: absolute;
  left: -1px;
}

.company_main_wrap {
  width: 100%;
}

body.company .sec_title,
body.company .sec_sub-title {
  display: block;
  color: #222;
  text-align: center;
  line-height: 1;
}

body.company .sec_title {
  font-size: 48px;
  margin-bottom: 16px;
}

body.company .sec_sub-title {
  margin-bottom: 30px;
}

body.company section.greeting {
  background-color: #f4f4f4;
  padding: 20px 0 30px;
}

body.company section.greeting > .catch {
  text-align: center;
  margin-bottom: 30px;
}

body.company section.greeting .contents {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

body.company section.greeting .contents p {
  font-size: 17px;
  line-height: 1.8;
}

body.company section.greeting .contents .name {
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
}

body.company section.greeting .contents .catch {
  width: 320px;
  flex-shrink: 0;
}

body.company section.gaiyou {
  padding: 40px 0 20px;
}

body.company section.gaiyou .contents {
  overflow-wrap: anywhere;
}

body.company section.gaiyou table {
  border-collapse: separate;
  width: 100%;
}

body.company section.gaiyou table tr + tr td,
body.company section.gaiyou table tr + tr th {
  border-top: dotted 1px #7f7f7f;
}

body.company section.gaiyou table th {
  width: 22%;
  padding: 16px 0;
  line-height: 1.4;
  vertical-align: middle;
}

body.company section.gaiyou table td {
  width: 76%;
  padding: 16px 0;
  line-height: 24px;
}

body.company section.gaiyou .contents_td-ttrong {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
}

/* 会社概要等 ビジュアルエディタ入力用 */
.company_acf > p + p {
  margin-top: 1.5em;
}

body.company section.access {
  padding-top: 40px;
  padding-bottom: 96px;
  background-color: #f4f4f4;
}

body.company section.access .title {
  margin-bottom: 32px;
  font-size: 32px;
  text-align: center;
}

body.company section.access .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.company section.access .contents p {
  font-size: 16px;
  line-height: 32px;
}

body.company section.access .map {
  height: 540px;
  margin-top: 30px;
}
