/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  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 {
  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;
}

:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --c_white: #fff;
  --c_black: #000;
  --c_blue: #102399;
  --c_blue2: #0054b3;
  --c_blue3: #3e76ab;
  --c_green: #f1f5f4;
  --c_green2: #e1ebe8;
  --c_line: #cdddd8;
  --fz_xs: 12px;
  --fz_sm: 14px;
  --fz_md: 16px;
  --fz_lg: 18px;
  --fz_xl: 20px;
  --fz_24: 24px;
  --fz_28: 28px;
  --fz_32: 32px;
  --fz_36: 36px;
  --header_h: 140px;
  --mb: 110px;
}
@media screen and (max-width: 1320px) {
  :root {
    --header_h: 60px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fz_xs: 10px;
    --fz_sm: 12px;
    --fz_md: 14px;
    --fz_lg: 16px;
    --fz_xl: 18px;
    --fz_24: 20px;
    --fz_28: 24px;
    --fz_32: 28px;
    --fz_36: 32px;
  }
}

html {
  font-size: 100%;
  font-family: var(--noto-sans);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 400;
}

body {
  position: relative;
  width: 100%;
  scroll-behavior: auto;
}

main {
  position: relative;
  width: 100%;
  padding-top: var(--header_h);
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
.lg-b {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .lg-b {
    display: block !important;
  }
}

.lg-n {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .lg-n {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: var(--c_white);
  top: 0;
  right: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: var(--header_h);
}
@media screen and (max-width: 1320px) {
  .header__container {
    align-items: center;
    height: 60px;
  }
}
.header__left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 15px;
  transition: opacity 0.3s, visibility 0.3s;
  margin-top: 20px;
}
@media screen and (max-width: 1320px) {
  .header__left {
    position: fixed;
    align-items: center;
    margin-top: 0;
    z-index: 10005;
    top: 0;
    width: 100%;
    height: var(--header_h);
    background: var(--c_white);
    right: 0;
    padding-inline: 2.5%;
    color: #333333;
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .header__left {
    padding-inline: 5%;
  }
}
.header__left-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.header__right {
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 1320px) {
  .header__right {
    position: absolute;
    z-index: 10005;
    top: 0;
    right: 0;
    background: var(--c_white);
    padding: 65px 2.5% 100px;
    visibility: hidden;
    overflow: hidden;
    width: 50%;
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .header__right {
    width: 100%;
    padding: 25px 5% 100px;
    z-index: 1004;
  }
}
.header__right.is-active {
  height: 100dvh;
  overflow-y: scroll;
}
@media screen and (max-width: 1320px) {
  .header__right.is-active {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .header__right.is-active {
    z-index: 9999;
    width: 100%;
    top: var(--header_h);
    box-shadow: none;
  }
}
.header__logo {
  width: 100px;
}
@media screen and (max-width: 1320px) {
  .header__logo {
    width: 83px;
  }
}
.header__company {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1320px) {
  .header__company {
    gap: 4px;
  }
}
.header__top {
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media screen and (max-width: 1320px) {
  .header__top {
    flex-direction: column;
    margin-right: 0;
    height: auto;
  }
}
.header__text {
  transition: color 0.3s;
}
.header__text--blue {
  color: var(--c_blue);
}
.header__text--bold {
  font-weight: 700;
}
.header__text--fz24 {
  font-size: var(--fz_xs);
}
.header__text--fz28 {
  font-size: var(--fz_sm);
}
.header__text--fz32 {
  font-size: var(--fz_lg);
}
.header__text--fz36 {
  font-size: var(--fz_xl);
}
@media screen and (max-width: 1320px) {
  .header__text--fz36 {
    font-size: 18px;
  }
}
.header__text--btn {
  font-size: 14px;
}
.header .info__area {
  display: flex;
  gap: 30px;
  margin-right: 25px;
}
@media screen and (max-width: 1320px) {
  .header .info__area {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
}
.header .info__time {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1320px) {
  .header .info__time {
    width: 100%;
    justify-content: flex-start;
  }
}
.header .info__icon {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: auto;
  display: inline-block;
}
.header .info__icon--time {
  background: var(--c_black);
  -webkit-mask-image: url(../../images/common/icon_time.svg);
          mask-image: url(../../images/common/icon_time.svg);
  width: 26px;
  aspect-ratio: 1/1;
}
.header .help__area {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1320px) {
  .header .help__area {
    padding-block: 15px;
    border-bottom: 1px solid var(--c_black);
    width: 100%;
  }
}
.header .help__calender {
  border: 2px solid var(--c_blue);
  padding: 10px 15px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}
@media (hover) {
  .header .help__calender:hover {
    background: var(--c_blue);
    color: var(--c_white);
  }
}
.header .help__tell {
  display: flex;
  gap: 10px;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 13px;
  border-left: 2px solid var(--c_black);
  margin-right: 34px;
}
@media screen and (max-width: 1320px) {
  .header .help__tell {
    margin-right: 0;
  }
}
.header .help__block {
  display: flex;
  align-items: center;
}
.header .help__icon {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: auto;
  display: inline-block;
  transition: background 0.3s;
}
.header .help__icon--tell {
  background: var(--c_black);
  -webkit-mask-image: url(../../images/common/icon_tell.svg);
          mask-image: url(../../images/common/icon_tell.svg);
  width: 25px;
  aspect-ratio: 1/1;
}
.header .help__icon--beg {
  background: var(--c_white);
  -webkit-mask-image: url(../../images/common/icon_beg.svg);
          mask-image: url(../../images/common/icon_beg.svg);
  width: 17px;
  aspect-ratio: 34/46;
}
.header .help__icon--dl {
  background: var(--c_white);
  -webkit-mask-image: url(../../images/common/icon_dl.svg);
          mask-image: url(../../images/common/icon_dl.svg);
  width: 21px;
  aspect-ratio: 42/48;
}
.header .help__btn-group {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1320px) {
  .header .help__btn-group {
    margin-top: 20px;
    width: 100%;
  }
}
.header .help__btn {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--c_blue);
  border: 2px solid var(--c_blue);
  border-top: none;
  color: var(--c_white);
  border-radius: 0px 0px 12px 12px;
  height: 100%;
  padding: 15px;
  transition: background 0.3s;
}
@media (hover) {
  .header .help__btn:hover {
    background: var(--c_white);
  }
  .header .help__btn:hover .help__icon--beg, .header .help__btn:hover .help__icon--dl {
    background: var(--c_blue);
  }
  .header .help__btn:hover .header__text {
    color: var(--c_blue);
  }
}
@media screen and (max-width: 1320px) {
  .header .help__btn {
    border-radius: 12px;
    width: 50%;
    height: auto;
    justify-content: center;
    border: 2px solid var(--c_blue);
  }
}
.header .g-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 35px;
  margin-top: 21px;
  margin-right: 30px;
}
@media screen and (max-width: 1320px) {
  .header .g-nav__list {
    flex-direction: column;
    gap: 15px;
    gap: 0;
    margin-top: 50px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1320px) {
  .header .g-nav__item {
    width: 100%;
  }
}
.header .g-nav__item--sp {
  display: none;
}
@media screen and (max-width: 1320px) {
  .header .g-nav__item--sp {
    display: flex;
  }
}
.header .g-nav__item:last-child .g-nav__link {
  border-bottom: 1px solid var(--c_black);
}
.header .g-nav__link {
  position: relative;
  padding-block: 5px 11px;
}
@media screen and (min-width: 1321px) {
  .header .g-nav__link::after {
    content: "";
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background: var(--c_blue);
    bottom: 0;
    left: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (min-width: 1321px) and (hover) {
  .header .g-nav__link:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1320px) {
  .header .g-nav__link {
    width: 100%;
    padding: 20px 18px;
    border-top: 1px solid var(--c_black);
    display: flex;
    justify-content: space-between;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1320px) and (hover) {
  .header .g-nav__link:hover {
    opacity: 0.7;
  }
  .header .g-nav__link:hover::after {
    translate: 0 2px;
  }
}
@media screen and (max-width: 1320px) {
  .header .g-nav__link::after {
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    vertical-align: middle;
    top: 0.5em;
    translate: -50% 0;
    left: 0;
    width: 15px;
    height: 15px;
    aspect-ratio: 9/9;
    rotate: -45deg;
    transform-origin: center center;
    border-color: var(--c_blue);
    transition: translate 0.3s;
  }
}
@media screen and (min-width: 1321px) {
  .header .g-nav__link.is-active::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background: var(--c_blue);
    bottom: 0;
    left: 0;
    translate: 0 100%;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (max-width: 1320px) {
  .header .g-nav__link--recruit::after {
    border: none;
    -webkit-mask-image: url(../../images/common/icon_link3.svg);
            mask-image: url(../../images/common/icon_link3.svg);
    background: var(--c_blue);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 19px;
    height: auto;
    aspect-ratio: 38/30;
    rotate: 180deg;
    translate: 0;
  }
}
@media screen and (max-width: 1320px) and (hover) {
  .header .g-nav__link--recruit:hover::after {
    translate: 0;
  }
}
.header .g-nav__icon {
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: auto;
}
.header .g-nav__icon--link {
  width: 15px;
  aspect-ratio: 1/1;
  background: var(--c_black);
  -webkit-mask-image: url(../../images/common/icon_link.svg);
          mask-image: url(../../images/common/icon_link.svg);
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .header .g-nav__icon--link {
    display: none;
  }
}
.header .sub-nav__head {
  position: relative;
}
@media (hover) {
  .header .sub-nav__head:hover::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 50px;
  }
  .header .sub-nav__head:hover .sub-nav__list {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1320px) {
  .header .sub-nav__head {
    padding: 20px 18px;
    border-top: 1px solid var(--c_black);
    width: 100%;
  }
}
.header .sub-nav__title {
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  .header .sub-nav__title {
    pointer-events: none;
  }
}
@media screen and (min-width: 1321px) {
  .header .sub-nav__title::after {
    content: "";
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background: var(--c_blue);
    bottom: 0;
    left: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header .sub-nav__title.is-active::after {
    opacity: 1;
    visibility: visible;
  }
}
.header .sub-nav__list {
  position: absolute;
  z-index: 999;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  width: 195px;
  visibility: hidden;
  translate: 0 100%;
  transition: height 0.3s, opacity 0.3s, visibility 0.3s;
}
.header .sub-nav__list.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  gap: 25px;
  margin-top: 30px;
}
.header .sub-nav__item {
  gap: 15px;
  background: var(--c_white);
  padding: 12px 10px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
@media screen and (min-width: 1321px) and (hover) {
  .header .sub-nav__item:hover {
    background: var(--c_blue);
  }
  .header .sub-nav__item:hover .sub-nav__link {
    color: var(--c_white);
  }
  .header .sub-nav__item:hover .sub-nav__link::after {
    border-color: var(--c_white);
  }
}
@media screen and (max-width: 1320px) and (hover) {
  .header .sub-nav__item:hover {
    background: rgba(0, 0, 0, 0);
  }
  .header .sub-nav__item:hover .sub-nav__link {
    opacity: 0.7;
  }
  .header .sub-nav__item:hover .sub-nav__link::after {
    translate: 0 2px;
  }
}
@media screen and (max-width: 1320px) {
  .header .sub-nav__item {
    box-shadow: none;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
}
.header .sub-nav__link {
  position: relative;
  width: 100%;
  transition: color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s, color 0.3s;
}
.header .sub-nav__link::after {
  content: "";
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  vertical-align: middle;
  top: 0.5em;
  translate: -50% 0;
  left: 0;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  rotate: -45deg;
  transform-origin: center center;
  border-color: var(--c_blue);
  transition: translate 0.3s, border-color 0.3s;
}
@media screen and (max-width: 1320px) {
  .header .sub-nav__link {
    gap: 10px;
  }
}
.header .hamburger {
  position: absolute;
  z-index: 10006;
  display: none;
  margin-right: 20px;
  cursor: pointer;
  top: calc(2 / var(--header_h));
}
@media screen and (max-width: 1320px) {
  .header .hamburger {
    right: 2.5%;
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .header .hamburger {
    right: 5%;
  }
}
.header .hamburger__btn {
  width: 30px;
  height: auto;
  aspect-ratio: 3/2;
  position: relative;
}
.header .hamburger__btn.is-active .hamburger__line--1 {
  top: 50%;
  rotate: 45deg;
}
.header .hamburger__btn.is-active .hamburger__line--2 {
  opacity: 0;
}
.header .hamburger__btn.is-active .hamburger__line--3 {
  top: 50%;
  rotate: -45deg;
}
.header .hamburger__line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: var(--c_blue);
  left: 0;
  transition: rotate 0.3s, opacity 0.3s;
}
.header .hamburger__line--1 {
  top: 0;
}
.header .hamburger__line--2 {
  top: 50%;
}
.header .hamburger__line--3 {
  top: 100%;
}

.footer__area {
  background: #333333;
  padding-block: 50px 70px;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .footer__area {
    padding-block: 25px 35px;
  }
}
.footer__inner {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
}
.footer__top {
  color: var(--c_white);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1230px) {
  .footer__top {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.footer__bottom {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px solid #666666;
  display: flex;
  align-items: flex-start;
  gap: 2px 30px;
  color: var(--c_white);
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding-top: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1230px) {
  .footer__left {
    display: contents;
  }
}
.footer__company {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1230px) {
  .footer__company {
    order: 1;
  }
}
@media screen and (max-width: 1230px) and (max-width: 768px) {
  .footer__company {
    gap: 15px;
  }
}
.footer__logo {
  width: 102px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 80px;
  }
}
.footer__text {
  font-size: 22px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 20px;
  }
}
.footer__copyright {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 12px;
    margin-top: 20px;
  }
}
.footer .adress__list {
  display: flex;
  gap: 50px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .footer .adress__list {
    gap: 25px;
    margin-top: 20px;
    flex-direction: column;
  }
}
.footer .adress__head {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .footer .adress__head {
    font-size: 16px;
  }
}
.footer .adress__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer .adress__text {
    font-size: 14px;
  }
}
.footer .manifest__title {
  font-size: 16px;
  font-weight: 900;
}
.footer .manifest__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer .manifest__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .manifest__head {
  border: 1px solid var(--c_white);
  font-size: 14px;
  padding: 8px 8px 8px 12px;
  border-radius: 6px;
}
.footer .manifest__text {
  font-size: 14px;
}
.footer .manifest__note {
  grid-area: 2/2/2/2;
}
@media screen and (max-width: 768px) {
  .footer .manifest__note {
    grid-area: initial;
    font-size: 14px;
    margin-top: 1em;
  }
}
.footer .manifest__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1230px) {
  .footer .manifest__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
@media screen and (max-width: 1230px) and (max-width: 768px) {
  .footer .manifest__wrapper {
    gap: 20px;
    margin-top: 15px;
  }
}
.footer .g-nav__list-group {
  display: flex;
  gap: 45px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .footer .g-nav__list-group {
    flex-direction: column;
    gap: 1lh;
    margin-top: 20px;
  }
}
.footer .g-nav__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .footer .g-nav__list {
    gap: 1lh;
  }
}
.footer .g-nav__item {
  position: relative;
  padding-left: 1em;
}
.footer .g-nav__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  vertical-align: middle;
  top: 55%;
  left: 0;
  translate: 0 -50%;
  width: 9px;
  height: auto;
  aspect-ratio: 9/9;
  rotate: -45deg;
  transform-origin: center center;
  border-color: var(--c_white);
  margin-right: 9px;
}
.footer .g-nav__item--sub::before {
  width: 10px;
  height: 2px;
  rotate: 0deg;
  top: 0.5em;
}
.footer .g-nav__link {
  transition: opacity 0.3s;
}
@media (hover) {
  .footer .g-nav__link:hover {
    opacity: 0.7;
  }
}
.footer .g-nav__link--reguler {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer .g-nav__link--reguler {
    font-size: 14px;
  }
}
.footer .g-nav__link--large {
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .footer .g-nav__link--large {
    font-size: 16px;
  }
}
.footer .sub-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.footer .sub-nav__item {
  position: relative;
  padding-left: 1em;
}
.footer .sub-nav__item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  border-right: 2px solid;
  border-bottom: 2px solid;
  vertical-align: middle;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: -45deg;
  border-color: var(--c_white);
}
.footer .sub-nav__head {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer .sub-nav__head {
    font-size: 14px;
  }
}
.footer .sub-nav__link {
  font-size: 14px;
  transition: opacity 0.3s;
}
@media (hover) {
  .footer .sub-nav__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer .sub-nav__link {
    font-size: 12px;
  }
}
.footer .sub-nav__arrow {
  position: relative;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: -45deg;
  transform-origin: center center;
}
.footer .sub-nav__arrow::before, .footer .sub-nav__arrow::after {
  display: inline-block;
  position: absolute;
  border-right: 4px solid;
  border-bottom: 4px solid;
}
.footer .sub-nav__arrow--white {
  background: var(--c_white);
  border-color: var(--c_white);
}
.footer .sub-nav__arrow--blue {
  background: var(--c_blue2);
  border-color: var(--c_blue2);
}

.button__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 23px 13px;
  border-radius: 4px;
  transition: translate 0.3s, box-shadow 0.3s;
}
.button__item--reguler {
  max-width: 270px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .button__item--reguler {
    max-width: 200px;
    height: 50px;
  }
}
.button__item--white {
  background: var(--c_white);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (hover) {
  .button__item--white:hover {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
  }
}
.button__item--blue {
  background: var(--c_blue);
  box-shadow: 5px 5px 0px 0px rgba(21, 137, 102, 0.2);
}
@media (hover) {
  .button__item--blue:hover {
    box-shadow: 5px 5px 15px 0px rgba(21, 137, 102, 0.3);
  }
}
@media (hover) {
  .button__item:hover {
    translate: 2px 2px;
  }
}
.button__text {
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .button__text {
    font-size: 16px;
  }
}
.button__text--white {
  color: var(--c_white);
}
.button__text--blue {
  color: var(--c_blue);
}
.button__arrow {
  position: relative;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: -45deg;
  transform-origin: center center;
  border-right: 4px solid;
  border-bottom: 4px solid;
}
@media screen and (max-width: 768px) {
  .button__arrow {
    width: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
  }
}
.button__arrow--white {
  border-color: var(--c_white);
}
.button__arrow--blue {
  border-color: var(--c_blue);
}

.cta__area {
  padding-block: 65px 60px;
  background: url(../../images/common/bg_cta1.jpg) left center/50% 100% no-repeat, url(../../images/common/bg_cta2.jpg) right center/50% 100% no-repeat;
}
@media screen and (max-width: 768px) {
  .cta__area {
    padding-block: 60px;
    background: url(../../images/common/bg_cta_sp.jpg.png) center/cover, no-repeat;
  }
}
.cta__inner {
  width: 90%;
  margin-inline: auto;
}
.cta__container {
  display: flex;
  gap: 120px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .cta__container {
    gap: 6%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .cta__container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.cta__pricing {
  max-width: 410px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cta__pricing {
    width: 100%;
  }
}
.cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cta__icon {
  position: relative;
  z-index: 0;
  border-radius: 50%;
  width: 59px;
  height: auto;
  aspect-ratio: 1/1;
  background: #333333;
}
@media screen and (max-width: 768px) {
  .cta__icon {
    width: 45px;
  }
}
.cta__icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: var(--c_white);
  height: auto;
}
.cta__icon--dl::before {
  width: 29px;
  aspect-ratio: 29/33;
  -webkit-mask-image: url(../../images/common/icon_dl.svg);
          mask-image: url(../../images/common/icon_dl.svg);
}
@media screen and (max-width: 768px) {
  .cta__icon--dl::before {
    width: 20px;
  }
}
.cta__icon--tel::before {
  width: 35px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../../images/common/icon_tell.svg);
          mask-image: url(../../images/common/icon_tell.svg);
}
@media screen and (max-width: 768px) {
  .cta__icon--tel::before {
    width: 25px;
  }
}
.cta__title {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 20px;
  }
}
.cta__text {
  margin-top: 1em;
}
.cta__text--reguler {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta__text--reguler {
    font-size: 14px;
  }
}
.cta__text--small {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .cta__text--small {
    font-size: 12px;
  }
}
.cta__btn {
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin-top: 15px;
  }
}
.cta__help {
  max-width: 410px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cta__help {
    width: 100%;
  }
}
.cta__number {
  font-size: 30px;
  font-weight: 900;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__number {
    font-size: 24px;
    margin-top: 15px;
  }
}

.page-top {
  position: relative;
}
.page-top__area {
  background: url(../../images/common/bg_page-top.jpg) center/cover, no-repeat;
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 768px) {
  .page-top__area {
    height: 150px;
  }
}
.page-top__inner {
  max-width: 1274px;
  width: 90%;
  margin-inline: auto;
  height: 100%;
}
.page-top__content {
  height: 100%;
  display: flex;
  align-items: center;
}
.page-top__title {
  font-size: 64px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-top__title {
    font-size: 32px;
  }
}

.breadcrumb {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -25px;
  translate: 0 100%;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    bottom: -10px;
  }
}
.breadcrumb__inner {
  max-width: 1360px;
  width: 90%;
  margin-inline: auto;
}
.breadcrumb__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__prev {
  transition: opacity 0.3s;
}
@media (hover) {
  .breadcrumb__prev:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb__prev {
    font-size: 14px;
  }
}
.breadcrumb__current {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .breadcrumb__current {
    font-size: 14px;
  }
}
.breadcrumb__arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid var(--c_black);
  border-right: 2px solid var(--c_black);
  rotate: -45deg;
  margin-inline: 7px 13px;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .breadcrumb__arrow {
    width: 10px;
    height: 10px;
    margin-inline: 4px 10px;
  }
}

.section__inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-title__en img {
  height: 66px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-title__en img {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-title__en--break img {
    height: auto;
  }
}
.section-title__jp {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .section-title__jp {
    font-size: 24px;
  }
}

.bnr {
  position: fixed;
  z-index: 10;
  right: 1.7333333333%;
  bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .bnr {
    bottom: 15px;
  }
}
.bnr__Item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  background: var(--c_blue);
  padding: 0px 25px 20px;
  border-radius: 4px;
  box-shadow: 5px 5px 0px 0px rgba(0, 86, 61, 0.2);
  transition: box-shadow 0.3s, translate 0.3s;
}
@media (hover) {
  .bnr__Item:hover {
    box-shadow: 5px 5px 15px 0px rgba(21, 137, 102, 0.3);
    translate: 2px 2px;
  }
}
@media screen and (max-width: 768px) {
  .bnr__Item {
    padding: 0.5em;
    flex-direction: row;
  }
}
.bnr__icon {
  width: 31px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .bnr__icon {
    margin-top: 0;
    width: 20px;
  }
}
.bnr__text {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--c_white);
}
@media screen and (max-width: 768px) {
  .bnr__text {
    font-size: 16px;
  }
}

.nf {
  overflow: hidden;
  position: relative;
  padding-top: 220px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .nf {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.nf::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1008/939;
  position: absolute;
  top: -217px;
  right: -15.2%;
  background: url(../../images/privacy/focus-circle-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .nf::before {
    top: -100px;
    right: -60px;
  }
}
.nf__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}
.nf__container {
  text-align: center;
}
.nf__button {
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .nf__button {
    margin-top: 25px;
  }
}
.nf__text {
  font-size: 18px;
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .nf__text {
    font-size: 16px;
    margin-top: 25px;
  }
}
.nf__lead {
  font-weight: 900;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .nf__lead {
    font-size: 24px;
  }
}
/*# sourceMappingURL=common.css.map */
