@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  z-index: 100;
  height: 100%;
  background-color: #222;
}
header.black {
  background-color: white;
}
header .toggle {
  display: none;
}
header .site_logo {
  padding: 60px 10px 40px 25px;
}
header ul.main {
  padding: 20px 0;
  font-size: 1.4rem;
}
header ul.main li {
  position: relative;
}
header ul.main li:first-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 40px;
  top: -20px;
}
header ul.main li a {
  padding: 4px 40px;
  display: block;
  color: #FFFFFF;
}
header ul.main .local_menu {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 220px;
  overflow: hidden;
  z-index: 300;
  font-size: 1.5rem;
  transition: 0.4s ease-in;
}
header ul.main .local_menu ul {
  width: 280px;
  height: 100%;
  background: #1a419b;
  background: rgba(34, 34, 34, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header ul.main .local_menu ul li.sub {
  padding: 12px 30px;
  background: rgba(17, 17, 17, 0.45);
  font-size: 1.3rem;
}
header ul.main .local_menu ul li.sub.sub01 a {
  padding-top: 15px;
}
header ul.main .local_menu ul li.sub.sub-last a {
  padding-bottom: 15px;
}
header ul.contact_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
header ul.contact_menu li {
  width: 100%;
  height: 80px;
  background: no-repeat;
  background-position: left 20px center;
  background-size: 26px 26px;
  text-align: center;
}
header ul.contact_menu li.tel {
  background-image: url(../images/common/icon_tel.png);
  background-color: #222;
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
header ul.contact_menu li.mail {
  background-image: url(../images/common/icon_mail.png);
  background-color: #1a419b;
}
header ul.contact_menu li .cvn {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 20px 0 55px;
  color: #fff;
  text-align: center;
}

.home header.black .site_logo, .home header.black .g_navi a, header.black ul.main li:first-child::before {
  filter: brightness(0);
}

@media (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #fff;
    /* ハンバーガーボタン（右側） */
    /* メニュー全体：左からフルスクリーンでスライドイン */
  }
  header .site_logo {
    padding: 0;
    margin: 0;
  }
  /* メニュー開状態（JSで body に .menu-open を付けて制御する想定） */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .site_logo {
    filter: brightness(0);
  }
}
@media (max-width: 768px) {
  header .site_logo a,
  header .site_logo img {
    display: block;
  }
  header .site_logo img {
    height: 32px;
    width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .site_logo img {
    height: 55px;
  }
}
@media (max-width: 768px) {
  header .toggle {
    position: relative;
    width: 30px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 400;
    display: block;
    /* メニュー開状態でバツ印にしたい場合
       JS側で .is-active を付与してください */
  }
  header .toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #222;
    transition: 0.3s ease;
  }
  header .toggle span:first-child {
    top: 4px;
  }
  header .toggle span:last-child {
    bottom: 4px;
  }
  header .toggle.is-active span {
    top: 50%;
    bottom: auto;
  }
  header .toggle.is-active span:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
  header .toggle.is-active span:last-child {
    transform: translateY(-50%) rotate(-45deg);
  }
  header #menu {
    position: fixed;
    inset: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 300;
    overflow-y: auto;
  }
  header .navi {
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #222;
    padding: 80px 24px 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header .navi {
    background: white;
  }
}
@media (max-width: 768px) {
  header ul.main {
    padding: 0;
    margin: 0 0 32px;
    font-size: 1.6rem;
    /* PC用 .local_menu はSPでは使わない想定なのでリセットしておく */
  }
  header ul.main li {
    position: relative;
  }
  header ul.main li + li {
    margin-top: 12px;
  }
  header ul.main li:first-child::before {
    content: none;
  }
  header ul.main li a {
    display: block;
    padding: 8px 0;
    color: #000;
  }
  header ul.main .local_menu {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
  }
  header ul.main .local_menu ul {
    width: auto;
    height: auto;
    background: transparent;
    display: block;
  }
  header ul.contact_menu {
    position: static;
    margin: auto 0 0;
    width: 100%;
  }
  header ul.contact_menu li {
    width: 100%;
    height: 64px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 22px 22px;
    text-align: center;
  }
  header ul.contact_menu li.tel {
    background-image: url(../images/common/icon_tel.png);
    background-color: #222;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
  header ul.contact_menu li.mail {
    background-image: url(../images/common/icon_mail.png);
    background-color: #1a419b;
  }
  header ul.contact_menu li .cvn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 16px 0 48px;
    color: #fff;
    text-align: center;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open header #menu {
    transform: translateX(0);
  }
}
.archive header.black, .single header.black, .page header.black {
  background-color: #222;
}

footer {
  background: #f8f8f8;
  padding: 100px 9% 100px 9.4%;
  position: relative;
  padding-left: clamp(6.25rem, -16.053rem + 46.4vw, 18.75rem);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 9% 50px 9.4%;
  }
}
footer .sub {
  text-align: right;
  align-self: flex-end;
}
footer .sub img {
  width: 150px;
}
footer .sitemap {
  display: flex;
  margin: 0 0 60px 0;
}
footer .sitemap a {
  display: block;
}
footer .sitemap ul {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}
footer .sitemap ul li {
  width: 50%;
}
footer .company p {
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}

footer .sitemap .parent, footer .company h2 {
  position: relative;
  margin: 0 0 15px 0;
}

footer .sitemap .parent:before, footer .company h2:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #1a419b;
  position: absolute;
  left: -25px;
  top: 1em;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  margin: auto;
  text-align: left;
  letter-spacing: 0.04em;
  background: #FFFFFF;
  max-width: 1680px;
}

.jp {
  font-family: YuMincho, serif;
}

.st {
  font-size: 4rem;
  margin: 0 0 50px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .st {
    font-size: 2rem;
  }
}

.sst {
  font-size: 2rem;
  margin: 0 0 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sst {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #1a419b;
}

img {
  width: 100%;
  height: auto;
  transition: 0.6s ease-in-out;
}

h1, h2, h3, h4 {
  line-height: 1.75;
  font-size: 100%;
  font-weight: 500;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

.btn {
  border: 1px solid #1a419b;
  color: #1a419b;
  border-radius: 50px;
  min-width: 260px;
  text-align: center;
  font-size: 1.4rem;
  padding: 12px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.btn:hover {
  background: #1a419b;
  color: #fff;
}

.btn_white {
  border-color: #fff;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.flex .wide_1_2, .flex .wide_1_2_w, .flex .wide_1_3, .flex .wide_2_3, .flex .wide_1_4, .flex .wide_3_4 {
  margin-left: 0;
  margin-right: 0;
}

.large_bn {
  display: flex;
  align-content: stretch;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .large_bn {
    flex-direction: column;
  }
}
.large_bn .text {
  background: #1a419b;
  color: #fff;
  width: 50%;
  padding: 90px 9.2%;
}
@media screen and (max-width: 768px) {
  .large_bn .text {
    width: 100%;
    padding: 30px 15px;
  }
}
.large_bn .text .st {
  margin-bottom: 40px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .large_bn .text .st {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.large_bn .text p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .large_bn .text p {
    margin-bottom: 0;
  }
}
.large_bn .img {
  width: 50%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .large_bn .img {
    width: 100%;
  }
}

.wide_1_3 {
  width: 29.4%;
}
@media screen and (max-width: 768px) {
  .wide_1_3 {
    width: 100%;
  }
}

.wide_2_3 {
  width: 64.7%;
}
@media screen and (max-width: 768px) {
  .wide_2_3 {
    width: 100%;
  }
}

.iz_bg {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
  background-image: url(../images/bg_sand.webp);
  background-repeat: repeat;
}
.iz_bg .iz_area {
  max-width: 1680px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 320px;
  opacity: 1;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .iz_bg .iz_area {
    padding-right: 0;
  }
}
.iz_bg .iz_area .mark {
  position: absolute;
  right: 74px;
  bottom: 55px;
}
.iz_bg .iz_area .iz_home_list {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  overflow: hidden;
  background: #1a419b;
  background: #333;
}
.iz_bg .iz_area .iz_home_list .iz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 1s ease-in-out;
  z-index: 10;
}
.iz_bg .iz_area .iz_home_list .iz.show {
  opacity: 1;
}
.iz_bg .iz_area .iz_home_list .iz .iz_out {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.iz_bg .iz_area .iz_home_list .iz .iz_list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transform: scale(1.08);
  transition: 6s ease-in-out;
}
.iz_bg .iz_area .iz_home_list .iz .iz_list .iz_a {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
}
.iz_bg .iz_area .iz_home_list .iz .iz_list.iz_list01 span.iz_a {
  background-image: url(../images/home/kv01.jpg);
}
@media screen and (max-width: 768px) {
  .iz_bg .iz_area .iz_home_list .iz .iz_list.iz_list01 span.iz_a {
    background-image: url(../images/home/kv03.jpg);
  }
}

.wrapper {
  padding-left: 220px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 0;
    padding-top: 100px;
  }
}

.content_area {
  background: #FFFFFF;
  width: 100%;
}
.content_area .copy_h {
  position: fixed;
  right: 86px;
  top: 80px;
  z-index: 20;
  writing-mode: vertical-rl;
  font-size: 5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .content_area .copy_h {
    right: inherit;
    top: 15%;
    left: 10%;
    color: white;
    z-index: -1;
  }
}
.content_area .copy_h.move {
  position: absolute;
}

.wide_standard {
  padding: 0 9.8%;
  margin: 0 auto;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .wide_standard {
    padding: 0 15px;
  }
}
.wide_standard .sp_layout {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wide_standard .btn_right {
    text-align: center;
  }
}

.section {
  padding-top: 6.9vw;
  padding-bottom: 8.3vw;
  position: relative;
}

.lead {
  font-size: 1.8rem;
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lead {
    line-height: 2;
  }
}

.information li {
  position: relative;
  margin-bottom: 60px;
}
.information li .date {
  display: block;
  font-size: 1.4rem;
  color: #1a419b;
}

.imagesarea .img_grid ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .imagesarea .img_grid ul {
    grid-template-columns: 1fr 1fr;
  }
}
.imagesarea .img_grid ul li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .imagesarea .img_grid ul li img {
    height: 200px;
  }
}

