/*
Theme Name: pio
Author: System Assist Co., LTD.
Author URI: https://www.system-assist.com/
Description: 大田区産業振興協会
Version: 1.0
Tags: website
*/
/*+++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++ */
header {
  margin-bottom: 20px;
}
.h1 {
  max-width: 1080px;
  margin: 45px auto 0;
  color: #FFF;
}
@media screen and (max-width: 1023px) {
  .h1 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    margin: 0;
    padding: 10px;
  }
}
.h1 hgroup {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .h1 hgroup {
    padding: 15px 0;
  }
}
.h1 hgroup h1 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h1 hgroup h1 {
    font-size: 6vw;
  }
}
.h1 hgroup p {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .h1 hgroup p {
    font-size: 4.2vw;
  }
}
.h1 p {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h1 p {
    font-size: 3.6vw;
  }
}
.h1 + .mainHeaderEng {
  opacity: 0.2;
  margin: 0 0 -40px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .h1 + .mainHeaderEng {
    margin-bottom: -25px;
  }
}
.cmsArea {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px 100px;
}
@media screen and (max-width: 767px) {
  .cmsArea {
    padding: 0 0 50px;
  }
}
.cmsArea h2 {
  text-align: center;
  font-size: 7.8rem;
  background: linear-gradient(120deg, #019156, #078274);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .cmsArea h2 {
    font-size: 6.4vw;
  }
}
.cmsArea h2 + .hgroup_p {
  max-width: max-content;
  margin: 0 auto 50px;
  padding: 5px 18px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  background: linear-gradient(120deg, #019156, #078274);
}
@media screen and (max-width: 767px) {
  .cmsArea h2 + .hgroup_p {
    padding: 3px 8px;
    margin-bottom: 30px;
    font-size: 3.8vw;
  }
}
.cmsArea h3 {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0 25px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .cmsArea h3 {
    margin-bottom: 10px;
    font-size: 7.2vw;
    align-items: center;
  }
}
.cmsArea h3::before {
  content: '';
  width: 51px;
  height: 54px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: -10px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
}
.cmsArea h4 {
  margin: 40px 0 10px;
  color: #019156;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cmsArea h4 {
    font-size: 4.8vw;
  }
}
.cmsArea ul {
  padding: 0 0 0 2rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cmsArea ul {
    padding-left: 3.2vw;
    font-size: 3.2vw;
  }
}
.cmsArea ul li {
  position: relative;
}
.cmsArea ul li::before {
  content: '・';
  font-size: 2rem;
  display: block;
  line-height: 1.4;
  position: absolute;
  left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .cmsArea ul li::before {
    line-height: 1;
    left: -3.2vw;
  }
}
.cmsArea ol {
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .cmsArea ol {
    font-size: 3.2vw;
  }
}
.cmsArea .listDisc_01 {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  .cmsArea .listDisc_01 {
    padding: 0;
  }
}
.cmsArea .listDisc_01 li {
  min-height: 20px;
  padding: 0 0 0 40px;
}
.cmsArea .listDisc_01 li::before {
  content: '';
  width: 23px;
  height: 19px;
  background: url(..img/icon_leaf2.svg) no-repeat 0 0 / contain;
  left: 0;
  top: 0.5em;
}
.cmsArea article {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .cmsArea article {
    padding: 40px 0;
  }
}
/* -------------------------------- イメージ */
.wp-block-image figcaption {
  text-align: center;
}
/* -------------------------------- テーブル */
.wp-block-table table {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}
.wp-block-table table th {
  background: rgba(0, 169, 157, 0.05);
  text-align: center;
  padding: 15px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 25%;
  border: none;
  border-bottom: #019156 1px solid;
  color: #019156;
}
@media screen and (max-width: 767px) {
  .wp-block-table table th {
    font-size: 3.6vw;
    padding: 5px 10px;
    white-space: nowrap;
  }
}
.wp-block-table table td {
  padding: 15px 25px;
  border: none;
  border-bottom: #019156 1px solid;
}
@media screen and (max-width: 767px) {
  .wp-block-table table td {
    padding: 5px 10px;
  }
}
.wp-block-table table td a {
  color: #005ECC;
}
/*+++++++++++++++++++++++++++++++++++++++++++ wordpress class */
main .has-text-align-center {
  text-align: center;
}
main .has-text-align-left {
  text-align: left;
}
main .has-text-align-right {
  text-align: right;
}
main .has-small-font-size {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-small-font-size {
    font-size: 2.8vw !important;
  }
}
main .has-medium-font-size {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  main .has-medium-font-size {
    font-size: 3.2vw !important;
  }
}
main .has-large-font-size {
  font-size: 2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-large-font-size {
    font-size: 4vw !important;
  }
}
main .has-x-large-font-size {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 767px) {
  main .has-x-large-font-size {
    font-size: 4.8vw !important;
  }
}
main .has-xx-large-font-size {
  font-size: 3.2rem !important;
}
@media screen and (max-width: 767px) {
  main .has-xx-large-font-size {
    font-size: 6.4vw !important;
  }
}
main .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}
main .alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  main .alignleft,
  main .alignright {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }
}
main .wp-block-image .aligncenter,
main .wp-block-image .alignleft,
main .wp-block-image .alignright,
main .wp-block-image.aligncenter,
main .wp-block-image.alignleft,
main .wp-block-image.alignright {
  display: table;
}
main .is-layout-flex {
  display: flex;
}
main .wp-block-columns {
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .wp-block-columns {
    flex-wrap: wrap!important;
    gap: 10px;
  }
}
main .wp-block-columns .is-layout-flow,
main .wp-block-columns .wp-block-column {
  align-self: center;
}
@media screen and (max-width: 767px) {
  main .wp-block-columns .is-layout-flow,
  main .wp-block-columns .wp-block-column {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  main .wp-block-columns .is-layout-flow figure,
  main .wp-block-columns .wp-block-column figure {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
    order: -2;
  }
  main .wp-block-columns .is-layout-flow figure img,
  main .wp-block-columns .wp-block-column figure img {
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }
}
main blockquote {
  background: #EEE;
  position: relative;
  margin: 0 0 1.5em !important;
  padding: 32px;
}
main blockquote::before,
main blockquote::after {
  content: "“";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  color: #787878;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
main blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: -30px;
  right: 5px;
}
/* -------------------------------- pagenation */
.pagenation {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-bottom: 30px;
  }
}
.pagenation[data-category="事例紹介"] > a,
.pagenation[data-category="事例紹介"] > span {
  border-color: #037E8C;
  color: #037E8C;
}
.pagenation[data-category="事例紹介"] > a:hover,
.pagenation[data-category="事例紹介"] > span:hover,
.pagenation[data-category="事例紹介"] > a.current,
.pagenation[data-category="事例紹介"] > span.current {
  background-color: #037E8C;
}
.pagenation[data-category="創業コラム"] > a,
.pagenation[data-category="創業コラム"] > span {
  border-color: #8C7703;
  color: #8C7703;
}
.pagenation[data-category="創業コラム"] > a:hover,
.pagenation[data-category="創業コラム"] > span:hover,
.pagenation[data-category="創業コラム"] > a.current,
.pagenation[data-category="創業コラム"] > span.current {
  background-color: #8C7703;
}
.pagenation[data-category="セミナー情報"] > a,
.pagenation[data-category="セミナー情報"] > span {
  border-color: #8C4703;
  color: #8C4703;
}
.pagenation[data-category="セミナー情報"] > a:hover,
.pagenation[data-category="セミナー情報"] > span:hover,
.pagenation[data-category="セミナー情報"] > a.current,
.pagenation[data-category="セミナー情報"] > span.current {
  background-color: #8C4703;
}
.pagenation[data-category="お知らせ"] > a,
.pagenation[data-category="お知らせ"] > span {
  border-color: #8C033E;
  color: #8C033E;
}
.pagenation[data-category="お知らせ"] > a:hover,
.pagenation[data-category="お知らせ"] > span:hover,
.pagenation[data-category="お知らせ"] > a.current,
.pagenation[data-category="お知らせ"] > span.current {
  background-color: #8C033E;
}
.pagenation .current {
  pointer-events: none;
}
.pagenation > a,
.pagenation > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #078274;
  font-size: 2rem;
  border: #078274 2px solid;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagenation > a,
  .pagenation > span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.pagenation > a:hover,
.pagenation > span:hover,
.pagenation > a.current,
.pagenation > span.current {
  background: #078274;
  color: #FFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
  margin-top: -60px;
  padding-top: 60px;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
  background: rgba(1, 145, 86, 0.1);
}
@media screen and (max-width: 767px) {
  #breadcrumbsList {
    font-size: 2.8vw;
  }
}
#breadcrumbsList ol {
  max-width: 1080px;
  margin: 0 auto;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumbsList ol {
    padding: 5px 10px;
  }
}
#breadcrumbsList ol::before {
  content: '\f015';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #00A99D;
}
#breadcrumbsList ol a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#breadcrumbsList ol a:hover {
  color: #00A99D;
}
#breadcrumbsList ol li {
  display: inline-block;
  color: #000;
}
#breadcrumbsList ol li + li::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin: 0 5px;
  color: #00A99D;
}
/* lead */
.lead {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 3.6vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	404
+++++++++++++++++++++++++++++++++++++++++++ */
.notfound {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 30px 0 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notfound {
    align-items: flex-end;
    padding: 0;
    gap: 20px;
  }
}
.notfound .flexImg {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .notfound .flexImg {
    padding-top: 0;
  }
}
.notfound .flexImg img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .notfound .flexImg img {
    max-width: 229px;
    width: 20vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	archive
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_archiveArea {
  padding: 60px 0 0;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea {
    padding-bottom: 30px;
  }
}
.wp_archiveArea .blogListArea {
  padding: 60px 0;
}
.wp_archiveArea .categoryBtn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .categoryBtn {
    flex-wrap: wrap;
  }
}
.wp_archiveArea .categoryBtn li::before {
  content: none;
}
.wp_archiveArea .categoryBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 51px;
  border-radius: 30px;
  background: #078274;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .categoryBtn li a {
    max-width: 176px;
    width: 30vw;
    max-height: 51px;
    height: 10vw;
  }
}
.wp_archiveArea .categoryBtn li a::after {
  width: 24px;
  height: 15px;
  margin: auto;
  background: #078274;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.wp_archiveArea .categoryBtn li a.current {
  pointer-events: none;
}
.wp_archiveArea .categoryBtn li a.current::after {
  content: '';
}
.wp_archiveArea .categoryBtn li a:hover {
  opacity: 0.7;
}
.wp_archiveArea .categoryBtn li a[data-category="事例紹介"] {
  background: #037E8C;
}
.wp_archiveArea .categoryBtn li a[data-category="事例紹介"]::after {
  background: #037E8C;
}
.wp_archiveArea .categoryBtn li a[data-category="創業コラム"] {
  background: #8C7703;
}
.wp_archiveArea .categoryBtn li a[data-category="創業コラム"]::after {
  background: #8C7703;
}
.wp_archiveArea .categoryBtn li a[data-category="セミナー情報"] {
  background: #8C4803;
}
.wp_archiveArea .categoryBtn li a[data-category="セミナー情報"]::after {
  background: #8C4803;
}
.wp_archiveArea .categoryBtn li a[data-category="お知らせ"] {
  background: #8C033E;
}
.wp_archiveArea .categoryBtn li a[data-category="お知らせ"]::after {
  background: #8C033E;
}
.wp_archiveArea .tabNav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin: 0 0 50px;
  padding: 0 5px;
  border-bottom: #078274 2px solid;
}
@media screen and (max-width: 1023px) {
  .wp_archiveArea .tabNav {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .tabNav {
    flex-wrap: wrap;
    border-bottom: none;
    gap: 15px 5px;
  }
}
.wp_archiveArea .tabNav[data-category="事例紹介"] {
  border-color: #037E8C;
}
.wp_archiveArea .tabNav[data-category="事例紹介"] li a {
  color: #037E8C;
  border-color: #037E8C;
}
.wp_archiveArea .tabNav[data-category="事例紹介"] li a:hover,
.wp_archiveArea .tabNav[data-category="事例紹介"] li a.current {
  background-color: #037E8C;
}
.wp_archiveArea .tabNav[data-category="創業コラム"] {
  border-color: #8C7703;
}
.wp_archiveArea .tabNav[data-category="創業コラム"] li a {
  color: #8C7703;
  border-color: #8C7703;
}
.wp_archiveArea .tabNav[data-category="創業コラム"] li a:hover,
.wp_archiveArea .tabNav[data-category="創業コラム"] li a.current {
  background-color: #8C7703;
}
.wp_archiveArea .tabNav[data-category="セミナー情報"] {
  border-color: #8C4803;
}
.wp_archiveArea .tabNav[data-category="セミナー情報"] li a {
  color: #8C4803;
  border-color: #8C4803;
}
.wp_archiveArea .tabNav[data-category="セミナー情報"] li a:hover,
.wp_archiveArea .tabNav[data-category="セミナー情報"] li a.current {
  background-color: #8C4803;
}
.wp_archiveArea .tabNav[data-category="お知らせ"] {
  border-color: #8C033E;
}
.wp_archiveArea .tabNav[data-category="お知らせ"] li a {
  color: #8C033E;
  border-color: #8C033E;
}
.wp_archiveArea .tabNav[data-category="お知らせ"] li a:hover,
.wp_archiveArea .tabNav[data-category="お知らせ"] li a.current {
  background-color: #8C033E;
}
.wp_archiveArea .tabNav li {
  max-width: 176px;
  width: 100%;
}
.wp_archiveArea .tabNav li::before {
  content: '';
}
.wp_archiveArea .tabNav li a {
  display: block;
  width: 100%;
  padding: 6px 0 5px;
  text-align: center;
  text-decoration: none;
  color: #078274;
  font-size: 2rem;
  font-weight: 500;
  border: #078274 2px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  transition: padding 0.2s;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .tabNav li a {
    width: auto;
    padding: 6px 15px;
    border-radius: 10px;
    border-bottom-width: 2px;
    border-style: solid;
    font-size: 3.6vw;
  }
}
.wp_archiveArea .tabNav li a:hover,
.wp_archiveArea .tabNav li a.current {
  padding: 10px 0 9px;
  background: #078274;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wp_archiveArea .tabNav li a:hover,
  .wp_archiveArea .tabNav li a.current {
    padding: 6px 15px;
  }
}
.wp_archiveArea .tabNav li a.current {
  pointer-events: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	single
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_singleArea {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .wp_singleArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_singleArea {
    padding-bottom: 30px;
  }
}
.wp_singleArea h2 {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 500;
  color: #000;
  background: none;
  -webkit-text-fill-color: unset;
}
@media screen and (max-width: 767px) {
  .wp_singleArea h2 {
    font-size: 9.6vw;
  }
}
.wp_singleArea .singleHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .singleHeader {
    flex-direction: column;
  }
}
.wp_singleArea .publishedDate {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .publishedDate {
    gap: 10px;
    align-self: flex-start;
  }
}
.wp_singleArea .publishedDate time {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .publishedDate time {
    font-size: 4vw;
  }
}
.wp_singleArea cite {
  min-width: 258px;
  padding: 10px 20px;
  background: #038C61;
  color: #FFF;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea cite {
    min-width: 0;
    padding: 5px 10px;
    font-size: 4vw;
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .wp_singleArea .wp-block-table table th {
    white-space: normal;
  }
}
.wp_singleArea .citeBox {
  display: flex;
  gap: 30px;
  max-width: none;
  margin-top: 50px;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .citeBox {
    flex-direction: column;
    padding: 10px;
    gap: 0;
  }
}
.wp_singleArea .citeBox figure {
  margin-bottom: 10px;
  text-align: center;
}
.wp_singleArea .citeBox figure img {
  width: 141px;
  height: 190px;
  object-fit: cover;
  object-position: center center;
}
.wp_singleArea .citeBoxText {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .citeBoxText {
    display: contents;
  }
}
.wp_singleArea .citeBoxName {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .citeBoxName {
    order: -1;
    font-size: 4vw;
  }
}
.wp_singleArea .citeBox .btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .citeBox .btn {
    text-align: center;
  }
}
.wp_singleArea .citeBox .btn a {
  max-width: 293px;
  min-width: 0;
  min-height: 38px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wp_singleArea .citeBox .btn a {
    max-width: max-content;
    font-size: 3.6vw;
  }
}
.wp_singleArea .return {
  margin-top: 80px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	page
+++++++++++++++++++++++++++++++++++++++++++ */
.wp_pageArea {
  padding: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  .wp_pageArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea {
    padding-bottom: 30px;
  }
}
.wp_pageArea .pageNavArea {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: rgba(1, 145, 86, 0.1);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavArea {
    width: auto;
    margin: 0 -10px;
  }
}
.wp_pageArea .pageNavArea .inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 0 55px;
}
.wp_pageArea .pageNavArea .inner.small {
  padding: 15px 0 35px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavArea .inner.small {
    padding: 30px 10px 50px;
  }
}
.wp_pageArea .pageNavArea .inner.small .pageNavAreaItem {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavArea .inner.small .pageNavAreaItem {
    max-width: 100%;
  }
}
.wp_pageArea .pageNavArea .inner.pd0 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavArea .inner {
    flex-direction: column;
    padding: 50px 10px;
  }
}
.wp_pageArea .pageNavAreaItem {
  width: 50%;
  padding: 40px 29px;
  border-radius: 10px;
  background: #FFF;
  text-decoration: none;
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavAreaItem {
    width: auto;
    padding: 20px 20px 30px;
  }
}
.wp_pageArea .pageNavAreaItem.wide {
  width: 100%;
  text-align: center;
}
.wp_pageArea .pageNavAreaItem::after {
  content: '\f358';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  width: max-content;
  margin: auto;
  line-height: 1;
  font-size: 4.4rem;
  border-radius: 50%;
  padding: 7px;
  color: #00A99D;
  background: #FFF;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
}
.wp_pageArea .pageNavAreaItem:hover {
  background: #C9E7E1;
}
.wp_pageArea .pageNavAreaItem:hover img {
  opacity: 1;
  mix-blend-mode: multiply;
}
.wp_pageArea .pageNavAreaItem:hover::after {
  background: #C9E7E1;
  transition: background 0.2s;
}
.wp_pageArea .pageNavAreaItem .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #00A99D;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px!important;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavAreaItem .dt {
    font-size: 5.6vw;
  }
}
.wp_pageArea .pageNavAreaItem dl dt {
  margin: 0 0 15px;
  text-align: center;
  color: #00A99D;
  font-size: 2.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavAreaItem dl dt {
    font-size: 5.6vw;
  }
}
.wp_pageArea .pageNavAreaItem dl dd {
  color: #000;
}
.wp_pageArea .pageNavAreaItem dl dd p {
  margin-bottom: 12px;
}
.wp_pageArea .pageNavAreaItem dl dd img {
  display: block;
  margin: 0 auto;
}
.wp_pageArea .pageNavAreaItem .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 70px;
  border-radius: 50%;
  margin: 0;
  background: #00A99D;
  font-size: 2.4rem;
  font-weight: 900;
  color: #FFF;
  position: absolute;
  top: -28px;
  left: -10px;
  transform: rotate(-8.44deg);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .pageNavAreaItem .badge {
    min-width: 25vw;
    min-height: 15vw;
    font-size: 4.8vw;
  }
}
.wp_pageArea .txt_kaiketsu {
  margin: 40px 0 80px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .txt_kaiketsu {
    margin: 40px 0 40px;
    font-size: 3.6vw;
  }
}
.wp_pageArea .txt_kaiketsu strong {
  font-size: 3.6rem;
  font-weight: 700;
  color: #00A99D;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .txt_kaiketsu strong {
    font-size: 4.8vw;
  }
}
.wp_pageArea .htlLeft {
  flex: 1;
}
.wp_pageArea .htlRight {
  flex-shrink: 0;
  align-self: center;
}
.wp_pageArea .htlRight p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 188px;
  height: 188px;
  margin: 50px 30px 0 0;
  background: #F7B200;
  line-height: 1.3;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .htlRight p {
    max-width: 188px;
    width: 40vw;
    max-height: 188px;
    height: 40vw;
    margin: 0 auto;
    font-size: clamp(1px, 4.2vw, 2.1rem);
  }
}
.wp_pageArea .tableMerit {
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tableMerit {
    margin-bottom: 40px;
  }
}
.wp_pageArea .tableMerit table thead th {
  width: auto;
  padding: 12px;
  background: #00A99D;
  color: #FFF;
  text-align: center;
  border: none;
  white-space: nowrap;
}
.wp_pageArea .tableMerit table th {
  padding: 30px 20px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tableMerit table th {
    padding: 20px 10px;
    font-size: 2.4vw;
    white-space: normal;
  }
}
.wp_pageArea .tableMerit table th em {
  font-weight: normal;
}
.wp_pageArea .tableMerit table td {
  padding: 30px 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tableMerit table td {
    padding: 20px 10px;
    font-size: 2.4vw;
  }
}
.wp_pageArea .tableMerit table td.texCenter {
  padding: 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tableMerit table td.texCenter {
    white-space: normal;
  }
}
.wp_pageArea .tableMerit table td a {
  color: #00A99D;
}
.wp_pageArea .tabNav {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wp_pageArea .tabNav > li {
  width: calc(100% / 4);
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav > li {
    width: calc(100% / 2 - 10px);
  }
}
.wp_pageArea .tabNav > li::before {
  content: none;
}
.wp_pageArea .tabNav > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 15px 12px;
  border-radius: 30px;
  background: #E6E6E6;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav > li a {
    padding: 8px 10px;
    border-radius: 15px;
  }
}
.wp_pageArea .tabNav > li a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.2s;
}
.wp_pageArea .tabNav > li a.active {
  background: #00A99D;
  color: #FFF;
  pointer-events: none;
}
.wp_pageArea .tabNav > li a .name {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav > li a .name {
    font-size: 4.4vw;
  }
}
.wp_pageArea .tabNav > li a figure {
  max-width: 20vw;
  max-height: 20vw;
  margin-bottom: 10px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav > li a figure {
    width: 30vw;
    height: 30vw;
  }
}
.wp_pageArea .tabNav > li a figure img {
  width: 218px;
  height: 218px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabNav > li a figure img {
    max-width: 100%;
    max-height: 100%;
  }
}
.wp_pageArea .tabContents {
  margin: 0 0 20px;
  padding: 23px 45px;
  border: #00A99D 4px solid;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents {
    padding: 20px 10px 20px;
  }
}
.wp_pageArea .tabContents h3 {
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents h3 {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0 10px;
    line-height: 1.2;
  }
  .wp_pageArea .tabContents h3::before {
    grid-row: 1 / 3;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents h4 {
    width: 100%;
    margin: 30px 0 5px;
  }
}
.wp_pageArea .tabContents .expertise > * {
  display: flex;
  margin: 0 0 40px -48px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents .expertise > * {
    flex-direction: column;
    width: 100%;
    margin: 0 0 20px;
    font-size: 3.2vw;
  }
}
.wp_pageArea .tabContents .expertise > * .dt {
  display: flex;
  align-items: center;
  padding: 16px 22px 16px 43px;
  background: #00A99D;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents .expertise > * .dt {
    padding: 5px 15px;
  }
}
.wp_pageArea .tabContents .expertise > * .dd {
  flex: 1;
  padding: 16px 22px;
  border-radius: 0 10px 10px 0;
  background: #E6F4EF;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents .expertise > * .dd {
    padding: 5px 15px;
    border-radius: 0;
  }
}
.wp_pageArea .tabContents .expertise > * .dd li {
  display: inline-block;
  margin-right: 1em;
}
.wp_pageArea .tabContents .expertise > * .dd li::before {
  content: '#';
  display: inline-block;
  font-size: 1.8rem;
  position: static;
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents .expertise > * .dd li::before {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .wp_pageArea .tabContents .wp-block-columns {
    gap: 0!important;
  }
}
.wp_pageArea .tabContents .wp-block-columns .wp-block-column {
  align-self: flex-start;
}
/* blogList */
.blogListArea h2 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .blogListArea h2 {
    font-size: 7.8vw;
  }
}
.blogListArea h2[data-category="事例紹介"] {
  background-image: linear-gradient(120deg, #149BAA, #037E8C);
}
.blogListArea h2[data-category="事例紹介"] + .hgroup_p {
  background-image: linear-gradient(120deg, #149BAA, #037E8C);
}
.blogListArea h2[data-category="創業コラム"] {
  background-image: linear-gradient(120deg, #B99D00, #8C7703);
}
.blogListArea h2[data-category="創業コラム"] + .hgroup_p {
  background-image: linear-gradient(120deg, #B99D00, #8C7703);
}
.blogListArea h2[data-category="セミナー情報"] {
  background-image: linear-gradient(120deg, #B25800, #8C4703);
}
.blogListArea h2[data-category="セミナー情報"] + .hgroup_p {
  background-image: linear-gradient(120deg, #B25800, #8C4703);
}
.blogListArea h2[data-category="お知らせ"] {
  background-image: linear-gradient(120deg, #C00053, #8C033E);
}
.blogListArea h2[data-category="お知らせ"] + .hgroup_p {
  background-image: linear-gradient(120deg, #C00053, #8C033E);
}
.blogListArea .columnBox {
  margin: 0 auto 0;
}
.blogListArea .columnBox .columnItem,
.blogListArea .columnBox::before,
.blogListArea .columnBox::after {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .blogListArea .columnBox .columnItem,
  .blogListArea .columnBox::before,
  .blogListArea .columnBox::after {
    max-width: none;
    width: 100%;
  }
}
.blogListArea .columnBox .columnItem {
  margin: 0 0 40px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blogListArea .columnBox .columnItem {
    margin: 0 auto 30px;
  }
}
.blogListArea .columnBox .columnItem figure {
  margin: 0 auto 8px;
  text-align: center;
}
.blogListArea .columnBox .columnItem figure img {
  width: 320px;
  height: 176px;
  object-fit: cover;
  object-position: center center;
}
.blogListArea .columnBox time {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blogListArea .columnBox time {
    font-size: 3.2vw;
  }
}
.blogListArea .columnBox h3 {
  margin: 5px 0 3px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .blogListArea .columnBox h3 {
    font-size: 4vw;
  }
}
.blogListArea .columnBox h3::before {
  content: none;
}
.blogListArea .columnBox .day {
  margin-bottom: 5px;
  font-weight: bold;
}
.blogListArea .columnBox p {
  margin-bottom: 5px;
}
.blogListArea .columnBox cite {
  display: inline-block;
  padding: 2px 14px;
  background: #E8E4CD;
  color: #8C7703;
  font-style: normal;
  font-weight: bold;
}
/* accessList */
.accessList {
  margin: 0 0 140px;
}
@media screen and (max-width: 767px) {
  .accessList {
    margin-bottom: 50px;
  }
}
.accessListItem > * {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .accessListItem > * {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.accessListItem figure {
  width: 128px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accessListItem figure {
    width: 100%;
    text-align: center;
  }
}
.accessListItemTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  height: 50px;
  margin: 0;
  border-radius: 10px;
  background: #00A99D;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accessListItemTitle {
    order: -1;
    width: 40vw;
    height: 15vw;
    font-size: 4.8vw;
  }
}
/* businessClimate */
.businessClimate {
  margin: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  .businessClimate {
    margin: 40px 0;
    gap: 10px!important;
  }
}
.businessClimate .wp-block-column,
.businessClimate .is-layout-flow {
  align-self: flex-start !important;
}
.businessClimate h3 {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .businessClimate h3 {
    margin-top: 0;
    order: -3;
  }
}
/* problemArea */
.problemArea.box {
  max-width: 100%;
  padding: 30px 30px 35px;
}
@media screen and (max-width: 767px) {
  .problemArea.box {
    padding: 30px 10px;
  }
}
.problemArea ul {
  display: flex;
  justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .problemArea ul {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
.problemArea ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problemArea ul li {
    width: 50%;
    padding: 0 10px;
  }
}
.problemArea ul li::before {
  content: none;
}
.problemArea ul li p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .problemArea ul li p {
    font-size: 3.2vw;
  }
}
.problemArea ul li p.htl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 46px;
  margin: 0 0 8px;
  color: #00A99D;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .problemArea ul li p.htl {
    font-size: 3.6vw;
  }
}
.problemArea ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 146px;
  margin: 0 auto 8px;
  border: #00A99D 3px solid;
  border-radius: 50%;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .problemArea ul li figure {
    max-width: 146px;
    width: 40vw;
    max-height: 146px;
    height: 40vw;
  }
}
.problemArea ul li figure img {
  max-width: 146px;
  max-height: 146px;
  object-fit: contain;
}
.problemArea h3 {
  justify-content: center;
  color: #00A99D;
}
.problemArea h3::before {
  content: none;
}
/* workspace */
.workspaceMap {
  margin: 0 0 30px;
  overflow-x: auto;
  overflow-y: hidden;
}
.workspaceMap .workspaceInner {
  width: 927px;
  height: 620px;
  margin: 0 auto;
  background: url(../img/bg_workspace.webp) no-repeat 0 0;
  position: relative;
}
.workspaceMap .workspaceInner > a {
  display: block;
  position: absolute;
}
.workspaceMap .workspaceInner > a.pin1 {
  top: 316px;
  left: 490px;
}
.workspaceMap .workspaceInner > a.pin2 {
  top: 390px;
  left: 256px;
}
.workspaceMap .workspaceInner > a.pin3 {
  top: 244px;
  left: 354px;
}
.workspaceMap .workspaceInner > a.pin4 {
  top: 250px;
  left: 238px;
}
.workspaceMap .workspaceInner > a.pin5 {
  top: 182px;
  left: 196px;
}
.workspaceMap .workspaceInner > a.pin6 {
  top: 374px;
  left: 570px;
}
.workspaceMap .workspaceInner > a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.workspaceMap .workspaceInner > a img {
  transition: transform 0.2s;
}
.workspaceArea {
  padding: 50px 50px;
  border-bottom: #479800 2px dotted;
}
@media screen and (max-width: 1023px) {
  .workspaceArea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.workspaceArea:nth-last-of-type(1) {
  border-bottom: none;
}
.workspaceAreaHeader {
  display: flex;
  gap: 30px;
  margin: 0 0 35px;
}
@media screen and (max-width: 1023px) {
  .workspaceAreaHeader {
    flex-direction: column;
    gap: 10px;
  }
}
.workspaceAreaHeader h3 {
  margin: 0;
}
.workspaceAreaHeader ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  padding: 0;
}
.workspaceAreaHeader ul li {
  display: flex;
  align-items: center;
  padding: 6px 25px;
  border-radius: 10px;
  background: #078274;
  color: #FFF;
  font-weight: bold;
}
.workspaceAreaHeader ul li::before {
  content: none;
}
.workspaceAreaHeader ul li.tag1 {
  background-color: #F39B20;
}
.workspaceAreaHeader ul li.tag2 {
  background-color: #0057BA;
}
.workspaceAreaHeader ul li.tag3 {
  background-color: #CA0003;
}
.workspaceArea .address {
  margin: 0 0 15px;
  padding: 4px 22px;
  background: #E6F4EF;
  border-radius: 10px;
}
.workspaceArea .dlList {
  margin-bottom: 50px;
}
.workspaceArea .wp-block-column,
.workspaceArea .is-layout-flow {
  align-self: flex-start !important;
}
.workspaceArea .box {
  max-width: 908px;
  padding: 25px 30px;
}
.workspaceArea .box h4 {
  margin: 0 0 40px;
}
.industry_vacantArea .wp-block-column,
.industry_vacantArea .is-layout-flow {
  align-self: flex-start !important;
}
.industry_vacantArea .btn a {
  max-width: 100%;
}
/* tag */
.tag {
  display: inline-block;
  padding: 1px 20px;
  background: #078274;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 2.8vw;
  }
}
.tag[data-tag="事例紹介"] {
  background: #037E8C;
}
.tag[data-tag="採用・人材"],
.tag[data-tag="創業コラム"] {
  background: #8C7703;
}
.tag[data-tag="セミナー情報"] {
  background: #8C4703;
}
.tag[data-tag="お知らせ"] {
  background: #8C033E;
}
.tag[data-tag="募集中"] {
  background: #FF0000;
}
.tag[data-tag="募集終了"] {
  background: #9D9D9D;
}
/* dlList */
.dlList {
  margin: 0 0 30px;
}
.dlList > * {
  display: flex;
  border: #019156 3px solid;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dlList > * {
    flex-direction: column;
    border-radius: 15px;
  }
}
.dlList > * .dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 10px 5px 22px;
  background: #019156;
  color: #FFF;
}
.dlList > * .dd {
  flex: 1;
  padding: 5px 10px 5px 22px;
  font-size: 1.6rem;
}
/* faqArea */
.faqArea .faq_q {
  margin: 40px 0 20px;
  padding: 5px 40px 15px 50px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-bottom: #479800 2px dotted;
}
@media screen and (max-width: 767px) {
  .faqArea .faq_q {
    margin: 30px 0 10px;
    padding: 0 40px 10px 8vw;
    font-size: 4vw;
  }
}
.faqArea .faq_q::before {
  content: '\51';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: clamp(1px, 6vw, 3.6rem);
  color: #078372;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
}
.faqArea .faq_q::after {
  content: '\f0fe';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #078372;
  font-size: clamp(1px, 6vw, 3.6rem);
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
}
.faqArea .faq_q.open::after {
  content: '\f146';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.faqArea .faq_q:hover {
  color: #078372;
}
.faqArea .faq_a {
  display: none;
  border-radius: 10px;
  padding: 35px 30px 25px 70px;
  background: rgba(0, 169, 157, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .faqArea .faq_a {
    padding: 20px 15px 20px 10vw;
  }
}
.faqArea .faq_a::before {
  content: '\41';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: clamp(1px, 6vw, 3.6rem);
  color: #00A99D;
  position: absolute;
  top: 25px;
  left: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .faqArea .faq_a::before {
    left: 15px;
  }
}
.faqArea .faq_a a {
  color: #00A99D;
  font-weight: bold;
}
.faqArea .faq_a a[target]::after {
  display: inline-block;
  content: '\f35d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 5px;
  text-decoration: none;
}
.nextstep_line {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100vw;
  height: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  border: none;
  border-top: 2px dotted #479800 !important;
}
.display-inherit {
  display: inherit !important;
}
.nextstepArea {
  margin: 0 0 75px;
  padding: 0 0 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nextstepArea {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.nextstepArea .nextArea_h3 {
  margin-left: auto;
  margin-right: auto;
}
.nextstepArea .nextArea_h3::before {
  background: none !important;
  width: 0px !important;
  height: 0px !important;
}
.nextstepArea h2 {
  margin: 75px 0 20px;
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .nextstepArea h2 {
    margin: 50px 0 10px;
    font-size: 5.2vw;
  }
}
.nextstepArea_ttl {
  max-width: max-content;
  margin: 0 auto 45px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: #F7B200 6px solid;
}
@media screen and (max-width: 767px) {
  .nextstepArea_ttl {
    margin-bottom: 20px;
    font-size: 4.2vw;
  }
}
.nextstepArea_ttl strong {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .nextstepArea_ttl strong {
    display: block;
    font-size: 6.4vw;
  }
}
.nextstepArea_ttl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .nextstepArea_ttl br {
    display: block;
  }
}
.nextstepArea .wp-block-columns {
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .nextstepArea .wp-block-columns {
    gap: 20px!important;
  }
}
.nextstepArea .wp-block-columns .wp-block-column {
  align-self: flex-start;
}
.nextstepArea .wp-block-columns figure {
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .nextstepArea .wp-block-columns figure {
    margin: 0 auto!important;
  }
}
.nextstepArea .nextstep_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nextstepArea .nextstep_tag {
    gap: 5px 10px;
    margin: 0 auto;
    justify-content: center;
  }
}
.nextstepArea .nextstep_tag li {
  padding: 5px 25px;
  background: #D9EDCE;
  border-radius: 53px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nextstepArea .nextstep_tag li {
    padding: 5px 15px;
  }
}
.nextstepArea .nextstep_tag li::before {
  content: none;
}
.businessBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  padding: 40px;
  background: #E5F4EE;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .businessBox {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .businessBox {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
.businessBox::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.businessBox:hover {
  background: #c1e5d7;
}
.businessBox figure {
  flex-shrink: 0;
  max-width: 312px;
}
.businessBox.businessBox2 {
  justify-content: space-between;
  padding: 20px 100px;
}
.businessBox.businessBox2::after {
  content: none;
}
.businessBox.businessBox2:hover {
  background: #E5F4EE;
}
@media screen and (max-width: 767px) {
  .businessBox_text {
    display: contents;
  }
}
.businessBox_text h4 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .businessBox_text h4 {
    order: -1;
    font-size: 5.6vw;
    margin: 0;
  }
}
.pl0 {
  padding-left: 0!important;
}
.pl30 {
  padding-left: 30px!important;
}
.contactArea {
  padding: 0 15px 100px;
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding: 0 0 50px;
  }
}
.contactArea h2 {
  display: inline;
  margin: 60px -30px 40px;
  padding: 10px 30px;
  background: linear-gradient(to right, #D4DADD, #F7F7F7);
  font-size: 3.2rem;
  font-weight: 500;
  border-radius: 19px;
}
@media screen and (max-width: 767px) {
  .contactArea h2 {
    margin: 50px -10px 30px;
    padding: 10px 15px;
    font-size: 5.6vw;
    border-radius: 0;
  }
}
.contactArea h2.h2_contact {
  margin: 90px 0 30px;
  text-align: left;
  padding: 0 0 10px;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 0;
  color: #000 !important;
  justify-content: flex-start !important;
  border-bottom: #707070 2px dashed;
  background: none;
}
@media screen and (max-width: 767px) {
  .contactArea h2.h2_contact {
    font-size: 4.8vw;
  }
}
.contactArea h2::before {
  content: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  flex-shrink: 0;
}
.contactArea h2::after {
  content: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  flex-shrink: 0;
}
.contactArea h3 {
  margin: 40px 0 20px;
  padding: 3px 0 3px 12px;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 500;
  border-left: #0076FF 8px solid;
}
@media screen and (max-width: 767px) {
  .contactArea h3 {
    font-size: 4.8vw;
  }
}
.contactArea h3.h3_contact {
  border: none;
  padding: 0;
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contactArea h3.h3_contact {
    font-size: 4vw;
  }
}
