@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  サブページ共通

---------------------------------*/
#globalContainer {
  background: url(../images/page_head_img.svg), var(--col-bg02);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%, auto;
}
footer {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #globalContainer {
    background-position: top 1% left;
  }
}
@media screen and (max-width: 896px) {
  #globalContainer {
    background-position: top 0% left;
    background-size: 200%, auto;
  }
}
@media screen and (max-width: 480px) {
  #globalContainer {
    background-size: 250%, auto;
  }
}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {
  margin: auto;
  padding: 20rem 0 1.5rem;
}
#pageTitle .inner {
  margin: auto;
  text-align: left;
  width: 92%;
}
#pageTitle h1 {
  font-size: 2.5rem;
  letter-spacing: .22em;
}
#pageTitle ._en {
  color: var(--col-sub02);
  font-family: var(--en);
  font-size: 6rem;
  line-height: 1;
  letter-spacing: .05em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #pageTitle h1 {
    font-size: 2.2rem;
  }
  #pageTitle ._en {
    font-size: 4.5rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 896px) {
  #pageTitle {}
  #pageTitle h1 {
    font-size: 1.8rem;
  }
  #pageTitle ._en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  #pageTitle {
    padding: 11rem 0 1rem;
  }
  #pageTitle h1 {
    display: block;
    font-size: 1.6rem;
    letter-spacing: .18em;
  }
  #pageTitle ._en {
    font-size: 3.5rem;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 80%;
  list-style: none;
  margin: auto;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}
