@charset "UTF-8";
ul, li {
  list-style: none;
}

dl, dt, dd {
  margin-left: 0;
  padding-left: 0;
}

body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2);
}

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2);
}

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2);
}

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2);
}

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2);
}

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2);
}

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2);
}

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2);
}

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2);
}

:root {
  --menu-item-v-gap: 25px;
  --menu-item-v-gap-sub: calc(var(--menu-item-v-gap)*0.8);
  --menu-item-h-gap: 15px;
  --global-navi-sub-gap: calc(var(--menu-item-v-gap)*2);
  --menu-inner-padding: 50px;
}
@media screen and (max-height: 660px) {
  :root {
    --menu-item-v-gap: 18px;
    --menu-inner-padding: 20px;
    --global-navi-sub-gap: calc(var(--menu-item-v-gap)*1);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --menu-item-v-gap: 22px;
    --menu-item-v-gap-sub: 22px;
    --menu-item-h-gap: 10px;
  }
}

:root {
  --division-color: #14509d;
}

.page-template-page-education,
.page-template-page-education-task {
  --division-color: #FAAF3B;
}

.page-template-page-network,
.page-template-page-network-task {
  --division-color: #61879A;
}

.page-template-page-agriculture,
.page-template-page-agriculture-task {
  --division-color: #009145;
}

:root {
  --gnw: 266px;
}
@media screen and (max-width: 767px) {
  :root {
    --gnw: 0px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-noise {
  background-image: url(../img/img-project-story-slide-bg@2x.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
}

.bg-line {
  background-image: url(../img/bg-line-pattern@2x.png);
  background-repeat: repeat;
  -webkit-background-size: 12px;
  background-size: 12px;
  background-position: center;
}

.img img {
  width: 100%;
  height: auto;
}
.img > a {
  display: block;
}
.img > a img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: 300ms ease-out;
}
.img > a:hover img {
  transform: scale(1.03);
}

html {
  font-size: 16px;
  scroll-behavior: auto;
  margin-top: 0 !important;
  font-family: "Hiragino Kaku Gothic ProN", "YuGothic", Meiryo, "メイリオ", sans-serif !important;
}
@media screen and (max-width: 767px) {
  html[data-toggle=sp-menu-show] {
    overflow: hidden;
  }
}

#wpadminbar {
  background: rgba(20, 80, 157, 0.8);
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flx-cen {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

*[class^=btn-] {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}

.btn-readmore, section.content-sec .wp-block-button__link, .btn-readall {
  line-height: 1;
  text-decoration: none !important;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  width: auto;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .btn-readmore, section.content-sec .wp-block-button__link, .btn-readall {
    font-size: 12px;
  }
}
.btn-readmore:before, section.content-sec .wp-block-button__link:before, .btn-readall:before {
  content: "\e901";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
.btn-readmore.js-ajax-readmore, section.content-sec .js-ajax-readmore.wp-block-button__link, .js-ajax-readmore.btn-readall {
  align-items: center;
}
.btn-readmore.js-ajax-readmore i, section.content-sec .js-ajax-readmore.wp-block-button__link i, .js-ajax-readmore.btn-readall i {
  font-size: 1.3em;
  margin-right: 12px;
}
.btn-readmore.js-ajax-readmore:before, section.content-sec .js-ajax-readmore.wp-block-button__link:before, .js-ajax-readmore.btn-readall:before {
  content: none;
}
.btn-readmore.hide, section.content-sec .hide.wp-block-button__link, .hide.btn-readall {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.btn-readmore span, section.content-sec .wp-block-button__link span, .btn-readall span {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .btn-readmore span, section.content-sec .wp-block-button__link span, .btn-readall span {
    font-size: 10px;
  }
}
.btn-readmore:before, section.content-sec .wp-block-button__link:before, .btn-readall:before {
  transform: translateX(0px);
  transition: 200ms ease-in-out transform;
  transition-delay: 100ms;
  margin-right: 12px;
}
.btn-readmore:hover, section.content-sec .wp-block-button__link:hover, .btn-readall:hover {
  color: #14509d;
}
.btn-readmore:hover:before, section.content-sec .wp-block-button__link:hover:before, .btn-readall:hover:before {
  transform: translateX(5px);
}
.btn-readmore.L, section.content-sec .L.wp-block-button__link, .L.btn-readall {
  width: 220px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff;
  border: 1px solid var(--division-color);
  padding-left: 45px;
}
.btn-readmore.L.litebg, section.content-sec .L.litebg.wp-block-button__link, .L.litebg.btn-readall {
  background: rgba(0, 91, 172, 0.05) !important;
  color: #14509d;
}
.btn-readmore.L:hover, section.content-sec .L.wp-block-button__link:hover, .L.btn-readall:hover {
  background: var(--division-color) !important;
  color: #fff;
}
.btn-readmore.L.pc-auto-width, section.content-sec .L.pc-auto-width.wp-block-button__link, .L.pc-auto-width.btn-readall {
  width: auto;
  padding-right: 50px;
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  .btn-readmore.L, section.content-sec .L.wp-block-button__link, .L.btn-readall {
    width: 160px;
    height: 50px;
    font-size: 11px;
    padding-left: 36px;
  }
}

.btn-mid {
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #14509d;
  margin-top: 30px;
  border: 1px solid #14509d;
}
.btn-mid span {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.btn-mid:hover:not(:active) {
  background: #fff;
}
.btn-mid:hover:not(:active) span {
  color: #14509d;
}

.btn-rect, .btn-rect-border {
  background: #14509d;
  text-decoration: none !important;
  display: block;
  color: #fff;
  font-size: 15px;
  width: 143px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  border: 1px solid #14509d;
}
.btn-rect:hover, .btn-rect-border:hover {
  border-width: 2px;
  font-weight: 500;
}
.btn-rect.current, .current.btn-rect-border {
  background: #14509d !important;
  border-color: #14509d;
  color: #fff !important;
}
.btn-rect.cat, .cat.btn-rect-border {
  background: #fff;
  border-color: #fff;
  color: #14509d;
}
.btn-rect.cat:hover, .cat.btn-rect-border:hover {
  border-color: #14509d;
}
.btn-rect.double, .double.btn-rect-border {
  width: 299px;
  background: none;
}
@media screen and (max-width: 767px) {
  .btn-rect.double, .double.btn-rect-border {
    width: 100%;
  }
}

.btn-rect-border {
  background: #fff;
  color: #14509d;
}

.scrolltop-wrap {
  padding-left: var(--gnw);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .scrolltop-wrap {
    margin-top: 60px;
  }
}
.scrolltop-wrap a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #14509d;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  transition: 300ms;
}
.scrolltop-wrap a:hover {
  transform: scale(1.1);
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .scrolltop-wrap a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, p {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

p {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.cen {
  text-align: center;
}

b {
  font-weight: 600;
}

.article-inner a {
  color: #14509d;
  text-decoration: underline;
}

#breadcrumbs {
  top: 0;
  transform: translate(0, 0%);
  position: fixed;
  width: calc(100% - var(--gnw));
  left: var(--gnw);
  z-index: 12;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-left: 40px;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  transition: 200ms ease-in-out height;
}
#breadcrumbs > span {
  overflow: hidden;
  white-space: nowrap;
}
#breadcrumbs.single span {
  flex-shrink: 0;
  padding: 2px 0;
  overflow: hidden;
}
#breadcrumbs.single span:after {
  content: "/";
  margin: 0 2px;
}
#breadcrumbs.single span.last {
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumbs.single span.last:after {
  content: "";
}
#breadcrumbs.single span.display {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 4px 6px;
  margin-left: 0.1em;
  line-height: 1;
  text-align: center;
  opacity: 0.8;
}
#breadcrumbs.single span.display:after {
  content: "";
  display: none;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
    top: 60px;
    background: rgba(238, 238, 238, 0.9);
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
}
.home #breadcrumbs {
  display: none;
}
.page-template-page-architecture #breadcrumbs, .page-template-page-agriculture #breadcrumbs, .page-template-page-network #breadcrumbs, .page-template-page-education #breadcrumbs {
  top: 100vh;
  transform: translate(0, -100%);
  position: absolute;
}
@media (max-aspect-ratio: 10/8) {
  .page-template-page-architecture #breadcrumbs, .page-template-page-agriculture #breadcrumbs, .page-template-page-network #breadcrumbs, .page-template-page-education #breadcrumbs {
    top: 66vh;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-architecture #breadcrumbs, .page-template-page-agriculture #breadcrumbs, .page-template-page-network #breadcrumbs, .page-template-page-education #breadcrumbs {
    transform: translate(0, 0%);
    height: 30px !important;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .moved #breadcrumbs {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 50px;
  }
}
.breadcrumbs_passed #breadcrumbs {
  bottom: auto;
  top: 0;
  transform: translate(0, 0);
  position: fixed;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%);
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_passed #breadcrumbs {
    top: 60px !important;
    height: 30px;
    padding-left: 12px;
    background: rgba(238, 238, 238, 0.9);
  }
}
@media screen and (max-aspect-ratio: 10/8) and (min-width: 768px) {
  .slide_passed #breadcrumbs {
    bottom: auto;
    top: 0;
    transform: translate(0, 0);
    position: fixed;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%);
    width: 100%;
    height: 50px;
  }
}
#breadcrumbs a {
  color: var(--division-color);
  pointer-events: auto;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

#sp-menu-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#sp-menu-btn i {
  width: 100%;
  height: 100%;
  position: absolute;
}
#sp-menu-btn i.open {
  background-image: url(../img/sp-menu-open.png);
  background-repeat: no-repeat;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  background-position: center center;
}
#sp-menu-btn i.close {
  background-image: url(../img/sp-menu-close.png);
  background-repeat: no-repeat;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  background-position: center center;
  opacity: 0;
}
html[data-toggle=sp-menu-show] #sp-menu-btn i.open {
  opacity: 0;
}
html[data-toggle=sp-menu-show] #sp-menu-btn i.close {
  opacity: 1;
}

#global-navi-wrapper {
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: fixed;
  height: 100vh;
  width: var(--gnw);
  background: #fff;
}
#global-navi-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
  transition: 500ms ease-out;
  opacity: 0;
}
.fv_passed #global-navi-wrapper:before {
  opacity: 1;
}
#global-navi-wrapper header {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #global-navi-wrapper header {
    height: 60px;
    background: #fff;
    width: 100vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 60px;
  }
}

#branding {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #site-title {
    position: absolute;
    top: 48px;
    left: 40px;
    width: 148px;
  }
}
#site-title img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #site-title {
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
  }
  #site-title img {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  #bnr_50th {
    width: 134px;
    position: absolute;
    bottom: 48px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #bnr_50th {
    width: 80px;
  }
}
#bnr_50th img {
  width: 100%;
  height: auto;
  display: block;
}

#menu {
  height: 100%;
  overflow: hidden;
}

.list-wrapper {
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--menu-inner-padding);
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .list-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .list-wrapper {
    margin-top: 20vh;
    height: calc(80vh - 150px);
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    max-height: 100dvh;
    height: 100%;
    padding: 10px;
    padding-top: 60px;
    padding-right: 0;
    transform: translate(100%, 0);
    background-image: url("../img/sp-menu-bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: calc(100% - 0px) calc(100% - 60px);
    background-size: calc(100% - 0px) calc(100% - 60px);
    background-position: 30px bottom;
    transition: 500ms cubic-bezier(0.79, 0.01, 0.35, 1.01);
    transition-property: transform;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    align-items: flex-start;
    padding-right: 8px;
  }
  html[data-toggle=sp-menu-show] .list-wrapper {
    transform: translate(0%, 0);
  }
}
.list-wrapper .inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-wrapper .inner {
    direction: rtl;
    padding: var(--menu-inner-padding) 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper .inner {
    padding-left: 10px;
    padding: 30px 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list-wrapper .inner.has_scrollbar > * {
    margin-left: -4px;
  }
}
.list-wrapper .inner::-webkit-scrollbar {
  width: 4px;
}
@media screen and (max-width: 767px) {
  .list-wrapper .inner::-webkit-scrollbar {
    width: 2px;
  }
}
.list-wrapper .inner::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .list-wrapper .inner::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
  }
}
.list-wrapper .inner::-webkit-scrollbar-thumb {
  background-color: #14509d;
}
@media screen and (max-width: 767px) {
  .list-wrapper .inner::-webkit-scrollbar-thumb {
    background: #fff;
  }
}
.list-wrapper ul#global-navi {
  direction: ltr;
}
@media screen and (min-width: 768px) {
  .list-wrapper ul#global-navi > li {
    padding-left: 57px;
    overflow: hidden;
    position: relative;
  }
  .list-wrapper ul#global-navi > li:before {
    content: "";
    width: 100%;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -13px;
    left: 56px;
    z-index: 2;
    transform: translate(-100%);
  }
}
.list-wrapper ul#global-navi li {
  line-height: 1;
  margin-bottom: var(--menu-item-v-gap);
}
.list-wrapper ul#global-navi li:last-of-type {
  margin-bottom: 0;
}
.list-wrapper ul#global-navi li a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-wrapper ul#global-navi li a {
    color: #cacaca;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper ul#global-navi li a {
    font-size: 14px;
    color: #ccc;
    font-weight: 300 !important;
  }
}
.home .list-wrapper ul#global-navi li a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .home .list-wrapper ul#global-navi li a {
    color: #fff !important;
  }
}
.list-wrapper ul#global-navi li a:hover, .list-wrapper ul#global-navi li a.opened {
  color: #14509d;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .list-wrapper ul#global-navi li a:hover, .list-wrapper ul#global-navi li a.opened {
    color: #fff !important;
    font-weight: bold !important;
  }
}
.list-wrapper ul#global-navi li a i {
  display: block;
}
.list-wrapper ul#global-navi li a span {
  transition: 300ms;
}
.list-wrapper ul#global-navi li a .en {
  display: none;
}
.list-wrapper ul#global-navi li a.fixed-opened:not(.current):not(:hover) {
  opacity: 0.4;
}
.home .list-wrapper ul#global-navi li a.fixed-opened:not(.current) {
  opacity: 1;
}
.list-wrapper ul#global-navi li a.current .ja {
  display: none;
}
.list-wrapper ul#global-navi li a.current .en {
  display: block;
}
.list-wrapper ul#global-navi li a[data-section]:before {
  content: "";
  height: 1px;
  width: 1000px;
  left: -12px;
  top: 50%;
  display: block;
  position: absolute;
  background: #14509d;
  transform: translate(-200%, 0);
}
@media screen and (max-width: 767px) {
  .list-wrapper ul#global-navi li a[data-section]:before {
    display: none !important;
  }
}
.list-wrapper ul#global-navi li a.current {
  color: #14509d;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list-wrapper ul#global-navi li a.current {
    color: #fff !important;
    font-weight: 900 !important;
  }
}
.list-wrapper ul#global-navi li a.current:before {
  content: "";
  height: 1px;
  width: 1000px;
  left: -12px;
  top: 50%;
  display: block;
  position: absolute;
  background: #14509d;
  margin-top: 1px;
  transform: translate(-100%, 0);
}
.list-wrapper .sub {
  height: 0;
  margin-top: 0px;
  transition: 300ms;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-wrapper .sub {
    overflow: hidden;
  }
}
.list-wrapper .sub a.current::before {
  display: none !important;
}
.list-wrapper .sub li {
  position: relative;
}
.list-wrapper .opened + .sub {
  margin-top: var(--menu-item-v-gap-sub);
  opacity: 1;
  height: auto;
  margin-left: 0;
  padding-left: var(--menu-item-h-gap);
}
.list-wrapper .opened + .sub li {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .list-wrapper .opened + .sub li {
    margin-bottom: var(--menu-item-v-gap-sub) !important;
  }
  .list-wrapper .opened + .sub li:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper .opened + .sub a {
    color: #fff !important;
  }
}
.list-wrapper .current + .sub._2 {
  opacity: 1;
  height: auto;
}
@media screen and (min-width: 768px) {
  .list-wrapper .current + .sub._2 {
    display: block;
  }
}
.list-wrapper .sub._2 {
  margin-left: 0;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .list-wrapper .sub._2 a:not(.current) {
    color: #000 !important;
  }
  .list-wrapper .sub._2 a.current {
    color: #14509d !important;
  }
}
@media screen and (max-width: 767px) {
  .list-wrapper .sub._2 a {
    color: #fff !important;
  }
}

.global-navi-sub {
  direction: ltr;
  margin-top: var(--global-navi-sub-gap);
}
@media screen and (min-width: 768px) {
  .global-navi-sub {
    position: absolute;
    bottom: 95px;
    left: 57px;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .global-navi-sub {
    margin-top: 70px;
  }
}
.global-navi-sub li {
  line-height: 1;
  margin-bottom: calc(var(--menu-item-v-gap) * 0.6);
}
.global-navi-sub a {
  color: #14509d;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.global-navi-sub a:before {
  content: "\e902";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
@media screen and (max-width: 767px) {
  .global-navi-sub a {
    font-size: 16px;
    color: #fff !important;
    font-weight: 300 !important;
  }
  .global-navi-sub a:before {
    margin-right: 10px;
  }
}
.global-navi-sub .gr {
  color: #40AA4B;
}

.js-fold-next {
  display: flex;
  align-items: center;
}
.js-fold-next:after {
  content: "\e903";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
.js-fold-next:after {
  color: #14509d;
  transform-origin: center center;
  transition: 200ms ease-out;
  margin-left: 0.2em;
}
@media screen and (max-width: 767px) {
  .js-fold-next:after {
    color: #fff !important;
  }
}
.js-fold-next.opened:after {
  transform: rotateZ(90deg);
}

.opened + .sub a.current svg {
  display: block;
}

svg.js-nav-anchor {
  position: absolute;
  left: -10px;
  top: 10px;
  transform: translate(-100%, -100%);
  display: none;
}

.js-nav-anchor-line {
  fill: none;
  stroke: #14509d;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  stroke-dasharray: 0px 1000px;
}

@keyframes dash {
  to {
    stroke-dasharray: 300px 1000px;
  }
}
a.current .js-nav-anchor-line._1 {
  animation: dash 0.6s linear forwards;
}
a.current .js-nav-anchor-line._2 {
  animation: dash 0.6s linear forwards;
  animation-delay: 0.5s;
}

@media screen and (min-width: 768px) {
  .sub._2 {
    overflow: hidden;
  }
}
.sub._2 li .js-nav-anchor-line {
  stroke-dasharray: 0px 1000px;
  stroke-dashoffset: 0px;
}
.sub._2 li a {
  padding-left: 0.5em;
}
.sub._2 li svg {
  left: 0;
}

.pc-footer-wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pc-footer-wrap {
    overflow: visible;
  }
}

.footer05 {
  background: #eee;
  padding: 150px 0;
  padding-left: var(--gnw);
  position: relative;
  margin-top: 200px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer05 {
    margin-top: 100px;
    padding: 0px 15px;
    display: block !important;
    padding-bottom: 0 !important;
    overflow: visible;
    position: relative;
    z-index: 1;
  }
}
.footer05 > .footer-img {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: -196px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer05 > .footer-img {
    top: -60px;
    left: 0;
    z-index: 3;
    overflow: visible;
  }
}
.footer05 > .footer-img .inner {
  width: 1000px;
  margin: 0 auto;
  height: 294px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer05 > .footer-img .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer05 > .footer-img .inner {
    height: 90px;
  }
}
.footer05 > .footer-img img {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .footer05 > .footer-img img {
    height: 90px;
    width: auto;
  }
}
.footer05 .wrap {
  position: relative;
  min-width: 800px;
  padding: 0 4%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.05em !important;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap {
    display: none;
  }
}
.footer05 .wrap .box {
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap .box {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 0;
  }
  .footer05 .wrap .box.contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.footer05 .wrap h3 {
  color: #14509d;
  font-size: 1.2em;
  border-bottom: 1px solid #14509d;
  padding-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap h3 {
    margin-top: 2.5em;
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: 0;
    font-weight: bold;
    background: rgba(56, 134, 197, 0.2);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 30px;
  }
}
.footer05 .wrap h3 a {
  color: #14509d;
}
.footer05 .wrap p {
  white-space: nowrap;
}
.footer05 .wrap ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 0px;
  }
}
.footer05 .wrap li {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap li {
    width: 48%;
    background: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
.footer05 .wrap li a {
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer05 .wrap li a {
    font-size: 12px;
  }
}

.square_btn {
  background: #14509d;
  color: #fff !important;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}
article .square_btn {
  padding: 10px;
}

.site-footer {
  height: 40px;
  background: #14509d;
  padding-left: var(--gnw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-footer {
    background: #ddd;
    height: auto;
    padding: 0px 0;
  }
}
.site-footer .wrap {
  margin-left: 30px;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .site-footer .wrap .f-logo {
    display: none;
  }
}
.site-footer .wrap img {
  width: 100px;
  height: auto;
}
.site-footer .wrap p {
  margin-left: 0em;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .wrap {
    order: 1;
    color: #000;
    margin: 0;
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .site-footer .wrap p {
    margin: 0;
    margin-top: 10px;
  }
}
.site-footer ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
.site-footer ul li {
  margin-left: 1em;
}
.site-footer ul a {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .site-footer ul {
    order: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #B2B2B2;
    padding-top: 20px;
  }
  .site-footer ul a {
    color: #000;
  }
}
.site-footer p.copyright.sp {
  order: 3;
  width: 100%;
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px !important;
}

.sp-footer-contact {
  color: #14509d;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 12px;
  display: none;
}
.sp-footer-contact:before {
  content: "\e902";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
@media screen and (max-width: 767px) {
  .sp-footer-contact {
    font-size: 15px;
    margin-top: 15px;
    display: flex;
    font-weight: 300 !important;
  }
  .sp-footer-contact:before {
    margin-right: 10px;
  }
}

main {
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    min-height: 100vh;
  }
  .error404 main {
    min-height: 0;
  }
}

section.sec {
  padding-left: var(--gnw);
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}

#top_slide {
  height: 100vh;
  display: block;
  padding: 0;
  padding-bottom: 80px;
  opacity: 0;
  transition: 200ms opacity;
  padding-left: var(--gnw) !important;
}
.home #top_slide {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #top_slide {
    height: 100vh !important;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 10/8) {
  #top_slide {
    height: 66vh !important;
  }
}
@media screen and (max-width: 767px) {
  #top_slide {
    padding-top: 0 !important;
    position: relative;
    margin-bottom: 50px;
    top: 60px;
  }
  .home #top_slide {
    padding: 10px !important;
    top: 50px;
  }
  .home #top_slide {
    height: calc(100vh - 80px);
  }
}
#top_slide .dec img {
  position: absolute;
  top: 20px;
  left: var(--gnw);
  z-index: 10;
  height: calc(100% - 40px);
  width: auto;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  #top_slide .dec img {
    left: 9px;
    top: 9px;
    height: calc(100% - 9px) !important;
  }
}
.safari #top_slide .dec img {
  height: calc(100% - 38px);
  margin-left: -1px;
}
.home #top_slide .dec img {
  display: block;
}
#top_slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 20px solid #fff;
  border-left-width: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 30px;
  width: calc(100% - var(--gnw));
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  #top_slide:after {
    border-radius: 20px;
    border-width: 10px !important;
  }
}
.home #top_slide:after {
  display: block;
}
#top_slide:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 20px solid #fff;
  border-left-width: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  width: calc(100% - var(--gnw));
  display: none;
}
@media screen and (max-width: 767px) {
  #top_slide:before {
    border-radius: 10px;
    border-width: 10px !important;
  }
}
.home #top_slide:before {
  display: block;
}
#top_slide #slide {
  height: 100%;
}
#top_slide #slide .slick-list, #top_slide #slide .slick-track {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top_slide #slide {
    max-height: 100dvh;
  }
}
#top_slide .slide-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_slide .slide-inner .img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_slide .slide-inner .img-wrap .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top_slide .slide-inner .img-wrap .inner img {
  position: absolute;
  top: 0;
  left: 0;
}
#top_slide .slide-inner .img-wrap .inner._1 {
  z-index: 2;
}
#top_slide .slide-inner .img-wrap .inner._2 {
  z-index: 1;
  opacity: 0;
}
#top_slide .slide-inner .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top_slide .slide-inner.current .inner._1 {
  transition: 1000ms ease-in-out;
  opacity: 0;
}
#top_slide .slide-inner.current .inner._2 {
  opacity: 1;
}
#top_slide .slide-inner.current img {
  transform: scale(1.1);
  transition: 30000ms;
}
#top_slide .slide-inner.current .txt-window {
  transform: translate(0%, 0);
  transition: 1000ms;
  will-change: transform;
  opacity: 1;
}
#top_slide .slide-inner .txt-window {
  position: relative;
  z-index: 10;
  opacity: 0;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  bottom: 86px;
  right: 0;
  min-width: 394px;
  gap: 15px;
  border-radius: 5px 0 0 5px;
  transition: 300ms opacity;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 20px 24px 24px;
}
#top_slide .slide-inner .txt-window.no-action {
  pointer-events: none;
}
#top_slide .slide-inner .txt-window a.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window {
    min-width: 0;
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) #top_slide .slide-inner .txt-window {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    bottom: 36px;
  }
}
#top_slide .slide-inner .txt-window:hover:not(.no-link) {
  background: rgba(20, 80, 157, 0.9);
  color: #fff !important;
}
#top_slide .slide-inner .txt-window:hover:not(.no-link) p, #top_slide .slide-inner .txt-window:hover:not(.no-link) .sub {
  color: #fff !important;
}
#top_slide .slide-inner .txt-window:hover:not(.no-link) a {
  color: #fff !important;
}
#top_slide .slide-inner .txt-window:hover:not(.no-link) :before {
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window {
    font-size: 10px;
    height: 112.5px;
    padding: 10px 20px;
    flex-wrap: nowrap !important;
    justify-content: center;
    gap: 12px;
  }
  #top_slide .slide-inner .txt-window .ttl, #top_slide .slide-inner .txt-window .sub {
    width: 100%;
  }
}
#top_slide .slide-inner .txt-window .ttl {
  font-size: 1.4em;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: nowrap;
  width: 100%;
}
#top_slide .slide-inner .txt-window .ttl p {
  line-height: 1.7;
}
body:not(.home) #top_slide .slide-inner .txt-window .ttl p {
  color: #14509d;
}
#top_slide .slide-inner .txt-window .sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window .sub {
    font-size: 1em !important;
  }
}
body:not(.home) #top_slide .slide-inner .txt-window .sub {
  color: #14509d;
  width: auto;
  font-size: 18px;
}
#top_slide .slide-inner .txt-window .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #top_slide .slide-inner .txt-window .row .sub {
    width: 100% !important;
  }
}
#top_slide .slide-inner .txt-window .row a {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window .row a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window .row {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #top_slide .slide-inner .txt-window .btn-readmore, #top_slide .slide-inner .txt-window section.content-sec .wp-block-button__link, section.content-sec #top_slide .slide-inner .txt-window .wp-block-button__link, #top_slide .slide-inner .txt-window .btn-readall {
    width: 100% !important;
    font-size: 10px;
  }
}
body:not(.home) #top_slide .slide-inner .txt-window .btn-readmore, body:not(.home) #top_slide .slide-inner .txt-window section.content-sec .wp-block-button__link, section.content-sec body:not(.home) #top_slide .slide-inner .txt-window .wp-block-button__link, body:not(.home) #top_slide .slide-inner .txt-window .btn-readall {
  color: #14509d;
}
#top_slide .slick-dots {
  bottom: 12px;
  right: 39px;
  margin-top: 10px;
  text-align: right;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  #top_slide .slick-dots {
    bottom: -24px;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) #top_slide .slick-dots {
    bottom: -49px;
  }
}
#top_slide .slick-dots li {
  padding: 10px 0;
  width: auto !important;
}
#top_slide .slick-dots li.slick-active button {
  background: var(--division-color) !important;
}
#top_slide .slick-dots li button {
  width: 36px !important;
  height: 3px !important;
  background: #fff;
  display: block;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #top_slide .slick-dots li button {
    background: #e4e4e4;
    width: 30px !important;
  }
}
body:not(.home) #top_slide .slick-dots li button {
  background: #e4e4e4;
}
#top_slide .slick-dots li button:before {
  content: "";
  display: none;
}

section.sec {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.sec {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  section#news h2.sec {
    text-align: center;
  }
}

h2.sec {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--division-color);
  line-height: 1;
  padding: 0 45px;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  h2.sec {
    width: 100%;
  }
}
h2.sec.cen {
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2.sec {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0;
  }
}

ul.news-list {
  width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  ul.news-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul.news-list {
    margin-top: 0;
    margin: 0 10px;
    width: auto;
    margin-bottom: 30px;
  }
}
ul.news-list li {
  border-top: 1px solid #3886C5;
  position: relative;
  padding-left: 20px;
  min-height: 84px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
ul.news-list li:last-child {
  border-bottom: 1px solid #3886C5;
}
ul.news-list li > a {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.news-list li > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ul.news-list li {
    font-size: 12px;
    padding: 15px 10px;
    padding-left: 10px;
    flex-wrap: wrap;
    height: auto;
    min-height: 50px;
    line-height: 1.5;
  }
}
ul.news-list li .date {
  font-size: 13px;
  color: #808080;
  margin-right: 20px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  ul.news-list li .date {
    margin-right: 12px;
  }
}
ul.news-list li .cat-column {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  ul.news-list li .cat-column {
    margin-right: 20px;
    min-width: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  ul.news-list li .cat-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
ul.news-list li .cat-column .cat {
  line-height: 1;
  padding: 5px;
  background: #14509d;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin-left: 12px;
  order: 99;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.news-list li .cat-column .cat {
    font-size: 10px;
  }
}
ul.news-list li .cat-column .cat.architecture {
  order: 1;
}
ul.news-list li .cat-column .cat.education {
  background: #FAAF3B;
  order: 2;
}
ul.news-list li .cat-column .cat.agriculture {
  order: 3;
  background: #009145;
}
ul.news-list li .cat-column .cat.network {
  order: 4;
  background: #61879A;
}
ul.news-list li .cat-column .cat.kanzai {
  order: 5;
  background: #61879A;
}
ul.news-list li .cat-column .cat a {
  color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}
ul.news-list li .cat-column .cat.project_story {
  background: #fff;
  border: 1px solid #14509d;
  order: 10;
}
ul.news-list li .cat-column .cat.project_story a {
  color: #14509d;
  font-size: 11px;
}
.single-post ul.news-list li .cat-column .cat {
  order: 0 !important;
}
ul.news-list li .cat-column .cat a {
  width: 100%;
  text-align: center;
}
ul.news-list li .ttl {
  line-height: 1.7em;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  padding: 20px 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  ul.news-list li .ttl {
    padding: 0px 0;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
    font-size: 13px;
  }
}
ul.news-list li:hover {
  background: #f0f0f0;
}
ul.news-list li:hover span {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  #bussiness-field {
    margin: 0 15px;
  }
}
#bussiness-field:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-bussiness-bg_1@2x.jpg);
  background-size: auto 1414px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
#bussiness-field .inner {
  position: relative;
  z-index: 1;
}
#bussiness-field header.bussiness-field {
  width: 1000px;
  margin: 0 auto;
  display: block;
  border-top: 1px solid #14509d;
  font-weight: 500;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-left: 255px;
  padding-top: 70px;
  margin: 0 auto;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  #bussiness-field header.bussiness-field {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #bussiness-field header.bussiness-field {
    background-image: url(../img/img-bussiness-header@3x.png);
  }
}
@media screen and (max-width: 767px) {
  #bussiness-field header.bussiness-field {
    padding: 30px 10px;
    padding-bottom: 50px;
    position: relative;
    border-top: 0;
    margin-bottom: 50px;
  }
  #bussiness-field header.bussiness-field:after, #bussiness-field header.bussiness-field:before {
    content: "";
    display: block;
    background-image: url(../img/sp-bussiness-header.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top bottom;
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #bussiness-field header.bussiness-field:before {
    top: 0;
    background-position: top center;
  }
  #bussiness-field header.bussiness-field:after {
    bottom: 0;
    background-position: bottom center;
  }
}
#bussiness-field header.bussiness-field h3 {
  font-size: 26px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #bussiness-field header.bussiness-field h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#bussiness-field header.bussiness-field p {
  font-size: 21px;
  color: #14509d;
  line-height: 1.74;
  margin-top: -0.37em;
  margin-bottom: -0.37em;
}
@media screen and (max-width: 767px) {
  #bussiness-field header.bussiness-field p {
    font-size: 10px;
  }
}
#bussiness-field header.bussiness-field a.btn-readmore, #bussiness-field header.bussiness-field section.content-sec a.wp-block-button__link, section.content-sec #bussiness-field header.bussiness-field a.wp-block-button__link, #bussiness-field header.bussiness-field a.btn-readall {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #bussiness-field header.bussiness-field a.btn-readmore, #bussiness-field header.bussiness-field section.content-sec a.wp-block-button__link, section.content-sec #bussiness-field header.bussiness-field a.wp-block-button__link, #bussiness-field header.bussiness-field a.btn-readall {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #division-wrap .division {
    width: 100%;
    margin-bottom: 50px;
  }
  #division-wrap .division:last-of-type {
    margin-bottom: 0;
  }
}
#division-wrap .division header {
  display: block;
}
#division-wrap .division header.full {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #division-wrap .division header.full {
    width: 100%;
  }
}
#division-wrap .division header + .img {
  width: 100%;
  background: #eee;
  border-radius: 5px;
  aspect-ratio: 500/340;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #division-wrap .division header + .img {
    width: 80vw;
    margin: 0 auto;
  }
}
#division-wrap .division header + .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
#division-wrap .division header + .img + .btn-readmore, #division-wrap .division section.content-sec header + .img + .wp-block-button__link, section.content-sec #division-wrap .division header + .img + .wp-block-button__link, #division-wrap .division header + .img + .btn-readall {
  float: right;
}
#division-wrap .division h3 {
  font-size: 30px;
  font-weight: 700;
  color: #14509d;
  letter-spacing: 0.2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #division-wrap .division h3 {
    font-size: 15px !important;
    margin-bottom: 10px;
  }
}
#division-wrap .division h3.b2r span {
  line-height: 1.4;
  font-size: 25px;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
@media screen and (max-width: 767px) {
  #division-wrap .division h3.b2r span {
    font-size: 15px;
  }
}
#division-wrap .division h3 i.label {
  font-size: 1.13em;
  width: 120px;
  height: 60px;
  border-radius: 5px;
  background: #14509d;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #division-wrap .division h3 i.label {
    width: 60px;
    height: 30px;
    margin-right: 10px;
  }
}
#division-wrap .division .ttl {
  line-height: 1;
  font-size: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.2em;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#division-wrap .division .ttl .btn-readmore, #division-wrap .division .ttl section.content-sec .wp-block-button__link, section.content-sec #division-wrap .division .ttl .wp-block-button__link, #division-wrap .division .ttl .btn-readall {
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  #division-wrap .division .ttl {
    margin-bottom: 15px;
    font-size: 12px;
  }
  #division-wrap .division .ttl .btn-readmore, #division-wrap .division .ttl section.content-sec .wp-block-button__link, section.content-sec #division-wrap .division .ttl .wp-block-button__link, #division-wrap .division .ttl .btn-readall {
    margin-top: 0;
  }
}
#division-wrap .inner-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #division-wrap .inner-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #division-wrap .inner-wrap .division {
    width: calc((100% - 50px) / 2);
  }
}
#division-wrap .education h3 .label {
  background: #FAAF3B !important;
}
#division-wrap .education h3 span {
  color: #FAAF3B;
}
#division-wrap .agriculture h3 .label {
  background: #009145 !important;
}
#division-wrap .agriculture h3 span {
  color: #009145;
}

#architecture-slide {
  height: 581px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #architecture-slide {
    height: 300px;
    margin-bottom: 50px;
  }
}

.center-contents-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 190px !important;
}
@media screen and (max-width: 767px) {
  .center-contents-slide {
    margin-top: 0;
    width: 100vw;
    margin-left: -15px;
    margin-bottom: -30px !important;
  }
}
.center-contents-slide .item {
  width: 725px;
  height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  justify-content: center;
  margin: 0 15px;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item {
    width: 80vw;
    height: 250px;
    margin: 0 5px;
  }
}
.center-contents-slide .item .inner {
  width: 100%;
  height: 400px;
  background: #eee;
  border-radius: 5px;
  transition: 500ms cubic-bezier(0, 0.91, 0.58, 1);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  justify-content: center;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item .inner {
    height: 160px;
    position: relative;
    top: -20px;
  }
}
.center-contents-slide .item .inner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.center-contents-slide .item .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center-contents-slide .item.center .inner {
  height: 460px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item.center .inner {
    height: 200px;
  }
}
.center-contents-slide .item.center .inner .data {
  opacity: 1;
  transform: translate(0, 100%);
}
.center-contents-slide .item.center .inner .data:before {
  content: "";
  transform: scale(1, 1);
}
.center-contents-slide .item .data {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  white-space: nowrap;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 20px 0 0 60px;
  z-index: 1;
  opacity: 0;
  transition: 800ms;
  transition-delay: 300ms;
  transform: translate(0, 100%);
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item .data {
    font-size: 13px;
    padding: 10px 0 0 30px;
  }
}
.center-contents-slide .item .data:before {
  content: "";
  transform: scale(1, 0);
  width: 1px;
  height: 120px;
  display: block;
  background: #14509d;
  position: absolute;
  bottom: -20px;
  left: 30px;
  transition: 400ms 600ms;
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item .data:before {
    height: 60px;
    left: 15px;
    bottom: -2px;
  }
}
.center-contents-slide .item .data .ttl {
  margin-bottom: 0 !important;
  font-size: 20px;
  padding-right: 15px;
  color: #14509d;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item .data .ttl {
    font-size: 13px;
  }
}
.center-contents-slide .item .data .name {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .center-contents-slide .item .data .name {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .center-contents-slide .item .data .name {
    padding-left: 0;
    margin-top: 10px;
  }
}
.center-contents-slide .slick-dots {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .slick-dots {
    margin: 0;
    bottom: -10px;
  }
}
.center-contents-slide .slick-dots li {
  padding: 10px 0;
  width: auto !important;
}
.center-contents-slide .slick-dots li.slick-active button {
  background: #14509d;
}
.center-contents-slide .slick-dots li button {
  width: 74px !important;
  height: 5px !important;
  background: #B2B2B2;
  display: block;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .center-contents-slide .slick-dots li button {
    background: #e4e4e4;
    width: 30px !important;
    height: 3px !important;
  }
}
.center-contents-slide .slick-dots li button:before {
  content: "";
  display: none;
}

section#project-story {
  overflow: hidden;
}
section#project-story .label-index {
  width: 124px;
  height: 80px;
  background-image: url(../img/img-project-story-slide-book@2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}
section#project-story .label-index i {
  font-size: 36px;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  section#project-story .label-index.sp {
    font-size: 10px;
    width: 96px;
    height: 62px;
    margin: 0 auto;
    transform: translate(0, 50%);
    position: relative;
    z-index: 1;
  }
  section#project-story .label-index.sp i {
    font-size: 24px;
  }
}

#slide-project-story {
  margin-top: 60px;
  padding: 50px 0;
  background-image: url(../img/img-project-story-slide-bg@2x.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #slide-project-story {
    margin-top: 0;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
}
#slide-project-story .item {
  width: calc(100vw - var(--gnw));
}
@media screen and (min-width: 768px) {
  #slide-project-story .inner {
    min-width: 1000px !important;
    padding: 0 4%;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #slide-project-story .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #slide-project-story .inner {
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}
#slide-project-story .slide-img {
  width: 60%;
  aspect-ratio: 1.2;
  background: white;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #slide-project-story .slide-img {
    width: 100%;
    order: 1;
    aspect-ratio: 1.6;
  }
}
#slide-project-story .slide-img .img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#slide-project-story .slide-img .img a {
  height: 100%;
  width: 100%;
}
#slide-project-story .slide-img .img img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slide-project-story .slide-img .data {
  opacity: 0.6;
  line-height: 1.5;
}
#slide-project-story .display {
  position: absolute;
  top: 30px;
  left: 62%;
  padding-right: 5%;
  color: #14509d;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #slide-project-story .display {
    position: static;
    top: 0;
    left: 0;
    order: 2;
    width: 100%;
    padding: 0;
    padding-left: 10px;
  }
}
#slide-project-story .display .ttl {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.56;
  white-space: nowrap;
  margin-top: -0.28em;
  margin-bottom: -0.28em;
  padding: 30px 0;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  #slide-project-story .display .ttl {
    font-size: 15px;
    position: relative;
    padding: 15px 0;
    padding-right: 60px;
    margin-top: 10px;
  }
  #slide-project-story .display .ttl:before {
    content: "";
    width: 75px;
    height: 63px;
    background-image: url(../img/si-hand.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
    position: absolute;
    bottom: -43px;
    right: -10px;
  }
  #slide-project-story .display .ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #3886C5;
    position: absolute;
    bottom: 0;
    right: 60px;
  }
}
#slide-project-story .display .dec {
  height: 0;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #slide-project-story .display .dec {
    display: none;
  }
}
#slide-project-story .display .dec img {
  position: absolute;
  right: -90px;
  top: -40px;
  z-index: 1;
}
#slide-project-story .display a {
  color: #14509d;
}
#slide-project-story .display .desc {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #slide-project-story .display .desc {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#slide-project-story .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: 12%;
  font-size: 13px;
  z-index: 10;
  width: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #slide-project-story .slick-dots {
    left: 15px;
    bottom: 40px;
    margin-left: 10px;
    right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
  }
}
#slide-project-story .slick-dots:before {
  content: "OTHER STORY";
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
  color: #14509d;
  margin-bottom: 25px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #slide-project-story .slick-dots:before {
    width: auto;
    font-size: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 90px;
    height: 20px;
    margin-bottom: 0;
    background-image: url(../img/sp-another-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-right: 12px;
  }
}
#slide-project-story .slick-dots li {
  width: 35px;
  height: 53px;
  border-radius: 5px;
  background: #B2B2B2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #slide-project-story .slick-dots li {
    width: 18px;
    height: 26px;
    margin-right: 10px;
  }
}
#slide-project-story .slick-dots li.slick-active {
  background: #8BC53F;
}
#slide-project-story .slick-dots li button {
  font-size: 25px;
  color: #fff;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #slide-project-story .slick-dots li button {
    font-size: 12px;
  }
}
#slide-project-story .slick-dots li button:before {
  content: "";
  display: none;
}

.ajax-readmore-item.add {
  opacity: 0;
  position: relative;
}

section#topics {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section#topics {
    margin-bottom: 0px;
  }
}
section#topics .inner {
  z-index: 1;
  position: relative;
}
section#topics:not(.nobg):before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section#topics:not(.nobg):before {
    background-color: #f9fff3;
    background-image: url(../img/bg-line-pattern@2x.png);
    background-repeat: repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position: center;
  }
}
section#topics.block:before {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
section#topics.has_tab h2.sec {
  display: none;
}
section#topics .topics-list {
  position: relative;
  z-index: 1;
  padding: 0 4%;
  width: 100%;
  margin: 60px auto 115px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  gap: 70px 4%;
}
@media screen and (min-width: 768px) {
  section#topics .topics-list {
    min-width: 900px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section#topics .topics-list {
    background-color: rgba(249, 255, 243, 0.5);
    background-image: url(../img/bg-line-pattern@2x.png);
    background-repeat: repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position: center;
    margin-top: 0;
    padding: 30px 4%;
    padding-bottom: 60px;
    gap: 30px 4%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
section#topics .topics-list li {
  width: 30.6666666667%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section#topics .topics-list li {
    width: 48%;
  }
  body:not(.page-template-page-activity) section#topics .topics-list li:nth-child(n+5) {
    display: none;
  }
}
section#topics .topics-list li:last-of-type {
  margin-right: 0;
}
section#topics .topics-list li .label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 7em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  section#topics .topics-list li .label {
    padding-left: 0;
    gap: 5px;
    font-size: 12px;
  }
}
section#topics .topics-list li .label .date {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  section#topics .topics-list li .label .date {
    font-size: 12px;
    position: relative;
    margin-bottom: 0px;
  }
}
section#topics .topics-list li .label .cat-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 8px;
  min-height: 24px;
}
section#topics .topics-list li .label .cat {
  line-height: 1;
  padding: 5px;
  background: #14509d;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin-left: 12px;
  order: 99;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section#topics .topics-list li .label .cat {
    font-size: 10px;
  }
}
section#topics .topics-list li .label .cat.architecture {
  order: 1;
}
section#topics .topics-list li .label .cat.education {
  background: #FAAF3B;
  order: 2;
}
section#topics .topics-list li .label .cat.agriculture {
  order: 3;
  background: #009145;
}
section#topics .topics-list li .label .cat.network {
  order: 4;
  background: #61879A;
}
section#topics .topics-list li .label .cat.kanzai {
  order: 5;
  background: #61879A;
}
section#topics .topics-list li .label .cat a {
  color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}
section#topics .topics-list li .label .cat.project_story {
  background: #fff;
  border: 1px solid #14509d;
  order: 10;
}
section#topics .topics-list li .label .cat.project_story a {
  color: #14509d;
  font-size: 11px;
}
.single-post section#topics .topics-list li .label .cat {
  order: 0 !important;
}
section#topics .topics-list li .img {
  margin: 15px 0;
  background: #eee;
  aspect-ratio: 290/200;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
section#topics .topics-list li .img a {
  width: 100%;
  height: 100%;
  display: block;
}
section#topics .topics-list li .img img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#topics .topics-list li .img.news a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #B2B2B2;
  letter-spacing: 0.2em;
}
section#topics .topics-list li .ttl {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section#topics .topics-list li .ttl {
    font-size: 12px;
  }
}
section#topics .topics-list.block-editor {
  padding: 0;
  justify-content: flex-start;
  padding: 50px 0;
}
section#topics .topics-list.block-editor .ttl a {
  display: block;
  text-align: justify;
}
section#topics .topics-list.block-editor .ttl:after {
  content: "";
}
section#topics a.btn-readmore, section#topics section.content-sec a.wp-block-button__link, section.content-sec section#topics a.wp-block-button__link, section#topics a.btn-readall {
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  section#topics a.btn-readmore, section#topics section.content-sec a.wp-block-button__link, section.content-sec section#topics a.wp-block-button__link, section#topics a.btn-readall {
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  section#topics.nobg .topics-list {
    margin-bottom: 60px !important;
  }
  section#topics.nobg a.btn-readmore, section#topics.nobg section.content-sec a.wp-block-button__link, section.content-sec section#topics.nobg a.wp-block-button__link, section#topics.nobg a.btn-readall {
    transform: translate(0, 0);
  }
}

a.js-ajax-readmore {
  transform: translateY(0) !important;
}
@media screen and (min-width: 768px) {
  a.js-ajax-readmore {
    margin: 100px auto !important;
  }
  a.js-ajax-readmore.ajax-end {
    margin: 0 auto !important;
    opacity: 0;
    height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  a.js-ajax-readmore {
    margin: 0px auto 50px !important;
  }
  a.js-ajax-readmore.ajax-end {
    margin: 0 auto !important;
    opacity: 0;
    height: 0;
  }
}

section#recruitment {
  padding-bottom: 0;
}

.recruitment-header {
  border-radius: 5px;
  background: #eee;
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruitment-header {
    width: 950px;
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment-header {
    margin: 0 15px;
    aspect-ratio: 2.0652173913;
    margin-bottom: 20px;
  }
}
.recruitment-header > * {
  z-index: 1;
  position: relative;
}
.recruitment-header .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .recruitment-header .img {
    width: 100%;
    height: 100%;
  }
  .recruitment-header .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.recruitment-header h2 {
  margin: 70px 0 30px 0 !important;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruitment-header h2 {
    margin-top: 20px !important;
  }
}
.recruitment-header p {
  font-size: 20px;
  color: #14509d;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: -15px !important;
}
@media screen and (max-width: 767px) {
  .recruitment-header p {
    font-size: 12px !important;
    margin-top: -20px !important;
  }
}
@media screen and (max-width: 767px) {
  .recruitment-header h2 {
    font-size: 15px;
  }
}

.page-ttl {
  background: var(--division-color);
  position: absolute;
  top: 55px;
  left: var(--gnw);
  z-index: 10;
  margin-left: 55px;
  border-radius: 5px;
  padding: 30px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    top: 70px;
    left: 20px;
    right: auto;
    margin-left: 0;
  }
}
.page-ttl span {
  display: block;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page-ttl span {
    justify-content: flex-start;
  }
}
.page-ttl span.s {
  font-size: 13px;
}
.page-ttl span.name {
  margin-top: 20px;
  font-size: 32px;
}
.page-ttl span.name i {
  font-size: 0.65em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .page-ttl span.s {
    font-size: 10px;
  }
  .page-ttl span.name {
    font-size: 20px;
  }
}

.txt-bnr {
  padding-left: var(--gnw);
  margin-top: 80px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .txt-bnr {
    margin-top: 30px;
  }
}
.txt-bnr .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .txt-bnr .inner {
    padding: 8%;
    gap: 20px;
  }
}
.txt-bnr a {
  height: 90px;
  border: 1px solid var(--division-color);
  border-radius: 5px;
  font-size: 22px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding: 5px 0;
  color: var(--division-color);
  width: 100%;
  flex-wrap: nowrap;
}
.txt-bnr a:hover, .txt-bnr a.external {
  color: #fff;
  background: var(--division-color);
}
.txt-bnr a:hover .arrow, .txt-bnr a.external .arrow {
  border-color: #fff;
}
.txt-bnr a.external:hover {
  background: #fff;
  color: var(--division-color);
  border: 1px solid var(--division-color);
}
.txt-bnr a.external:hover .arrow {
  border-color: var(--division-color);
}
@media screen and (max-width: 767px) {
  .txt-bnr a {
    margin: 0 30px;
    height: 60px;
    font-size: 14px;
    width: 100%;
  }
}
.txt-bnr span {
  padding: 0 30px 0 30px;
  display: block;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .txt-bnr span {
    padding: 0 15px;
    line-height: 1.3em;
    margin-top: -0.15em;
    margin-bottom: -0.15em;
  }
}
.txt-bnr span i {
  margin-left: 12px;
}
.txt-bnr span.arrow {
  border-right: 1px solid var(--division-color);
  padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .txt-bnr span.arrow {
    min-width: 220px;
    width: 220px;
    flex-basis: 220px;
  }
}
.txt-bnr span.arrow:before {
  content: "\e901";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
.txt-bnr span.arrow:before {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .txt-bnr span.arrow {
    min-width: 130px;
    width: 160px;
    flex-basis: 180px;
    padding-left: 10px;
    padding-right: 15px;
    white-space: nowrap;
  }
}

#introduce > .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #introduce > .inner {
    min-width: 1000px;
    height: 100vh;
    position: relative;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 10/8) {
  #introduce > .inner {
    height: 50vh;
  }
}
#introduce .img {
  width: 36%;
  background: #eee;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #introduce .img {
    min-width: 400px;
  }
}
#introduce .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #introduce .img {
    order: 1;
    width: 100%;
    height: 120px;
    padding-left: 15px;
    background: 0;
  }
}
#introduce .txt {
  width: 64%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #introduce .txt {
    min-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #introduce .txt {
    order: 2;
    width: 100%;
    margin-top: 40px;
    padding: 0 4%;
  }
}
#introduce .txt .inner {
  width: auto;
}
#introduce .txt h2 {
  width: auto;
  padding: 0;
  line-height: 1.7;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  padding-bottom: 45px;
  color: var(--division-color);
}
@media screen and (max-width: 767px) {
  #introduce .txt h2 {
    padding-bottom: 24px;
  }
}
#introduce .txt p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.07em;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
}
@media screen and (max-width: 767px) {
  #introduce .txt p {
    font-size: 14px;
  }
}
#introduce .txt .btn-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  flex-grow: 100%;
}
@media screen and (max-width: 767px) {
  #introduce .txt .btn-wrap {
    margin-top: 30px;
  }
}
#introduce .txt .btn-wrap a {
  margin: 0;
  margin-right: 40px;
}

.bussiness-introduction-wrap {
  background-color: rgba(41, 169, 224, 0.1);
  background-image: url(../img/img-project-story-slide-bg@2x.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  padding: 50px 0 80px 0;
  position: relative;
}
.bussiness-introduction-wrap > a.btn-readmore, section.content-sec .bussiness-introduction-wrap > a.wp-block-button__link, .bussiness-introduction-wrap > a.btn-readall {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .bussiness-introduction-wrap {
    padding: 30px 0 50px 0;
  }
}

ul.bussiness-introduction {
  padding: 0 4%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  ul.bussiness-introduction {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
ul.bussiness-introduction li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
ul.bussiness-introduction li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  ul.bussiness-introduction li:nth-of-type(2n) .img {
    order: 2;
  }
  ul.bussiness-introduction li:nth-of-type(2n) .txt {
    order: 1;
    padding-left: 0;
    padding-right: 50px;
  }
  ul.bussiness-introduction li:nth-of-type(2n) .txt h3:after {
    right: auto;
    left: 0;
  }
}
ul.bussiness-introduction li .img {
  width: 60%;
  aspect-ratio: 1.6;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  ul.bussiness-introduction li .img {
    width: 100%;
  }
}
ul.bussiness-introduction li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.bussiness-introduction li .txt {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.bussiness-introduction li .txt {
    width: 40%;
    padding-left: 50px;
  }
}
ul.bussiness-introduction li .txt a.btn-readmore, ul.bussiness-introduction li .txt section.content-sec a.wp-block-button__link, section.content-sec ul.bussiness-introduction li .txt a.wp-block-button__link, ul.bussiness-introduction li .txt a.btn-readall {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.bussiness-introduction li .txt h3 {
  color: var(--division-color);
  font-size: 27px;
  line-height: 1;
  padding: 30px 0;
  line-height: 1.5;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.bussiness-introduction li .txt h3 {
    padding: 15px 0;
    font-weight: 600;
    font-size: 18px;
  }
  ul.bussiness-introduction li .txt h3 br {
    display: none;
  }
}
ul.bussiness-introduction li .txt h3 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.7em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul.bussiness-introduction li .txt h3 span {
    margin-bottom: 8px;
  }
}
ul.bussiness-introduction li .txt h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 200%;
  background: var(--division-color);
  position: absolute;
  right: 0;
  bottom: 0;
}
ul.bussiness-introduction li .txt p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: -0.4em;
  margin-bottom: -0.4em;
  padding-top: 1.875em;
}
@media screen and (max-width: 767px) {
  ul.bussiness-introduction li .txt p {
    font-size: 14px;
    padding-top: 1.5em;
  }
}

section#works .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section#works .header h2 {
  margin-bottom: 0;
}
section#works .header a {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section#works .header a {
    display: none;
  }
}
section#works .inner {
  background: #f0f0f0;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section#works .inner {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  section#works .inner {
    min-height: 350px;
  }
}
section#works a.inner {
  min-height: 0;
}
section#works nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 90px;
  justify-content: flex-end;
}
section#works nav + .js-ajax-readmore {
  display: none;
}
@media screen and (min-width: 768px) {
  section#works nav {
    height: 160px;
    min-width: 1000px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  section#works nav {
    background-image: url(../img/dec-works-nav@4x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 1174px auto;
    background-size: 1174px auto;
    background-position: bottom center;
  }
}
@media screen and (max-width: 767px) {
  section#works nav {
    margin-bottom: 0 !important;
  }
  section#works nav:before {
    content: "";
    height: 48px;
    display: block;
    width: 100%;
    background-color: #fff;
    background-image: url(../img/architecture/sp-works-nav-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: bottom center;
  }
}
section#works nav ul {
  height: auto;
  margin-right: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 610px;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  align-content: center;
}
section#works nav ul a {
  margin: 0;
}
section#works nav ul li[data-toggle=open] .sub-wrap {
  display: block;
  opacity: 1;
  height: auto;
  pointer-events: auto;
}
section#works nav ul li[data-toggle=open] .js-toggle {
  opacity: 0;
}
section#works nav ul .sub-wrap {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(240, 240, 240, 0.9);
  border-radius: 5px;
  border: 1px solid #14509d;
  height: 0;
  opacity: 0;
  transition: 300ms;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section#works nav ul .sub-wrap {
    position: relative;
  }
}
section#works nav ul .sub-wrap .header {
  height: 40px;
  font-size: 16px;
  color: #14509d;
}
@media screen and (max-width: 767px) {
  section#works nav ul .sub-wrap .header {
    font-size: 12px;
  }
}
section#works nav ul ul.sub {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  padding-top: 0;
}
section#works nav ul ul.sub li {
  width: calc((100% - 24px) / 3);
}
section#works nav ul ul.sub li a {
  height: 24px;
  font-size: 12px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  section#works nav ul li.double {
    width: 298px;
    background: none;
    position: relative;
  }
  section#works nav ul li.double a {
    width: 100%;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  section#works nav ul {
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    gap: 10px;
  }
  section#works nav ul li {
    width: calc((100% - 20px) / 3);
  }
  section#works nav ul li.sp-wide {
    width: 100%;
  }
  section#works nav ul li a {
    font-size: 11px;
    width: 100%;
    letter-spacing: 0.05em;
  }
}

.works-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works-list {
    min-width: 900px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    gap: 0px;
  }
}
.works-list li {
  width: 33.3333333333%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works-list li {
    width: 50%;
    margin-bottom: 0;
    margin-bottom: 20px;
  }
}
.works-list li .img {
  background: #ccc;
  aspect-ratio: 1.4;
  position: relative;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.works-list li .img.label-new:before {
  content: "";
  width: 60px;
  height: 60px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/architecture/label-new.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .works-list li .img.label-new:before {
    width: 40px;
    height: 40px;
  }
}
.works-list li .img a.inner {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  display: block;
}
.works-list li .img a.inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-list li .img a.cat {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .works-list li .img a.cat {
    font-size: 11px;
    right: 5px;
    bottom: 10px;
    height: 24px;
    width: 100px;
  }
}
.works-list li .ttl {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
  font-weight: 300 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: -0.3;
  margin-bottom: -0.3;
}
@media screen and (max-width: 767px) {
  .works-list li .ttl {
    font-size: 12px;
    margin-top: 15px;
    padding: 0 5px;
    padding-top: 15px;
    line-height: 1.5em;
    margin-top: -0.25em;
    margin-bottom: -0.25em;
  }
}

@media screen and (max-width: 767px) {
  section#engineering .inner {
    overflow: hidden;
  }
}
section#engineering .line-bg-wrap {
  padding: 60px 0;
  background-color: rgba(41, 169, 224, 0.1);
  background-image: url(../img/bg-line-pattern@2x.png);
  background-repeat: repeat;
  -webkit-background-size: 12px;
  background-size: 12px;
  background-position: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section#engineering .line-bg-wrap {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
section#engineering .line-bg-wrap + .btn-readmore, section#engineering section.content-sec .line-bg-wrap + .wp-block-button__link, section.content-sec section#engineering .line-bg-wrap + .wp-block-button__link, section#engineering .line-bg-wrap + .btn-readall {
  transform: translate(0, -50%);
}

.engineering-list {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .engineering-list {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .engineering-list {
    padding: 0;
  }
}
.engineering-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.engineering-list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .engineering-list li:nth-of-type(2n) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .engineering-list li:nth-of-type(2n) .img {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .engineering-list li:nth-of-type(2n) .img {
    width: calc(100% - 20px);
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .engineering-list li:nth-of-type(2n) .txt {
    order: 1;
  }
}
.engineering-list li:nth-of-type(2n) .ttl:before {
  left: auto;
  right: 0;
  transform: rotate(30deg);
  transform-origin: right top;
}
.engineering-list .img {
  width: calc(100% - 50px - 380px);
  background: #fff;
  aspect-ratio: 1.64;
  border-radius: 5px;
  overflow: hidden;
}
.engineering-list .img a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .engineering-list .img {
    width: calc(100% - 20px);
    border-radius: 0 5px 5px 0;
    overflow: hidden;
  }
}
.engineering-list .txt {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .engineering-list .txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .engineering-list .txt {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .engineering-list .txt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    margin-top: 30px;
    width: 100%;
  }
}
.engineering-list .index {
  margin-bottom: 30px;
  font-size: 14px;
  color: #14509d;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 65px;
}
@media screen and (max-width: 767px) {
  .engineering-list .index {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    flex-basis: 30%;
  }
}
.engineering-list .index i {
  height: 76px;
  width: 76px;
  display: block;
  margin-left: 10px;
  background-image: url(../img/dec-ep-index@4x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  font-size: 30px;
  font-weight: 900 !important;
}
@media screen and (max-width: 767px) {
  .engineering-list .index i {
    width: 50px;
    height: 50px;
    margin: 0;
    margin-top: 10px;
    font-size: 24px;
  }
}
.engineering-list .ttl {
  height: 160px;
  width: 100%;
  border: 1px solid #3886C5;
  border-width: 1px 0;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .engineering-list .ttl {
    height: 120px;
    gap: 15px;
    max-width: 60%;
    flex-basis: 60%;
    height: auto;
    padding: 20px 0;
  }
}
.engineering-list .ttl:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #3886C5;
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(-30deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 767px) {
  .engineering-list .ttl:before {
    width: 30px;
  }
}
.engineering-list .ttl h3 {
  font-size: 22px;
  line-height: 1.66;
  white-space: nowrap;
  width: 100%;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
}
@media screen and (max-width: 767px) {
  .engineering-list .ttl h3 {
    font-size: 15px;
    white-space: normal;
  }
}
.engineering-list .ttl h3 a:hover {
  color: #14509d !important;
}
.engineering-list .ttl .sub {
  font-size: 0.8em;
  width: 100%;
  color: #14509d;
  font-weight: 300;
}
.engineering-list a.btn-readmore, .engineering-list section.content-sec a.wp-block-button__link, section.content-sec .engineering-list a.wp-block-button__link, .engineering-list a.btn-readall {
  margin-top: 20px;
}

section#engineering.arichive-list .line-bg-wrap {
  padding: 0 !important;
}

.solution-list {
  padding: 4%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .solution-list {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .solution-list {
    padding: 30px 4%;
    gap: 30px 4%;
  }
}
.solution-list li {
  width: calc(50% - 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .solution-list li {
    width: 48%;
  }
}
.solution-list li:after {
  content: "";
  width: 78px;
  height: 19px;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(55deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 767px) {
  .solution-list li:after {
    display: none;
  }
}
.solution-list .img {
  aspect-ratio: 480/290;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.solution-list .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.solution-list a {
  line-height: 1.76;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .solution-list a {
    font-size: 12px;
  }
}
.solution-list a .main {
  font-size: 21px;
  color: #000;
  margin-top: -0.38em;
  margin-bottom: -0.38em;
  padding: 30px 0 15px 0;
}
@media screen and (max-width: 767px) {
  .solution-list a .main {
    font-size: 1em;
    padding: 15px 0;
    padding-bottom: 10px;
    text-align: justify;
  }
  .solution-list a .main br {
    display: none;
  }
}
.solution-list a .sub {
  display: block;
  font-size: 0.66em;
  margin-top: -0.38em;
  margin-bottom: -0.38em;
  color: #14509d;
}
@media screen and (max-width: 767px) {
  .solution-list a .sub br {
    display: none;
  }
}

h2.sec.cen + .desc {
  font-size: 21px;
  margin-top: -40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  h2.sec.cen + .desc {
    font-size: 12px;
    margin-top: -20px;
    padding: 0 4%;
    margin-bottom: 30px;
  }
}

.magazine-list {
  margin: 0 auto;
  padding: 0 4%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 30px 3%;
}
@media screen and (min-width: 768px) {
  .magazine-list {
    min-width: 900px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .magazine-list {
    gap: 30px 4%;
  }
}
.magazine-list li {
  width: 31.3333333333%;
  border: 1px solid #f0f0f0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .magazine-list li {
    width: 48%;
    padding-bottom: 0px;
    font-size: 14px;
  }
}
.magazine-list li .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background: #14509d;
  padding: 8px 12px;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .magazine-list li .label {
    font-size: 0.66em;
    padding: 6px 10px;
    letter-spacing: 0.1em;
  }
}
.magazine-list li .img {
  background: #eee;
  aspect-ratio: 1536/987;
  overflow: hidden;
}
.magazine-list li .img a {
  width: 100%;
  height: 100%;
  display: block;
}
.magazine-list li .txt {
  padding: 10px;
  font-size: 18px;
  flex: 1;
  width: 100%;
}
.magazine-list li .txt a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  gap: 10px;
}
.magazine-list li .txt a > * {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .magazine-list li .txt {
    font-size: 14px;
    text-align: justify;
  }
  .magazine-list li .txt br {
    display: none;
  }
}
.magazine-list li .txt .ttl {
  color: #14509d;
  font-weight: 500;
  line-height: 1.6;
}
.magazine-list li .txt .sub {
  font-size: 0.66em;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 1.5;
  margin-top: -0.25;
  margin-bottom: -0.25;
}
@media screen and (max-width: 767px) {
  .magazine-list li .txt .sub {
    position: relative;
    padding: 0;
  }
}

section#works.archive-list {
  padding-top: 0 !important;
  overflow: hidden;
}
section#works.archive-list .inner {
  margin-top: 0;
  overflow: hidden;
}
section#works.archive-list .btn-readmore, section#works.archive-list section.content-sec .wp-block-button__link, section.content-sec section#works.archive-list .wp-block-button__link, section#works.archive-list .btn-readall {
  margin: 100px auto !important;
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  section#works.archive-list .btn-readmore.ajax-end, section#works.archive-list section.content-sec .ajax-end.wp-block-button__link, section.content-sec section#works.archive-list .ajax-end.wp-block-button__link, section#works.archive-list .ajax-end.btn-readall {
    margin: 0 auto !important;
    opacity: 0;
    height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  section#works.archive-list .btn-readmore, section#works.archive-list section.content-sec .wp-block-button__link, section.content-sec section#works.archive-list .wp-block-button__link, section#works.archive-list .btn-readall {
    margin: 0px auto 50px !important;
  }
  section#works.archive-list .btn-readmore.ajax-end, section#works.archive-list section.content-sec .ajax-end.wp-block-button__link, section.content-sec section#works.archive-list .ajax-end.wp-block-button__link, section#works.archive-list .ajax-end.btn-readall {
    margin: 0 auto !important;
    opacity: 0;
    height: 0;
  }
}

.architecture-task-header .desc p {
  margin-bottom: 1em;
}
.architecture-task-header .img {
  width: 500px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .architecture-task-header .img {
    width: 80%;
  }
}
.architecture-task-header .img img {
  width: 100%;
}
.architecture-task-header .bg-noise {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .architecture-task-header .bg-noise {
    padding: 30px 0;
  }
}
.architecture-task-header .bg-noise h3 {
  color: #14509d;
  font-size: 21px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .architecture-task-header .bg-noise h3 {
    font-size: 16px;
  }
}
.architecture-task-header .bg-noise dl {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .architecture-task-header .bg-noise dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .architecture-task-header .bg-noise dl {
    font-size: 12px;
  }
}
.architecture-task-header .bg-noise dl dt, .architecture-task-header .bg-noise dl dd {
  margin-bottom: 10px;
}
.architecture-task-header .bg-noise dl dt {
  letter-spacing: 0.1em;
  margin-left: -0.5em;
}
@media screen and (min-width: 768px) {
  .architecture-task-header .bg-noise dl dt {
    width: 14%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .architecture-task-header .bg-noise dl dt {
    font-size: 1.1em;
  }
}
.architecture-task-header .bg-noise dl dd {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .architecture-task-header .bg-noise dl dd {
    width: 80%;
  }
}
.architecture-task-header .bg-noise p {
  text-align: justify;
  margin-bottom: 0.5em;
}
.architecture-task-header .bg-noise p strong {
  font-weight: bold;
}
.architecture-task-header .bg-noise p strong:before {
  content: "〔";
}
.architecture-task-header .bg-noise p strong:after {
  content: "〕";
}
.architecture-task-header .bg-noise p.cen {
  text-align: center !important;
  margin-top: 1em;
}

.task-grp .movie {
  width: 100%;
}
.task-grp .movie video {
  width: 100%;
}
.task-grp .label-header {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .task-grp .label-header {
    margin-top: 20px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
}
.task-grp .label-header .sub-title-ps {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-weight: 500;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #14509d;
  color: #14509d;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .task-grp .label-header .sub-title-ps {
    white-space: nowrap;
    font-size: 13px;
    padding: 15px;
    width: auto;
    display: inline-flex;
  }
}
.task-grp .gyomu-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .task-grp .gyomu-wrap {
    gap: 10px;
  }
}
.task-grp .gyomu-wrap .gyomu {
  width: 32%;
}
.task-grp .gyomu-wrap .gyomu img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .task-grp .gyomu-wrap .gyomu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .task-grp .gyomu-wrap .gyomu .img {
    width: 120px;
    height: 120px;
  }
  .task-grp .gyomu-wrap .gyomu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.task-grp dl.gyomu-inner {
  border: 1px solid #B2B2B2;
  margin-top: 10px;
  padding: 10px;
  line-height: 1.7;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .task-grp dl.gyomu-inner {
    margin-top: 0;
    font-size: 12px;
    flex-grow: 3;
    padding: 0;
    border: 0;
    white-space: nowrap;
  }
}
.task-grp dl.gyomu-inner dt {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .task-grp dl.gyomu-inner._2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .task-grp dl.gyomu-inner._2 dt {
    width: 20%;
  }
  .task-grp dl.gyomu-inner._2 dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .task-grp dl.gyomu-inner._2 {
    white-space: normal;
  }
  .task-grp dl.gyomu-inner._2 dd {
    margin-bottom: 10px;
  }
}
.task-grp a.bnr {
  margin-top: 20px;
  width: 100%;
  display: block;
}
.task-grp a.bnr img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.btn-grp.flx-cen .btn-readmore, .btn-grp.flx-cen section.content-sec .wp-block-button__link, section.content-sec .btn-grp.flx-cen .wp-block-button__link, .btn-grp.flx-cen .btn-readall {
  margin: 0 20px !important;
}
@media screen and (max-width: 767px) {
  .btn-grp.flx-cen {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .btn-grp.flx-cen .btn-readmore, .btn-grp.flx-cen section.content-sec .wp-block-button__link, section.content-sec .btn-grp.flx-cen .wp-block-button__link, .btn-grp.flx-cen .btn-readall {
    width: 300px;
    flex-wrap: nowrap;
    padding: 0;
    padding-left: 30px;
    margin-top: 15px !important;
  }
}

.task-row {
  padding: 0;
  overflow: hidden;
}
.task-row h2.sec .img {
  height: 90px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .task-row h2.sec .img {
    height: 50px;
    margin-top: 20px;
  }
}
.task-row h2.sec .img img {
  height: 100%;
  width: auto;
}
.task-row.simple-txt {
  padding-top: 50px !important;
}
.task-row.simple-txt h2 {
  font-size: 22px;
  padding-bottom: 30px;
}
.task-row .inner {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .task-row .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.task-row p {
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  line-height: 1.9em;
  text-align: justify;
  margin-bottom: 1em;
}
.task-row p strong {
  font-weight: bold !important;
}

section.task-header {
  padding-top: 0 !important;
}
section.task-header .img.full {
  margin-bottom: 50px;
}
section.task-header h2 {
  color: var(--division-color);
  font-size: 27px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.task-header h2 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: -0.25;
    margin-bottom: -0.25;
  }
}

.desc-header {
  font-size: 22px;
  padding-bottom: 1.36em;
}
.desc-header + .desc {
  margin-bottom: 1.36em;
}
@media screen and (max-width: 767px) {
  .desc-header {
    font-size: 18px;
  }
}

.task-grp-dec-sp {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.task-grp {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .task-grp {
    padding-bottom: 30px;
  }
}
.task-grp > * {
  position: relative;
  z-index: 2;
}
.task-grp.no-header {
  padding-top: 50px;
}
.task-grp.no-header h3:first-child {
  margin-top: 0;
}
.task-grp.no-header:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .task-grp.no-header {
    padding-top: 30px;
  }
}
.task-grp:before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  background: #f0f0f0;
  background-image: url(../img/education/task-header-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 120px;
  background-size: auto 120px;
  background-position: top 0px center;
}
@media screen and (max-width: 767px) {
  .task-grp:before {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  .task-grp:before {
    background-image: url(../img/education/task-header-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    background-position: top 30px right 120px;
  }
}
.page-template-page-architecture-task .task-grp:before {
  background: #fff;
  background-image: url(../img/architecture/task-header-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 120px;
  background-size: auto 120px;
  background-position: top 0px center;
}
@media screen and (max-width: 767px) {
  .page-template-page-architecture-task .task-grp:before {
    background-image: url(../img/architecture/task-header-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    background-position: top 30px right 120px;
  }
}
.page-template-page-network-task .task-grp:before {
  background-image: url(../img/network/task-header-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 120px;
  background-size: auto 120px;
  background-position: top 0px center;
}
.page-template-page-agriculture-task .task-grp:before {
  background-image: url(../img/agriculture/task-header-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 120px;
  background-size: auto 120px;
  background-position: top 0px center;
}
.task-grp.bg-noise:before {
  background-color: transparent;
}
.task-grp.bg-noise:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translate(-50%, 0);
  background-image: url(../img/img-project-story-slide-bg@2x.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
}
.task-grp.bg-line {
  background: none;
}
.task-grp.bg-line:before {
  background-color: transparent;
}
.task-grp.bg-line:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translate(-50%, 0);
  background-image: url(../img/bg-line-pattern@2x.png);
  background-repeat: repeat;
  -webkit-background-size: 12px;
  background-size: 12px;
  background-position: center;
}
.task-grp .task-grp-header {
  height: 120px;
  padding-top: 0px;
  font-size: 27px;
  margin-bottom: 60px;
  color: var(--division-color);
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .task-grp .task-grp-header {
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 30px;
    height: 60px;
  }
}
.task-grp > h3 {
  font-size: 27px;
  color: var(--division-color);
  margin-top: 90px;
  margin-bottom: 1.5em;
}
.task-grp > h3.col_txt {
  color: #000;
}
@media screen and (max-width: 767px) {
  .task-grp > h3 {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.5;
  }
}
.task-grp h4 {
  font-size: 24px;
  line-height: 1.7em;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  padding-bottom: 1.25em;
  color: var(--division-color);
  margin-bottom: 0.6em;
}
.task-grp h4 i {
  font-size: 16px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .task-grp h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
  }
  .task-grp h4 i {
    font-size: 14px;
  }
}
.task-grp h5 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .task-grp h5 {
    line-height: 1.5;
    margin-top: -0.25;
    margin-bottom: -0.25;
    font-size: 16px;
  }
}
.task-grp .grp {
  background-color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .task-grp .grp {
    padding: 4%;
  }
}
@media screen and (min-width: 768px) {
  .task-grp .book {
    padding-right: 240px;
  }
}
@media screen and (max-width: 767px) {
  .task-grp .book {
    padding-right: 140px;
  }
}
.task-grp .book .dec {
  position: absolute;
  top: 0;
  right: 50px;
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.task-grp .book .dec img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .task-grp .book .dec {
    width: 120px;
    right: 12px;
  }
}

.flx-txt-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.flx-txt-img:last-of-type {
  margin-bottom: 0;
}
.flx-txt-img > .img-wrap,
.flx-txt-img > .img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .flx-txt-img > .img-wrap,
.flx-txt-img > .img {
    width: 100%;
  }
}
.flx-txt-img .bg-w {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .flx-txt-img .txt {
    width: calc(50% - 30px);
  }
  .flx-txt-img > .img-wrap,
.flx-txt-img > .img {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .flx-txt-img {
    margin-bottom: 30px;
  }
  .flx-txt-img .txt {
    order: 2;
    margin-top: 1em;
  }
  .flx-txt-img .img {
    order: 1;
    width: 100%;
  }
}

.flx-grp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flx-grp {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}
.flx-grp .grp {
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.flx-grp .grp > * {
  width: 100%;
}
.flx-grp .grp h4 {
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flx-grp .grp h4 {
    font-size: 18px;
  }
}
.flx-grp .grp p {
  padding: 20px 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flx-grp .grp p {
    padding: 0;
  }
}
.flx-grp .grp .img {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flx-grp .grp {
    width: 100%;
  }
}

.flx-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flx-img {
    margin-top: 20px;
  }
}
.flx-img .img-wrap {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .flx-img .img-wrap {
    width: 48%;
  }
}
.flx-img .img-wrap .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flx-img .img-wrap .img {
    margin-bottom: 10px;
  }
}
.flx-img .img-wrap p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
}
@media screen and (max-width: 767px) {
  .flx-img .img-wrap p {
    font-size: 12px;
    margin-top: 10px !important;
  }
}

section#posting-gps {
  padding-top: 50px !important;
  font-size: 16px;
  background-color: rgba(178, 178, 178, 0.25);
}
@media screen and (max-width: 767px) {
  section#posting-gps {
    font-size: 14px;
  }
}
section#posting-gps h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section#posting-gps h2 {
    line-height: 1.5em;
    margin-top: -0.25em;
    margin-bottom: -0.25em;
    padding-bottom: 20px;
  }
}
section#posting-gps h2 span {
  color: var(--division-color);
  display: block;
  font-size: 0.9em;
  margin-bottom: 15px;
}
section#posting-gps .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section#posting-gps .inner {
    gap: 80px;
    flex-wrap: nowrap;
  }
  section#posting-gps .inner .img-wrap {
    max-width: 300px;
  }
}
section#posting-gps .inner .caption {
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  section#posting-gps .inner .caption br {
    display: none;
  }
}

ul.store.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  ul.store.flx {
    flex-wrap: nowrap;
    margin-top: 30px;
  }
}
ul.store.flx li {
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  ul.store.flx li {
    width: 48%;
  }
}
ul.store.flx li img {
  width: 100%;
  height: auto;
}

ul.activity.flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  ul.activity.flx {
    gap: 0px;
  }
}
ul.activity.flx li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  ul.activity.flx li {
    width: 100%;
  }
}
ul.activity.flx li img {
  width: 100%;
  height: auto;
}

.page-ttl-simple {
  height: 300px;
  padding-top: 40px;
  padding-left: var(--gnw);
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #14509d;
  font-size: 35px;
  font-weight: 500 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--division-color);
}
@media screen and (max-width: 767px) {
  .page-ttl-simple {
    font-size: 22px;
    height: auto;
    padding-top: 130px;
    margin-bottom: 40px;
  }
}

.eyecatch-img-wrap {
  padding-left: var(--gnw);
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .eyecatch-img-wrap {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.eyecatch-img-wrap img {
  width: 100%;
  height: auto;
}

.entry-content.simple-page > .inner {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .entry-content.simple-page > .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.wp-block-buttons {
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons {
    justify-content: center !important;
    margin: 1em 0;
  }
}

.wp-block-button__link {
  width: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    min-width: 200px;
  }
}

.wp-block-column iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-column iframe {
    aspect-ratio: 1;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .is-content-justification-right.wp-block-buttons {
    justify-content: center;
    width: 100%;
  }
}

.profile-table table, .history {
  width: 100%;
}
.profile-table table th, .profile-table table td, .history th, .history td {
  border: 1px solid #B2B2B2;
  border-width: 1px 0;
  padding: 15px 0;
  padding-right: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .profile-table table th, .profile-table table td, .history th, .history td {
    font-size: 14px;
  }
}
.profile-table table th strong, .profile-table table td strong, .history th strong, .history td strong {
  font-weight: bold;
}

section.content-sec {
  padding-left: var(--gnw);
  overflow: hidden;
}
section.content-sec > .inner {
  margin: 0 auto;
  padding: 4%;
}
@media screen and (min-width: 768px) {
  section.content-sec > .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.content-sec > .inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  section.content-sec.simple > .inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.content-sec.simple > .inner {
    padding-top: 0;
  }
}
section.content-sec h2 {
  font-size: 27px;
  line-height: 1.7;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  color: #14509d;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-weight: bold;
}
section.content-sec h2:conteins("Related Project") {
  background: #eee;
}
@media screen and (max-width: 767px) {
  section.content-sec h2 {
    padding-top: 30px;
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}
section.content-sec h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section.content-sec h3 {
    font-size: 16px;
    font-weight: bold;
  }
}
section.content-sec p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  section.content-sec p {
    font-size: 14px;
  }
}
section.content-sec p:last-of-type {
  margin-bottom: 0;
}
section.content-sec p strong {
  font-weight: 600 !important;
}
section.content-sec ul {
  line-height: 1.7;
}
section.content-sec figcaption {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 15px;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}
section.content-sec .wp-block-columns {
  margin: 50px 0;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  section.content-sec .wp-block-columns {
    margin: 30px 0;
    gap: 30px;
  }
}
section.content-sec .profile-group {
  position: relative;
  padding: 75px 0 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.content-sec .profile-group {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  section.content-sec .profile-group > .wp-block-group__inner-container {
    display: flex;
    gap: 30px 4% !important;
  }
  section.content-sec .profile-group .wp-block-columns {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: nowrap !important;
    gap: 4% !important;
  }
  section.content-sec .profile-group .wp-block-columns h3 {
    margin-top: 0 !important;
  }
}
section.content-sec .profile-group h2 {
  padding-bottom: 50px;
}
section.content-sec .profile-group > * {
  position: relative;
  z-index: 1;
}
section.content-sec .profile-group:before {
  content: "";
  background-image: url(../img/img-project-story-slide-bg@2x.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  height: 100%;
  z-index: 0;
  transform: translate(-50%, 0);
}
section.content-sec .profile-group .wp-block-group__inner-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 4%;
}
@media screen and (min-width: 768px) {
  section.content-sec .profile-group .wp-block-group__inner-container {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
section.content-sec .profile-group .wp-block-columns {
  width: 48%;
  margin: 50px 0;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  section.content-sec .profile-group .wp-block-columns .wp-block-column {
    max-width: 175px;
  }
}
section.content-sec .profile-group .wp-block-columns .wp-block-column:last-child {
  max-width: 1000px;
}
section.content-sec .profile-group .wp-block-columns .wp-block-image {
  max-width: 175px;
  height: 175px;
  margin: 0 !important;
}
section.content-sec .profile-group .wp-block-columns .wp-block-image img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.content-sec .profile-group .wp-block-columns h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.content-sec .profile-group .wp-block-columns h3 {
    font-size: 15px !important;
    margin: 15px 0;
  }
}
section.content-sec .profile-group .wp-block-columns p {
  font-size: 16px;
  line-height: 1.8;
}
section.content-sec .profile-group .wp-block-columns p.has-text-color {
  line-height: 1.5;
  padding: 20px 0;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  section.content-sec .profile-group .wp-block-columns p.has-text-color {
    font-size: 12px !important;
    padding: 0;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  section.content-sec .profile-group .wp-block-columns p {
    font-size: 12px !important;
  }
}
section.content-sec .profile-group .wp-block-buttons {
  margin-top: 80px;
  margin-bottom: 0;
}
section.content-sec .profile-group .wp-block-buttons .wp-block-button {
  position: relative;
  margin-bottom: -32px;
}
section.content-sec .wp-block-button__link {
  font-size: 13px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #14509d;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.content-sec .wp-block-button__link {
    width: 220px;
    width: auto;
    min-width: 220px;
  }
}
section.content-sec .wp-block-button__link[href*=".pdf"]:after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  /* 追記したコード */
  margin-left: 12px;
  font-size: 1.6em;
  font-weight: 900;
}
section.content-sec .wp-block-button__link:hover {
  background: #14509d;
  color: #fff;
}
section.content-sec .post-wrapper.related {
  margin-top: 160px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 50px 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.content-sec .post-wrapper.related {
    margin-top: 50px;
    gap: 30px 4%;
    margin-bottom: 0;
  }
}
section.content-sec .post-wrapper.related h2 {
  line-height: 1;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
section.content-sec .post-wrapper.related h2 span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 1em;
}
section.content-sec .post-wrapper.related h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #14509d;
  position: absolute;
  left: 0;
  transform: translate(0, 50%);
}
section.content-sec .post-list {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  section.content-sec .post-list {
    width: 48%;
  }
}
section.content-sec .img {
  height: 100%;
  background: #eee;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  section.content-sec .img {
    width: 100%;
    height: auto;
  }
}
section.content-sec .img img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-right: 5px;
}
section.content-sec .ttl {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  section.content-sec .ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  section.content-sec .ttl:after {
    content: "\e901";
    font-family: "icomoon" !important;
    line-height: 1;
    position: relative;
    display: block;
    top: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  section.content-sec .ttl i {
    width: 90%;
  }
}

#top_slide.mv-entry {
  padding-top: 80px !important;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top_slide.mv-entry {
    padding-top: 90px !important;
    top: 0;
    margin-bottom: 0 !important;
  }
  .single-solution #top_slide.mv-entry, .single-project_story #top_slide.mv-entry {
    height: auto !important;
    z-index: 2;
    margin-bottom: 0px !important;
  }
  .single-solution #top_slide.mv-entry .slide-inner .img-wrap, .single-project_story #top_slide.mv-entry .slide-inner .img-wrap {
    aspect-ratio: 4/3;
  }
  .single-solution #top_slide.mv-entry .slide-inner .txt-window, .single-project_story #top_slide.mv-entry .slide-inner .txt-window {
    position: relative;
    top: 0;
    z-index: 2;
    background: rgba(238, 238, 238, 0.9);
    border-radius: 0;
    margin-right: 4% !important;
    max-width: 100%;
    padding-right: 60px !important;
    margin-top: -4%;
  }
  .single-solution #top_slide.mv-entry .slide-inner .txt-window .ttl p, .single-project_story #top_slide.mv-entry .slide-inner .txt-window .ttl p {
    font-size: 18px;
    line-height: 1.66;
    margin-top: -0.33;
    margin-bottom: -0.33;
    line-height: 1.66 !important;
  }
  .single-solution #top_slide.mv-entry .slide-inner .txt-window .sub, .single-project_story #top_slide.mv-entry .slide-inner .txt-window .sub {
    font-size: 12px !important;
  }
  .single-solution #top_slide.mv-entry .slide-inner .txt-window .dec, .single-project_story #top_slide.mv-entry .slide-inner .txt-window .dec {
    height: auto;
    right: 0px;
  }
  .single-solution #top_slide.mv-entry .slide-inner .txt-window .dec:before, .single-project_story #top_slide.mv-entry .slide-inner .txt-window .dec:before {
    width: 60px;
    top: 50%;
    transform: translate(1px, -28%);
  }
}

.txt-window.entry-txt-window {
  transform: translate(0, 0) !important;
  height: auto !important;
  top: 40px;
  bottom: auto !important;
  display: block !important;
  padding: 30px !important;
  padding-left: 50px !important;
  padding-right: 130px !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .txt-window.entry-txt-window {
    top: 20px;
    padding: 20px !important;
    padding-right: 60px !important;
    padding-left: 15px !important;
    max-width: 90%;
  }
}
.txt-window.entry-txt-window .ttl {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 30px;
  border-bottom: 1px solid #3886C5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt-window.entry-txt-window .ttl {
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    white-space: normal !important;
  }
}
.txt-window.entry-txt-window .ttl p {
  font-size: 32px;
  line-height: 1.5 !important;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  .txt-window.entry-txt-window .ttl p {
    font-size: 14px;
  }
}
.txt-window.entry-txt-window .ttl .dec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: visible;
}
.txt-window.entry-txt-window .ttl .dec:before {
  content: "";
  width: 122px;
  height: auto;
  aspect-ratio: 122/103;
  display: block;
  background-image: url(../img/dec-entry-txt-window@4x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  top: -31px;
}
.txt-window.entry-txt-window .sub {
  font-size: 18px;
  line-height: 1.5 !important;
  margin-top: -0.25em;
  margin-bottom: -0.25em;
}

#topics:before {
  transition: 300ms;
  opacity: 1;
}
.page-template-page-activity #topics:before {
  background-color: #f9fff3;
  background-image: url(../img/bg-line-pattern@2x.png);
  background-repeat: repeat;
  -webkit-background-size: 12px;
  background-size: 12px;
  background-position: center;
}
#topics .list-wrap {
  overflow: hidden;
  opacity: 0;
  transition: 0s;
  height: 0;
  transform: translate(0, 30px);
}
#topics[data-toggle=news] .news-wrap {
  opacity: 1;
  height: auto;
  transition: 300ms ease-in-out;
  transform: translate(0, 0);
}
#topics[data-toggle=news]:before {
  content: "";
  opacity: 0 !important;
}
#topics[data-toggle=topics] .topics-wrap {
  opacity: 1;
  height: auto;
  transition: 300ms ease-in-out;
  transform: translate(0, 0);
}

.arichive-list {
  padding-top: 0 !important;
}
.arichive-list .topics-list {
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .arichive-list .topics-list {
    background: none !important;
  }
}

.tab-grp {
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab-grp {
    height: 50px;
    margin-bottom: 30px;
  }
}
.tab-grp:before, .tab-grp:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: 1px solid #14509d;
  border-color: transparent;
  border-bottom-color: #14509d;
}
@media screen and (min-width: 768px) {
  .tab-grp:before {
    content: "";
    width: calc(100% - 1400px - 4%);
    min-width: 4%;
  }
}
.tab-grp div {
  height: 100%;
  min-width: 280px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #14509d;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-grp div {
    font-size: 14px;
    min-width: 160px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .tab-grp div:hover {
    background: #fafafa !important;
  }
}
.tab-grp div.news {
  background: #fff;
}
*[data-toggle=news] .tab-grp div.news {
  border-color: #14509d;
  border-bottom-color: transparent;
  pointer-events: none;
}
*[data-toggle=topics] .tab-grp div.news {
  border-bottom-color: #14509d;
}
*[data-toggle=news] .tab-grp div.topics {
  border-bottom-color: #14509d;
  background: #fff;
}
*[data-toggle=topics] .tab-grp div.topics {
  border-color: #14509d;
  border-bottom-color: transparent;
  pointer-events: none;
}

.topic-list-filter {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #14509d;
  padding: 0 4%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .topic-list-filter {
    min-width: 900px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .topic-list-filter {
    padding: 80px 4%;
  }
}
.topic-list-filter > div {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.topic-list-filter > div .label {
  font-weight: bold;
  width: 70px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topic-list-filter > div .label {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 767px) {
  .topic-list-filter > div {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.topic-list-filter ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 560px;
  justify-content: flex-start;
}
.topic-list-filter ul.year {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topic-list-filter ul.year {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .topic-list-filter ul .last {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .topic-list-filter ul {
    width: 100%;
    gap: 30px 20px;
  }
}
.topic-list-filter a {
  color: #14509d;
  position: relative;
  display: block;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .topic-list-filter a {
    font-size: 13px;
  }
}
.topic-list-filter a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #14509d;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.topic-list-filter a:hover:after {
  border-width: 2px;
}
.topic-list-filter a.current {
  font-weight: bold;
}
.topic-list-filter a.current:after {
  border-width: 4px;
  bottom: -2px;
}

article.topics-news-single {
  padding-left: var(--gnw);
  padding-top: 150px;
}
article.topics-news-single .article-inner {
  padding: 0 4%;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  article.topics-news-single .article-inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
article.topics-news-single section.sec {
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  article.topics-news-single {
    padding-top: 100px;
  }
}
article.topics-news-single #top_slide {
  aspect-ratio: 1.6;
  max-width: 100%;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  article.topics-news-single #top_slide {
    padding-left: 0 !important;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  article.topics-news-single #top_slide {
    padding-top: 0 !important;
  }
}
article.topics-news-single .content-sec {
  padding: 0 !important;
}
article.topics-news-single .content-sec .inner {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .content-sec .inner {
    padding: 30px 0;
  }
}
article.topics-news-single .content-sec p {
  margin-bottom: 2em;
}
article.topics-news-single .article-header {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .article-header {
    margin-bottom: 30px;
  }
}
article.topics-news-single .data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .data {
    font-size: 12px;
    gap: 10px;
  }
}
article.topics-news-single .data .date {
  letter-spacing: 0.1em;
  order: 100;
}
article.topics-news-single .data .cat {
  line-height: 1;
  padding: 5px;
  background: #14509d;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin-left: 12px;
  order: 99;
  margin-left: 0;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .data .cat {
    font-size: 10px;
  }
}
article.topics-news-single .data .cat.architecture {
  order: 1;
}
article.topics-news-single .data .cat.education {
  background: #FAAF3B;
  order: 2;
}
article.topics-news-single .data .cat.agriculture {
  order: 3;
  background: #009145;
}
article.topics-news-single .data .cat.network {
  order: 4;
  background: #61879A;
}
article.topics-news-single .data .cat.kanzai {
  order: 5;
  background: #61879A;
}
article.topics-news-single .data .cat a {
  color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}
article.topics-news-single .data .cat.project_story {
  background: #fff;
  border: 1px solid #14509d;
  order: 10;
}
article.topics-news-single .data .cat.project_story a {
  color: #14509d;
  font-size: 11px;
}
.single-post article.topics-news-single .data .cat {
  order: 0 !important;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .data .cat {
    margin: 0;
  }
}
article.topics-news-single .ttl {
  font-size: 30px;
  color: #14509d;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
}
@media screen and (max-width: 767px) {
  article.topics-news-single .ttl {
    font-size: 20px;
  }
}

.works-single {
  padding-left: var(--gnw);
  /* !! - mv */
}
.works-single .article-inner {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .works-single .article-inner {
    min-width: 900px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.works-single #article-wrap {
  margin: 0 auto;
}
.works-single #gallery-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  padding-right: 20%;
}
@media screen and (max-width: 767px) {
  .works-single #gallery-wrap {
    margin-top: 0px;
    padding-right: 0;
  }
}
.works-single #gallery-wrap ul.main {
  width: 100%;
  aspect-ratio: 660/494;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #efefef;
}
.works-single #gallery-wrap ul.main li {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms;
  width: 100%;
  height: 100%;
}
.works-single #gallery-wrap ul.main li img {
  display: block;
  object-fit: contain;
  aspect-ratio: 660/494;
  width: 100%;
}
.msIE .works-single #gallery-wrap ul.main li img {
  height: 100%;
  width: auto !important;
  margin: 0 auto;
}
.works-single #gallery-wrap ul.main li.on {
  opacity: 1;
}
.works-single #gallery-wrap ul.thumb {
  position: absolute;
  font-size: 0;
  line-height: 1;
  top: 0;
  right: 0;
  width: 20%;
  border: 4px solid #fff;
  border-width: 0 0 0 4px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .works-single #gallery-wrap ul.thumb {
    border-width: 4px 0 0 0;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
  }
}
.works-single #gallery-wrap ul.thumb li {
  cursor: pointer;
  opacity: 0.6;
  transition: 500ms;
  width: 100%;
  height: 25%;
  border: 4px solid #fff;
  border-width: 0 0 4px 0;
}
.works-single #gallery-wrap ul.thumb li:last-of-type {
  border-bottom: 0;
}
.works-single #gallery-wrap ul.thumb li:hover, .works-single #gallery-wrap ul.thumb li.on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .works-single #gallery-wrap ul.thumb li {
    border: 0;
    width: calc((100% - 4px*3) / 4);
    aspect-ratio: 1;
  }
}
.works-single #gallery-wrap ul.thumb li img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-single h1 {
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  color: #202020;
}
.works-single .data-row {
  border: 1px solid #ccc;
  border-width: 1px 0px;
  padding: 20px 0;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .works-single .data-row {
    font-size: 12px;
  }
}
.works-single .data-row ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .works-single .data-row ul {
    font-size: 12px;
    gap: 10px;
  }
}
.works-single .data-row li {
  display: inline-block;
  line-height: 24px;
  margin-right: 15px;
}
.works-single .data-row li:last-of-type {
  margin-right: 0;
}
.works-single .data-row li i.pc {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .works-single .data-row li {
    margin: 0;
  }
}
.works-single .data-row span {
  background: #efefef;
  display: inline-block;
  width: 4em;
  line-height: 24px;
  font-size: 0.9em;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
}
.works-single .txt {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .works-single .txt {
    font-size: 12px;
  }
}
.works-single a.btn {
  width: 80%;
  margin: 50px auto;
  max-width: 400px;
  display: block;
  line-height: 40px;
  background: #E7F1F8;
  text-align: center;
  position: relative;
  text-decoration: none;
  padding: 0 40px 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.works-single a.btn:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 20px;
  content: "";
  display: block;
  background-image: url(../img/section-menu-icon.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  background-position: 0 -40px !important;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  text-align: center;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .nav-links {
    margin: 50px auto;
    justify-content: space-between;
  }
}
.nav-links div {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nav-links div {
    margin: 0;
    min-width: 86px;
  }
}
.nav-links div a {
  text-decoration: none;
  display: block;
  line-height: 1;
  width: auto;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #14509d;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-weight: 500;
  font-size: 12px;
}
.nav-links div a:hover {
  color: #40AA4B;
}
@media screen and (max-width: 767px) {
  .nav-links div a {
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0;
  }
}
.nav-links div.nav-previous {
  order: 1;
}
.nav-links div.nav-previous a:before {
  content: "\e901";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
.nav-links div.nav-previous a:before {
  transform: rotateY(180deg);
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .nav-links div.nav-previous a:before {
    margin-right: 6px;
  }
}
.nav-links div.nav-next {
  order: 3;
  justify-content: flex-end;
}
.nav-links div.nav-next a:after {
  content: "\e901";
  font-family: "icomoon" !important;
  line-height: 1;
  position: relative;
  display: block;
  top: 0.06em;
}
.nav-links div.nav-next a:after {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .nav-links div.nav-next a:after {
    margin-left: 6px;
  }
}
.nav-links .btn-readmore, .nav-links .btn-readall, .nav-links section.content-sec .wp-block-button__link, section.content-sec .nav-links .wp-block-button__link {
  order: 2;
}
@media screen and (max-width: 767px) {
  .nav-links .btn-readmore, .nav-links .btn-readall, .nav-links section.content-sec .wp-block-button__link, section.content-sec .nav-links .wp-block-button__link {
    min-width: 110px;
    padding-left: 0;
    margin: 0 20px;
    justify-content: center;
  }
}

._404-inner {
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  padding-left: var(--gnw);
}
@media screen and (max-width: 767px) {
  ._404-inner {
    gap: 30px;
    margin-bottom: 100px;
  }
}
._404-inner h1 {
  padding-left: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  ._404-inner h1 {
    padding: 0;
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  ._404-inner h1 {
    width: 100% !important;
    margin-bottom: 0;
  }
}
._404-inner .btn-grp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  ._404-inner .btn-grp {
    flex-wrap: nowrap;
  }
}
._404-inner .btn-grp a {
  flex-wrap: nowrap;
  width: 250px;
  padding: 0;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  ._404-inner .btn-grp a {
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */