@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
/*! destyle.css v4.0.0 | 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;
}

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

/* CSS Document */
:root {
  --c_navy1: #2b3349;
  --c_navy2: #384b6f;
  --c_yellow: #ffea3c;
  --c_white: #fff;
  --c_black: #000;
  --c_grey: #f3f5f7;
  --c_pink: #e40077;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

html {
  scroll-padding-top: 150px;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--c_navy1);
}

main {
  margin-bottom: 70px;
}
main:not(:is(#top)) {
  padding-top: 12.4rem;
}
@media screen and (max-width: 768px) {
  main:not(:is(#top)) {
    padding-top: 7.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

header.fixed-top {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid #645b51;
  /*  height: 112px;*/
}
header.fixed-top .header-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
header.is-ready .colL {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

header.fixed-top .colL {
  width: 300px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  header.fixed-top .colL {
    width: 20rem;
  }
}

header .header-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.5rem;
}

@media only screen and (max-width: 1000px) {
  header {
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #645b51 !important;
  }
  header .header-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .colL {
    margin: 0 !important;
    width: 161px !important;
  }
  header .colL:not(:is(.fixed-top)) {
    -webkit-transition: 1s all;
    transition: 1s all;
  }
}
#page-top {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 20px;
  translate: 0;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 10px;
  }
}
@media (hover) {
  #page-top:hover {
    opacity: 0.7;
  }
}
#page-top.is-abs {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  translate: 0 -50%;
  bottom: unset;
}
@media screen and (max-width: 768px) {
  #page-top.is-abs {
    right: 10px;
  }
}

