@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          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: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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;
  -moz-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;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: calc(1em * 0.05);
  text-align: justify;
  background-color: #F8FCFF;
  color: #333A3A;
  padding-top: 60px;
}
@media (min-width: 1600px) {
  body {
    padding-top: 100px;
  }
}

img {
  width: 100%;
}

.fa-solid.fa-up-right-from-square {
  display: inline-block;
}

.l-header {
  background-color: #F8FCFF;
  border-bottom: solid 0.1px rgba(0, 0, 0, 0.062745098);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  /*　ナビゲーションボタンの描画　 */
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 87.2%;
  height: 60px;
}
.l-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__title:hover {
  opacity: 0.7;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.1em;
  color: #3c92c5;
}
.l-header__logo img {
  height: 100%;
  width: auto;
  max-height: 40px;
  margin-right: 10px;
}
.l-header__nav {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
  background-color: #0168b7;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l-header__nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header__list {
  width: 78.67%;
  color: #F8FCFF;
}
@media (min-width: 1600px) {
  .l-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__item {
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 0.5px dashed #F8FCFF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-header__item:hover {
  opacity: 0.7;
}
.l-header__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__item--button {
  border-bottom: none;
  margin-top: 64px;
}
.l-header__item--button:hover {
  opacity: 1;
}
.l-header__nav-button {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.l-header__nav-button-lines {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  cursor: pointer;
}
.l-header__nav-button-lines::before, .l-header__nav-button-lines::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 2px;
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #333A3A;
}
.l-header__nav-button-lines.is-active::before, .l-header__nav-button-lines.is-active::after {
  background-color: #F8FCFF;
}
.l-header__nav-button-lines::before {
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
.l-header__nav-button-lines::after {
  -webkit-transform: translate(calc(-50% - 2px), 4px);
          transform: translate(calc(-50% - 2px), 4px);
  width: 27px;
}
.l-header__nav-button-lines.is-active::before {
  -webkit-transform: translate(-50%, 0) rotate(30deg);
          transform: translate(-50%, 0) rotate(30deg);
}
.l-header__nav-button-lines.is-active::after {
  -webkit-transform: translate(-50%, 0) rotate(-30deg);
          transform: translate(-50%, 0) rotate(-30deg);
  width: 31px;
}

@media (min-width: 768px) {
  .l-header__nav {
    width: 375px;
    right: 0;
    left: unset;
  }
  .l-header__nav-background.is-active {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
@media (min-width: 1600px) {
  .l-header__inner {
    height: 100px;
    max-width: 1600px;
    padding: 0;
  }
  .l-header__logo {
    font-size: 3rem;
  }
  .l-header__nav {
    position: static;
    height: auto;
    max-width: 1000px;
    -webkit-transform: unset;
            transform: unset;
    background-color: unset;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav-background {
    display: none;
  }
  .l-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__item {
    font-size: 1.4rem;
    color: #333A3A;
    padding: 0;
    margin: 0 32px 0 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .l-header__item--button {
    margin-right: 0;
    color: #F8FCFF;
  }
  .l-header__item.is-current a {
    opacity: 0.8;
  }
  .l-header__item a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #333A3A;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  .l-header__item--button .c-button::after {
    display: none;
  }
  .l-header__item.is-current a::after,
  .l-header__item a:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .l-header__item i {
    display: none;
  }
  .l-header__item.recruit i {
    display: inline-block;
    margin-left: 4px;
  }
  .l-header__nav-button {
    display: none;
  }
  .l-header__item.l-header__item--button {
    width: auto;
    margin-top: 0;
    margin-left: 16px;
  }
}
.l-container {
  width: 87.2%;
  max-width: 1600px;
  margin: 0 auto;
}
.l-container--with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "hero" "breadcrumb" "main" "sidebar";
}
@media (min-width: 1280px) {
  .l-container--with-sidebar {
    grid-template-columns: 1fr 360px;
    grid-template-areas: "hero hero" "breadcrumb breadcrumb" "main sidebar";
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.l-container .l-hero {
  grid-area: hero;
}
.l-container .l-breadcrumb {
  grid-area: breadcrumb;
}
.l-container .l-main {
  grid-area: main;
}
.l-container .l-sidebar {
  grid-area: sidebar;
}
.l-container--sm {
  max-width: 1080px;
}
.l-container--xs {
  max-width: 720px;
}
.l-container--xxl {
  max-width: 1920px;
}
@media (min-width: 1280px) {
  .l-container--xxl {
    width: auto;
  }
}

.l-main {
  width: 100%;
  margin: 0 auto;
}

.l-sidebar__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 120px 0 80px;
}
@media (min-width: 1280px) {
  .l-sidebar__form {
    position: sticky;
    top: 0;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.l-sidebar__form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.l-sidebar__form legend {
  margin-bottom: 16px;
}
.l-sidebar__form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  cursor: pointer;
}
.l-sidebar__form input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border: 1px solid #d9d9d9;
  position: relative;
  margin-right: 8px;
}
.l-sidebar__form input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-hero {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.l-hero--small {
  height: 150px;
  --bg-photo: none;
  --grad-blue: linear-gradient(#afd8ff20, #afd8ff20);
  --grad-white: linear-gradient(#ffffff30, #ffffff30);
}
@media (min-width: 768px) {
  .l-hero--small {
    height: 300px;
  }
}
.l-hero--wave {
  --bg-photo: url("../images/common/wave.svg");
  --grad-blue: linear-gradient(90deg, #1375c240, #25b7aa20);
  --grad-white: none;
}
.l-hero__media, .l-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.l-hero__media {
  z-index: 0;
  background: var(--bg-photo) center/cover no-repeat;
}
.l-hero__overlay {
  z-index: 1;
  background-image: var(--grad-blue), var(--grad-white);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.3137254902);
}

.l-section {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
}
.l-section__inner {
  margin-top: 32px;
}

.l-footer {
  width: 100%;
}
.l-footer__top {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 48px 9.6%;
  color: #F8FCFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3764705882);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(175, 216, 255, 0.2)), to(rgba(175, 216, 255, 0.2))), url(../images/common/contact.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(rgba(175, 216, 255, 0.2), rgba(175, 216, 255, 0.2)), url(../images/common/contact.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-footer__topic-area {
  text-align: center;
}
.l-footer__topic {
  font-size: clamp(2rem, 3%, 2.4rem);
  letter-spacing: 0.1em;
  font-weight: 700;
}
.l-footer__topic span {
  margin-top: 4px;
  font-size: 1.4rem;
  display: block;
}
.l-footer__topic-desc {
  margin-top: 32px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 400;
}
.l-footer__contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 32px auto 0;
}
.l-footer__tel-area, .l-footer__form-area {
  max-width: 300px;
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid #F8FCFF;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-footer__tel-area .c-button, .l-footer__form-area .c-button {
  background-color: #F8FCFF;
  color: #333A3A;
}
.l-footer__tel-area .c-button:hover, .l-footer__form-area .c-button:hover {
  opacity: 0.7;
}
.l-footer__tel-area .c-button span {
  width: auto;
}
.l-footer__contact-button-wrapper {
  margin-top: 16px;
}
.l-footer__tel-desc {
  margin-top: 8px;
  font-weight: 400;
}
.l-footer__tel-desc span {
  margin-left: 8px;
}

@media (min-width: 768px) {
  .l-footer__contact-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-footer__tel-area, .l-footer__form-area {
    width: 100%;
    max-width: 400px;
  }
  .l-footer__tel-area .c-button {
    background-color: unset;
    color: #F8FCFF;
    opacity: 1;
    cursor: default;
    pointer-events: none;
  }
  .l-footer__tel-area .c-button:hover {
    opacity: 1;
  }
  .l-footer__contact-button-wrapper .c-button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1280px) {
  .l-footer__top {
    padding: 148px 10%;
    height: 720px;
  }
  .l-footer__topic-desc {
    margin-top: 64px;
  }
  .l-footer__contact-area {
    margin-top: 64px;
    gap: 48px;
  }
  .l-footer__tel-area, .l-footer__form-area {
    padding: 32px;
  }
  .l-footer__tel-area .c-button {
    font-size: 2.4rem;
    padding: 0;
    margin-top: 12px;
  }
  .l-footer__tel-desc {
    margin-top: 12px;
  }
}
.l-footer__bottom {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.l-footer__bottom-wrapper {
  margin: 48px 36px;
}
.l-footer__company-area {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.l-footer__company-area img {
  height: 100%;
  width: auto;
}
.l-footer__company-name {
  font-size: 2rem;
}
.l-footer__info-area {
  margin-top: 16px;
}
.l-footer__office-name {
  margin-top: 16px;
}
.l-footer__office-name:first-of-type {
  margin-top: 0;
}
.l-footer__office-info {
  font-size: 1.3rem;
  margin-top: 8px;
}
.l-footer__nav-area {
  margin-top: 32px;
}
.l-footer__nav-group-label {
  display: none;
}
.l-footer__nav-list {
  display: none;
}
.l-footer__nav-item {
  max-width: 200px;
}
.l-footer__nav-item:hover {
  opacity: 0.7;
}
.l-footer__nav-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-footer__nav-list--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.l-footer__external-nav-area {
  display: none;
}
.l-footer__nav-area .fa-angle-right {
  color: #ccc;
  font-size: 1.2rem;
  vertical-align: middle;
}
.l-footer__DaikiAXIS {
  margin-top: 32px;
}
.l-footer__DaikiAXIS-link:hover {
  opacity: 0.7;
}
.l-footer__DaikiAXIS-logo {
  display: block;
  width: 100%;
  max-width: 155px;
  height: auto;
  margin: 0 auto;
}
.l-footer__DaikiAXIS-desc {
  margin-top: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-footer__copy-right {
  background-color: #21BEC7;
  color: #F8FCFF;
  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;
  gap: 16px;
  padding: 8px 0;
}
.l-footer__copy {
  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;
}
.l-footer__copy small {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.l-footer__copy-sub {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media (min-width: 1080px) {
  .l-footer__bottom-wrapper {
    margin: 64px auto;
    width: 87.2%;
    max-width: 1280px;
  }
  .l-footer__info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
  .l-footer__nav-area {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 45%;
    gap: 32px;
  }
  .l-footer__office-info {
    font-size: 1.4rem;
  }
  .l-footer__DaikiAXIS {
    margin-top: 120px;
  }
  .l-footer__corporate-nav-area {
    width: 100%;
  }
  .l-footer__external-nav-area {
    display: block;
    width: 100%;
    max-width: 272px;
  }
  .l-footer__nav-group-label {
    display: block;
    font-weight: 700;
  }
  .l-footer__nav-list {
    display: block;
  }
  .l-footer__nav-list--sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
  .l-footer__nav-item {
    padding: 8px 0;
    margin-top: 16px;
    font-size: 1.4rem;
    border-bottom: 1px dashed #d1cac6;
  }
  .l-footer__external-nav-item {
    margin-top: 16px;
    color: #F8FCFF;
    font-size: 1.4rem;
  }
  .l-footer__external-button-wrapper .c-button {
    font-size: 1.4rem;
  }
}
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 32px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.c-button--primary {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: #21BEC7;
  color: #F8FCFF;
  border: 1px solid transparent;
}
.c-button--primary:hover {
  background-color: #F8FCFF;
  color: #21BEC7;
  border-color: #21BEC7;
}
.c-button--secondary {
  background-color: #F8FCFF;
  color: #2D678F;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid #2D678F;
}
.c-button--secondary:hover {
  background-color: #2D678F;
  color: #F8FCFF;
  border-color: #F8FCFF;
}
.c-button--wide {
  width: 100%;
  max-width: 272px;
}
.c-button--wide span {
  width: 100%;
  text-align: center;
}

.c-heading-lv1 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.c-heading-lv2 {
  font-size: clamp(2rem, 3%, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-heading-lv3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-heading-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.c-heading-bar::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-color: #2D678F;
}

.c-heading-color-primary {
  color: #2D678F;
}

.c-heading-deco {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #2D678F;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.c-heading-deco__main {
  line-height: 1;
  letter-spacing: 0.2em;
}
.c-heading-deco__sub {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-heading-deco__sub::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #25B7AA;
}
.c-heading-deco--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb {
  font-size: 1.4rem;
  padding: 16px 0;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb__item:not(:last-child) {
  color: #999;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
  color: #d1cac6;
  font-size: 0.75em;
}
.c-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}