/* 共通 */
.common-title {
  text-align: center;
  margin-bottom: 50px;
}
.common-title h1 {
  border-bottom: 4px solid #414f63;
  line-height: 1;
  font-size: 32px;
  color: #414f63;
  display: inline;
  line-height: 1.8;
  font-weight: bold;
}
.common-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
.common-subtitle p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.common-subtitle p.has-text-align-left {
  text-align: left;
}
.common-text {
  font-size: 16px;
  line-height: 1.8;
}
.common-title02 {
  color: #414f63;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.common-title02::after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #5e87c4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common-title02 span {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
.common-title03 {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #414f63;
  border-left: 4px solid #5e87c4;
  padding-left: 20px;
  margin-bottom: 20px;
}
.common-lead {
  text-align: left;
  margin-bottom: 1.5em;
  font-size: 16px;
}
.service-row .common-title03 {
  margin-top: 50px;
}
.service-row .common-title03.mt0 {
  margin-top: 0;
}
.contBtn-prev {
  color: #414f63;
  text-decoration: none;
  width: 200px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  height: 48px;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 4px 25px 4px 22px;
  font-size: 15px;
  line-height: 1.0em;
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  position: relative;
  margin: 0 auto;
  transition: .3s;
}
.contBtn-prev::before {
  content: "";
  background-image: url(../img/cont_btn_ar01_prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  display: block;
}
.contBtn-prev:hover {
  opacity: 0.7;
}
/* row */
.common-row {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.align_start {
  align-items: flex-start;
}
.align_center {
  align-items: center !important;
}
.align_end {
  align-items: flex-end;
}
.flex_center {
  justify-content: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_end {
  justify-content: flex-end;
}
.reverse {
  flex-direction: row-reverse;
}
/* inner */
.inner {
  width: 1000px;
  margin: 0 auto;
}
/* box */
.common-box {
  padding: 50px;
  padding-bottom: 30px;
  border: 3px solid #e6e6e6;
  position: relative;
}
.box-title p {
  position: absolute;
  top: -25px;
  left: 60px;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #414f63;
}
.box-list {
  margin-bottom: 20px;
}
.box-list li {
  color: #414f63;
  font-size: 17px;
  margin-bottom: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
  line-height: 1.8;
}
.box-tag li {
  width: 24%;
  background-color: #414f63;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.box-tag::after {
  content: "";
  width: 24%;
}
.headerNaviWrap01 li {
  position: relative;
  cursor: pointer;
}
.dropdown-btn {
  cursor: pointer;
}
.headerNaviWrap01 .sub-menu {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    bottom: auto;
    left: 0;
}
.headerNaviWrap01 > li:hover .sub-menu {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}

.headerNaviWrap01 .sub-menu li {
  width: 100%;
}
.headerNaviWrap01 .sub-menu li a::after {
  /* border-top: solid 2px #fff; */
  /* border-right: solid 2px #fff; */
  content: none;
}
.headerNaviWrap01 .sub-menu li a {
  display: block;
  background-color: #3a639f;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.headerNaviWrap01 .sub-menu li a:hover {
  background-color: #414f63;
}
body.open {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .common-title h1 {
    font-size: 24px;
  }
  .inner {
    width: 100%;
  }
  .common-subtitle {
    margin-bottom: 30px;
  }
  .common-subtitle p {
    font-size: 20px;
  }
  .common-box {
    padding: 30px 20px 10px;
  }
  .box-title p {
    left: 20px;
  }
  .box-list li {
    font-size: 16px;
  }
  .box-tag li {
    width: 48%;
    font-size: 14px;
    padding: 10px 0;
  }
  .dropdown-btn-sp {
    margin-bottom: 10px;
  }
  .menuSpWrap01 .sub-menu {
    display: none;
  }
  .menuSpWrap01 .sub-menu li {
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .menuSpWrap01 .sub-menu li:first-of-type {
    margin-top: 10px;
  }
  .menuSpWrap01 .sub-menu li::after {
    content: none;
  }
  .menuSpWrap01 .sub-menu li a {
    font-size: 16px;
  }
  .headerMenu01 {
    box-sizing: border-box;
  }
  .contOpen .headerMenu01 {
    overflow: scroll;
  }
}
/* サービス */
.service-text {
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
}
.service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service-left {
  width: 48%;
}
.service-right {
  width: 48%;
}
.serviceBlockBtn {
  background-color: #fff;
}
.serviceBlockBtn .serviceFlex02 {
  justify-content: center;
}
.serviceBlockBtn li {
  box-shadow: 0px 0px 15px -5px #777777;
}
.serviceBlockBtn .p01 {
  top: -40px;
}
.serviceBlockBtn .serviceBtn01 {
  height: 78px;
}
.serviceFlex02 {
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .serviceBlock01 .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .service-title h1 {
    font-size: 24px;
  }
  .service-title02 {
    font-size: 24px;
  }
  .service-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-right {
    width: 100%;
  }
}
/* 製品 */
.productBlock01 {
  margin-top: 90px;
  text-align: left;
}
.product-left {
  width: 39%;
}
.product-right {
  width: 57%;
}
.product-title03 {
  color: #414f63;
  display: inline;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 25px;
  background-position: left 100% center;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fcee21 50%);
  transition: background-position 0.3s ease 0s;
}
.product-text {
  margin-top: 30px;
}
.product-text.common-text02 {
  margin-top: 0;
}
.product-row {
  margin-bottom: 50px;
}
.product-text-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .productBlock01 {
    margin-top: 48px;
    padding: 0px 20px 0px 20px;
  }
  .product-left, .product-right {
    width: 100%;
  }
  .product-left {
    margin-bottom: 20px;
  }
  .product-text {
    margin-top: 20px;
  }
  .product-title03 {
    font-size: 28px;
  }
}
/* 挿入実績 */
.resultsBlock {
  margin-top: 50px;
  margin-bottom: 90px;
}
.resultsBlock01 {
  margin-bottom: 50px;
}
.resultsBlock01 .inner {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.results-list::after {
  content: "";
  width: 32%;
}
.results-list li {
  width: 32%;
  margin: 0 !important;
  margin-bottom: 40px !important;
  list-style: none !important;
}
.results-list li img {
  margin-bottom: 20px;
}
.results-list li p {
  font-size: 20px;
  color: #414f63;
  font-weight: bold;
  text-align: left;
}
/* 導入実績詳細 */
.results-table-wrap {
  margin-bottom: 30px;
}
.results-table-wrap h3 {
  font-size: 18px;
  color: #414f63;
  text-align: left;
  margin-bottom: 10px;
}
.results-table table {
  width: 100%;
  margin-bottom: 5em;
  border-right: 1px solid;
}
@media screen and (max-width: 768px) {
  .results-table table {
    margin-bottom: 0;
  }
}
.results-table th, .results-table td {
  font-size: 12px;
  color: #414f63;
  padding: 5px 0;
  border-right: 1px solid #ccc;
}

.results-table th:last-child, .results-table td:last-child {
  border-right: none;
}
.results-table th {
  text-align: center;
  background-color: #f2f2f2;
}
.results-table td {
  border-bottom: 1px solid #ccc;
}
.results-table td span {
  font-size: 6px;
  display: block;
}
.results-table th:first-child {
  width: 14em;
}
.results-table th:nth-child(2) {
  width: 5em;
}
.resultsBlock02-item {
  margin-bottom: 30px;
}
.resultsBlock02-item .common-text p {
  text-align: left;
}
.resultsBlock03 .common-text p {
  text-align: left;
}
.results-tag {
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-tag li {
  background-color: #414f63;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  padding-left: 25px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.results-tag li::before {
  content: url(../img/results/icon_results.png);
  position: absolute;
  left: 10px;
  top: 40%;
  transform: scale(.5) translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .resultsBlock {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0px 20px;
  }
  .results-list::after {
    width: 48%;
  }
  .results-list li {
    width: 48%;
  }
  .results-table {
    width: 690px;
  }
  .results-flow {
    width: 690px;
  }
}
/* 社会活動 */
.contBlock02-social {
  background-color: #fff;
}
/* 取得認証・認定 */
.certificationBlock01 {
  margin-top: 90px;
}
.certification-item {
  border-left: 4px solid #5e87c4;
  padding-left: 30px;
  margin-bottom: 60px;
}
.certification-item h3 {
  font-size: 25px;
  color: #414f63;
  margin-bottom: 10px;
  text-align: left;
}
.certification-text {
  width: 82%;
  text-align: left;
  padding-top: 20px;
}
.certification-img {
  width: 13%;
}
.sdgs-img {
  width: 28%;
}
.certification-item .certification-box {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  flex-wrap: nowrap;
}
.certification-item .certification-box .common-row {
  margin: 10px 0;
}
.certification-box p {
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .certificationBlock01 {
    margin-top: 48px;
  }
  .certificationBlock01 {
    padding: 0 20px;
  }
  .certification-item {
    padding-left: 15px;
  }
  .certification-text {
    width: 100%;
    padding-top: 0;
  }
  .certification-img {
    width: 50%;
    margin: 0 auto -30px !important;
  }
  .certification-row {
    flex-direction: column-reverse;
  }
  .certification-item .certification-box {
    padding: 15px;
  }
  .certification-item .certification-box.common-row {
    display: block;
  }
  .certification-item .certification-box .common-row {
    display: block;
  }
  .certification-box p {
    font-size: 14px;
  }
}
/* 新卒採⽤ */
.recruitBlock01 {
  margin-top: 90px;
}
.recruit-row {
  border-left: 4px solid #5e87c4;
  padding-left: 30px;
  margin-bottom: 50px;
}
.recruit-text {
  width: 46%;
  text-align: left;
}
.recruit-text p {
  margin-bottom: 20px;
}
.recruit-img {
  width: 50%;
}
.recruit-btn li {
  margin-bottom: 30px;
  list-style: none !important;
}
.recruit-btn li a {
  width: 400px;
  margin: 0 auto 50px;
  padding: 30px 0;
  font-size: 20px;
  height: auto;
  text-align: center;
  justify-content: center;
  border-radius: 0;
}
.recruit-links {
  margin-bottom: 60px;
  border: 1px solid #414f63;
  border-left: none;
}
.recruit-links li {
  width: 20%;
}
.recruit-links li a {
  border-left: 1px solid #414f63;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  color: #414f63;
  display: block;
  transition: .3s;
}
.recruit-links li a.active,
.recruit-links li.active a {
  background-color: #414f63;
  color: #fff;
}
.recruit-links li a:hover {
  background-color: #414f63;
  color: #fff;
  opacity: 1;
}
.recruit-links li:last-child a {
  border-right: 1px solid #414f63;
}
.recruit-title02 {
  text-align: center;
  margin-bottom: 100px;
}
.recruit-title02 h3,
h3.recruit-title02 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
h3.recruit-title02 {
  width: 100%;
  text-align: center;
  margin-bottom: 100px !important;
}
/* 募集要項 */
.requirements-item {
  margin-bottom: 100px;
}
.requirements-row {
  border-top: 1px solid #b9d2dc;
  width: 100%;
}
.requirements-row:last-child {
  border-bottom: 1px solid #b9d2dc;
}
.requirements-left {
  width: 38%;
  padding: 20px;
  padding-left: 10px;
  padding-right: 0;
}
.requirements-left p, .requirements-right p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}
.requirements-right {
  width: 57%;
  padding: 20px;
  padding-left: 0;
}
.requirements-right p {
  margin-bottom: 20px;
}
.requirements-right p:last-child {
  margin-bottom: 0;
}
/* インタビュー */
.interview-item {
  margin-bottom: 60px;
}
.interview-main-textwrap {
  width: 52%;
  padding: 5% 3%;
  background-color: #414f63;
  text-align: left
}
.interview-main-textwrap h4 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
.interview-main-row {
  margin-bottom: 60px;
  gap: 0;
}
.wp-block-columns.interview-main-row {
  align-items: center !important;
}
.wp-block-column p.interview-main-text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.interview-main-info {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.interview-main-info p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0 !important;
}
.interview-main-img {
  width: 42%;
}
.interview-row {
  margin-bottom: 60px;
}
.interview-row .interview-img {
  width: 40%;
}
.interview-text.interview-text01 {
  width: 100%;
  margin-bottom: 60px;
}
.interview-text {
  text-align: left;
  width: 55%;
}
.interview-text h4 {
  font-size: 20px;
  color: #414f63;
  margin-bottom: 30px;
  font-weight: bold;
}
.interview-text h4 span {
  width: 50px;
  height: 1px;
  background-color: #414f63;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.interview-text h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.interview-text p {
  font-size: 16px;
}
/* 人材育成制度 */
.training-item {
  margin-bottom: 60px;
}
.training-item p {
  font-size: 16px;
  text-align: left;
}
.recruit-center-text {
  width: 70%;
  margin: 0 auto 100px;
}
.recruit-center-text p {
  font-size: 16px;
}
.training-row {
  margin-top: 30px;
}
.training-row-item {
  width: 48%;
  text-align: left;
}
.training-img {
  margin-bottom: 20px;
}
.training-name {
  margin-bottom: 20px;
}
.training-name p {
  font-weight: bold;
  font-size: 20px;
  padding: 3px 10px;
  background-color: #414f63;
  color: #fff;
  display: inline-block;
}
.training-text p {
  font-size: 16px;
}
.training-row-btn {
  margin-bottom: 20px;
}
.training-row-btn a {
  padding: 5px;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0px 0px 15px -5px #777777;
  display: flex;
  align-items: center;
  transition: .3s;
}
.training-row-btn a:hover {
  opacity: 0.7;
}
.training-row-btn a::after {
  content: url(../img/cont_btn_ar01.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.5);
}
.training-row-btn a img {
  width: 90px;
  margin-right: 20px;
}
.training-row-btn a p {
  font-size: 20px;
  padding: 20px 0;
}
/* エントリー・選考の流れ */
.entry-flow {
  margin-bottom: 60px;
}
.entry-flow p {
  padding-left: 110px;
  text-align: left;
  margin-bottom: 30px !important;
  font-size: 18px;
  font-weight: bold;
}
.entry-flow .entry-flow-text {
  font-size: 15px;
  margin-top: 20px;
  font-weight: normal;
}
.entry-flow .serviceH301 {
  margin-bottom: 0;
}
.entry-flow01 .entry-flow-img {
  width: 400px;
}
.entry-flow-img {
  margin-left: 110px !important;
}
/* Q&A */
.faq-item {
  text-align: left;
  margin-bottom: 60px;
}
.faq {
  margin-bottom: 60px;
}
.faq-cont {
  margin-bottom: 30px;
}
.question {
  box-shadow: 0px 0px 10px 0px rgba(37, 30, 28, 0.1);
  padding: 10px 20px;
  margin-bottom: 20px !important;
  border-radius: 10px;
  cursor: pointer;
  width: calc(100% - 40px);
  text-align: left;
}
.question p {
  font-size: 20px;
  vertical-align: sub;
  text-indent: -2.6rem;
  padding-left: 2.6rem;
}
.question p span {
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}
.answer {
  display: none;
  border-left: 1px solid #414f63;
  padding-left: 20px;
  margin-left: 30px !important;
  width: calc(100% - 50px);
  text-align: left;
}
.answer p {
  font-size: 16px;
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}
.answer p span {
  font-size: 30px;
  margin-right: 10px;
  font-weight: bold;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .recruitBlock01 {
    margin-top: 48px;
    padding: 0 20px;
  }
  .recruit-row {
    padding-left: 20px;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
  .recruit-text {
    width: 100%;
  }
  .recruit-text p {
    margin-bottom: 10px;
  }
  .recruit-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit-btn li a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .recruit-title02 {
    margin-bottom: 60px !important;
  }
  .recruit-title02 h3,
  h3.recruit-title02 {
    font-size: 24px;
    color: #414f63;
  }
  h3.recruit-title02 {
    margin-bottom: 60px;
  }
  .recruit-links {
    border: none;
  }
  .recruit-links li {
    width: 50%;
  }
  .recruit-links li a {
    border: none;
    border-top: 1px solid #414f63;
    border-left: 1px solid #414f63;
  }
  .recruit-links li:nth-child(2) a {
    border-right: 1px solid #414f63;
  }
  .recruit-links li:nth-child(3) a {
    border-bottom: 1px solid #414f63;
  }
  .recruit-links li:nth-child(3), .recruit-links li:nth-child(4), .recruit-links li:nth-child(5) {
    width: 33.3%;
  }
  .recruit-links li:nth-child(4) a {
    border-bottom: 1px solid #414f63;
    border-right: 1px solid #414f63;
  }
  .recruit-links li:nth-child(5) a {
    border-bottom: 1px solid #414f63;
  }
  /* 募集要項 */
  .requirements-row {
    padding: 10px 0;
  }
  .requirements-left {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .requirements-right {
    width: 100%;
    padding: 10px 0;
  }
  .requirements-right p {
    margin-bottom: 10px;
  }
  .requirements-item {
    margin-bottom: 60px;
  }
  /* インタビュー */
  .interview-main-textwrap {
    width: 80%;
    padding: 7% 5%;
    margin: 0 auto;
  }
  .interview-main-textwrap h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .interview-main-img {
    width: 100%;
  }
  .interview-main-text {
    font-size: 18px;
  }
  .interview-text h4 {
    text-indent: -2.2rem;
    padding-left: 2.2rem;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .interview-text h4 span {
    width: 25px;
  }
  .interview-row .interview-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .interview-text {
    width: 100%;
  }
  .interview-row.reverse {
    flex-direction: column;
  }
  .interview-text h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .interview-row-last {
    margin-bottom: 0;
  }
  .interview-item {
    margin-bottom: 0;
  }
  /* 人材育成制度 */
  .recruit-center-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .training-row-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .training-row-btn a p {
    padding: 10px 0;
    font-size: 18px;
  }
  /* エントリー・選考の流れ */
  .entry-flow .entry-flow-text {
    padding-left: 0;
  }
  .entry-flow01 .entry-flow-img {
    width: 100%;
  }
  .entry-flow-img {
    margin-left: 0 !important;
  }
}
/*事業所所在地*/
.office_address {
  line-height: 2.3;
}
.office_address h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 120px;
  line-height: 125%;
  color: #252525;
}
.office_address h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  color: #252525;
  border-left: 5px solid #005290;
  padding: 0.3em 0.3em 0.3em 0.8em;
  margin-bottom: 1.5em;
}
.office_address .office,
.office_address .wp-block-columns {
  margin-bottom: 5em;
}
.office_address .office li {
  margin-bottom: 3em;
}
.office_address .office h3,
.office_address .wp-block-columns h3 {
  margin-bottom: 1em;
  text-align: left;
}
.office_address .office p,
.office_address .wp-block-columns p {
  margin: 0 0 0 1em;
  font-size: 16px;
  text-align: left;
}
.office_address .office p a,
.office_address .wp-block-columns p a {
  text-decoration: underline;
}
.office_address .office p a:hover,
.office_address .wp-block-columns p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .office_address {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  .office_address h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #252525;
    margin-bottom: 4rem;
    line-height: 125%;
  }
  .office_address h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #252525;
    border-left: 0.78125vw solid #005290;
    padding: 0.3em 0.3em 0.3em 0.8em;
    margin-bottom: 1.5em;
  }
  .office_address .office,
  .office_address .wp-block-columns {
    margin-bottom: 5em;
  }
  .office_address .office li {
    margin-bottom: 3em;
  }
  .office_address .office h3,
  .office_address .wp-block-columns h3 {
    margin-bottom: 1em;
  }
  .office_address .office p,
  .office_address .wp-block-columns p {
    margin: 0 0 0 1em;
  }
  .office_address .office p a,
  .office_address .wp-block-columns p a {
    text-decoration: underline;
  }
}
/*地域貢献*/
.kyoutei {
  width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
}
.kyoutei td {
  text-align: left;
  padding: 5px;
}
.wp-block-table.kyoutei  td, .wp-block-table.kyoutei  th {
  border: none;
  padding: 5px;
}
ul.disc {
  margin-left: 1em;
  margin-bottom: 40px;
}
ul.disc li {
  list-style: disc;
  font-size: 16px;
  text-align: left;
  margin-left: 1em;
  margin-bottom: 3px;
}
/*資格保持者*/
.qualification {
  border-top: 1px solid #ddd;
  padding: 25px 35px 20px;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
body .is-layout-flex.qualification {
  align-items: flex-start !important;
}
.qualification:last-of-type {
  border-bottom: 1px solid #ddd;
}
.qualification .h3 {
  width: 30%;
  font-weight: bold;
  color: #414f63;
}
.qualification .h3 h3 {
  font-weight: bold;
  color: #414f63;
}
.qualification .text,
.qualification p {
  width: 70%;
}
.qualification .text dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qualification .text dl dt {
  width: 100%;
  padding-bottom: 5px;
}
.qualification .text dl dd {
  width: 20%;
  text-align: right;
  padding-bottom: 5px;
  display: none;
}
@media screen and (max-width: 768px) {
  .qualification {
    display: block !important;
    padding: 20px 10px 15px;
  }
  .qualification .h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .qualification .text,
  .qualification p {
    width: 100%;
  }
  .qualification .text dl dt {
    width: 100%;
  }
  .qualification .text dl dd {
    width: 11%;
  }
}
.contact_tel {
  font-weight: bold;
  color: #414f63;
  font-size: 22px !important;
}
.contact_table {
  font-size: 16px;
}
.contact_table tr td {
  text-align: left;
  padding: 10px;
}
.contact_table tr td:first-child {
  font-weight: bold;
  color: #414f63;
}
.contact_table tr td a {
  text-decoration: underline;
}
.anchor {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -20px;
    padding-top: 20px;
  }
}
.noclick {
  pointer-events: none;
}