#page-top img {
  width: 125px;
}
@media screen and (max-width: 768px) {
  #page-top img {
    width: 60px;
  }
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* Animate */
@media screen {
  .fade-in {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .fade-in.is-view {
    opacity: 1;
  }
  .fade-up {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .fade-up.is-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .zoom-in {
    overflow: hidden;
  }
  .zoom-in img {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .zoom-in.is-view img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .bounce-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .bounce-in.is-view {
    -webkit-animation: bounceIn 0.7s ease-out forwards;
            animation: bounceIn 0.7s ease-out forwards;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.delay1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay6 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay7 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay8 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.section-title {
  color: var(--c_navy2);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.section-title--half {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
}
.section-title--full {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section-title--full {
    grid-template-columns: auto 1fr;
  }
  .section-title--full .liner--left {
    display: none !important;
  }
}
.section-title .liner--left {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title .liner--left::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  aspect-ratio: 17/6;
  background: url(/media/common/img/icon_liner.png) center/contain no-repeat;
}
.section-title .liner--left::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background: var(--c_navy2);
  scale: -1 1;
}
.section-title .liner--right {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .section-title .liner--right {
    grid-template-columns: auto 1fr;
  }
}
.section-title .liner--right::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  background: var(--c_navy2);
}
@media screen and (max-width: 768px) {
  .section-title .liner--right::before {
    width: 1.7rem;
    aspect-ratio: 17/6;
    background: url(/media/common/img/icon_liner.png) center/contain no-repeat;
    scale: 1 -1;
    height: auto;
  }
}
.section-title .liner--right::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  aspect-ratio: 17/6;
  background: url(/media/common/img/icon_liner.png) center/contain no-repeat;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .section-title .liner--right::after {
    width: 100%;
    height: 0.2rem;
    background: var(--c_navy2);
    scale: none;
    aspect-ratio: auto;
  }
}

.header {
  padding: 5rem 6vw;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 2rem 5%;
  }
}
.header.fixed-top {
  padding: 3.5rem 9rem;
}
@media screen and (max-width: 1024px) {
  .header.fixed-top {
    padding: 1rem 2rem;
  }
}
.header.fixed-top .header__btn {
  display: none;
}
.header.fixed-top .header__note {
  display: none;
}
.header.fixed-top .header__nav-link {
  color: var(--c_navy2);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-link {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--c_white);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__nav-link {
    color: var(--c_navy2);
  }
}
@media (hover) {
  .header__nav-link:hover {
    opacity: 0.5;
  }
}
.header__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__right {
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    height: 0;
  }
  .header__right.is-active {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
  .header__right.is-active .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 2rem;
  }
  .header__right.is-active .header__nav-item {
    width: 100%;
  }
  .header__right.is-active .header__nav-item:not(:last-child) {
    border-bottom: 1px solid var(--c_navy2);
  }
  .header__right.is-active .header__nav-link {
    width: 100%;
    display: block;
    padding-block: 2rem;
    padding-inline: 5%;
  }
}
.header__btn {
  display: block;
  max-width: 35.5rem;
  width: 100%;
  margin-top: 2.5rem;
  margin-inline: auto 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.header__btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (hover) {
  .header__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .header__btn {
    display: none;
  }
}
.header__btn.dammy {
  cursor: not-allowed;
  margin-top: 1rem;
}
@media (hover) {
  .header__btn.dammy:hover {
    opacity: 1;
  }
}
.header__note {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: var(--c_white);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
}
.header__note::before, .header__note::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.header__note::before {
  -webkit-margin-after: calc((1 - 1.6) * 0.5em);
          margin-block-end: calc((1 - 1.6) * 0.5em);
}
.header__note::after {
  -webkit-margin-before: calc((1 - 1.6) * 0.5em);
          margin-block-start: calc((1 - 1.6) * 0.5em);
}

.hamburger {
  background: var(--c_navy2);
  border-radius: 0.6rem;
  padding: 1.5rem 1rem;
  aspect-ratio: 1/1;
  width: 5.4rem;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.hamburger__lines {
  position: relative;
  width: 100%;
  aspect-ratio: 32/20;
}
.hamburger__lines.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(39deg);
          transform: rotate(39deg);
}
.hamburger__lines.is-active span:nth-child(2) {
  display: none;
}
.hamburger__lines.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.hamburger__lines span {
  position: absolute;
  background: var(--c_white);
  display: inline-block;
  aspect-ratio: 32/1;
  width: 3.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hamburger__lines span:nth-child(1) {
  top: 0;
}
.hamburger__lines span:nth-child(2) {
  top: 50%;
}
.hamburger__lines span:nth-child(3) {
  top: 100%;
}

.footer {
  position: relative;
  padding-block: 3.4rem 4.6rem;
  background: url(/media/common/img/bg_footer.jpg) center/cover no-repeat;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 3rem 2rem;
  }
}
.footer__inner {
  max-width: 111rem;
  width: 90%;
  margin-inline: auto;
}
.footer__container {
  display: grid;
  gap: 4.5045045045%;
  grid-template-columns: 43.0630630631% calc(100% - 47.5675675676%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.footer__logo {
  max-width: 47.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 23.9rem;
  }
}
.footer__sns-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 3.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__sns-list {
    gap: 1.5rem;
  }
}
.footer__sns-item:nth-child(1) .footer__sns-logo, .footer__sns-item:nth-child(2) .footer__sns-logo {
  width: 4.9rem;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(1) .footer__sns-logo, .footer__sns-item:nth-child(2) .footer__sns-logo {
    width: 3rem;
  }
}
.footer__sns-item:nth-child(3) .footer__sns-logo {
  background: var(--c_black);
  width: 4.7rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__sns-item:nth-child(3) .footer__sns-logo {
    width: 3rem;
  }
}
.footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.1rem;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__sns-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    font-size: 1.2rem;
  }
}
@media (hover) {
  .footer__sns-link:hover {
    opacity: 0.7;
  }
}
.footer__sns-logo {
  margin-inline: auto;
}
.footer__bottom {
  margin-top: 4.8rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 3rem;
  }
}
.footer__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottom-link {
  display: block;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__bottom-link {
    font-size: 1.2rem;
  }
}
@media (hover) {
  .footer__bottom-link:hover {
    opacity: 0.7;
  }
}
.footer__bottom small {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom small {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.about {
  background: url(/media/top/img/bg_about.jpg) center/cover no-repeat;
  padding-block: 4.8rem 8rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 3rem 4rem;
  }
}
.about__inner {
  max-width: 1060px;
  width: 90%;
  margin-inline: auto;
}
.about__title {
  color: var(--c_yellow);
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 1.8rem;
  }
}
.about__top {
  color: var(--c_white);
}
.about__top-title {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  translate: 0 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 3.2rem;
  padding-inline: 3.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__top-title {
    font-size: 2.4rem;
  }
}
.about__top-title span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .about__top-title span {
    font-size: 1.6rem;
  }
}
.about__top-wrapper {
  position: relative;
  z-index: 0;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .about__top-wrapper {
    padding: 1.5rem;
  }
}
.about__top-wrapper::before, .about__top-wrapper::after {
  position: absolute;
  width: 9.4rem;
  aspect-ratio: 94/82;
  background: url(/media/top/img/icon_about_01.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .about__top-wrapper::before, .about__top-wrapper::after {
    width: 5rem;
  }
}
.about__top-wrapper::before {
  content: "";
  left: -2.4rem;
  top: -3.8rem;
}
@media screen and (max-width: 768px) {
  .about__top-wrapper::before {
    left: -1rem;
    top: -1.9rem;
  }
}
.about__top-wrapper::after {
  content: "";
  right: -3.9rem;
  bottom: -2.3rem;
}
@media screen and (max-width: 768px) {
  .about__top-wrapper::after {
    right: -1.5rem;
    bottom: -1rem;
  }
}
.about__top-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-clip-path: polygon(37% 10%, 63% 10%, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
          clip-path: polygon(37% 10%, 63% 10%, 63% 0, 100% 0, 100% 100%, 0 100%, 0 0, 37% 0);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 2px solid var(--c_white);
}
@media screen and (max-width: 768px) {
  .about__top-border::after {
    -webkit-clip-path: polygon(20% 10%, 80% 10%, 80% 0, 100% 0, 100% 100%, 0 100%, 0 0, 20% 0);
            clip-path: polygon(20% 10%, 80% 10%, 80% 0, 100% 0, 100% 100%, 0 100%, 0 0, 20% 0);
  }
}
.about__top-disc {
  color: #384b6f;
  background: var(--c_white);
  border-radius: 1rem;
  padding: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.about__top-disc::before, .about__top-disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.about__top-disc::before {
  -webkit-margin-after: calc((1 - 1.6) * 0.5em);
          margin-block-end: calc((1 - 1.6) * 0.5em);
}
.about__top-disc::after {
  -webkit-margin-before: calc((1 - 1.6) * 0.5em);
          margin-block-start: calc((1 - 1.6) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about__top-disc {
    font-size: 1.6rem;
    padding: 2rem;
    text-align: left;
  }
}
.about__bottom-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: 2.4rem;
  background: var(--c_yellow);
  color: #384b6f;
  padding: 0.7rem 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  font-weight: 700;
  border-radius: 2rem;
  translate: 0 50%;
}
.about__bottom-title:before, .about__bottom-title:after {
  display: inline-block;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #384b6f;
}
.about__bottom-title::before {
  content: "";
}
.about__bottom-title::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .about__bottom-title {
    gap: 1.5rem;
    font-size: 1.8rem;
  }
}
.about__bottom-disc {
  border: 2px solid var(--c_white);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c_white);
  border-radius: 1rem;
  padding: 4rem 4rem 2.5rem 4rem;
}
.about__bottom-disc::before, .about__bottom-disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.about__bottom-disc::before {
  -webkit-margin-after: calc((1 - 1.75) * 0.5em);
          margin-block-end: calc((1 - 1.75) * 0.5em);
}
.about__bottom-disc::after {
  -webkit-margin-before: calc((1 - 1.75) * 0.5em);
          margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 768px) {
  .about__bottom-disc {
    font-size: 1.4rem;
    padding: 3rem 1.5rem;
  }
}

.anchor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .anchor__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 30rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5rem;
  }
}
.anchor__link {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--c_navy2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .anchor__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
  }
}
.anchor__link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  border-bottom: 3px solid var(--c_navy2);
  border-right: 3px solid var(--c_navy2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  rotate: 45deg;
  translate: 0 -30%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media screen and (max-width: 768px) {
  .anchor__link::after {
    width: 1rem;
  }
}
@media (hover) {
  .anchor__link:hover {
    opacity: 0.7;
  }
  .anchor__link:hover::after {
    translate: 0 0%;
  }
}
/*# sourceMappingURL=common.css.map */
