@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
.col1Wrap .wrap,
.col2Wrap .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.col2Wrap {
  overflow: hidden;
}
.col2Wrap main {
  width: 860px;
  min-height: 45vh;
  float: right;
}
.col2Wrap aside {
  width: 300px;
  float: left;
}

@media screen and (max-width: 767px) {
  .col1Wrap .wrap,
  .col2Wrap .wrap {
    width: calc(100% - 30px);
  }
  .col2Wrap main,
  .col2Wrap aside {
    width: 100%;
    float: none;
  }
  .col2Wrap main {
    min-height: 0;
  }
}

/*--------------------------------------------------------------------------
  レイアウト
--------------------------------------------------------------------------*/
.wrap-center {
  margin: auto;
}
.img50 {
  width: 50%;
}
.img80 {
  width: 80%;
}
.img100 {
  width: 100%;
}
.img100 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img50,
  .img80 {
    width: 100%;
  }
}


/* 2カラム */
.layout-col2Wrap,
.layout-col2Wrap--l-long {
  display: flex;
  justify-content: space-between;
}
.layout-col2Wrap div.box {
  width: 48%;
}

/* 2カラム（左側が広い） */
.layout-col2Wrap--l-long div.box:first-child {
  width: 75%;
}
.layout-col2Wrap--l-long div.box:last-child {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .layout-col2Wrap,
  .layout-col2Wrap--l-long {
    display: block;
  }
  .layout-col2Wrap div.box {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .layout-col2Wrap div.box:first-child {
    margin: 0;
  }
}


/*--------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------*/
#pageTtlImg {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  background: #9cb4d6 url(/asset/images/bg_pagettl.jpg) no-repeat center;
  background-size: auto 100%;
}
#pageTtlImg h1 {
  color: #023e87;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.75rem;
}
#pageTtlImg h1 span {
  display: block;
  font-size: 1.8rem;
}
#pageTtlImg h1 small {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #pageTtlImg {
    height: 150px;
    background-image: url(/asset/images/bg_pagettl-sp.jpg);
    background-size: cover;
  }
  #pageTtlImg h1 {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    line-height: 1.2;
    text-shadow: 0 0 5px #ffffff;
  }
  #pageTtlImg h1 span {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  #pageTtlImg h1 small {
    font-size: 1.2rem;
    margin: 5px 0 0 0;
  }
}

/*--------------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------------*/
#breadCrumb {
  background: #fff;
  color: #023e87;
  padding: 15px 0;
}
#breadCrumb nav ol li {
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  background: url(/asset/images/icn_breadcrumb.png) no-repeat left center;
  background-size: 8px;
}
#breadCrumb nav ol li:first-child {
  padding: 0;
  background: none;
}
#breadCrumb nav ol li a {
  color: #023e87;
}
#breadCrumb nav ol li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #breadCrumb {
    padding: 6px 0 12px;
  }
  #breadCrumb nav ol li {
    margin: 0 5px 0 0;
    padding: 0 0 0 10px;
    font-size: 1.1rem;
    background-size: 6px;
  }
}

/*--------------------------------------------------------------------------
  写真ブルーマスク
--------------------------------------------------------------------------*/
.filterBlue {
  position: relative;
  display: inline-block;
}

.filterBlue img {
  display: block;
}

.filterBlue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 62, 135, 0.3); /* 青色の半透明レイヤー */
  pointer-events: none; /* クリックイベントを無効にする */
}

/*--------------------------------------------------------------------------
  サイドメニュー
--------------------------------------------------------------------------*/
aside#sideMenu {
  margin: 70px 0 0 0;
}
aside#sideMenu .sideNavBlock {
  margin: 0 0 30px;
  padding: 18px 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.05);
  position: relative;
}
aside#sideMenu .sideNavBlock .title {
  border-bottom: 2px solid #ddd;
  position: relative;
  color: #023e87;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 12px;
}
aside#sideMenu .sideNavBlock::before {
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: calc(100% - 20px);
  height: 8px;
}
aside#sideMenu .sideNavBlock .title a {
  padding: 10px 25px 10px 10px;
  color: #023e87;
  letter-spacing: 0.025em;
  display: block;
  background: #e8eef5 url(/asset/images/arw_blue-right.png) no-repeat right 10px center;
  background-size: 14px auto;
}
aside#sideMenu .sideNavBlock ul li {
  font-size: 1.5rem;
  font-weight: 500;
}
aside#sideMenu .sideNavBlock ul li a {
  display: block;
  letter-spacing: 0.025em;
  padding: 10px 25px 10px 10px;
  background: url(/asset/images/arw_blue-right.png) no-repeat right 10px center;
  background-size: 14px auto;
}
aside#sideMenu .backBlock {
  margin: 0 22px;
}
aside#sideMenu .backBlock a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0 0 30px;
  background: url(/asset/images/arw_blue-left.png) no-repeat left center;
  background-size: 14px auto;
}
aside#sideMenu a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  aside#sideMenu {
    margin: 0;
  }
  aside#sideMenu .sideNavBlock .title {
    font-size: 1.5rem;
  }
    aside#sideMenu .sideNavBlock ul li {
    font-size: 1.3rem;
  }
  aside#sideMenu .backBlock {
    margin: 0 22px 40px;
  }
  aside#sideMenu .backBlock a {
    font-size: 1.3rem;
  }
}

/***************************************************************************

  会社情報

***************************************************************************/
#pageCompany a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#pageCompany section .wrap {
  padding: 70px 0;
}
#pageCompany .bgWhite {
  background-color: #fff;
}
#pageCompany .bgBlue {
  background-color: #e8eef5;
}
#pageCompany .bgGrade {
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
}
#pageCompany .picBox {
  display: flex;
  gap: 0 20px;
  margin-top: 5px;
}
#pageCompany .picBox div {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #pageCompany section .wrap {
    padding: 35px 0;
  }
  #pageCompany .tableCommon .w5,
  #pageCompany .tableCommon .w30 {
    width: auto !important;
  }
  #pageCompany .picBox {
    gap: 0 5px;
  }
  #pageCompany .picBox div {
    width: 50%;
  }
}


/*--------------------------------------------------------------------------
  見出し
--------------------------------------------------------------------------*/
#pageCompany h2 {
  margin: 0 0 40px 0;
}
#pageCompany h2 span {
  font-family: "Lexend Giga", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageCompany h2 small {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin: 20px 0 0 0;
  padding: 18px 0 0 0;
}
#pageCompany h2 small::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #023e87;
}

#pageCompany .bgGrade h2 {
  color: #fff;
}
#pageCompany .bgGrade h2 span {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageCompany .bgGrade h2 small::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #pageCompany h2 {
    margin: 0 0 20px;
  }
  #pageCompany h2 span {
    font-size: 3.5rem;
  }
  #pageCompany h2 small {
    font-size: 1.3rem;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
  }
  #pageCompany h2 small::before {
    width: 15px;
  }
}


/*--------------------------------------------------------------------------
  表組み
--------------------------------------------------------------------------*/
#pageCompany table.tableCommon {
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 0 50px -10px;
}
#pageCompany table.tableCommon th {
  padding: 12px 0 20px 0;
  color: #023e87;
  font-weight: 600;
  width: 200px;
  vertical-align: top;
  border-bottom: 1px solid #023e87;
  margin-right: 10px;
}
#pageCompany table.tableCommon td {
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  width: calc(100% - 200px);
  position: relative;
}
#pageCompany table.tableCommon .col5050 {
  display: flex;
  gap: 0 90px;
}