.post-type-archive-blog .works .works_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-blog .works .works_grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 468px) {
  .post-type-archive-blog .works .works_grid {
    grid-template-columns: auto;
  }
}
.post-type-archive-blog .works .works_grid .works_box img {
  aspect-ratio: 16/8.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-blog .works .works_grid .works_box .works_text {
  margin-top: 10px;
}
.post-type-archive-blog .works .works_grid .works_box .works_text ul {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.post-type-archive-blog .works .works_grid .works_box .works_text ul li {
  font-size: 1.25rem;
  color: #1a419b;
}

.works .works_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works .works_grid {
    grid-template-columns: auto;
    margin-bottom: 50px;
  }
}
.works .works_grid .works_box img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works_grid .works_box .works_text {
  margin-top: 30px;
}
.works .works_grid .works_box .works_text ul {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.works .works_grid .works_box .works_text ul li {
  font-size: 1.25rem;
  color: #1a419b;
}

.home .wrapper {
  position: relative;
  z-index: 50;
  background: #FFFFFF;
}
.home .content_area {
  border-left: none;
}
.home .mark {
  width: 170px;
}
.home .message .section {
  padding-top: 100px;
  padding-bottom: 130px;
}
.home .lead {
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .home .lead {
    padding-right: 0;
  }
}
.home .information .section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .information .section {
    flex-direction: column;
  }
}
.home .information li {
  margin-bottom: 0;
}
.home .information li a {
  padding-bottom: 0;
}
.home .information .btn {
  align-self: center;
}
.home .works {
  background: #f8f8f8;
}

.home header .site_logo,
.home header .navi a {
  filter: brightness(1000%);
  transition: 0.6s ease-in;
}
@media screen and (max-width: 768px) {
  .home header .site_logo,
  .home header .navi a {
    filter: brightness(0);
  }
}

.about_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about_wrap {
    flex-direction: column;
  }
}
.about_wrap h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.about_wrap h3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #1a419b;
  left: 0;
  bottom: 0;
}
.about_box {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .about_box {
    width: 100%;
  }
}
.about_box p {
  line-height: 1.6;
}
.about_box .gmap {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .about_box .gmap {
    height: 200px;
  }
}

