@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, -webkit-backdrop-filter 0.25s ease, backdrop-filter 0.25s ease;
}

@media screen and (min-width: 769px) {
  .site_header {
    border-bottom: 1px solid transparent;
  }
  .site_header.is_scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(218, 218, 218, 0.72);
    box-shadow: 0 8px 24px rgba(46, 124, 212, 0.08);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
.site_header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.site_header_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 64px;
}

.site_header_nav_item {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.site_header_nav_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.site_header_nav_link:hover, .site_header_nav_link:focus-visible, .site_header_nav_link:active {
  color: #2e7cd4;
  opacity: 0.8;
}

.site_header_nav_icon,
.site_header_nav_label_sp {
  display: none;
}

.site_header_nav_label {
  line-height: 1.4;
  white-space: nowrap;
}

.site_main {
  margin: 0 0 80px;
}

@media screen and (max-width: 1280px) {
  .site_header_inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .site_header {
    top: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(218, 218, 218, 0.8);
    box-shadow: 0 -8px 24px rgba(46, 124, 212, 0.12);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
  .site_header_inner {
    max-width: none;
    padding: 6px 20px calc(6px + env(safe-area-inset-bottom));
  }
  .site_header_nav_list {
    justify-content: space-between;
    gap: 0;
    min-height: 64px;
  }
  .site_header_nav_item {
    flex: 1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .site_header_nav_link {
    flex-direction: column;
    gap: 4px;
    min-height: 58px;
    padding: 6px 4px;
    border-radius: 8px;
  }
  .site_header_nav_link:hover, .site_header_nav_link:focus-visible, .site_header_nav_link:active {
    color: #2e7cd4;
    background-color: rgba(46, 124, 212, 0.08);
    opacity: 1;
  }
  .site_header_nav_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: currentColor;
    background-color: currentColor;
    transition: background-color 0.2s ease;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .site_header_nav_icon_profile {
    -webkit-mask-image: url("../images/header/profile-icon.svg");
    mask-image: url("../images/header/profile-icon.svg");
  }
  .site_header_nav_icon_works {
    -webkit-mask-image: url("../images/header/works-icon.svg");
    mask-image: url("../images/header/works-icon.svg");
  }
  .site_header_nav_icon_focus {
    -webkit-mask-image: url("../images/header/can-do-icon.svg");
    mask-image: url("../images/header/can-do-icon.svg");
  }
  .site_header_nav_icon_contact {
    -webkit-mask-image: url("../images/header/contact-icon.svg");
    mask-image: url("../images/header/contact-icon.svg");
  }
  .site_header_nav_icon_img {
    display: none;
  }
  .site_header_nav_label_pc {
    display: none;
  }
  .site_header_nav_label_sp {
    display: block;
    line-height: 1;
  }
}
.site_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  color: #fff;
  text-align: center;
  background-color: #2e7cd4;
}
.site_footer .site_footer_copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .site_footer {
    min-height: 56px;
  }
  .site_footer .site_footer_copyright {
    font-size: 12px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  user-select: none;
}

[id] {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
  [id] {
    scroll-margin-top: 24px;
  }
}