#breadlist ol {
  width: 96%;
  margin-left: auto;
  text-align: left;
}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: #5669A7;
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: #666;
}
@media screen and (max-width: 1024px) {
  #breadlist {}
}
@media screen and (max-width: 896px) {
  #breadlist {}
}
@media screen and (max-width: 480px) {
  #breadlist {
    margin: auto;
    padding: .5rem 0;
  }
}
/*---------------------------------

  レイアウト

---------------------------------*/
#columWrap, #columWrap * {
  /*outline: 1px solid blue;*/
}
#columWrap {
  display: flex;
  position: relative;
  gap: 7rem;
  margin: auto;
  padding: 5rem 5%;
  width: 96%;
}
#columWrap::after {
  content: '';
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#mainContainer {
  flex: 1 1 150rem;
  padding: 5rem 0 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #columWrap {
    padding: 5rem 3.5%;
    gap: 2rem;
  }
}
@media screen and (max-width: 896px) {
  #columWrap {
    display: block;
  }
  #mainContainer {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #columWrap {
    padding: 3rem 5%;
  }
  #columWrap::after {
    border-radius: 2rem 2rem 0 0;
  }
  #mainContainer {
    padding: 0;
  }
}
/*--  サイドバー
---------------------------------*/
#sideBer {
  flex: 0 0 26rem;
  position: relative;
  order: -1;
  z-index: 1;
  margin-top: 5rem;
}
#sideBer .inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}
#sideBer .inner p._ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem 2rem 1.2rem;
}
#sideBer .inner ul._list, #sideBer .inner ul.wp-tag-cloud {
  list-style: none;
  padding-bottom: 2rem;
}
#sideBer .inner ul._list li, #sideBer .inner ul.wp-tag-cloud li {
  line-height: 1.2;
}
#sideBer .inner ul._list li a, #sideBer .inner ul.wp-tag-cloud li a {
  color: var(--col-main);
  display: block;
  padding: .6rem 2rem;
}
/*--  サイドバー（追従）
---------------------------------*/
#sideBer ._sticky {
  position: sticky;
  top: 18rem;
  left: 0;
}
#sideBer.js-location-nav .inner ul._list {
  padding-bottom: 1rem;
}
#sideBer.js-location-nav .inner ul._list li {
  position: relative;
}
#sideBer.js-location-nav .inner ul._list li:not(:last-child)::after {
  content: '';
  border-top: 1px dotted #ccc;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 4rem);
  height: 1px;
}
#sideBer .inner ul._list li a {
  padding: 1rem 2rem;
  position: relative;
}
#sideBer .inner ul._list li a::before {
  content: '';
  background: var(--col-main);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: .6rem;
  height: 1em;
  opacity: 0;
}
#sideBer .inner ul._list li a.is-current {
  font-weight: 500;
}
#sideBer .inner ul._list li a.is-current::before {
  opacity: 1;
}
/*--  サイドバー（コラム・製品事例・技術提案事例）
---------------------------------*/
#sideBer .subMenu {
  background: none;
  border: none;
  font-weight: 500;
  /*display: grid;
  gap: 1.5rem;*/
}
#sideBer .subMenu ul._list, #sideBer .subMenu ul.wp-tag-cloud {
  padding: 0;
}
#sideBer .subMenu ul._list li a, #sideBer .subMenu ul.wp-tag-cloud li a {
  padding: 0;
}
#sideBer .subMenu ._bu {
  margin-bottom: 1rem;
}
#sideBer .subMenu ._bu a {
  background: #ccc;
  display: block;
}
#sideBer .subMenu ._bu a img {
  width: 100%;
  vertical-align: bottom;
}
/* 製品事例 */
#sideBer .subMenu ._product {
  border: 1px solid #ccc;
  border-bottom: none;
}
#sideBer .subMenu p._pro_ttl a {
  background: url("../images/arr_b.svg") no-repeat center right 2.5rem/1rem;
  border-bottom: 1px dotted #ccc;
  color: var(--col-main);
  display: block;
  padding: 1.5rem 1.5em;
}
#sideBer .subMenu p._pro_ttl a:hover {
  background-color: var(--col-sub01);
  background-position: center right 2rem;
}
#sideBer .subMenu dl._ac {
  font-size: .9em;
}
#sideBer .subMenu dl._ac dt {
  cursor: pointer;
  padding: 1.5rem 1.5em;
  position: relative;
}
#sideBer .subMenu dl._ac dt::before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: var(--col-main);
}
#sideBer .subMenu dl._ac dt::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  right: 3.1rem;
  bottom: 0;
  width: 1px;
  height: 1.2rem;
  background: var(--col-main);
  transition: all 0.3s;
}
#sideBer .subMenu dl._ac dt.open::before {
  transform: rotate(180deg);
  opacity: 0;
}
#sideBer .subMenu dl._ac dt.open::after {
  transform: rotate(270deg);
}
#sideBer .subMenu dl._ac dd {
  display: none;
  font-weight: 400;
  padding: .5rem;
}
#sideBer .subMenu dl._ac._open dd { /* 最初から開けておく場合 */
  display: block;
}
#sideBer .subMenu dl._ac dd ul {
  background: #f4f4f4;
}
#sideBer .subMenu dl._ac dd ul li a {
  font-size: 13.68px !important;
  padding: 1.3rem 1.5em;
}
#sideBer .subMenu dl._ac dd ul li a:hover {
  background-color: var(--col-sub01);
  background-position: center right 2rem;
}
/* 他リンク */
#sideBer .__child .__child_inner {
  padding: .5rem;
}
#sideBer .__child .__child_inner ul._list {
  background: #f4f4f4;
}
/* 他リンク */
#sideBer .subMenu ul._subLink {
  border-bottom: 1px solid #ccc;
}
#sideBer .subMenu ul._subLink li {}
#sideBer .subMenu ul._subLink li a {
  background: url("../images/arr_b.svg") no-repeat center right 2.5rem/1rem;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 1.5rem 1.5em;
}
#sideBer .subMenu ul._subLink li a[target="_blank"] {
  background: url("../images/i_blank.svg") no-repeat center right 2.5rem / 1rem;
}
#sideBer .subMenu ul._subLink li a:hover {
  background-color: var(--col-sub01);
  background-position: center right 2rem;
}
#sideBer .subMenu ul.__child {
  border: 1px solid #ccc;
  border-bottom: none;
}
#sideBer .subMenu ul.__child li a {
  border: none;
}
#sideBer .subMenu ul.__child > li > a {
  border-bottom: 1px dotted #ccc;
}
#sideBer .subMenu ul.__child ul li a {
  background: none;
  font-size: .9em;
  font-weight: 400;
}
#sideBer .subMenu ul.__child ul li a[target="_blank"] {
  background-image: none;
  /*padding-right: 5rem;
  background-position: center right 2rem;*/
}
#sideBer .subMenu ul.__child ul li a[target="_blank"]:hover {
  background-position: center right 1.5rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  #sideBer {
    flex: 0 0 20rem;
  }
  #sideBer .subMenu p._pro_ttl a {
    background-position: center right 1.5rem;
    padding: 1.2rem 1em;
  }
  #sideBer .subMenu dl._ac dt {
    padding: 1.2rem 1em;
  }
  #sideBer .subMenu dl._ac dt::before {
    right: 1.5rem;
  }
  #sideBer .subMenu dl._ac dt::after {
    right: 2.1rem;
  }
  #sideBer .subMenu dl._ac dd ul li a {
    font-size: .9em;
    padding: 1rem 1em;
  }
  #sideBer .subMenu ul._subLink li a {
    background-position: center right 1.5rem;
    padding: 1.2rem 1em;
  }
}
@media screen and (max-width: 896px) {
  #sideBer {}
}
@media screen and (max-width: 480px) {}
/*--  section
---------------------------------*/
section {
  padding: 7rem 0;
}
.l-inner {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  section {}
}
@media screen and (max-width: 896px) {
  section {
    padding: 5rem 0;
  }
  #mainContainer section {
    padding: 0;
  }
  #mainContainer .l-inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 3rem 0;
  }
}
/*---------------------------------
  見出し
---------------------------------*/
section .title {
  margin-bottom: 3rem;
}
section .title ._en {
  color: var(--col-sub02);
  font-family: var(--en);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
section .title h1, section .title h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
}
section .title h2 span {
  display: inline-block;
}
section .contentsTxt {
  line-height: 1.8;
  text-align: justify;
}
section .contentsTxt h2 {
  background: #EAEFF3;
  color: #60707C;
  font-size: 1.7em;
  margin: 5rem 0 3rem;
  padding: .8rem 2rem;
}
section .contentsTxt h3 {
  color: #679E8F;
  font-size: 1.4em;
  margin: 3rem 0 2rem;
}
section .contentsTxt h4 {
  font-size: 1.2em;
  margin: 3rem 0 2rem;
}
section .contentsTxt h5 {}
section .contentsTxt p + p {
  margin-top: 1em;
}
section .contentsTxt p a, section .contentsTxt li a, section .contentsTxt table a {
  color: #15427F;
  font-weight: 500;
  text-decoration: underline;
}
section .contentsTxt p a:hover, section .contentsTxt li a:hover, section .contentsTxt table a:hover {
  color: var(--col-hover);
  text-decoration: none;
}
section .contentsTxt a:visited {
  color: #B43671;
  text-decoration: underline;
}
section .contentsTxt a[href$=".pdf"]::after {
  background: url("../images/i_pdf.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: .5rem;
  width: 16px;
  height: 16px;
}
section .contentsTxt a[target="_blank"]::after {
  background: url("../images/i_blank.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  margin-left: .5rem;
  width: 16px;
  height: 16px;
}
section .contentsTxt img {
  max-width: 100%;
  vertical-align: bottom;
}
section .contentsTxt figure {
  margin: 2rem auto;
  text-align: center;
  /* max-width: fit-content;*/
}
section .contentsTxt .wp-block-columns figure {
  margin: 0;
}
section .contentsTxt ul {
  list-style: none;
  margin: 2rem 0;
}
section .contentsTxt ul li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.6;
  margin-top: 0.7rem;
}
section .contentsTxt ul li::before {
  background: #dcd3eb;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: .7rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section .contentsTxt ol {
  margin: 2rem;
}
section .contentsTxt ol li::marker {
  color: var(--col-sub02);
  font-family: var(--en);
  font-weight: 500;
}
section table {
  text-align: left;
  width: 100%;
}
section table thead {
  border-color: #666 !important;
}
section table th {
  background: #f3f4ee;
  border: 1px solid #ccc !important;
  color: #666;
  padding: .5em;
  text-align: left;
  vertical-align: middle;
}
section table td {
  border: 1px solid #ccc !important;
  padding: .5em;
  vertical-align: middle;
}
section mark {
  font-style: normal;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  section .title h1, section .title h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 896px) {
  section .title h1, section .title h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  section .title {
    margin-bottom: 3rem;
  }
  section .title ._en {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
  section .title h1, section .title h2 {
    font-size: 2.1rem;
  }
  section .contentsTxt h2 {
    font-size: 1.5em;
    margin: 5rem 0 3rem;
    padding: .8rem 2rem;
  }
  section .contentsTxt h3 {
    font-size: 1.3em;
    margin: 3rem 0 2rem;
  }
  section .contentsTxt h4 {
    font-size: 1.15em;
    margin: 3rem 0 2rem;
  }
  section table {
    min-width: 100%;
  }
  section table th, section table td {
    font-size: .85em;
    padding: 0.8rem;
  }
}
/*---------------------------------
  ページメニュー
---------------------------------*/
.page-menu {
  list-style: none;
  margin: 0;
}
.page-menu li {
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.page-menu li a {
  display: block;
  font-weight: 500;
  padding: 1.5rem;
  padding-left: 6rem;
  position: relative;
}
.page-menu li a::before {
  background: var(--col-main) url("../images/arr_next.svg") no-repeat center/1.2rem;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 1.5rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
.page-menu li a:hover {
  background: #f3f3f3;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  ページャー
---------------------------------*/
#pagerList {
  margin: 7rem 0 0;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  gap: .5rem;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  min-width: 4rem;
  height: 4rem;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers:not(.prev):not(.next):not(.current) {
  border-radius: 50%;
  color: var(--col-main);
}
#pagerList .nav-links ul .page-numbers.current {
  background: var(--col-main);
  border-radius: 50%;
  color: #fff;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev, #pagerList .nav-links ul .page-numbers.next {
  color: #fff;
  height: 100%;
}
#pagerList .nav-links ul .page-numbers.prev span, #pagerList .nav-links ul .page-numbers.next span {
  display: none;
}
#pagerList .nav-links ul .page-numbers.prev {
  background: transparent url("../images/arr_prev.svg") no-repeat center/2rem;
  padding: 0;
}
#pagerList .nav-links ul .page-numbers.next {
  background: transparent url("../images/arr_next.svg") no-repeat center/2rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #pagerList {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  #pagerList {
    margin: 3rem 0 0;
  }
  #pagerList .nav-links ul {
    font-size: 1.2rem;
  }
  #pagerList .nav-links ul li {}
  #pagerList .nav-links ul .page-numbers.prev {}
  #pagerList .nav-links ul .page-numbers.next {}
}