@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

.section {
  padding: 0;
}

.archive .site-header,
.search .site-header {
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .archive .site-header,
  .search .site-header {
    margin-bottom: 11px;
  }
  .archive .site-header::before,
  .search .site-header::before {
    background: #fff;
  }
}
.archive .section_header,
.search .section_header {
  background: #8b5abe;
  max-height: 333px;
  position: relative;
  margin-bottom: 67px;
  margin-top: 128px;
}
@media screen and (max-width: 1023px) {
  .archive .section_header,
  .search .section_header {
    max-height: 559px;
    margin-top: 0;
    background: #fff;
    margin-bottom: 34px;
  }
}
.archive .section_header .header_wrap,
.search .section_header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap,
  .search .section_header .header_wrap {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 559px;
    background-color: #fff;
    overflow: hidden;
  }
}
.archive .section_header .header_wrap .title_wrap,
.search .section_header .header_wrap .title_wrap {
  margin: 24px 5%;
  width: 395px;
  color: #fff;
  font-weight: 700;
  margin: 24px 2.2% 24px 4.3%;
}
.archive .section_header .header_wrap .title_wrap.en,
.search .section_header .header_wrap .title_wrap.en {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 425px;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap .title_wrap.en,
  .search .section_header .header_wrap .title_wrap.en {
    width: 77%;
  }
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap .title_wrap,
  .search .section_header .header_wrap .title_wrap {
    width: 76%;
    min-height: 358px;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    background: #8b5abe;
    padding: 13px 30px 30px;
    margin: 0 2.2% 24px 4.3%;
  }
}
.archive .section_header .header_wrap .title_wrap p,
.search .section_header .header_wrap .title_wrap p {
  width: 395px;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap .title_wrap p,
  .search .section_header .header_wrap .title_wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
.archive .section_header .header_wrap .title_wrap p.en,
.search .section_header .header_wrap .title_wrap p.en {
  width: 425px;
  line-height: 25px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap .title_wrap p.en,
  .search .section_header .header_wrap .title_wrap p.en {
    width: 100%;
  }
}
.archive .section_header .header_wrap .title_wrap .page-title-en,
.search .section_header .header_wrap .title_wrap .page-title-en {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap .title_wrap .page-title-en,
  .search .section_header .header_wrap .title_wrap .page-title-en {
    font-size: 30px;
  }
}
.archive .section_header .header_wrap .title_wrap .page-title,
.search .section_header .header_wrap .title_wrap .page-title {
  font-size: 16px;
  position: relative;
  padding-left: 6px;
  line-height: 19px;
  margin: 8px 0 30px;
  font-weight: 700;
}
.archive .section_header .header_wrap .title_wrap .page-title::before,
.search .section_header .header_wrap .title_wrap .page-title::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.archive .section_header .header_wrap figure,
.search .section_header .header_wrap figure {
  width: 100%;
  height: 333px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap figure,
  .search .section_header .header_wrap figure {
    position: absolute;
    top: 76px;
    width: 100%;
    height: 483px;
    z-index: 1;
    margin-bottom: 34px;
  }
}
.archive .section_header .header_wrap figure img,
.search .section_header .header_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1023px) {
  .archive .section_header .header_wrap figure img,
  .search .section_header .header_wrap figure img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 1023px) {
  .archive form,
  .search form {
    margin: 50px auto;
  }
}
.archive form .search-field,
.search form .search-field {
  width: 331px;
  height: 41px;
  border: 1px solid #3d3b3a;
  padding: 0 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .archive form .search-field,
  .search form .search-field {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    max-width: 241px;
    background: #fff !important;
    border: 1px solid #3d3b3a !important;
    border-radius: 0 !important;
    color: #000 !important;
  }
}
.archive .tags,
.search .tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.archive .tags li,
.search .tags li {
  padding: 0 10px;
  height: 24px;
  background: #bdbeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .archive .tags li,
  .search .tags li {
    font-size: 14px;
  }
}
.archive .tags li + li,
.search .tags li + li {
  margin: 0;
}
.archive .noresult,
.search .noresult {
  margin: 100px auto;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .archive .noresult,
  .search .noresult {
    margin: 50px auto;
    font-size: 14px;
  }
}