.company-profile {
  margin-block: 60px;
}
.company-profile__title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.company-profile__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a419b, rgb(18.6740331492, 46.6850828729, 111.3259668508));
}
.company-profile__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  overflow: hidden;
}
.company-profile__table th,
.company-profile__table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
  line-height: 1.6;
  font-size: 1.4rem;
}
.company-profile__table th {
  width: 26%;
  min-width: 120px;
  color: #222;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.company-profile__table td {
  color: #444;
}
.company-profile__table tr:last-child th,
.company-profile__table tr:last-child td {
  border-bottom: none;
}
.company-profile__link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  font-size: 1.3rem;
  color: #1a419b;
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
}
.company-profile__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1a419b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
@media (max-width: 768px) {
  .company-profile {
    margin-block: 40px;
  }
  .company-profile__table th,
  .company-profile__table td {
    padding: 10px 12px;
    font-size: 1.3rem;
  }
  .company-profile__table th {
    width: 32%;
  }
}

.contact-table {
  margin-block: 60px;
}
.contact-table__title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}
.contact-table__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a419b, rgb(18.6740331492, 46.6850828729, 111.3259668508));
}
.contact-table__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
  /* CF7 の各フィールド共通 */
}
.contact-table__table th,
.contact-table__table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.6;
}
.contact-table__table th {
  width: 26%;
  color: #222;
  font-weight: 600;
  white-space: nowrap;
}
.contact-table__table th .required {
  color: #d00;
  font-size: 1.2rem;
  margin-left: 4px;
}
.contact-table__table tr:last-child th,
.contact-table__table tr:last-child td {
  border-bottom: none;
}
.contact-table__table input[type=text],
.contact-table__table input[type=tel],
.contact-table__table input[type=email],
.contact-table__table textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  color: #444;
  transition: 0.25s;
}
.contact-table__table input[type=text]:focus,
.contact-table__table input[type=tel]:focus,
.contact-table__table input[type=email]:focus,
.contact-table__table textarea:focus {
  border-color: #1a419b;
  box-shadow: 0 0 0 3px rgba(26, 65, 155, 0.12);
  outline: none;
}
.contact-table__table textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-table__submit {
  margin-top: 24px;
  text-align: center;
}
.contact-table__submit input[type=submit] {
  background: #1a419b;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 1.6rem;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.contact-table__submit input[type=submit]:hover {
  background: rgb(22.3370165746, 55.8425414365, 133.1629834254);
}
@media (max-width: 768px) {
  .contact-table {
    margin-block: 40px;
  }
  .contact-table__table th, .contact-table__table td {
    padding: 10px 12px;
    font-size: 1.3rem;
  }
  .contact-table__table th {
    width: 32%;
    white-space: normal;
  }
  .contact-table__submit input[type=submit] {
    width: 100%;
    padding: 14px 0;
    font-size: 1.5rem;
  }
}

/* blog一覧：769px以上 3カラム / 768以下 2カラム / 468以下 1カラム */
.works_grid--blog {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
  .works_grid--blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 468px) {
  .works_grid--blog {
    grid-template-columns: 1fr;
  }
}
/* カテゴリー表示（最低限） */
.works_cat {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  margin-bottom: 10px;
}

.blog-single__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px 0 20px;
}

.blog-single__date {
  font-size: 13px;
  opacity: 0.8;
}

.blog-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-single__content {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */