*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.55;
}

*:focus {
  outline: 0;
}

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

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

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

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  html {
    font-size: calc(16 / 768 * var(--inner-width) * 1px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .sp-only {
    display: none !important;
  }
}

#professional-project01 {
  padding-top: min(100px, 100 / 1280 * var(--inner-width) * 1px);
  padding-bottom: min(120px, 120 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 {
    padding-top: calc(100 / 768 * var(--inner-width) * 1px);
    padding-bottom: calc(120 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .page-kv {
    padding-top: calc(720 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .kv-title span + span {
  margin-top: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .kv-title span + span {
    margin-top: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .kv-title strong {
    margin-bottom: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (min-width: 48em) {
  #professional-project01 .professional-wrap {
    padding-right: min(80px, 80 / 1280 * var(--inner-width) * 1px);
  }
}
#professional-project01 .professional-inner {
  width: min(784px, 784 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .professional-inner {
    width: 100%;
    padding: 0 calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-intro {
  background: rgba(97, 166, 227, 0.24);
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  padding: min(16px, 16 / 1280 * var(--inner-width) * 1px) min(24px, 24 / 1280 * var(--inner-width) * 1px);
  margin-bottom: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-intro {
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: calc(16 / 768 * var(--inner-width) * 1px) calc(24 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(80 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .intro-title {
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  margin-bottom: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .intro-title {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .intro-lead {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .intro-lead {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .member-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .member-list {
    flex-wrap: wrap;
    gap: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .member-data {
  width: min(229px, 229 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .member-data {
    width: calc(308 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .member-name {
  text-align: center;
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-top: min(12px, 12 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .member-name {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    margin-top: calc(12 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .member-dept {
  text-align: center;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .member-dept {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .member-profile .note {
  text-align: right;
  font-size: min(14px, 14 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .member-profile .note {
    font-size: calc(18 / 768 * var(--inner-width) * 1px);
    margin-top: calc(20 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-block + .project-block {
  margin-top: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-block + .project-block {
    margin-top: calc(80 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-num {
  font-size: min(120px, 120 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 91, 172, 0.08);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-num {
    font-size: calc(128 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-block__title {
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  margin-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-block__title {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-block__text {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-block__text {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-block__text span {
  color: #005bac;
  font-weight: 700;
}
#professional-project01 .project-block__text + .project-block__text {
  margin-top: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-block__text + .project-block__text {
    margin-top: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: min(24px, 24 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-images {
    margin-top: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-images img {
  width: min(380px, 380 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-images img {
    width: calc(332 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .project-setsubi {
  background: rgba(97, 166, 227, 0.24);
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  padding: min(40px, 40 / 1280 * var(--inner-width) * 1px);
  margin-top: min(80px, 80 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .project-setsubi {
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
    padding: calc(40 / 768 * var(--inner-width) * 1px);
    margin-top: calc(80 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-head {
  text-align: center;
  font-size: min(24px, 24 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  margin-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-head {
    font-size: calc(32 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-inner + .setsubi-inner {
  margin-top: min(40px, 40 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-inner + .setsubi-inner {
    margin-top: calc(40 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-inner h3 {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  color: #005bac;
  height: min(30px, 30 / 1280 * var(--inner-width) * 1px);
  border-radius: min(5px, 5 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-inner h3 {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    height: calc(42 / 768 * var(--inner-width) * 1px);
    border-radius: calc(5 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-images {
    margin-bottom: calc(8 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-images li {
  width: min(340px, 340 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-images li {
    width: calc(292 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-images li p {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-images li p {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(8 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .setsubi-text {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .setsubi-text {
    font-size: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .projects-list {
  width: min(1120px, 1120 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-list {
    width: calc(100% / 768 * var(--inner-width) * 1px);
    padding: calc(120 / 768 * var(--inner-width) * 1px) calc(40 / 768 * var(--inner-width) * 1px) 0;
  }
}
#professional-project01 .projects-list h3 {
  text-align: center;
  font-size: min(32px, 32 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  margin-bottom: min(32px, 32 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-list h3 {
    font-size: calc(40 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .projects-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-links {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: calc(24 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .projects-link {
  width: min(357px, 357 / 1280 * var(--inner-width) * 1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link {
    width: calc(332 / 768 * var(--inner-width) * 1px);
    border-radius: calc(10 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .projects-link .thumbnail {
  width: min(357px, 357 / 1280 * var(--inner-width) * 1px);
  height: min(214px, 214 / 1280 * var(--inner-width) * 1px);
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link .thumbnail {
    width: 100%;
    height: calc(199 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .projects-link .thumbnail img {
  transition: 0.3s ease;
}
#professional-project01 .projects-link:hover .thumbnail img {
  scale: 1.03;
}
#professional-project01 .projects-link__body {
  padding: min(24px, 24 / 1280 * var(--inner-width) * 1px) min(16px, 16 / 1280 * var(--inner-width) * 1px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link__body {
    padding: calc(24 / 768 * var(--inner-width) * 1px) calc(16 / 768 * var(--inner-width) * 1px) calc(72 / 768 * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link__body img {
    width: 100%;
    height: auto;
  }
}
#professional-project01 .projects-link__body p {
  font-size: min(20px, 20 / 1280 * var(--inner-width) * 1px);
  font-weight: 700;
  padding-right: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link__body p {
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    padding: 0;
  }
}
#professional-project01 .projects-link__btn {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #professional-project01 .projects-link__btn {
    width: calc(40 / 768 * var(--inner-width) * 1px);
    height: calc(40 / 768 * var(--inner-width) * 1px);
    position: absolute;
    bottom: calc(24 / 768 * var(--inner-width) * 1px);
    right: calc(16 / 768 * var(--inner-width) * 1px);
  }
}
#professional-project01 .btn-img {
  transition: opacity 0.2s;
  opacity: 1;
}
#professional-project01 .projects-link:hover .btn-img {
  opacity: 0;
}
#professional-project01 .projects-link:hover .btn-hover {
  opacity: 1;
}
#professional-project01 .btn-hover {
  transition: opacity 0.2s;
  position: absolute;
  inset: 0;
  opacity: 0;
}/*# sourceMappingURL=project01.css.map */