/* アーカイブページスタイル ***********************/
.post-type-archive-technical-note .section_header .header_wrap .title_wrap .page-title-en {
  line-height: 35px;
}
.post-type-archive-technical-note .section_header .header_wrap .title_wrap .page-title {
  margin: 12px 0 30px;
}
.post-type-archive-technical-note .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0px;
  }
}
.post-type-archive-technical-note .section .container {
  max-width: 760px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .container {
    margin: 0 9.1%;
  }
}
.post-type-archive-technical-note .section .container .post_item .case_item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 320px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .container .post_item .case_item {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap {
  margin-bottom: 105px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .container .post_item .case_item .item_wrap {
    margin-bottom: 50px;
  }
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .item_img {
  width: 320px;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .item_img {
    width: 100%;
  }
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .a_item {
  margin-top: 18px;
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .a_item .tags li {
  background: #7f038b;
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .a_item .toukou {
  margin: 17px 0 15px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .a_item .toukou {
    margin: 10px 0 5px;
  }
}
.post-type-archive-technical-note .section .container .post_item .case_item .item_wrap .a_item .item_title a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1rem;
}
.post-type-archive-technical-note .section .widget-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .widget-area {
    margin: 0 auto;
    z-index: 2;
  }
  .post-type-archive-technical-note .section .widget-area .widget_popular_posts_widget {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .widget-area form {
    margin: 16px auto 50px;
  }
}
.post-type-archive-technical-note .section .widget-area form .wp-block-search__input {
  width: 331px;
  height: 41px;
  border: 1px solid #3d3b3a;
  padding: 0 10px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-technical-note .section .widget-area form .wp-block-search__input {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    max-width: 241px;
    background: #fff !important;
    border: 1px solid #3d3b3a !important;
    border-radius: 0 !important;
    color: #000 !important;
  }
}
.post-type-archive-technical-note .pagination {
  margin-top: -70px;
}

.post-type-archive-achivement .section_header {
  background: #be54c8;
  margin-bottom: 67px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section_header {
    margin-bottom: 34px;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section_header .header_wrap .title_wrap {
    background: #be54c8;
  }
}
.post-type-archive-achivement .section_header .header_wrap .title_wrap.en p {
  font-size: 14px;
}
.post-type-archive-achivement .section_header .header_wrap .title_wrap .page-title-en {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section_header .header_wrap figure img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: 19%;
       object-position: 19%;
  }
}
.post-type-archive-achivement .section {
  width: min(1150px, 100%);
  margin: 71px auto;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section {
    margin-top: 42px;
  }
}
.post-type-archive-achivement .section .post_item .case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  gap: 100px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item {
    gap: 50px;
    margin: 0 23px;
  }
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .item_wrap {
    gap: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .item_img {
  width: min(320px, 100%);
  height: 189px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .item_wrap .item_img {
    width: 100%;
    height: 195px;
  }
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .item_title {
  font-weight: 700;
  font-size: 24px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .item_title {
    font-size: 16px;
    line-height: 30px;
  }
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .tags {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .tags li {
    font-size: 12px;
    height: 24px;
  }
}
.post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .a_content {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .item_wrap .a_item .a_content {
    font-size: 14px;
    line-height: 25px;
  }
}
.post-type-archive-achivement .section .post_item .case_item .pagination {
  padding: 0;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-achivement .section .post_item .case_item .pagination {
    margin-bottom: 50px;
  }
}
.post-type-archive-news .section_header {
  background: #ca94cf;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section_header {
    background: #fff;
    height: 530px;
    min-height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section_header .header_wrap {
    overflow: hidden;
    height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section_header .header_wrap .title_wrap {
    background: #ca94cf;
  }
}
.post-type-archive-news .section_header .header_wrap figure {
  margin: 0;
}
.post-type-archive-news .section_header .header_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-type-archive-news .section {
  width: min(1150px, 100%);
  margin: 100px auto;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section {
    margin: 50px auto;
  }
}
.post-type-archive-news .section .post_item .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px 0;
  gap: 100px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .news_item {
    gap: 50px;
    margin: 50px 5% 0;
  }
}
.post-type-archive-news .section .post_item .news_item .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .news_item .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.post-type-archive-news .section .post_item .news_item .item_wrap .item_img {
  width: min(320px, 100%);
  height: 189px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .news_item .item_wrap .item_img {
    width: 100%;
    height: 195px;
  }
}
.post-type-archive-news .section .post_item .news_item .item_wrap .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-news .section .post_item .news_item .item_wrap .n_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.post-type-archive-news .section .post_item .news_item .item_wrap .n_item .item_title a {
  font-weight: 700;
  font-size: 24px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .news_item .item_wrap .n_item .item_title a {
    font-size: 16px;
    line-height: 30px;
  }
}
.post-type-archive-news .section .post_item .news_item .item_wrap .n_item .item_txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.post-type-archive-news .section .post_item .news_item .item_wrap .n_item .item_txt a {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .news_item .item_wrap .n_item .item_txt {
    font-size: 14px;
    line-height: 25px;
  }
}
.post-type-archive-news .section .post_item .pagination {
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .post-type-archive-news .section .post_item .pagination {
    margin: 50px auto 0;
    padding: 0;
  }
}