.add-container-all {
  display: flex;
  justify-content: space-between;
  max-width: 1284px;
  padding-top: 100px;
  padding-bottom: 90px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .add-container-all {
    display: block;
    padding: 50px 30px;
  }
}
.add-container-all .add-col-main {
  flex-grow: 1;
  max-width: 840px;
}
.add-container-all .add-col-main.add-col-main-single {
  max-width: 843px;
}
.add-container-all .add-col-sidebar {
  flex-shrink: 0;
  width: 362px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .add-container-all .add-col-sidebar {
    width: 100%;
    padding-bottom: 17px;
    margin-left: 0;
  }
}

.add-section-blog {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .add-section-blog {
    padding-bottom: 55px;
  }
}
.add-section-blog .add-section-body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-section-body {
    margin-bottom: 24px;
  }
}
.add-section-blog .add-section-body-item {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 28px;
}
@media screen and (min-width: 769px) {
  .add-section-blog .add-section-body-item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.add-section-blog .add-section-body-item:nth-child(even) .add-card-blog {
  background-color: #f3f5f8;
}
.add-section-blog .add-section-body-item:nth-child(even) .add-card-blog .add-card-footer:after {
  background-color: #fff;
}
.add-section-blog .add-card-blog {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 14px;
  font-size: 12px;
  color: #4d5053;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  transition: all 0.15s ease;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog {
    padding: 17px;
    font-size: 14px;
  }
}
.add-section-blog .add-card-blog .add-card-img {
  margin-bottom: 15px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog .add-card-img {
    margin-bottom: 18px;
  }
}
.add-section-blog .add-card-blog .add-card-title {
  margin-top: 9px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #292F36;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog .add-card-title {
    font-size: 16px;
  }
}
.add-section-blog .add-card-blog .add-card-footer {
  position: relative;
  padding-top: 16px;
  padding-right: 45px;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog .add-card-footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.add-section-blog .add-card-blog .add-card-footer:after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 36px;
  height: 36px;
  background: #f3f5f8 url("../img/icon/arrow-gray.svg") no-repeat 50% 50%;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog .add-card-footer:after {
    top: 10px;
    width: 42px;
    height: 42px;
  }
}
.add-section-blog .add-card-blog .add-index-category {
  display: inline-block;
  min-width: 98px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  line-height: 1.35;
  background-color: #15375B;
}
@media screen and (max-width: 768px) {
  .add-section-blog .add-card-blog .add-index-category {
    min-width: 114px;
    padding: 7px 10px 6px;
  }
}

.add-pagination {
  display: flex;
  justify-content: center;
}
.add-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.add-pagination .page-numbers,
.add-pagination .add-pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #292f36;
  background-color: #fff;
  border: 1px solid #15375b;
  border-radius: 50%;
  transition: all 0.15s ease;
}
.add-pagination .page-numbers:hover, .add-pagination .page-numbers.add-current, .add-pagination .page-numbers.current,
.add-pagination .add-pagination-link:hover,
.add-pagination .add-pagination-link.add-current,
.add-pagination .add-pagination-link.current {
  background-color: #f3f5f8;
  border-color: #f3f5f8;
}
.add-pagination .page-numbers.dots,
.add-pagination .add-pagination-link.dots {
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
}
.add-pagination .prev,
.add-pagination .next,
.add-pagination .add-pagination-prev,
.add-pagination .add-pagination-next {
  overflow: hidden;
  text-indent: -9999px;
  background: url("../img/icon/arrow-gray.svg") no-repeat 50% 50%/12px 18px;
}
.add-pagination .prev,
.add-pagination .add-pagination-prev {
  transform: scaleX(-1);
}

.add-section-recruit {
  padding-top: 95px;
  padding-bottom: 153px;
}
.add-section-recruit .add-container {
  max-width: 996px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.add-section-recruit .add-title-border-left {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.13em;
  border-left: 2px solid #15375b;
  padding-left: 13px;
}
.add-section-recruit .add-title-border-left span {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 7px;
}
.add-section-recruit hr {
  margin-top: 36px;
  margin-bottom: 51px;
  border-bottom: 0;
  border-color: #d9d9d9;
}
.add-section-recruit dl + dl {
  margin-top: 37px;
}
.add-section-recruit dl:last-of-type {
  margin-bottom: 113px;
}
.add-section-recruit dl dt,
.add-section-recruit dl dd {
  font-size: 17px;
  line-height: 2.1;
}
.add-section-recruit dl dt {
  min-width: 130px;
  letter-spacing: 0.15em;
  margin-right: 30px;
}
.add-section-recruit table {
  margin-bottom: 135px;
}
.add-section-recruit table > tbody > tr > th {
  min-width: 130px;
  font-weight: bold;
  vertical-align: top;
}
.add-section-recruit table > tbody > tr > th,
.add-section-recruit table > tbody > tr > td {
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 2.1;
  text-align: left;
  letter-spacing: 0.15em;
}
.add-section-recruit .c-btn {
  width: auto;
  padding-right: 26px;
}
.add-section-recruit .c-btn__link {
  width: 100%;
  max-width: 582px;
  line-height: 68px;
  font-size: 15px;
  margin-right: auto;
  margin-left: auto;
}
.add-section-recruit .c-btn__link:before, .add-section-recruit .c-btn__link:after {
  width: 34px;
}
.add-section-recruit .c-btn__link:after {
  right: -34px;
}

.add-section-single p {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .add-section-single p {
    margin-bottom: 30px;
  }
}
.add-section-single .wp-block-image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .add-section-single .wp-block-image {
    margin-bottom: 30px;
  }
}
.add-section-single .wp-block-image img {
  width: auto;
}
.add-section-single .wp-block-columns .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .add-section-single .wp-block-columns .wp-block-image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .add-section-single .add-title-single {
    font-size: 18px;
    line-height: 1.25;
  }
}
.add-section-single .add-date {
  display: block;
  color: #4d5053;
  font-size: 16px;
  margin-top: 17px;
  margin-bottom: 22px;
}
.add-section-single .add-category-container {
  margin-bottom: 10px;
}
.add-section-single .add-category-container .add-category {
  display: inline-block;
  padding: 11px 26px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #15375b;
}
@media screen and (max-width: 768px) {
  .add-section-single .add-category-container .add-category {
    font-size: 12px;
    padding: 2px 9px;
  }
}
.add-section-single h2 {
  margin-top: 55px;
  margin-bottom: 57px;
  padding: 17px 19px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.25;
  background-color: #15375b;
}
@media screen and (max-width: 768px) {
  .add-section-single h2 {
    padding: 8px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.add-section-single h3 {
  position: relative;
  color: #292f36;
  margin-top: 54px;
  margin-bottom: 56px;
  padding-left: 12px;
  padding-bottom: 13px;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .add-section-single h3 {
    margin-top: 30px;
  }
}
.add-section-single h3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 300px;
  height: 2px;
  background-color: #15375b;
  content: "";
}
@media screen and (max-width: 768px) {
  .add-section-single h3:after {
    width: 120px;
    height: 3px;
  }
}
.add-section-single p {
  font-size: 22px;
  line-height: 2.7;
}
.add-section-single p + p {
  margin-top: 58px;
}
.add-section-single .add-img-sm {
  max-width: 299px;
  margin-bottom: 55px;
}
.add-section-single .add-img-container {
  width: 100%;
  max-width: 843px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 75px;
  margin-top: 45px;
  margin-bottom: 46px;
}
.add-section-single .add-img-container img {
  max-width: 384px;
  margin-bottom: 10px;
}
.add-section-single .c-btn {
  width: auto;
}
.add-section-single .c-btn__link {
  width: 100%;
  max-width: 582px;
  line-height: 68px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
}
.add-section-single .c-btn__link:before, .add-section-single .c-btn__link:after {
  width: 34px;
}
.add-section-single .c-btn__link:after {
  right: -34px;
}
.add-section-single .add-tags {
  margin-top: 113px;
  margin-bottom: 53px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .add-section-single .add-tags {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 13px;
  }
}
.add-section-single .add-tags li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .add-section-single .add-tags li {
    margin-right: 15px;
  }
}
.add-section-single .add-tags li a {
  display: inline-block;
  padding: 10px 24px;
  background-color: #f3f5f8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .add-section-single .add-tags li a {
    padding: 8px 24px;
  }
}
.add-section-single .add-list-social {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 112px;
  padding-top: 48px;
  padding-bottom: 61px;
  column-gap: 70px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .add-section-single .add-list-social {
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
    column-gap: 10px;
    padding-top: 30px;
    padding-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .add-section-recruit dl {
    display: flex;
  }
  .add-section-recruit dl dt {
    margin-right: 30px;
  }
  .add-section-recruit table > tbody > tr > th,
  .add-section-recruit table > tbody > tr > td {
    padding-top: 17px;
  }
  .add-section-recruit table > tbody > tr > td {
    padding-left: 29px;
  }
  .add-section-single .c-btn {
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  .add-section-recruit {
    padding-top: 49px;
    padding-bottom: 90px;
  }
  .add-section-recruit .add-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .add-section-recruit .add-title-border-left {
    font-size: 18px;
  }
  .add-section-recruit .add-title-border-left span {
    margin-top: 7px;
    margin-bottom: 6px;
  }
  .add-section-recruit hr {
    margin-top: 14px;
    margin-bottom: 23px;
  }
  .add-section-recruit dl + dl {
    margin-top: 35px;
  }
  .add-section-recruit dl:last-of-type {
    margin-bottom: 55px;
  }
  .add-section-recruit dl dd {
    font-size: 15px;
  }
  .add-section-recruit dl dt {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .add-section-recruit table {
    margin-bottom: 66px;
  }
  .add-section-recruit table > tbody > tr > th,
  .add-section-recruit table > tbody > tr > td {
    display: block;
  }
  .add-section-recruit table > tbody > tr > th {
    padding-bottom: 7px;
    font-size: 16px;
  }
  .add-section-recruit table > tbody > tr > td {
    font-size: 15px;
    padding-bottom: 17px;
  }
  .add-section-recruit .c-btn__link {
    max-width: 261px;
    line-height: 60px;
  }
  .add-section-recruit .c-btn__link:before, .add-section-recruit .c-btn__link:after {
    width: 25px;
  }
  .add-section-recruit .c-btn__link:after {
    right: -25px;
  }
  .add-section-single h2 {
    font-size: 18px;
  }
  .add-section-single .add-date {
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .add-section-single h3 {
    font-size: 17px;
    padding: 7px 14px;
    margin-bottom: 20px;
  }
  .add-section-single h4 {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 20px;
    padding-left: 14px;
    padding-bottom: 10px;
  }
  .add-section-single p {
    font-size: 15px;
    line-height: 2.1;
  }
  .add-section-single p + p {
    margin-top: 30px;
  }
  .add-section-single .add-img-sm {
    max-width: 313px;
    margin-bottom: 21px;
  }
  .add-section-single .add-img-container {
    margin-top: 32px;
    margin-bottom: 24px;
    column-gap: 0;
    row-gap: 12px;
  }
  .add-section-single .add-img-container img {
    max-width: 313px;
  }
  .add-section-single .c-btn {
    padding-right: 28px;
  }
  .add-section-single .c-btn__link {
    max-width: 261px;
    line-height: 60px;
  }
  .add-section-single .c-btn__link:before, .add-section-single .c-btn__link:after {
    width: 25px;
  }
  .add-section-single .c-btn__link:after {
    right: -25px;
  }
}
.add-form-search {
  position: relative;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .add-form-search {
    margin-bottom: 38px;
  }
}
.add-form-search .add-form-control {
  width: 100%;
  height: 67px;
  padding: 15px 70px 15px 30px;
  font-size: 22px;
  background-color: #f3f5f8;
  border: 0;
}
@media screen and (max-width: 768px) {
  .add-form-search .add-form-control {
    height: 57px;
    font-size: 17px;
  }
}
.add-form-search .add-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 22px;
  color: #4d5053;
}
@media screen and (max-width: 768px) {
  .add-form-search .add-form-control::-webkit-input-placeholder {
    font-size: 17px;
  }
}
.add-form-search .add-submit-button {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-appearance: button;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border-color: transparent;
}
.add-form-search .add-submit-button img {
  width: 27px;
}
@media screen and (max-width: 768px) {
  .add-form-search .add-submit-button img {
    width: 24px;
  }
}

.add-title-sidebar {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #292f36;
}
@media screen and (max-width: 768px) {
  .add-title-sidebar {
    font-size: 17px;
  }
}

.add-post-container {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  column-gap: 20px;
  align-items: center;
  border-bottom: 1px solid #15375b;
}

.add-recent-post {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .add-recent-post {
    margin-bottom: 57px;
  }
}

.add-title-category {
  margin-bottom: 4px;
}

.add-post-date {
  margin-bottom: 5px;
  color: #15375B;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .add-post-date {
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: bold;
  }
}

.add-post-tile {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #292f36;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .add-post-tile {
    font-size: 14px;
  }
}

.add-post-img {
  width: 109px;
  max-width: none;
}

.add-list-category {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .add-list-category {
    margin-bottom: 40px;
  }
}

.add-link-category {
  display: block;
  padding: 23px 55px 18px 3px;
  font-size: 16px;
  font-weight: bold;
  color: #4d5053;
  border-bottom: 1px solid #15375b;
  background: url("../img/icon-arrow-right-dark.svg") #fff no-repeat 90% 50%;
}
@media screen and (max-width: 768px) {
  .add-link-category {
    background-position: 88% 56%;
    background-size: 8px 14px;
  }
}

.add-list-tags {
  margin-top: 21px;
}
.add-list-tags > li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .add-list-tags > li {
    margin-right: 16px;
  }
}

.add-link-tag {
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  text-align: center;
  color: #292f36;
  background-color: #f3f5f8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .add-link-tag {
    padding: 8px 24px;
    font-size: 13px;
  }
}

.l-contact__section3 {
  padding-bottom: 60px;
}
.l-contact__section3 .c-text {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .l-fnav__list {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 769px) {
  .l-fnav__list-item-link {
    margin-bottom: 20px;
  }
}

.add-breadcrumb-separator {
  margin: 0 15px;
  color: #7e7e7e;
}

.add-breadcrumb-current-item {
  color: #333;
}

.add-empty-message {
  margin-bottom: 120px;
}

.add-text-contact {
  margin-bottom: 30px !important;
}

.add-btn-arrow-right {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #15375b;
  background-color: #f3f5f8;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .add-btn-arrow-right {
    font-size: 13px;
  }
}
.add-btn-arrow-right:after {
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 2px solid #15375b;
  border-right: 2px solid #15375b;
  transform: rotate(45deg);
  content: "";
}
@media (max-width: 767px) {
  .add-btn-arrow-right:after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.add-btn-arrow-right.add-btn-freelance {
  display: block;
  width: fit-content;
  padding: 13px 67px 12px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .add-btn-arrow-right.add-btn-freelance {
    padding: 11px 20px 10px;
    margin-bottom: 40px;
  }
}

/* ----------20240813追加CSS---------- */
/* gnavサービスに下層メニュー追加 */

.gnav__item.--has-lower{
  position: relative;
  padding-top: .5em;
  padding-bottom: .5em;
}
.gnav2{
  width: 180px;
  padding: 0.5em;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f0f0f0;
  display: none;
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}
.gnav2.open{
  z-index: 999;
  opacity: 1;
}
.gnav__item2 a{
  display: block;
  padding: 0.5em;
  font-weight: normal;
  color: #000;
}
.gnav__item2 a:hover{
  opacity: .6;
  color: #0060AC !important;
}