#pageCompany table.tableCommon ul li {
  position: relative;
}
#pageCompany table.tableCommon ul li::before {
  content: "・";
}
#pageCompany table.tableCommon dl + dl {
  margin: 25px 0 0 0;
}
#pageCompany table.tableCommon dl dt {
  font-weight: 500;
}
#pageCompany table.tableCommon a.linkGmap {
  position: absolute;
  top: 15px;
  right: 0;
  color: #023e87;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #023e87;
  background: url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
  padding: 8px 42px 8px 18px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #pageCompany table.tableCommon a.linkGmap:hover {
    color: #ffffff;
    border: 1px solid #023e87;
    background: #023e87 url(/asset/images/arw_white-right.png) no-repeat right 12px center;
    background-size: 14px auto;
    box-shadow: 0 0 5px #023e87;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #pageCompany table.tableCommon {
    width: calc(100% + 5px);
    border-spacing: 5px;
    margin: 0 0 25px -5px;
  }
  #pageCompany table.tableCommon th {
    padding: 6px 0 10px 0;
    width: 80px;
    margin-right: 5px;
  }
  #pageCompany table.tableCommon td {
    padding: 6px 0 10px 0;
    width: calc(100% - 80px);
  }
  #pageCompany table.tableCommon .col5050 {
    display: block;
    gap: 0;
  }
  #pageCompany table.tableCommon .col5050 .colRight {
    margin: 20px 0 0 0;
  }

  #pageCompany table.tableCommon a.linkGmap {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    font-size: 1rem;
    background-position: right 8px center;
    background-size: 10px auto;
    margin: 0 0 0 10px;
    padding: 4px 22px 4px 8px;
  }
}


/*--------------------------------------------------------------------------
  代表挨拶
--------------------------------------------------------------------------*/
#pageCompany .messageBlock {
  display: flex;
}
#pageCompany .messageBlock figcaption {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 10px 0 0 0;
  text-align: right;
}
#pageCompany .messageBlock figcaption strong {
  font-size: 2.4rem;
}
#pageCompany .messageBlock .colRight {
  width: 756px;
  margin: 10px 0 0 44px;
  padding: 26px 26px 18px;
  border: 1px solid #023f87;
}
#pageCompany .messageBlock h3 {
  margin: 0 0 10px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageCompany .messageBlock p {
  line-height: 3.6rem;
}

@media screen and (max-width: 767px) {
  #pageCompany .messageBlock {
    display: block;
  }
  #pageCompany .messageBlock figcaption {
    font-size: 1.2rem;
  }
  #pageCompany .messageBlock figcaption strong {
    font-size: 1.8rem;
  }
  #pageCompany .messageBlock .colRight {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 26px 26px 18px;
  }
  #pageCompany .messageBlock h3 {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  #pageCompany .messageBlock p {
    line-height: 2.6rem;
  }
}


/*--------------------------------------------------------------------------
  社是
--------------------------------------------------------------------------*/
#pageCompany .mottoBlock {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#pageCompany .mottoBlock ol {
  width: 820px;
}
#pageCompany .mottoBlock ol li {
  padding: 24px 0 26px 60px;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  position: relative;
}
#pageCompany .mottoBlock ol li:first-child {
  padding-top: 0;
}
#pageCompany .mottoBlock ol li::before {
  font-weight: 600;
  font-size: 2.9rem;
  padding: 0 14px 0 0;
  font-style: italic;
}
#pageCompany .mottoBlock ol li:first-child::before {
  content: "1.";
}
#pageCompany .mottoBlock ol li:nth-child(2)::before {
  content: "2.";
}
#pageCompany .mottoBlock ol li:nth-child(3)::before {
  content: "3.";
}

@media screen and (max-width: 767px) {
  #pageCompany .mottoBlock {
    display: block;
  }
  #pageCompany .mottoBlock ol {
    width: 100%;
  }
  #pageCompany .mottoBlock ol li {
    padding: 18px 0 20px 20px;
    font-size: 2rem;
  }
  #pageCompany .mottoBlock ol li::before {
    font-size: 2.2rem;
    padding: 0 8px 0 0;
  }
}


/*--------------------------------------------------------------------------
  ミッション
--------------------------------------------------------------------------*/
#pageCompany .missionBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
#pageCompany .missionBlock dl {
  font-weight: 500;
  position: relative;
  width: 49%;
}
#pageCompany .missionBlock dl dt {
  width: 320px;
  padding: 16px 20px;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  position: absolute;
  z-index: 2;
}
#pageCompany .missionBlock dl dd {
  background: #ccddf1;
  margin: 20px 0 0 10px;
  padding: 60px 20px 20px;
  font-size: 1.55rem;
}

@media screen and (max-width: 767px) {
  #pageCompany .missionBlock {
    display: block;
  }
  #pageCompany .missionBlock dl {
    width: 100%;
  }
  #pageCompany .missionBlock dl dt {
    width: calc(100% - 150px);
    margin-top: -20px;
    padding: 8px 15px;
    font-size: 1.5rem;
    z-index: 2;
  }
  #pageCompany .missionBlock dl dd {
    margin: 40px 0 0 10px;
    padding: 35px 15px 15px;
    font-size: 1.35rem;
  }
  #pageCompany .missionBlock dl dd br {
    display: none;
  }
}

/*--------------------------------------------------------------------------
  リンクボタン（別ページ）
--------------------------------------------------------------------------*/
#pageCompany .btnOtherPage nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
#pageCompany .btnOtherPage nav a {
  display: block;
  border: 1px solid #023e87;
  background: #fff;
  width: 350px;
  border-radius: 5px;
  padding: 16px 20px;
  transition: 0.3s;
}
#pageCompany .btnOtherPage nav a dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  color: #023e87;
  background: url(/asset/images/arw_blue-right.png) no-repeat right center;
  background-size: 14px auto;
  transition: 0.3s;
}
#pageCompany .btnOtherPage nav a dl dd {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #pageCompany .btnOtherPage nav a:hover {
    background: #023e87;
    color: #ffffff;
    box-shadow: 0 0 5px #023e87;
    opacity: 1;
  }
  #pageCompany .btnOtherPage nav a:hover dl dt {
    color: #ffffff;
    background: url(/asset/images/arw_white-right.png) no-repeat right center;
    background-size: 14px auto;
  }
}

@media screen and (max-width: 767px) {
  #pageCompany .btnOtherPage nav {
    display: block;
    gap: 0;
  }
  #pageCompany .btnOtherPage nav a {
    width: 100%;
    padding: 16px 20px;
    margin: 10px 0 0 0;
  }
  #pageCompany .btnOtherPage nav a dl dt {
    font-size: 1.5rem;
  }
  #pageCompany .btnOtherPage nav a dl dd {
    font-size: 1.2rem;
  }
}


/***************************************************************************

  事業紹介

***************************************************************************/
#pageBusiness a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#pageBusiness.col2Wrap main {
  padding: 70px 0;
}
#pageBusiness.col2Wrap main section {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #pageBusiness.col2Wrap main {
    padding: 35px 0;
  }
  #pageBusiness.col2Wrap main section {
    margin: 0 0 30px;
  }
}


/*--------------------------------------------------------------------------
  見出し
--------------------------------------------------------------------------*/
#pageBusiness.col1Wrap h2,
#pageCatalog.col1Wrap h2,
.pageCmn.col1Wrap h2 {
  margin: 0 0 40px 0;
}
#pageBusiness.col1Wrap h2 span,
#pageCatalog.col1Wrap h2 span,
.pageCmn.col1Wrap h2 span {
  font-family: "Lexend Giga", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageBusiness.col1Wrap h2 small,
#pageCatalog.col1Wrap h2 small,
.pageCmn.col1Wrap h2 small {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin: 20px 0 0 0;
  padding: 18px 0 0 0;
}
#pageBusiness.col1Wrap h2 small::before,
#pageCatalog.col1Wrap h2 small::before,
.pageCmn.col1Wrap h2 small::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #023e87;
}

#pageBusiness.col2Wrap h2 {
  background: url(/asset/images/icn_h2.png) no-repeat left 6px;
  background-size: 5px 32px;
  margin: 0 0 25px;
  padding: 0 0 0 16px;
  color: #023e87;
  font-size: 2.8rem;
  font-weight: 600;
}
#pageBusiness h3.h3TxtTtl {
  margin: 10px 0;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageBusiness h3.h4TxtTtl,
#pageBusiness h4.h4TxtTtl {
  position: relative;
  margin: 40px 0 15px 0;
  padding: 0 0 10px 3rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #023e87;
  color: #023e87;
  width: 100%;
}
#pageBusiness h3.h4TxtTtl::before,
#pageBusiness h4.h4TxtTtl::before {
  position: absolute;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  border-radius: 5px;
  width: 2rem;
  height: 5px;
  top: 1.2rem;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  #pageBusiness.col1Wrap h2,
  #pageCatalog.col1Wrap h2,
  .pageCmn.col1Wrap h2 {
    margin: 0 0 20px 0;
  }
  #pageBusiness.col1Wrap h2 span,
  #pageCatalog.col1Wrap h2 span,
  .pageCmn.col1Wrap h2 span {
    font-size: 3.5rem;
  }
  #pageBusiness.col1Wrap h2 small,
  #pageCatalog.col1Wrap h2 small,
  .pageCmn.col1Wrap h2 small {
    font-size: 1.3rem;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
  }
  #pageBusiness.col1Wrap h2 small::before,
  #pageCatalog.col1Wrap h2 small::before,
  .pageCmn.col1Wrap h2 small::before {
    width: 15px;
  }
  #pageBusiness.col2Wrap h2 {
    background-size: auto 22px;
    margin: 0 0 10px;
    padding: 4px 0 0 12px;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  #pageBusiness h3.h3TxtTtl {
    margin: 10px 0;
    font-size: 1.6rem;
  }
  #pageBusiness h3.h4TxtTtl,
  #pageBusiness h4.h4TxtTtl {
    margin: 30px 0 10px 0;
    padding: 0 0 8px 2.4rem;
    font-size: 1.5rem;
  }
  #pageBusiness h3.h4TxtTtl::before,
  #pageBusiness h4.h4TxtTtl::before {
    width: 1.6rem;
    height: 4px;
    top: 1rem;
  }
}

/*--------------------------------------------------------------------------
  事業一覧(全体)
--------------------------------------------------------------------------*/
#pageBusiness .listBlock {
  padding: 70px 0;
}
#pageBusiness .listBlock article {
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
  position: relative;
}
#pageBusiness .listBlock article div.filterBlue {
  width: 580px;
}
#pageBusiness .listBlock article dl {
  margin: 0 0 0 30px;
  width: 530px;
}
#pageBusiness .listBlock article a {
  position: absolute;
  bottom: -30px;
  right: -10px;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%) ;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  padding: 20px 0 20px 35px;
  width: 336px;
  height: 60px;
  transition: 0.3s;
}
#pageBusiness .listBlock article a i {
  background: url(/asset/images/arw_white-right.png) no-repeat right center;
  background-size: 14px auto;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 24px;
}
#pageBusiness .listBlock article dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  color: #023e87;
}
#pageBusiness .listBlock article dl dd p {
  margin: 10px 0 20px;
  font-weight: 500;
}
#pageBusiness .listBlock article dl dd ul li {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 0 0 23px;
  margin: 6px 0;
  background: url(/asset/images/icn_circle.png) no-repeat 0 5px;
  background-size: 13px;
}

@media screen and (min-width: 768px) {
  #pageBusiness .listBlock article a:hover {
    background: linear-gradient(90deg, #146aa1 0%, #146aa1 100%) ;
    opacity: 1;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  #pageBusiness .listBlock {
    padding: 35px 0;
  }
  #pageBusiness .listBlock article {
    padding: 15px;
    margin: 0 0 35px;
    display: block;
  }
  #pageBusiness .listBlock article div.filterBlue {
    width: 100%;
  }
  #pageBusiness .listBlock article dl {
    margin: 10px 0 15px 0;
    width: 100%;
  }
  #pageBusiness .listBlock article a {
    bottom: -15px;
    right: -5px;
    font-size: 1.3rem;
    padding: 12px 0 0 20px;
    width: 160px;
    height: 36px;
  }
  #pageBusiness .listBlock article a i {
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    right: 15px;
    top: 11px;
  }
  #pageBusiness .listBlock article dl dt {
    font-size: 2rem;
    line-height: 1.3;
  }
  #pageBusiness .listBlock article dl dd p {
    margin: 10px 0;
  }
    #pageBusiness .listBlock article dl dd ul li {
    font-size: 1.3rem;
    padding: 0 0 0 18px;
    margin: 4px 0;
    background-position: 0 4px;
    background-size: 10px;
  }
}

/*--------------------------------------------------------------------------
  事業一覧(個別)
--------------------------------------------------------------------------*/
#pageBusiness .eachListBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageBusiness .eachListBlock article {
  width: 410px;
  margin: 0 0 35px;
}
#pageBusiness .eachListBlock article dl dt {
  margin: 5px 0;
  color: #023e87;
  font-weight: 500;
  font-size: 1.8rem;
  background: url(/asset/images/arw_blue-right.png) no-repeat right 10px center;
  background-size: 14px auto;
}
#pageBusiness .eachListBlock article dl dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #pageBusiness .eachListBlock {
    display: block;
  }
  #pageBusiness .eachListBlock article {
    width: 100%;
    margin: 0 0 20px;
  }
  #pageBusiness .eachListBlock article dl dt {
    font-size: 1.5rem;
  }
  #pageBusiness .eachListBlock article dl dd {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------------------
  施工実績一覧
--------------------------------------------------------------------------*/
#pageBusiness .constListBlock {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageBusiness .constListBlock article {
  width: 410px;
  padding: 40px 45px;
  background-color: #fff;
}
#pageBusiness .constListBlock article ul {
  max-height: 280px;
}
#pageBusiness .constListBlock article .detail {
  margin: 40px 0 0 0;
}
#pageBusiness .constListBlock article .detail .tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.4rem;
  background: #e8eef5;
  border-radius: 4px;
}
#pageBusiness .constListBlock article .detail .date {
  display: inline-block;
  padding: 8px 0 4px;
  font-size: 1.4rem;
}
#pageBusiness .constListBlock article .detail strong {
  display: inline-block;
  font-weight: 400;
  color: #023e87;
}

#pageBusiness .btnListPage,
#pageRecruit .btnListPage {
  text-align: center;
}
#pageBusiness .btnListPage a,
#pageRecruit .btnListPage a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #023e87;
  display: block;
  border: 1px solid #023e87;
  background: #fff url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
  border-radius: 5px;
  padding: 8px 0;
  width: 170px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #pageBusiness .btnListPage a:hover,
  #pageRecruit .btnListPage a:hover {
    color: #ffffff;
    background: #023e87 url(/asset/images/arw_white-right.png) no-repeat right 12px center;
    background-size: 14px auto;
    box-shadow: 0 0 5px #023e87;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #pageBusiness .constListBlock {
    display: block;
    margin: 0 0 20px;
  }
  #pageBusiness .constListBlock article {
    width: 100%;
    padding: 20px 22px;
    margin: 0 0 20px;
  }
  #pageBusiness .constListBlock article ul {
    height: 260px;
  }
  #pageBusiness .constListBlock article .detail {
    margin: 30px 0 0 0;
  }
  #pageBusiness .constListBlock article .detail .tag,
  #pageBusiness .constListBlock article .detail .date {
    font-size: 1.1rem;
  }
  #pageBusiness .constListBlock article .detail .date {
    display: block;
  }
  #pageBusiness .btnListPage a,
  #pageRecruit .btnListPage a {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------------------
  施工事例
--------------------------------------------------------------------------*/
/* 矢印あり */
#pageBusiness .comparisonBlock + .comparisonBlock {
  margin: 50px 0 0 0;
}
#pageBusiness .comparisonBlock .Ttl {
  padding: 0 0 20px 0;
  color: #023e87;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #023e87;
}
#pageBusiness .comparisonBlock article {
  overflow: hidden;
  margin: 50px 0 0 0;
  background: url(/asset/images/arw_comparison.png) no-repeat center bottom 150px;
  background-size: 94px auto;
}
#pageBusiness .comparisonBlock article:first-child {
  margin-top: 30px;
}
#pageBusiness .comparisonBlock article.item3 {
  background-image: url(/asset/images/arw_comparison-short.png),url(/asset/images/arw_comparison-short.png);
  background-repeat: no-repeat;
  background-position: left 255px bottom 110px, right 250px bottom 110px;
  background-size: 44px auto;
}
#pageBusiness .comparisonBlock.noarrow article {
  background: none;
}
#pageBusiness .comparisonBlock p + article {
  margin: 30px 0 0;
}
#pageBusiness .comparisonBlock h3 {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 15px;
  padding: 8px 20px;
  text-align: center;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%) ;
  color: #fff;
}
#pageBusiness .comparisonBlock h3 + p {
  margin: 0 0 15px;
}
#pageBusiness .comparisonBlock .comparisonBox {
  display: flex;
  justify-content: space-between;
}
#pageBusiness .comparisonBlock .comparisonBox div {
  width: 360px;
}
#pageBusiness .comparisonBlock article.item3 .comparisonBox div {
  width: 240px;
}
#pageBusiness .comparisonBlock .comparisonBox dl {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
#pageBusiness .comparisonBlock .comparisonBox dl dt {
  width: 90px;
  margin: 0 10px 0 0;
  text-align: center;
  font-weight: 500;
}
#pageBusiness .comparisonBlock .comparisonBox dl dt span {
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #023e87;
  background: #fff;
}

/* 矢印なし */
#pageBusiness .comparisonBlock .comparison-NoarrowBox .Ttl {
  margin: 0 0 20px;
}
#pageBusiness .comparisonBlock .comparison-NoarrowBox .imgList {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
#pageBusiness .comparisonBlock .comparison-NoarrowBox .imgList div {
  width: 49%;
}

/* 画像 右側 */
#pageBusiness .comparisonBlock .comparison-imgFloat .Ttl {
  margin: 0 0 20px;
}
#pageBusiness .comparisonBlock .comparison-imgFloat .imgRight {
  display: flex;
  justify-content: space-between;
}
#pageBusiness .comparisonBlock .comparison-imgFloat .imgRight div {
  width: 49%;
}

@media screen and (max-width: 767px) {
  /* 矢印あり */
  #pageBusiness .comparisonBlock + .comparisonBlock {
    margin: 10px 0 0 0;
  }
  #pageBusiness .comparisonBlock .Ttl {
    padding: 10px 0;
    font-size: 1.7rem;
  }
  #pageBusiness .comparisonBlock article {
    margin: 30px 0 0 0;
    background: none;
  }
  #pageBusiness .comparisonBlock article.item3 {
    margin: 20px 0 0 0;
    background: none;
  }
  #pageBusiness .comparisonBlock.noarrow article {
    margin: 20px 0 0 0;
  }
  #pageBusiness .comparisonBlock p + article {
    margin: 15px 0 0;
  }
  #pageBusiness .comparisonBlock h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    padding: 5px 10px 3px 10px;
  }
  #pageBusiness .comparisonBlock .comparisonBox,
  #pageBusiness .comparisonBlock article.item3 .comparisonBox div {
    display: block;
    width: 100%;
    padding: 0;
  }
  #pageBusiness .comparisonBlock .comparisonBox div {
    margin: 0 0 20px;
  }
  #pageBusiness .comparisonBlock .comparisonBox div:last-child,
  #pageBusiness .comparisonBlock article.item3 .comparisonBox div:last-child {
    margin: 0;
    padding: 0;
  }
  #pageBusiness .comparisonBlock .comparisonBox dl {
    display: flex;
    margin: 10px 0 0 0;
  }
  #pageBusiness .comparisonBlock .comparisonBox dl dt {
    width: 70px;
    margin: 0 10px 0 0;
  }

  /* 矢印なし */
  #pageBusiness .comparisonBlock .comparison-NoarrowBox .Ttl {
    margin: 0 0 15px;
  }
  #pageBusiness .comparisonBlock .comparison-NoarrowBox .imgList {
    display: block;
    margin: 15px 0 0 0;
  }
  #pageBusiness .comparisonBlock .comparison-NoarrowBox .imgList div {
    width: 100%;
    margin: 0 0 10px;
  }

  /* 画像 右側 */
  #pageBusiness .comparisonBlock .comparison-imgFloat .Ttl {
    margin: 0 0 15px;
  }
  #pageBusiness .comparisonBlock .comparison-imgFloat .imgRight {
    display: block;
  }
  #pageBusiness .comparisonBlock .comparison-imgFloat .imgRight div {
    width: 100%;
    margin: 15px 0 0 0;
  }
}


/*--------------------------------------------------------------------------
  施工の流れ
--------------------------------------------------------------------------*/
#pageBusiness .flowBlock ol li {
  display: flex;
  padding: 0 0 40px;
  background: url(/asset/images/line_dot.png) repeat-y 23px  0;
  background-size: 5px auto;
}
#pageBusiness .flowBlock ol li:last-child {
  padding: 0;
  background: none;
}
#pageBusiness .flowBlock ol li .flowTxt {
  width: 420px;
  margin: 0 80px 0 0;
  position: relative;
}
#pageBusiness .flowBlock ol li .flowTxt span {
  font-size: 1.8rem;
  margin: 0 0 0 25px;
  padding: 4px 0 6px 46px;
  font-weight: 500;
  width: 100%;
  background: #d1e0f1;
  display: inline-block;
}
#pageBusiness .flowBlock ol li .flowTxt i {
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 6px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%) ;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  top: -6px;
  left: 0;
}
#pageBusiness .flowBlock ol li .flowTxt p {
  margin: 20px -20px 10px 40px;
}
#pageBusiness .flowBlock ol li .flowPic {
  width: 360px;
}
#pageBusiness .flowBlock ol li .flowPic img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #pageBusiness .flowBlock ol li {
    display: block;
    padding: 0 0 40px;
    background: url(/asset/images/line_dot.png) repeat-y 18px 0;
    background-size: 3px auto;
  }
  #pageBusiness .flowBlock ol li .flowTxt {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #pageBusiness .flowBlock ol li .flowTxt span {
    font-size: 1.5rem;
    margin: 0 0 0 20px;
    padding: 4px 0 6px 36px;
    width: calc(100% - 20px);
  }
  #pageBusiness .flowBlock ol li .flowTxt i {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    top: -5px;
    left: 0;
  }
  #pageBusiness .flowBlock ol li .flowTxt p {
    margin: 10px 0px 10px 35px;
  }
  #pageBusiness .flowBlock ol li .flowPic {
    width: 90%;
    margin: 10px 0 0 10%;
  }
}

/*--------------------------------------------------------------------------
  調査
--------------------------------------------------------------------------*/
#pageBusiness .numberListBlock {
  margin: 20px 0 0 0;
}
#pageBusiness .numberListBlock ol li {
  display: flex;
  padding: 0 0 40px;
}
#pageBusiness .numberListBlock ol li:last-child {
  padding: 0;
  background: none;
}
#pageBusiness .numberListBlock ol li .numberListTxt {
  width: 420px;
  margin: 0 80px 0 0;
  position: relative;
}
#pageBusiness .numberListBlock ol li .numberListTxt span {
  font-size: 1.8rem;
  margin: 0 0 0 25px;
  padding: 4px 0 6px 46px;
  font-weight: 500;
  width: 100%;
  background: #d1e0f1;
  display: inline-block;
}
#pageBusiness .numberListBlock ol li .numberListTxt i {
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 6px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%) ;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  top: -6px;
  left: 0;
}
#pageBusiness .numberListBlock ol li .numberListTxt p {
  margin: 20px -25px 10px 40px;
}
#pageBusiness .numberListBlock ol li .numberListTxt dl {
  margin: 20px -25px 10px 40px;
  padding: 8px;
  border: 1px solid #c5c5c5;
  background: #fff;
}
#pageBusiness .numberListBlock ol li .numberListTxt dl dt {
  padding: 4px;
  border: 1px solid #999;
  background: #146aa1;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
#pageBusiness .numberListBlock ol li .numberListTxt dl dd p {
  margin: 20px 0 0;
}
#pageBusiness .numberListBlock ol li .numberListTxt dl dd p:first-child {
  margin: 5px 0 0 0;
}
#pageBusiness .numberListBlock ol li .numberListPic {
  width: 360px;
}
#pageBusiness .numberListBlock ol li .numberListPic img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #pageBusiness .numberListBlock ol li {
    display: block;
    padding: 0 0 20px;
  }
  #pageBusiness .numberListBlock ol li .numberListTxt {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #pageBusiness .numberListBlock ol li .numberListTxt span {
    font-size: 1.5rem;
    margin: 0 0 0 20px;
    padding: 4px 0 6px 36px;
    width: calc(100% - 20px);
  }
  #pageBusiness .numberListBlock ol li .numberListTxt i {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    top: -5px;
    left: 0;
  }
  #pageBusiness .numberListBlock ol li .numberListTxt p {
    margin: 10px 0px 10px 35px;
  }
  #pageBusiness .numberListBlock ol li .numberListTxt dl {
    margin: 10px 1px 10px 35px;
    padding: 8px;
  }
  #pageBusiness .numberListBlock ol li .numberListPic {
    width: 90%;
    margin: 10px 0 0 10%;
  }
}

/*--------------------------------------------------------------------------
  表組み
--------------------------------------------------------------------------*/
#pageBusiness table.tableCommon {
  background: #fff;
  width: 100%;
  margin: 15px 0;
  font-size: 1.4rem;
}
#pageBusiness table.tableCommon th,
#pageBusiness table.tableCommon td {
  padding: 10px 15px;
  border: 1px solid #c5c5c5;
}
#pageBusiness table.tableCommon thead th {
  background: #ccddf1;
  text-align: center;
}
#pageBusiness table.tableCommon tbody th {
  background: #eee;
  text-align: center;
}
#pageBusiness table.tableCommon tbody td.bgYellow {
  background-color:#f8f2dc;
}

@media screen and (max-width: 767px) {
  #pageBusiness table.tableCommon {
    margin: 8px 0;
    font-size: 1.25rem;
  }
  #pageBusiness table.tableCommon th,
  #pageBusiness table.tableCommon td {
    padding: 5px 8px;
  }
}

/***************************************************************************

  施工実績

***************************************************************************/
#pageConstruction a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#pageConstruction.col2Wrap main {
  padding: 70px 0;
}
#pageConstruction.col2Wrap main section {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #pageConstruction.col2Wrap main {
    padding: 35px 0;
  }
  #pageConstruction.col2Wrap main section {
    margin: 0 0 20px;
  }
}

/*--------------------------------------------------------------------------
  施工実績一覧
--------------------------------------------------------------------------*/
#pageConstruction .constListBlock {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageConstruction .constListBlock article {
  width: 410px;
  padding: 40px 45px;
  margin: 0 0 40px;
  background-color: #fff;
}
#pageConstruction .constListBlock article ul {
  max-height: 280px;
}
#pageConstruction .constListBlock article .detail {
  margin: 40px 0 0 0;
}
#pageConstruction .constListBlock article .detail .tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.4rem;
  background: #e8eef5;
  border-radius: 4px;
}
#pageConstruction .constListBlock article .detail .date {
  display: block;
  padding: 8px 0 4px;
  font-size: 1.4rem;
}
#pageConstruction .constListBlock article .detail strong {
  display: inline-block;
  font-weight: 400;
  color: #023e87;
}
.swiper-pagination {
  bottom: var(--swiper-pagination-bottom,auto) !important;
/*  top: 240px !important;*/
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background-color: #023e87;
}

.pagingBlock {
  display: flex;
  justify-content: center;
}
.pagingBlock a {
  font-size: 1.8rem;
  margin: 0 5px;
  padding: 10px 12px;
  border: 1px solid #023e87;
  color: #023e87;
  background: #fff;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.pagingBlock a.current {
  background: #023e87;
  color: #fff;
}
.pagingBlock a.next,
.pagingBlock a.prev {
  padding: 6px 12px 10px;
}
.pagingBlock a.next img,
.pagingBlock a.prev img {
  width: 14px;
}

@media screen and (min-width: 768px) {
  .pagingBlock a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  #pageConstruction .constListBlock article {
    width: 100%;
    padding: 20px 22px;
    margin: 0 0 20px;
  }
  #pageConstruction .constListBlock article ul {
    height: 260px;
  }
  #pageConstruction .constListBlock article .detail {
    margin: 30px 0 0 0;
  }
  #pageConstruction .constListBlock article .detail .tag,
  #pageConstruction .constListBlock article .detail .date {
    font-size: 1.1rem;
  }
  .pagingBlock a {
    font-size: 1.3rem;
  }
  .pagingBlock a.next,
  .pagingBlock a.prev {
    padding: 8px 12px 10px;
  }
  .pagingBlock a.next img,
  .pagingBlock a.prev img {
    width: 12px;
  }
}

/*--------------------------------------------------------------------------
  施工実績詳細
--------------------------------------------------------------------------*/
#pageConstruction .constDetailBlock {
  background: #fff;
  padding: 30px;
}
#pageConstruction .constDetailBlock .title span {
  display: inline-block;
  margin: 0 0 4px;
  padding: 2px 8px;
  font-size: 1.4rem;
  background: #e8eef5;
  border-radius: 4px;
}
#pageConstruction .constDetailBlock .title h2 {
  background: url(/asset/images/icn_h2.png) no-repeat left 6px;
  background-size: 5px 32px;
  margin: 0 0 25px;
  padding: 0 0 0 16px;
  color: #023e87;
  font-size: 2.9rem;
  font-weight: 500;
}
#pageConstruction .constDetailBlock .swiper {
  width: 500px;
  height: 430px;
}
#pageConstruction .constDetailBlock .swiper ul li img {
  max-height: 370px;
  width: 100%;
}
#pageConstruction .constDetailBlock .swiper .swiper-slide {
  text-align: center;
  font-size: 1.4rem;
}
#pageConstruction .constDetailBlock .swiper-pagination {
  bottom: var(--swiper-pagination-bottom,8px) !important;
}
#pageConstruction .constDetailBlock dl {
  margin: 35px 0 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pageConstruction .constDetailBlock dl dt {
  width: 200px;
  padding: 15px 0;
  display: flex;
  align-items: top;
  vertical-align: top;
  color: #023e87;
  font-weight: 500;
  border-bottom: 1px solid #023e87;
}
#pageConstruction .constDetailBlock dl dd {
  width: calc(100% - 210px);
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #c5c5c5;
}
#pageConstruction .constDetailBlock .detail {
  display: flex;
  justify-content: center;
  gap: 48px;
}
#pageConstruction .constDetailBlock .detail figure {
  width: 350px;
}
#pageConstruction .constDetailBlock .detail figure figcaption {
  text-align: center;
  margin: 10px 0;
}
#pageConstruction .btnListPage {
  text-align: center;
  margin: 50px 0 0 0;
}
#pageConstruction .btnListPage a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #023e87;
  display: block;
  border: 1px solid #023e87;
  background: #fff url(/asset/images/arw_blue-left.png) no-repeat left 12px center;
  background-size: 14px auto;
  border-radius: 5px;
  padding: 8px 0;
  width: 170px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #pageConstruction .btnListPage a:hover {
    color: #ffffff;
    background: #023e87 url(/asset/images/arw_white-left.png) no-repeat left 12px center;
    background-size: 14px auto;
    box-shadow: 0 0 5px #023e87;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #pageConstruction .constDetailBlock {
    padding: 15px;
  }
  #pageConstruction .constDetailBlock .title span {
    font-size: 1.1rem;
  }
  #pageConstruction .constDetailBlock .title h2 {
    background-size: auto 22px;
    margin: 0 0 10px;
    padding: 4px 0 0 12px;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  #pageConstruction .constDetailBlock .swiper {
    width: 100%;
    height: 78vw;
  }
  #pageConstruction .constDetailBlock .swiper ul li img {
    max-height: 270px;
  }
  #pageConstruction .constDetailBlock .swiper .swiper-slide {
    font-size: 1.2rem;
  }
  #pageConstruction .constDetailBlock dl {
    margin: 17px 0 27px;
  }
  #pageConstruction .constDetailBlock dl dt {
    width: 100px;
    padding: 8px 0;
  }
  #pageConstruction .constDetailBlock dl dd {
    width: calc(100% - 105px);
    padding: 8px 0;
  }
  #pageConstruction .constDetailBlock .detail {
    gap: 10px;
  }
  #pageConstruction .constDetailBlock .detail figure {
    width: 100%;
  }
  #pageConstruction .constDetailBlock .detail figure figcaption {
    margin: 5px 0 0;
    font-size: 1rem;
  }
  #pageConstruction .btnListPage {
    margin: 25px 0 0 0;
  }
  #pageConstruction .btnListPage a {
    font-size: 1.2rem;
    background-size: 12px auto;
    width: 150px;
  }

}



/***************************************************************************

  採用情報

***************************************************************************/
#pageRecruit a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#pageRecruit section .wrap {
  padding: 70px 0;
}
#pageRecruit .bgWhite {
  background-color: #fff;
}
#pageRecruit .bgBlue {
  background-color: #e8eef5;
}

@media screen and (max-width: 767px) {
  #pageRecruit section .wrap {
    padding: 35px 0;
  }
}

/*--------------------------------------------------------------------------
  見出し
--------------------------------------------------------------------------*/
#pageRecruit h2 {
  margin: 0 0 40px 0;
}
#pageRecruit h2 span {
  font-family: "Lexend Giga", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#pageRecruit h2 small {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin: 20px 0 0 0;
  padding: 18px 0 0 0;
}
#pageRecruit h2 small::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #023e87;
}

@media screen and (max-width: 767px) {
  #pageRecruit h2 {
    margin: 0 0 20px;
  }
  #pageRecruit h2 span {
    font-size: 3.5rem;
  }
  #pageRecruit h2 small {
    font-size: 1.3rem;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
  }
  #pageRecruit h2 small::before {
    width: 15px;
  }
}

/*--------------------------------------------------------------------------
  採用メッセージ
--------------------------------------------------------------------------*/
#pageRecruit .messageBlock .wrap {
  display: flex;
  justify-content: space-between;
}
#pageRecruit .messageBlock h2 {
  margin: 0 0 20px;
}
#pageRecruit .messageBlock h3 {
  margin: 0 0 30px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #04448a;
}
#pageRecruit .messageBlock p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #pageRecruit .messageBlock .wrap {
    display: block;
  }
  #pageRecruit .messageBlock h3 {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  #pageRecruit .messageBlock p {
    font-size: 1.4rem;
  }
  #pageRecruit .messageBlock div:last-child {
    margin-top: 20px;
  }
}


/*--------------------------------------------------------------------------
  採用に関するお知らせ
--------------------------------------------------------------------------*/
#pageRecruit .newsBlock .wrap {
  display: flex;
  justify-content: space-between;
}
#pageRecruit .btnListPage a {
  margin: 60px 0 0 0;
}
#pageRecruit .newsBlock .newsListBox {
  width: 100%;
  max-width: 840px;
  margin: 0 0 20px;
}
#pageRecruit .newsBlock .newsListBox .category {
  background: #e8eef5;
}

@media screen and (min-width: 768px) {
  #pageRecruit .newsBlock .newsListBox ul li a:hover {
    background: #f9f9f9;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #pageRecruit .newsBlock .wrap {
    display: block;
  }
  #pageRecruit .newsBlock .titleBox {
    display: flex;
    align-items:start;
    justify-content: space-between;
  }
  #pageRecruit .btnListPage a {
    margin: 0;
    width: 120px;
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------------------
  数字で見る
--------------------------------------------------------------------------*/
#pageRecruit.col1Wrap .numbersBlock .wrap {
  max-width: 960px;
}
#pageRecruit .numbersBlock h2 {
  text-align: center;
}
#pageRecruit .numbersBlock h2 small::before {
  right: 0;
  margin: 0 auto 0;
}
#pageRecruit .numbersBlock .numbersBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0 0 0;
}
#pageRecruit .numbersBlock .numbersBox article {
  padding: 20px;
  min-height: 200px;
  width: calc(100% / 2 - 10px);
  text-align: center;
  border: 2px solid #ddd;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pageRecruit .numbersBlock .numbersBox article h3 {
  font-size: 2rem;
  width: 100%;
  height: 2.3em;
  font-weight: 500;
  padding: 6px 0;
  margin: 0 0 25px;
  color: #fff;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
}
#pageRecruit .numbersBlock .numbersBox article:nth-child(5) h3,
#pageRecruit .numbersBlock .numbersBox article:nth-child(6) h3 {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #pageRecruit.col1Wrap .numbersBlock .wrap {
    max-width: 100%;
  }
  #pageRecruit .numbersBlock .numbersBox {
    display: block;
    margin: 0;
  }
  #pageRecruit .numbersBlock .numbersBox article {
    padding: 10px 10px 20px;
    margin: 15px 0 0 0;
    min-height: 200px;
    width: 100%;
  }
  #pageRecruit .numbersBlock .numbersBox article h3 {
    font-size: 1.6rem;
    height: 2.3em;
    padding: 5px 0;
    margin: 0 0 15px;
  }
  #pageRecruit .numbersBlock .numbersBox article img {
    max-width: 90%;
  }
  #pageRecruit .numbersBlock .numbersBox article:nth-child(2) img {
    max-width: 70%;
  }
  #pageRecruit .numbersBlock .numbersBox article:nth-child(5) h3,
  #pageRecruit .numbersBlock .numbersBox article:nth-child(6) h3 {
    margin: 0;
  }
}

/*--------------------------------------------------------------------------
  表組み
--------------------------------------------------------------------------*/
#pageRecruit table.tableCommon {
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 0 50px -10px;
}
#pageRecruit table.tableCommon th {
  padding: 12px 0 20px 0;
  color: #023e87;
  font-weight: 600;
  width: 200px;
  vertical-align: top;
  border-bottom: 1px solid #023e87;
  margin-right: 10px;
}
#pageRecruit table.tableCommon td {
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  width: calc(100% - 200px);
  position: relative;
}
#pageRecruit table.tableCommon td .blue {
  font-weight: 500;
}
#pageRecruit table.tableCommon td p {
  margin-top: 15px;
}
#pageRecruit table.tableCommon td p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #pageRecruit table.tableCommon {
    width: calc(100% + 5px);
    border-spacing: 5px;
    margin: 0 0 25px -5px;
  }
  #pageRecruit table.tableCommon th {
    padding: 6px 0 10px 0;
    width: 80px;
    margin-right: 5px;
  }
  #pageRecruit table.tableCommon td {
    padding: 6px 0 10px 0;
    width: calc(100% - 80px);
  }
}


/***************************************************************************

  電子カタログ

***************************************************************************/
#pageCatalog .listBlock {
  padding: 70px 0;
}
#pageCatalog .listBlock .listBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 0 0;
}
#pageCatalog .listBlock .listBox article {
  width: calc(100% / 3 - 30px);
  background-color: #fff;
  padding: 30px;
}
#pageCatalog .listBlock .listBox article dl dt {
  font-size: 2rem;
  font-weight: 500;
  color: #023e87;
}
#pageCatalog .listBlock .listBox article dl dd {
  margin: 15px 0;
}
#pageCatalog .listBlock .listBox article dl dd img {
  border: 1px solid #9cb4d6;
}
#pageCatalog .listBlock .listBox article a {
  border: 1px solid #023e87;
  border-radius: 5px;
  display: block;
  padding: 8px;
  color: #023e87;
  text-align: center;
  font-weight: 500;
  background: url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #pageCatalog .listBlock .listBox article a:hover {
    color: #ffffff;
    background: #023e87 url(/asset/images/arw_white-right.png) no-repeat right 12px center;
    background-size: 14px auto;
    box-shadow: 0 0 5px #023e87;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  #pageCatalog .listBlock {
    padding: 35px 0;
  }
  #pageCatalog .listBlock .listBox {
    display: block;
    margin: 0;
  }
  #pageCatalog .listBlock .listBox article {
    width: 100%;
    padding: 15px;
    margin: 20px 0 0 0;
  }
  #pageCatalog .listBlock .listBox article dl dt {
    font-size: 2rem;
    font-weight: 500;
    color: #023e87;
  }
  #pageCatalog .listBlock .listBox article dl dd {
    margin: 15px 0;
  }
}


/***************************************************************************

  お知らせ

***************************************************************************/
#pageNews section {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  #pageNews section {
    padding: 15px 0 35px 0;
  }
}

/*--------------------------------------------------------------------------
  一覧
--------------------------------------------------------------------------*/
.newsBlock .newsListBox {
  margin: 0 0 50px;
}
.newsBlock .newsListBox ul li {
  border-bottom: 1px solid #ddd;
}
.newsBlock .newsListBox ul li a {
  display: block;
  overflow: hidden;
  padding: 25px 5px;
}
.newsBlock .newsListBox ul li span {
  float: left;
}
.newsBlock .newsListBox ul li .date {
  width: 155px;
}
.newsBlock .newsListBox ul li .category,
.newsBlock .newsDetailBox .newsInfo .category {
  width: 150px;
  text-align: center;
  padding: 2px 0;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.newsBlock .newsListBox ul li .title {
  width: calc(100% - 155px - 120px - 75px);
  margin-left: 45px;
}

@media screen and (min-width: 768px) {
  .newsBlock .newsListBox ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .newsBlock .newsListBox {
    margin: 0 0 30px;
  }
  .newsBlock .newsListBox ul li a {
    padding: 20px 0;
  }
  .newsBlock .newsListBox ul li span {
    float: none;
  }
  .newsBlock .newsListBox ul li .date {
    width: 150px;
    display: inline-block;
  }
  .newsBlock .newsListBox ul li .category,
  .newsBlock .newsDetailBox .newsInfo .category {
    width: 100px;
    font-size: 1.1rem;
  }
  .newsBlock .newsListBox ul li .title {
    width: 100%;
    margin: 5px 0 0 0;
    display: block;
  }
}

/*--------------------------------------------------------------------------
  詳細
--------------------------------------------------------------------------*/
.newsBlock .newsDetailBox .newsInfo {
  margin: 25px 0 25px;
  text-align: right;
}
.newsBlock .newsDetailBox .newsTitle h2 {
  background: url(/asset/images/icn_h2.png) no-repeat left 6px;
  background-size: 5px 32px;
  margin: 0 0 50px;
  padding: 0 0 0 16px;
  color: #023e87;
  font-size: 2.8rem;
  font-weight: 600;
}
.newsBlock .newsDetailBox article {
  margin: 0 0 50px;
}
.newsBlock .newsDetailBox article p {
  margin-bottom: 1.5em;
}
.newsBlock .newsDetailBox article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.newsBlock .newsDetailBox article table {
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 0 50px -10px;
}
.newsBlock .newsDetailBox article table th {
  padding: 12px 0 20px 0;
  color: #023e87;
  font-weight: 600;
  width: 200px;
  vertical-align: top;
  border-bottom: 1px solid #023e87;
  margin-right: 10px;
}
.newsBlock .newsDetailBox article table td {
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  width: calc(100% - 200px);
  position: relative;
}
.newsBlock .newsDetailBox article ul {
  margin-bottom: 20px;
}
.newsBlock .newsDetailBox article ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 8px;
}
.newsBlock .newsDetailBox article ul li::before {
  content: "";
  background: url(/asset/images/icn_circle.png) no-repeat 0 0;
  background-size: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .newsBlock .newsDetailBox .newsInfo {
    margin: 15px 0 25px;
    text-align: right;
  }
  .newsBlock .newsDetailBox .newsTitle h2 {
    background-size: auto 22px;
    margin: 0 0 30px;
    padding: 4px 0 0 12px;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .newsBlock .newsDetailBox article {
    margin: 0 0 30px;
  }
  .newsBlock .newsDetailBox article table {
    width: calc(100% + 20px);
    margin: 0 0 30px -10px;
  }
  .newsBlock .newsDetailBox article table th {
    padding: 6px 0 10px 0;
    width: auto;
  }
  .newsBlock .newsDetailBox article table td {
    padding: 6px 0 10px 0;
    width: auto;
  }
  .newsBlock .newsDetailBox article ul li {
    margin: 0 0 5px;
  }
  .newsBlock .newsDetailBox article ul li::before {
    top: 6px;
  }
}

.btnBackPage {
  text-align: center;
}
.btnBackPage a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #023e87;
  display: block;
  border: 1px solid #023e87;
  background: #fff url(/asset/images/arw_blue-left.png) no-repeat left 12px center;
  background-size: 14px auto;
  border-radius: 5px;
  padding: 8px 0 8px 20px;
  width: 170px;
  margin: 0 auto;
  transition: 0.3s;
}
.btnBackPage a:hover {
  opacity: 0.7;
  transition: 0.3s;
}


/***************************************************************************

  お問い合わせ

***************************************************************************/
/*--------------------------------------------------------------------------
  フォーム
--------------------------------------------------------------------------*/
#pageContact section h2 + p {
  margin-bottom: 40px;
}
#pageContact table.tableCommon {
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 0 50px -10px;
}
#pageContact table.tableCommon th {
  padding: 12px 0 20px 0;
  color: #023e87;
  font-weight: 600;
  width: 300px;
  vertical-align: top;
  border-bottom: 1px solid #023e87;
  margin-right: 10px;
  position: relative;
}
#pageContact table.tableCommon th span.hissu {
  font-size: 1.3rem;
  padding: 5px 8px 4px;
  line-height: 1;
  border-radius: 4px;
  background: #da1515;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 10px;
}
#pageContact table.tableCommon th small {
  display: block;
}
#pageContact table.tableCommon td {
  padding: 12px 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
  width: calc(100% - 300px);
  position: relative;
}

#pageContact table.tableCommon td div.list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
#pageContact table.tableCommon td input[type="text"],
#pageContact table.tableCommon td input[type="email"],
#pageContact table.tableCommon td input[type="tel"] {
  width: 100%;
}
#pageContact table.tableCommon td textarea {
  width: 100%;
  height: 15em;
}

#pageContact table.tableCommon td .error {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  color: #da1515;
}

.radioItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.radioButton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #023e87;
  border-radius: 9999px;
  background-color: #fff;
  cursor: pointer;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #023e87;
}

.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #023e87;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.checkbox:checked {
  background-color: #023e87;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

#pageContact .btnBox {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
#pageContact .btnBox button {
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 20px 12px;
  outline: none;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #023e87;
}
#pageContact .btnBox button.enter {
  color: #fff;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
}

@media screen and (max-width: 767px) {
  #pageContact table.tableCommon {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 5px 0;
  }
  #pageContact table.tableCommon th {
    padding: 12px 0 10px 0;
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
  #pageContact table.tableCommon th span.hissu {
    font-size: 1rem;
    top: 10px;
    right: 0;
  }
  #pageContact table.tableCommon th small {
    display: inline-block;
  }
  #pageContact table.tableCommon td {
    padding: 12px 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
  }
  #pageContact table.tableCommon td textarea {
    height: 10rem;
  }
  #pageContact .btnBox {
    gap: 0 15px;
  }
  #pageContact .btnBox button {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------------
  電話での問い合わせ
--------------------------------------------------------------------------*/
#pageContact .phoneBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#pageContact .phoneBlock dl {
  width: calc(100% / 3 - 20px);
  position: relative;
}
#pageContact .phoneBlock dl dt {
  width: calc(100% - 100px);
  padding: 16px 20px;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(90deg, #146aa1 0%, #023e87 100%);
  position: absolute;
  z-index: 2;
}
#pageContact .phoneBlock dl dd {
  background: #ccddf1;
  margin: 20px 0 0 10px;
  padding: 60px 20px 20px;
}
#pageContact .phoneBlock dl dd strong {
  font-size: 2.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  #pageContact .phoneBlock {
    display: block;
  }
  #pageContact .phoneBlock dl {
    width: 100%;
  }
  #pageContact .phoneBlock dl dt {
    width: calc(100% - 150px);
    margin-top: -15px;
    padding: 8px 15px;
    font-size: 1.5rem;
    z-index: 2;
  }
  #pageContact .phoneBlock dl dd {
    margin: 40px 0 0 10px;
    padding: 35px 15px 15px;
    font-size: 1.35rem;
  }
  #pageContact .phoneBlock dl dd strong {
    font-size: 2rem;
  }
}

/***************************************************************************

  プライバシーポリシー

***************************************************************************/
.pageCmn section {
  padding: 70px 0;
}
.pageCmn .bgWhite {
  background-color: #fff;
}
.pageCmn article {
  margin: 0 0 80px;
}
.pageCmn article:last-child {
  margin: 0;
}
.pageCmn article h3 {
  color: #023e87;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.pageCmn article h4 {
  color: #023e87;
  font-size: 2rem;
  border-bottom: 1px solid #023e87;
  font-weight: 500;
  margin: 40px 0 20px;
  padding: 0 0 10px;
}
.pageCmn article h3 + h4 {
  margin-top: 0;
}
.pageCmn article p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .pageCmn section {
    padding: 35px 0;
  }
  .pageCmn article {
    margin: 0 0 40px;
  }
  .pageCmn article h3 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .pageCmn article h4 {
    font-size: 1.8rem;
    margin: 30px 0 15px;
    padding: 0 0 10px;
  }
  .pageCmn article h3 + h4 {
    margin-top: 0;
  }
}

/***************************************************************************

  サイトマップ

***************************************************************************/
.sitemapBox dl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.sitemapBox dl dt {
  width: 160px;
}
.sitemapBox dl dt a {
  display: block;
  font-weight: 500;
  color: #023e87;
  background: #fff url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
  padding: 8px 20px 8px 0;
}
.sitemapBox dl dd {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
}
.sitemapBox dl dd a,
.sitemapBox ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  color: #023e87;
  border: 1px solid #023e87;
  background: #fff url(/asset/images/arw_blue-right.png) no-repeat right 12px center;
  background-size: 14px auto;
  border-radius: 5px;
  padding: 8px 50px 8px 20px;
  transition: 0.3s;
}
.sitemapBox dl dd a {
  width: calc(100% / 3 - 10px);
}
.sitemapBox a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.sitemapBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.sitemapBox ul li {
  width: calc(100% / 4 - 10px);
}

@media screen and (max-width: 767px) {
  .sitemapBox dl {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .sitemapBox dl dt {
    width: 100%;
  }
  .sitemapBox dl dt a {
    background-size: 12px auto;
  }
  .sitemapBox dl dd {
    width: 100%;
    display: block;
  }
  .sitemapBox dl dd a,
  .sitemapBox ul li a {
    font-size: 1.3rem;
    margin: 5px 0;
    background-size: 12px auto;
  }
  .sitemapBox dl dd a {
    width: 100%;
  }
  .sitemapBox ul {
    display: block;
  }
  .sitemapBox ul li {
    width: 100%;
  }
}