@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* ＝＝＝＝＝＝ フェードインアニメーション ＝＝＝＝＝＝ */
.load-fade, .scroll-up {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show, .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  transform: translateY(50px);
}

.scroll-up.is-show {
  transform: translateY(0px);
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.pc {
  display: none !important;
}

.anchor {
  position: absolute;
  top: 0;
}

main {
  overflow: hidden;
}

#Works p {
  color: #5e5e5e;
}

/* ＝＝＝＝＝＝ ヘッダー ＝＝＝＝＝＝ */
body:not(#Top) .header_second {
  display: none;
}

#Top .header_second {
  padding: 10px 20px;
}
#Top .header_second > img {
  width: 300px;
  margin: auto;
}

header {
  position: sticky;
  top: 0;
  background-color: #f1f1f1;
  z-index: 99;
}
header .header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-inline: 9px;
}
header .header_main .logo {
  width: 176px;
}
header .header_main .logo a:hover {
  opacity: 0.7;
}
header .header_main .desc {
  display: none;
}
header .header_main .btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  column-gap: 8px;
  align-items: center;
}
header .header_main .btn-menu {
  height: 36px;
  border-radius: 4px;
  position: relative;
  background: linear-gradient(90deg, #2a58a8, #1496d4);
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: 4px;
}
header .header_main .btn-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 3px;
  background-color: #f0f0f0;
  inset: 0;
  margin: auto;
}
header .header_main .btn-menu span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, #2a58a8, #1496d4);
  z-index: 1;
}
header .nav_menu {
  border-block: 1px solid #d3d3d3;
  background-color: #fff;
}
.sub-header {
  padding-top: 40px;
}

.text-b {
  font-size: 18px !important;
}

.nav_menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.nav_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: right 0.4s ease;
}
.nav_menu.active {
  right: 0;
}
.nav_menu ul {
  margin: 60px 23px 50px;
}
.nav_menu li + li {
  margin-top: 20px;
}
.nav_menu li.sp_menu_logo {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.nav_menu li.sp_menu_logo > img {
  max-width: 130px;
  text-align: center;
}
.nav_menu a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.nav_menu .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  z-index: 10000;
}

/* ＝＝＝＝＝＝ サブヘッダー ＝＝＝＝＝＝ */
.sub_header {
  height: 238px;
  background: url(/images/top/bg_pink.jpg) repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sub_header h1 {
  color: #510b2f;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
.sub_header h1 > span {
  font-size: 16px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.breadcrumb li a {
  color: #333;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/breadcrumb_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.header_tit02 {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header_tit02::before, .header_tit02::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #eaaea0;
  z-index: 0;
}
.header_tit02::before {
  left: -20px;
}
.header_tit02::after {
  right: -20px;
}
.header_tit02 h2 {
  position: relative;
  z-index: 1;
  font-size: 25px;
  min-height: 70px;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
.header_tit02 h2 > span {
  font-size: 16px;
  display: block;
  font-family: "Noto Serif JP", serif;
}

.tit_bg {
  margin-top: -3rem;
  width: 126%;
  position: absolute;
  left: -21%;
  display: block;
  bottom: -29vw;
  padding-bottom: 14vw;
}

.tit_style01 {
  color: #eaaea0;
  font-weight: 500;
  font-size: 43px;
  letter-spacing: 0.1rem;
}

.tit_style01.tit_en {
  font-family: "EB Garamond", serif;
}

.tit_style01 {
  margin-bottom: 3rem;
  position: relative;
}

.tit_style01.bg_leaf {
  margin-bottom: 5rem;
  position: relative;
}

.color_lpink {
  color: #eaaea0;
}

.tit03 {
  background: #ebafa1;
  padding: 15px;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
}

.text_indent {
  margin-left: 1rem !important;
  text-indent: -1rem !important;
}

.info_text {
  padding-top: 6rem;
  text-align: center;
}
.info_text > span {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}
.info_text .text_indent {
  text-align: left;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
.logo_sec_footer {
  margin: 50px 0 50px;
  position: relative;
}
.logo_sec_footer > a > img {
  max-width: 180px;
  margin: auto;
  display: flex;
}

.sec_footer .content {
  display: none;
}
.sec_footer .copy {
  background: linear-gradient(90deg, #2a58a8, #1496d4);
}
.sec_footer .copy p {
  display: grid;
  place-content: center;
  height: 47px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.link_box {
  padding-bottom: 3rem;
}
.link_box .container img {
  max-width: 550px;
  margin: auto;
}
.link_box .link01 {
  padding-bottom: 2rem;
}

/*.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
  background: #d3edcc;
  h1 {
    font-size:30px;
    position: relative;
    color: #7f7f7f;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    line-height: 1.3;
    .ttl_en {
      font-size: 14px;
      display: block;
      line-height: 1.5;
      text-align: center;
    }
  }
}*/
/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* ＝＝＝＝＝＝ 追加共通パーツ ＝＝＝＝＝＝ */
.sec-ttl {
  position: relative;
}
.sec-ttl strong, .sec-ttl span {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
.sec-ttl strong {
  font-size: 38px;
  font-weight: 400;
  font-family: "Anton";
  color: #0071b2;
  text-align: center;
}
.sec-ttl strong::first-letter {
  color: #2a2c8a;
}
.sec-ttl .jp {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 7px;
}
.sec-ttl .en {
  position: absolute;
  font-size: 88px;
  font-weight: 400;
  font-family: "Anton";
  opacity: 0.05;
  left: calc(100vw - 10px);
  top: -32px;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
}

#blog.category .sec-ttl .en {
  z-index: 10;
}

.error-text {
  font-size: 13px;
}

.link-btn {
  display: grid;
  place-content: center;
  width: 193px;
  height: 44px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(90deg, #2a58a8, #1496d4);
  margin-inline: auto;
  border: none;
}
.link-btn:visited {
  color: #fff;
}
.link-btn:hover {
  opacity: 1;
  filter: brightness(1.2);
}

.news-list {
  max-width: 375px;
  margin-inline: auto;
}
.news-list li + li {
  margin-top: 40px;
}
.news-list a {
  display: block;
}
.news-list a p {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  transition: 0.2s;
}
.news-list a .date {
  font-size: 18px;
  line-height: 1;
  padding: 0;
}
.news-list a .cat {
  font-size: 14px;
  color: #2b55a6;
  border: 1px solid #2b55a6;
  min-width: 140px;
  height: 32px;
  padding-inline: 20px;
  display: grid;
  place-content: center;
  transition: 0.2s;
  margin-top: 9px;
}
.news-list a .ttl {
  transition: 0.2s;
  font-size: 14px;
  color: #2b55a6;
  margin-top: 12px;
}
.news-list a:hover {
  opacity: 1;
}
.news-list a:hover p {
  color: #0071b2;
}
.news-list a:hover .cat {
  border-color: #0071b2;
}

.achieve-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  border-top: 1px solid #2a2c8a;
}
@media (max-width: 899px) {
  .achieve-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.achieve-list a figure {
  height: auto;
  aspect-ratio: 101/72;
  overflow: hidden;
}
.achieve-list a figure img {
  transition: 0.2s;
}
.achieve-list a .body {
  padding: 7px 10px 0;
}
.achieve-list a .ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 36px;
}
.achieve-list a .cat {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 13px;
}
.achieve-list a .cat::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 11px;
  background: url(/images/common/icon-cat.svg) no-repeat 0/contain;
  left: 0;
  top: 2px;
}
.achieve-list a .cat li {
  font-size: 11px;
  color: #0071b2;
  line-height: 1.2;
}
.achieve-list a .cat li + li::before {
  content: "/";
  margin-inline: 8px;
}
.achieve-list a .meta {
  margin-top: 4px;
  font-size: 10px;
  color: #0071b2;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 11px 1fr;
}
.achieve-list a .meta::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background: url(/images/common/icon-pin.svg) no-repeat 0/contain;
  position: relative;
  left: 1px;
  top: 3px;
}
.achieve-list a:hover img {
  transform: scale(1.06);
}

.company-table {
  display: block;
}
.company-table tbody {
  display: block;
}
.company-table tr {
  display: block;
}
.company-table tr + tr {
  margin-top: 50px;
}
.company-table th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  width: 150px;
  margin-inline: auto;
}
.company-table th::before, .company-table th::after {
  content: "";
  display: block;
  position: relative;
  width: 3px;
  height: 18px;
  background-color: #2a2c8a;
  top: 1px;
}
.company-table td {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 15px;
  margin-top: 14px;
  border-top: 1px solid #5e5d5e;
  text-align: center;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

/* ＝＝＝＝＝＝ Component Styles ＝＝＝＝＝＝ */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
html.no_move {
  overflow: hidden;
}
html * {
  margin: 0;
}

body {
  color: #000;
  background-color: #fff;
  font-weight: 400;
  /*font-family: "Noto Serif JP", serif;*/
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0;
}

.text_en {
  font-family: "EB Garamond", serif;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
  display: block; /* 画像の下の余白をなくす */
}

/* 入力フォームのスタイル */
input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* 太字・強調 */
b, strong {
  font-weight: bold;
}

/* クリア */
.clear {
  clear: both;
}

/* 小さい文字 */
small {
  font-size: 1.4rem; /* 14px */
}

/* リンクスタイル */
a {
  color: #5e5e5e; /* 変数未定義の場合エラーを防ぐ */
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #5e5e5e;
}
a:hover {
  color: #5e5e5e;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #5e5e5e;
}
a.tel, a.link {
  pointer-events: none;
  cursor: default;
}

/* フォーカス時のスタイル */
*:focus {
  outline: none;
}

.error-text {
  color: red;
  font-size: 14px;
  margin-top: 9px;
}

#formMessage {
  font-weight: 500;
  text-align: center;
  margin: 20px auto auto;
}

.loading-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #382d99;
  border-top-color: transparent;
  border-radius: 50%;
  margin-right: 6px;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ボタンのローディング時の見た目 */
#sendBtn.is-loading {
  opacity: 0.6;
  cursor: not-allowed;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top main {
  padding-bottom: 54px;
}
#Top .mainvisual {
  position: relative;
}
#Top .mainvisual p {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 10px #2a2c8a;
  line-height: 1.5;
}
#Top .news-sec {
  margin-block: 62px 80px;
}
#Top .news-sec .container {
  padding-inline: 25px;
}
#Top .news-sec .news-list {
  margin-top: 30px;
}
#Top .news-sec .news-list li:nth-of-type(n + 3) {
  display: none;
}
#Top .news-sec .btn-wrap {
  margin-top: 40px;
}
#Top .about-sec {
  padding-block: 48px 35px;
  background: url(/images/top/bg-gray.jpg) no-repeat 0/cover;
}
#Top .about-sec .container {
  padding-inline: 25px;
}
#Top .about-sec picture {
  display: block;
  margin: 25px auto 0;
  max-width: 270px;
}
#Top .about-sec .body {
  margin-top: 35px;
}
#Top .about-sec .body h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#Top .about-sec .body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 22px;
}
#Top .achieve-sec {
  margin-top: 88px;
}
#Top .achieve-sec .container {
  padding-inline: 15px;
}
#Top .achieve-sec .desc {
  margin-top: 44px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
#Top .achieve-sec .achieve-list {
  margin-top: 68px;
}
#Top .achieve-sec .btn-wrap {
  margin-top: 52px;
}
#Top .company-sec {
  margin-block: 90px 80px;
}
#Top .company-sec .container {
  padding-inline: 15px;
}
#Top .company-sec .company-table {
  margin-top: 32px;
}
#Top .company-sec .btn-wrap {
  margin-top: 74px;
}
#Top .access-sec {
  padding-block: 40px 44px;
  background: url(/images/top/bg-gray.jpg) no-repeat 0/cover;
}
#Top .access-sec .map-wrap {
  margin-top: 30px;
  max-width: 640px;
  height: 330px;
  margin-inline: auto;
  overflow: hidden;
}
#Top .access-sec .map-wrap iframe {
  width: 100%;
  height: calc(100% + 280px);
  margin-top: -140px;
}
#Top .access-sec p {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
#Top .contact-sec {
  margin-top: 72px;
}
#Top .contact-sec .container {
  padding-inline: 25pxa;
}
#Top .contact-sec .lead {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
#Top .contact-sec .tel-box {
  margin: 64px auto 0;
  max-width: 420px;
}
#Top .contact-sec .tel-box a {
  display: grid;
  place-content: center;
  place-items: center;
  height: 162px;
  row-gap: 20px;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #2a2c8a, #0071b2, #2a2c8a);
  border-image-slice: 1;
  position: relative;
}
#Top .contact-sec .tel-box a::before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 2px;
  background: linear-gradient(to right, #2a2c8a, #0071b2, #2a2c8a);
  left: -30px;
  top: 25px;
  transform: rotate(-45deg);
}
#Top .contact-sec .tel-box a p {
  line-height: 1;
  letter-spacing: 0;
}
#Top .contact-sec .tel-box a .ttl {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
#Top .contact-sec .tel-box a .num {
  color: #2a2c8a;
  font-size: 24px;
  font-weight: 700;
}
#Top .contact-sec .body {
  margin-top: 60px;
}
#Top .contact-sec .body h3 {
  display: grid;
  place-content: center;
  width: 201px;
  height: 41px;
  background-color: #cfddf8;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #454545;
}
#Top .contact-sec .body .desc {
  margin: 72px auto 0;
  max-inline-size: max-content;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#Top .contact-sec .body .desc a {
  color: #0071b2;
}
#Top .contact-sec .form-wrap {
  margin: 27px auto 0;
  max-width: 410px;
}
#Top .contact-sec form table {
  display: block;
}
#Top .contact-sec form table tbody {
  display: block;
}
#Top .contact-sec form table tr {
  display: block;
}
#Top .contact-sec form table tr + tr {
  margin-top: 54px;
}
#Top .contact-sec form table th, #Top .contact-sec form table td {
  display: block;
  padding: 0;
  line-height: 1;
  color: #454545;
}
#Top .contact-sec form table th {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding-inline: 10px;
}
#Top .contact-sec form table th .need {
  display: grid;
  place-content: center;
  width: 42px;
  height: 18px;
  background-color: #3b4e8a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
#Top .contact-sec form table td {
  margin-top: 15px;
}
#Top .contact-sec form table td input[type=text], #Top .contact-sec form table td textarea, #Top .contact-sec form table td input[type=email] {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 16px;
  padding: 5px 10px;
  box-sizing: border-box;
}
#Top .contact-sec form table td .check-list {
  max-inline-size: max-content;
  margin: 32px 0 0 auto;
}
#Top .contact-sec form table td .check-list li {
  position: relative;
  line-height: 1;
}
#Top .contact-sec form table td .check-list li + li {
  margin-top: 18px;
}
#Top .contact-sec form table td .check-list li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#Top .contact-sec form table td .check-list li input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#Top .contact-sec form table td .check-list li label {
  padding-left: 30px;
}
#Top .contact-sec form table td .check-list li label::before, #Top .contact-sec form table td .check-list li label::after {
  content: "";
  display: block;
  position: absolute;
}
#Top .contact-sec form table td .check-list li label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #9f9fa8;
  box-sizing: border-box;
  left: 0;
  top: 2px;
}
#Top .contact-sec form table td .check-list li label::after {
  width: 4px;
  height: 6px;
  border-bottom: 2px solid #0071b2;
  border-right: 2px solid #0071b2;
  transform: rotate(45deg);
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: 500;
  left: 4px;
  top: 4px;
  opacity: 0;
}
#Top .contact-sec form table td textarea {
  height: 180px;
}
#Top .contact-sec form .g-recaptcha {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
#Top .contact-sec form .btn-wrap {
  margin-top: 66px;
}
#Top .contact-sec form .btn-wrap input[type=submit] {
  border: none;
  width: 230px;
  height: 58px;
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  padding: 3px 8px;
  width: 70px;
  background: #0071b2;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#page h1 {
  font-size: 20px;
}
#page .wrapper {
  padding-bottom: 50px;
}

#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #ffffff;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
  display: none;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background: linear-gradient(90deg, #2a58a8, #1496d4);
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}

#Company main .sec-ttl .en {
  z-index: -6;
}
#Company main .philosophy {
  margin-top: 30px;
  padding: 10px 8px 20px;
  box-shadow: 0 6px 15px rgba(162, 162, 162, 0.368627451);
  background-color: #f9f9f9;
}
#Company main .philosophy h3 {
  font-size: 20px;
  color: #2a2c8a;
  text-align: center;
  padding-bottom: 12px;
  font-weight: 300;
}
#Company main .philosophy p {
  font-size: 18px;
  color: #0071b2;
  text-align: center;
  letter-spacing: -0.1rem;
}
#Company main .descri {
  padding-top: 50px;
  padding-bottom: 50px;
}
#Company main .descri h3 {
  font-size: 19px;
  color: #5e5e5e;
  padding-bottom: 10px;
  font-weight: 400;
}
#Company main .descri p {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 1.8;
}
#Company main .descri .ceo {
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  padding-top: 20px;
}
#Company main .descri .ceo span {
  font-size: 25px;
  padding-left: 10px;
  font-family: serif;
}
#Company .company-table {
  color: #5e5e5e;
  font-weight: 300 !important;
}
#Company .company-table th {
  font-weight: 300 !important;
}
#Company .company-table .map-area {
  grid-template-columns: 1fr;
  padding-bottom: 60px;
}
#Company .company-table .map-area:last-child {
  border-bottom: none;
}
#Company .company-table .map-area th {
  padding-bottom: 40px;
}
#Company .company-table .map-area iframe {
  width: 100%;
  height: 412px;
}

/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Works main .sub-header .descri {
  padding-top: 30px;
  padding-bottom: 100px;
}
#Works main .sub-header .descri h2 {
  padding-bottom: 15px;
}
#Works main .sub-header .descri p {
  color: #5e5e5e;
  line-height: 1.6;
  font-size: 14px;
}
#Works main .achieve-list {
  padding-top: 70px;
  border-top: none;
}
#Works main .achieve-sec .btn-wrap {
  padding-top: 50px;
  padding-bottom: 90px;
}
#Works main .achieve-sec .desc {
  font-size: 14px;
  padding-top: 30px;
}

/*施工実績　投稿画面*/
.work-single .sec-ttl .jp {
  font-size: 17px;
}

.work-hero {
  padding-top: 40px;
}

.work-title {
  font-size: 21px;
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.5;
}

.work-meta {
  font-size: 13px;
}

.calen-icon {
  width: 18px;
  height: 18px;
  display: inline;
  padding-right: 10px;
}

.work-content {
  display: grid;
  grid-template-columns: minmax(300px, 50%) 1fr;
  gap: 48px;
  align-items: start;
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  .work-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.work-content .work-gallery {
  overflow: hidden;
}
.work-content .work-gallery .twentytwenty-container {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4/3;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
}
.work-content .work-gallery .caption {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-top: 8px;
  padding-top: 10px;
}
.work-content .work-detail dl.spec-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.work-content .work-detail dl.spec-list dt {
  font-weight: 700;
  gap: 8px;
}
.work-content .work-detail dl.spec-list dt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/building-icon.svg) no-repeat center;
  padding-right: 10px;
}
.work-content .work-detail dl.spec-list dd {
  margin-left: 24px;
  line-height: 1.6;
  color: #444;
}
.work-content .work-detail dl.spec-list dd + dt {
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.work-content .work-detail .point-title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/building-icon.svg) no-repeat center;
  padding-right: 10px;
}
.work-content .work-detail .point-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}
.work-content .work-detail .point-text img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}
.work-content .work-detail .point-text p {
  margin-bottom: 1em;
}

/*実績一覧*/
.achieve-list {
  padding-bottom: 50px;
}

.archive-works_cont {
  margin-top: 30px;
}

#Privacy main {
  position: relative;
}
#Privacy main .descri {
  position: relative;
  padding-top: 40px;
}
#Privacy main .descri img {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 80%;
  bottom: 15vh;
}
#Privacy main .descri p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
#Privacy main .descri ul {
  padding-top: 0px;
}
#Privacy main .descri ul li {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 20px;
}
#Privacy main .signature {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}